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:
Mark Robert Miller 2013-03-25 16:55:57 +00:00
parent 914b26c36b
commit d1cbd22a65

View File

@ -246,6 +246,7 @@ public class DistributedUpdateProcessor extends UpdateRequestProcessor {
if (skipList != null) {
skipListSet = new HashSet<String>(skipList.length);
skipListSet.addAll(Arrays.asList(skipList));
log.info("test.distrib.skip.servers was found and contains:" + skipListSet);
}
for (ZkCoreNodeProps props : replicaProps) {