fx19880617 edited a comment on issue #6146:
URL: 
https://github.com/apache/incubator-pinot/issues/6146#issuecomment-708558434


   This is due to we upload segments to all the controller hosts and the 
idealStats update requests coming from all controllers will cause the slowness 
and update conflicts.
   
   This issue wasn't there as controller needs to download the segment tar and 
untar the metadata then do the update, so it's a costly behavior in controller. 
With segment metadata only push mode, we may need to rethink this.
   
   cc: @siddharthteotia @mayankshriv @snleee 
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to