anujmodi2021 commented on code in PR #8153:
URL: https://github.com/apache/hadoop/pull/8153#discussion_r2674955845
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java:
##########
@@ -91,20 +92,21 @@ public abstract class AbfsInputStream extends FSInputStream
implements CanUnbuff
*/
private final boolean bufferedPreadDisabled;
// User configured size of read ahead.
- protected final int readAheadRange;
+ private final int readAheadRange;
+
+ private boolean firstRead = true;
Review Comment:
Added
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]