alirezazamani opened a new issue #1082: URL: https://github.com/apache/helix/issues/1082
In TaskDriver, when we call waitToStop, We only check when workflow is not IN_PROGRESS and then return from this call. However, if workflow is in STOPPING state and the jobs are still running and user might have the impression that the jobs are stopped and the jobs can be deleted. It can cause problems such and stale znodes, and quota leak because job is still in progress. This needs to be fixed. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
