From ed5b92d6122a7e669afb6a680684653de513e26e Mon Sep 17 00:00:00 2001 From: Himanshu Date: Fri, 5 Aug 2016 16:56:51 -0500 Subject: [PATCH] document how to check MM enabled/disabled (#3331) --- docs/content/operations/rolling-updates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/operations/rolling-updates.md b/docs/content/operations/rolling-updates.md index fa06d9126d2..cd454c6e421 100644 --- a/docs/content/operations/rolling-updates.md +++ b/docs/content/operations/rolling-updates.md @@ -49,7 +49,8 @@ even tasks that are not restorable. To prepare a Middle Manager for update, send a POST request to `/druid/worker/v1/disable`. The Overlord will now no longer send tasks to -this Middle Manager. Tasks that have already started will run to completion. +this Middle Manager. Tasks that have already started will run to completion. Current state can be checked +using `/druid/worker/v1/enabled` . To view all existing tasks, send a GET request to `/druid/worker/v1/tasks`. When this list is empty, you can safely update the Middle Manager. After the Middle Manager starts