File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,8 @@ void clearWALEntryBatch() {
328328 while (this .isAlive () || this .entryReader .isAlive ()) {
329329 try {
330330 if (EnvironmentEdgeManager .currentTime () >= timeout ) {
331- LOG .warn (
332- "Shipper clearWALEntryBatch method timed out whilst waiting reader/shipper "
333- + "thread to stop. Not cleaning buffer usage. Shipper alive: {}; Reader alive: {}" ,
331+ LOG .warn ("Shipper clearWALEntryBatch method timed out while waiting reader/shipper "
332+ + "thread to stop. Not cleaning buffer usage. PeerId: {}; Shipper alive: {}; Reader alive: {}" ,
334333 this .source .getPeerId (), this .isAlive (), this .entryReader .isAlive ());
335334 return ;
336335 } else {
You can’t perform that action at this time.
0 commit comments