ChenSammi commented on code in PR #7456:
URL: https://github.com/apache/ozone/pull/7456#discussion_r1916093452
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java:
##########
@@ -77,7 +81,10 @@ public class BlockInputStream extends
BlockExtendedInputStream {
new AtomicReference<>();
private final boolean verifyChecksum;
private XceiverClientFactory xceiverClientFactory;
- private XceiverClientSpi xceiverClient;
+ private XceiverClientSpi xceiverClientGrpc;
+ private XceiverClientShortCircuit xceiverClientShortCircuit;
+ private final AtomicBoolean fallbackToGrpc = new AtomicBoolean(false);
+ private FileInputStream blockInputStream;
Review Comment:
Rename it to blockFileInputStream.
--
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]