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/07/02 13:14:00 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

Apache9 commented on a change in pull request #1970:
URL: https://github.com/apache/hbase/pull/1970#discussion_r448991456



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALProvider.java
##########
@@ -74,6 +74,22 @@
 
   interface WriterBase extends Closeable {
     long getLength();
+    /**
+     * <pre>

Review comment:
       Do not need to use pre here? These are just normal text.




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