vincentvilo-aws
Results
2
comments of
vincentvilo-aws
After diving into this issue, I found that `startGracefulShutdown` is returning false because the `shutdownCompleteLatch` is not counting down to zero. To be specific, the original code provided by the...
@nao23 thanks for providing the demo application, I was able to reproduce the issue using your code as well as on my own separate test suite. When a worker has...