guluo2016 commented on PR #8406:
URL: https://github.com/apache/hbase/pull/8406#issuecomment-4797559629

   There is the same issue in `TestMasterRegionWALCleaner.test()`
   ```java
   // no archived wal files yet
   assertFalse(fs.exists(globalWALArchiveDir));
   region.requestRollAll();
   region.waitUntilWalRollFinished();
   // should have one
   FileStatus[] files = fs.listStatus(globalWALArchiveDir);
   ```
   Maybe we can also update the code at the same time @Apache9 


-- 
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]

Reply via email to