snvijaya commented on a change in pull request #1898: HADOOP-16852: Report
read-ahead error back
URL: https://github.com/apache/hadoop/pull/1898#discussion_r394940802
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBufferManager.java
##########
@@ -90,8 +94,10 @@ private ReadBufferManager() {
* @param stream The {@link AbfsInputStream} for which to do the
read-ahead
* @param requestedOffset The offset in the file which shoukd be read
* @param requestedLength The length to read
+ * @param queueReadAheadRequestId unique queue request ID
*/
- void queueReadAhead(final AbfsInputStream stream, final long
requestedOffset, final int requestedLength) {
+ void queueReadAhead(final AbfsInputStream stream, final long
requestedOffset, final int requestedLength
Review comment:
Undid any change to method signature as part of the review comments to
remove queueRequestId.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]