HorizonNet commented on a change in pull request #322: HBASE-22586 Javadoc
Warnings related to @param tag
URL: https://github.com/apache/hbase/pull/322#discussion_r298755869
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.java
##########
@@ -74,11 +74,11 @@
/**
* Create an entry stream over the given queue at the given start position
* @param logQueue the queue of WAL paths
- * @param fs {@link FileSystem} to use to create {@link Reader} for this
stream
- * @param conf {@link Configuration} to use to create {@link Reader} for
this stream
+ * @param conf the {@link Configuration} to use to create {@link Reader} for
this stream
* @param startPosition the position in the first WAL to start reading at
+ * @param walFileLengthProvider provides the length for WAL file
Review comment:
"provides the length of the WAL file"
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services