mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 17:46:28 +00:00
tests: a little more debug logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1460761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
914b26c36b
commit
d1cbd22a65
@ -246,6 +246,7 @@ public class DistributedUpdateProcessor extends UpdateRequestProcessor {
|
|||||||
if (skipList != null) {
|
if (skipList != null) {
|
||||||
skipListSet = new HashSet<String>(skipList.length);
|
skipListSet = new HashSet<String>(skipList.length);
|
||||||
skipListSet.addAll(Arrays.asList(skipList));
|
skipListSet.addAll(Arrays.asList(skipList));
|
||||||
|
log.info("test.distrib.skip.servers was found and contains:" + skipListSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ZkCoreNodeProps props : replicaProps) {
|
for (ZkCoreNodeProps props : replicaProps) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user