-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Open
Labels
Description
There is a chance that a Transform can get stuck in Stopping
if it fails to update its status and register the indexer thread.
- TransformTask updates the cluster state with the Transform's persistent Task. If that update fails, the persistent task will remain alive but the Transform indexer thread gets marked as
Stopped
. - TransformStats displays a
Stopped
indexer asStopping
, because the persistent task exists but the indexer thread is not running.
Workaround:
- Stop the Transform with
?force=true
, which will remove the persistent task - Start the Transform