npawar commented on a change in pull request #4636: Documentation for 
completionConfig
URL: https://github.com/apache/incubator-pinot/pull/4636#discussion_r328260960
 
 

 ##########
 File path: docs/tableconfig_schema.rst
 ##########
 @@ -113,6 +113,25 @@ The ``segmentsConfig`` section has information about 
configuring the following:
       "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy"
     },
 
+* Completion Config
+
+  You can also add a ``completionConfig`` section under the ``segmentsConfig`` 
section. Completion config holds information related to realtime segment 
completion. There's just 1 field in this config as of now, which is the 
``completionMode``. The value of the ``completioMode`` decides how non-winner 
servers should replace the completed segment during realtime segment 
completion. Currently, the supported values are
+
+  * ``DEFAULT``: if the in memory segment in the non-winner server is 
equivalent to the committed segment, then build and replace, else download
+  * ``DOWNLOAD``: non-winner servers always download the segment, never build 
it
 
 Review comment:
   Done

----------------------------------------------------------------
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]

Reply via email to