You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/08 09:27:21 UTC

[GitHub] [hbase] cuibo01 commented on a change in pull request #2143: HBASE-21721 reduce write#syncs() times

cuibo01 commented on a change in pull request #2143:
URL: https://github.com/apache/hbase/pull/2143#discussion_r467419075



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
##########
@@ -1317,8 +1317,12 @@ public void run() {
           Throwable lastException = null;
           try {
             Trace.addTimelineAnnotation("syncing writer");
+            long unSyncedFlushSeq = highestUnsyncedSequence;

Review comment:
       yeah , may change during writer.sync




----------------------------------------------------------------
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:
users@infra.apache.org