You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/22 01:04:42 UTC

[GitHub] jackjlli opened a new pull request #3864: Add controller mode logic in ControllerStarter

jackjlli opened a new pull request #3864: Add controller mode logic in ControllerStarter
URL: https://github.com/apache/incubator-pinot/pull/3864
 
 
   This PR adds `controller mode` logic in ControllerStarter. By default, the controller would be in dual mode if nothing specified.
   
   If controller is in dual mode, it behaves the same as current controller.
   If controller is in helix_only mode, it just starts a helix controller without any pinot logic.
   If controller is in pinot_only mode, it just starts a pinot only controller without any helix logic.
   
   Unit tests added.
   
   This PR doesn't have the logic of handling partition leader yet, which will be added in the next PR. Thus, in this PR pinot only controller won't do any periodic tasks nor real-time segment completion.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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