mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
remove test code
This commit is contained in:
parent
9d9efadf72
commit
1b9bbb2f2a
@ -231,10 +231,6 @@ public class IndexerCoordinatorResource
|
||||
if (taskMasterLifecycle.getResourceManagementScheduler() == null) {
|
||||
return Response.noContent().build();
|
||||
}
|
||||
ScalingStats foo = new ScalingStats(10);
|
||||
foo.addProvisionEvent(new AutoScalingData<String>(Lists.newArrayList("boo", "doo"), Lists.newArrayList("a", "b")));
|
||||
foo.addTerminateEvent(new AutoScalingData<String>(Lists.newArrayList("d", "e"), Lists.newArrayList("f", "g")));
|
||||
return Response.ok(foo).build();
|
||||
//return Response.ok(taskMasterLifecycle.getResourceManagementScheduler().getStats()).build();
|
||||
return Response.ok(taskMasterLifecycle.getResourceManagementScheduler().getStats()).build();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user