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 <[email protected]>
  • Loading branch information
provenceee committed Sep 24, 2024
1 parent 90341fc commit e2585cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void onRemoval(RemovalNotification<Object, Object> notification) {
System.out.println(Thread.currentThread().getName() + LocalDateTime.now() + "remove"
+ notification.getKey());
System.out.println(Thread.currentThread().getName() + LocalDateTime.now() + "remove"
+ notification.getValue());
+ notification.getCause());
}
})
.build();
Expand Down

0 comments on commit e2585cd

Please sign in to comment.