mirror of https://github.com/apache/druid.git
finally track down and fix the node exists problem with not deleting noop requests
This commit is contained in:
parent
32bd7003ec
commit
1c4d8c55dc
|
@ -26,7 +26,8 @@ public class SegmentChangeRequestNoop implements DataSegmentChangeRequest
|
|||
@Override
|
||||
public void go(DataSegmentChangeHandler handler, DataSegmentChangeCallback callback)
|
||||
{
|
||||
// do nothing
|
||||
// just execute the callback and do nothing else
|
||||
callback.execute();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue