mymeiyi opened a new pull request, #39899:
URL: https://github.com/apache/doris/pull/39899

   Decommission backend will check the group commit wal num is 0.
   But there is a small bug of log:
   ```
   boolean hasWal = checkWal(backend);  // the hasWal should be empty wal
   
   hasWal ? "; and has unfinished WALs" : ""
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to