Skip to content

Commit 9c0ab51

Browse files
committed
test CI
1 parent 3275ad3 commit 9c0ab51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieStateManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ public boolean isShuttingDown(){
267267

268268
@Override
269269
public void close() {
270+
LOG.warn("Closing BookieStateManager", new Exception("test CI"));
270271
this.running = false;
271272
stateService.shutdown();
272273
}

0 commit comments

Comments
 (0)