mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
remove debug println
This commit is contained in:
parent
9c36014645
commit
85f739797f
@ -242,15 +242,6 @@ public class CachingClusteredClient<T> implements QueryRunner<T>
|
|||||||
}
|
}
|
||||||
|
|
||||||
descriptors.add(segment.rhs);
|
descriptors.add(segment.rhs);
|
||||||
System.out.println(
|
|
||||||
String.format(
|
|
||||||
"Server %s has %s_%s_%s",
|
|
||||||
server.getHost(),
|
|
||||||
segment.rhs.getInterval(),
|
|
||||||
segment.rhs.getPartitionNumber(),
|
|
||||||
segment.rhs.getVersion()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user