xianjingfeng commented on code in PR #276:
URL: https://github.com/apache/incubator-uniffle/pull/276#discussion_r1010127612
##########
storage/src/main/java/org/apache/uniffle/storage/handler/impl/MemoryQuorumClientReadHandler.java:
##########
@@ -33,6 +33,7 @@ public class MemoryQuorumClientReadHandler extends
AbstractClientReadHandler {
private static final Logger LOG =
LoggerFactory.getLogger(MemoryQuorumClientReadHandler.class);
private long lastBlockId = Constants.INVALID_BLOCK_ID;
private List<MemoryClientReadHandler> handlers = Lists.newLinkedList();
+ private boolean readAfterFirstRound;
Review Comment:
The purpose is make sure at least one server can be read successfully in the
first round. And i think we can remove it now.
--
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]