kiran-maturi commented on code in PR #6027:
URL: https://github.com/apache/hbase/pull/6027#discussion_r1663531910


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java:
##########
@@ -390,6 +390,9 @@ protected void doReplaceWriter(Path oldPath, Path newPath, 
Writer nextWriter) th
             closeWriter(this.writer, oldPath, true);
           } finally {
             inflightWALClosures.remove(oldPath.getName());
+            if (!isUnflushedEntries()) {

Review Comment:
   @ranganathg sorry I got confused with the flush for region. If you are 
asking for flush for the entries that are there on the ringbuffer that will be 
done by the sycn runner threads which will increment the sequenceId



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