binlijin edited a comment on issue #739: HBASE-23181 Blocked WAL archive: 
"LogRoller: Failed to schedule flush of XXXX, because it is not online on us"
URL: https://github.com/apache/hbase/pull/739#issuecomment-545744872
 
 
   @saintstack  
   I added a whole new flushcache method to HRegion in 
TestMaxFlushedSeqId.patch, this method is to flush only some HStore and used by 
the test.
   The test do two flush for a HRegion, the HRegion have two HStore, the first 
flush do flushing two HStore and the HRegion get maxFlushedSeqId=4 and the 
second flush only flush one HStore, and the HRegion get maxFlushedSeqId=2 which 
smaller than the flush before.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to