jackjlli opened a new pull request, #13509: URL: https://github.com/apache/pinot/pull/13509
This PR adds the nonLeaderCleanUp method with the list of table names as the parameter in the PinotTaskGenerator interface. When the tasks are scheduled, the current controller may not always be the lead controller for the tables that were assigned to this controller (e.g. due to hardware uplift, downlift, maintenance), so there might be stale information like metrics that are left in this controller. Adding the `nonLeaderCleanup` override method in `PinotTaskGenerator` helps clean up the stale information. -- 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