Skip to content

Commit

Permalink
*Fix graceful shutdown notify failure
Browse files Browse the repository at this point in the history
Signed-off-by: provenceee <83857838+provenceee@users.noreply.github.com>
  • Loading branch information
provenceee committed Sep 24, 2024
1 parent e2585cd commit 4f5c475
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public void shutdown() {
System.out.println(
Thread.currentThread().getName() + LocalDateTime.now() + "11111" + JSONObject.toJSONString(
addressSet));
System.out.println(
Thread.currentThread().getName() + LocalDateTime.now() + "size" + addressSet.size());
latch = new CountDownLatch(addressSet.size());
System.out.println(
Thread.currentThread().getName() + LocalDateTime.now() + "latch count is " + latch.getCount());
Expand Down

0 comments on commit 4f5c475

Please sign in to comment.