From d92b88718ce1a765177be055932372829d1a92fc Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Thu, 12 Dec 2013 08:46:24 -0800 Subject: [PATCH] OverlordResource: Fix comment --- .../java/io/druid/indexing/overlord/http/OverlordResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexing-service/src/main/java/io/druid/indexing/overlord/http/OverlordResource.java b/indexing-service/src/main/java/io/druid/indexing/overlord/http/OverlordResource.java index 4e947e4b55d..7ca0bfed2c9 100644 --- a/indexing-service/src/main/java/io/druid/indexing/overlord/http/OverlordResource.java +++ b/indexing-service/src/main/java/io/druid/indexing/overlord/http/OverlordResource.java @@ -220,7 +220,7 @@ public class OverlordResource final Map retMap; // It would be great to verify that this worker is actually supposed to be running the task before - // actually doing the task. Some ideas for how that could be done would be using some sort of attempt_id + // actually doing the action. Some ideas for how that could be done would be using some sort of attempt_id // or token that gets passed around. try {