mcvsubbu commented on a change in pull request #4367: CompletionConfig for
realtime tables
URL: https://github.com/apache/incubator-pinot/pull/4367#discussion_r297941697
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
##########
@@ -320,6 +320,14 @@ public ServerType getServerType() {
IN_PROGRESS, DONE
}
+ /**
+ * Decides how the non-winner servers should get the segment
+ */
+ public enum CompletionMode {
+ DEFAULT, // default behavior - if the in memory segment in the
non-winner segmis equivalent to the committed segment, then build and replace,
else download
Review comment:
segmis?
----------------------------------------------------------------
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]