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/07/16 21:39:19 UTC

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4323: [Controller Separation] Add logic for lead controller resource

mcvsubbu commented on issue #4323: [Controller Separation] Add logic for lead controller resource
URL: https://github.com/apache/incubator-pinot/pull/4323#issuecomment-511998411
 
 
   I would wait for at least one other review on the API. Perhaps the API can be a separate checkin.
   
   One thought that comes to mind is have an API URI like: "/leadController/tables" -- return the lead controller for all tables and "/leadController/tables/tablenameregex" return the lead controller for tables matching a regex.
   
   The output in both cases can be like:
   `
     [
       "tableName" : {
          "partition" : 9,
          "leader" : "hostName"
        },
        ...
     ]
   `
   

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


With regards,
Apache Git Services

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