Commit 98b1df2
Cut release candidate 0.36.0 rc.1 (thanos-io#7510)
* *: fix server grpc histograms (thanos-io#7493)
Signed-off-by: Michael Hoffmann <[email protected]>
* Close endpoints after the gRPC server has terminated (thanos-io#7509)
Endpoints are currently closed as soon as we receive a SIGTERM or SIGINT.
This causes in-flight queries to get cancelled since outgoing connections
get closed instantly.
This commit moves the endpoints.Close call after the grpc server shutdown
to make sure connections are available as long as the server is running.
Signed-off-by: Filip Petkovski <[email protected]>
* Cut release candidate v0.36.0-rc.1
Signed-off-by: Michael Hoffmann <[email protected]>
---------
Signed-off-by: Michael Hoffmann <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Co-authored-by: Filip Petkovski <[email protected]>1 parent a6eb1ea commit 98b1df2
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
854 | 855 | | |
855 | 856 | | |
856 | 857 | | |
| |||
949 | 950 | | |
950 | 951 | | |
951 | 952 | | |
952 | | - | |
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments