You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/10/06 21:05:54 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1442: Pausing controller may not work when controller leadership transfers

kaisun2000 opened a new issue #1442:
URL: https://github.com/apache/helix/issues/1442


   This issue was raised from code review of #1066, though it is not this pull introduced the issue.
   
   First pause signal is added, the old lead controller see this one and the callback is in zkclient queue. The new lead controller to be also see it, but the generic controller ignored it as it is not leader yet. Then new controller becomes leader due to old controller session expiration. 
   
   Here, will the new controller not stopped?
   
   Will the new controller do a full refresh and see the pause signal. Will the new controller stop then?
   
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang commented on issue #1442: Pausing controller may not work when controller leadership transfers

Posted by GitBox <gi...@apache.org>.
jiajunwang commented on issue #1442:
URL: https://github.com/apache/helix/issues/1442#issuecomment-704601623


   On my understanding, the new controller shall read all znodes including the signal once it get the leadership. So it will be paused. Please try to reproduce.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang commented on issue #1442: Pausing controller may not work when controller leadership transfers

Posted by GitBox <gi...@apache.org>.
jiajunwang commented on issue #1442:
URL: https://github.com/apache/helix/issues/1442#issuecomment-704602671


   @kaisun2000 please follow the issue template if possible. If we have a way to confirm if this is an real issue, let's do so. If it requires more time, please mark it as a task which titled with "Confirming if XXX is a bug".


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org