ddcprg opened a new issue #8281:
URL: https://github.com/apache/pinot/issues/8281


   We found a situation where ideal states would be reverted after rebalancing 
a table after calling rebalance with the downtime option set to true. The issue 
stoped happening after restarting the controllers - there was a long-running 
rebalancing tasks executing in the background that was causing the issue, 
likely to be a previous call the rebalance endpoint with the downtime option 
set to false.
   
   This ticket is to add an endpoint to track rebalancing tasks in the cluster. 
The idea is that  `/tables/{tableName}/rebalance` returns and ID that can be 
passed to this new endpoint to track its status. It would be great if a start 
timestamp could be included in the response.
   
   it would also be useful to add one endpoint to list all rebalancing task 
submitted to the cluster and one more to cancel/stop a rebalancing task - if 
this is possible at all.
   


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

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