snleee commented on issue #6671:
URL: 
https://github.com/apache/incubator-pinot/issues/6671#issuecomment-799623646


   1. The routing back to the proper leader controller has been happening. 
`ServerSegmentCompletionProtocolHandler:createSegmentCompletionUrl()`.
   2. The main issue was that the server-side only had the lease extender per 
instance id, which means that 1 single global lease extender.
   3. @jtao15's fix changes servers to have lease extender per table. I think 
that this is cleaner than having one global lease extender. (1-1 mapping for 
lease extender - data manager for a table).
   
   @mcvsubbu How do you think? Can you also review the above PR?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to