jackjlli opened a new issue #4268: delete method in TaskDriver does not work URL: https://github.com/apache/incubator-pinot/issues/4268 The Method `delete` of TaskDriver in Helix code does not work properly. When the parameter `forceDelete` is set to `false`, the queue can be stuck and it'll never come back. When `forceDelete` is set to `true`, it'll lead to a race condition where a delete job gets put to the queue when the queue is being deleted. This ticket is to track whether the new Helix release will fix this API.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
