You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-grpc-service-framework/src/main/java/org/hypertrace/core/serviceframework/grpc/GrpcPlatformServiceContainer.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,12 +97,15 @@ protected void doInit() {
97
97
serviceContainerEnvironment))
98
98
.collect(Collectors.toUnmodifiableList());
99
99
100
+
// Servers are processed in order. We want in process to be the last to start (so health check
101
+
// only returns when all other servers are up) and the last to shut down (so all other servers
0 commit comments