mcvsubbu commented on issue #4345: Config to make realtime non-winner servers 
download the segment instead of build
URL: 
https://github.com/apache/incubator-pinot/issues/4345#issuecomment-504242851
 
 
   To start with, we can just have the entire logic in the controller?
   
   The config can be:
   `
   segmentsConfig: {
     "downloadsConfig": {
        "percentDownloads": <integer> 
     }
   }
   `
   For the first checkin, honor only 100% (or, treat any setting as 100%). 
Basically, the controller will ask server to download if the config is set.
   
   If the server sends DISCARD, this will happen, right? Alternatively, we can 
introduce a new response code of DOWNLOAD, or add a parameter in KEEP (I like 
the latter, makes it more extensible).
   

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