mirror of https://github.com/apache/druid.git
OverlordResource: Fix comment
This commit is contained in:
parent
b6a52610bc
commit
d92b88718c
|
@ -220,7 +220,7 @@ public class OverlordResource
|
||||||
final Map<String, Object> retMap;
|
final Map<String, Object> retMap;
|
||||||
|
|
||||||
// It would be great to verify that this worker is actually supposed to be running the task before
|
// 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.
|
// or token that gets passed around.
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue