Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16843/
Java: 64bit/jdk-9-ea+119 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.DistribJoinFromCollectionTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.impl.CloudSolrClient 
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.impl.CloudSolrClient 
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient
        at __randomizedtesting.SeedInfo.seed([EB309C682015BEA3]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final 
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a 
non-public member of class java.lang.reflect.Module accessible
        at 
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
        at 
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
        at 
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
        at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
        at java.security.AccessController.doPrivileged(java.base@9-ea/Native 
Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
        ... 13 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.impl.CloudSolrClient 
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.client

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.impl.CloudSolrClient 
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.client
        at __randomizedtesting.SeedInfo.seed([EB309C682015BEA3]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final 
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a 
non-public member of class java.lang.reflect.Module accessible
        at 
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
        at 
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
        at 
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
        at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
        at java.security.AccessController.doPrivileged(java.base@9-ea/Native 
Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
        ... 13 more




Build Log:
[...truncated 10823 lines...]
   [junit4] Suite: 
org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/init-core-data-001
   [junit4]   2> 449812 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 449812 INFO  (Thread-990) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 449812 INFO  (Thread-990) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 449912 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35300
   [junit4]   2> 449912 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449912 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449915 INFO  (zkCallback-384-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@391f6054 
name:ZooKeeperConnection Watcher:127.0.0.1:35300 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449915 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449915 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449915 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 449917 INFO  (jetty-launcher-383-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449917 INFO  (jetty-launcher-383-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449918 INFO  (jetty-launcher-383-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449918 INFO  (jetty-launcher-383-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449918 INFO  (jetty-launcher-383-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449919 INFO  (jetty-launcher-383-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4400505{/solr,null,AVAILABLE}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3f35fc21{HTTP/1.1,[http/1.1]}{127.0.0.1:33607}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1864d50e{/solr,null,AVAILABLE}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-2) [    ] 
o.e.j.s.Server Started @451979ms
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33607}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4f188cae{HTTP/1.1,[http/1.1]}{127.0.0.1:46082}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@67117f44
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-1) [    ] 
o.e.j.s.Server Started @451980ms
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46082}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2'
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54ac9192{/solr,null,AVAILABLE}
   [junit4]   2> 449924 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@67117f44
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1'
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@207f1bcd{/solr,null,AVAILABLE}
   [junit4]   2> 449925 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3c515c4e{HTTP/1.1,[http/1.1]}{127.0.0.1:37425}
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-4) [    ] 
o.e.j.s.Server Started @451981ms
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37425}
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@64422e23{HTTP/1.1,[http/1.1]}{127.0.0.1:33453}
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-5) [    ] 
o.e.j.s.Server Started @451981ms
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33453}
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@67117f44
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@67117f44
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4'
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1740d80f{/solr,null,AVAILABLE}
   [junit4]   2> 449926 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5'
   [junit4]   2> 449927 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449927 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@40a3306b{HTTP/1.1,[http/1.1]}{127.0.0.1:38631}
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-3) [    ] 
o.e.j.s.Server Started @451983ms
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38631}
   [junit4]   2> 449928 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@67117f44
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3'
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449929 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449930 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449930 INFO  (zkCallback-385-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@29676c6f 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449930 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449931 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449931 INFO  (zkCallback-386-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@47a1ee8a 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449931 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449931 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449932 INFO  (zkCallback-389-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@719110b8 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449932 INFO  (zkCallback-387-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@601acd5b 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449932 INFO  (zkCallback-388-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7cff23a9 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449932 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449933 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449933 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449933 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449933 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449934 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1/.
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5/.
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1507615039
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4/.
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1]
   [junit4]   2> 449939 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c10001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449940 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3/.
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1002043573
   [junit4]   2> 449940 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 632955512
   [junit4]   2> 449940 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5]
   [junit4]   2> 449940 WARN  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1/lib
   [junit4]   2> 449939 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1634567045
   [junit4]   2> 449940 WARN  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5/lib
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 449940 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c10003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449940 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3]
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2/.
   [junit4]   2> 449941 WARN  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3/lib
   [junit4]   2> 449940 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4]
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1489663163
   [junit4]   2> 449941 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c10002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2]
   [junit4]   2> 449941 WARN  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4/lib
   [junit4]   2> 449941 WARN  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2/lib
   [junit4]   2> 449941 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35300/solr
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449942 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35300/solr
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449943 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449944 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35300/solr
   [junit4]   2> 449945 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35300/solr
   [junit4]   2> 449945 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35300/solr
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449946 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449948 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449948 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449948 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449949 INFO  (zkCallback-400-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@215b090f 
name:ZooKeeperConnection Watcher:127.0.0.1:35300 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449949 INFO  (zkCallback-401-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@571b2087 
name:ZooKeeperConnection Watcher:127.0.0.1:35300 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449949 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449950 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449950 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449950 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449951 INFO  (zkCallback-404-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a58b37b name:ZooKeeperConnection 
Watcher:127.0.0.1:35300 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 449951 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449951 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449952 INFO  (zkCallback-403-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c186bc name:ZooKeeperConnection 
Watcher:127.0.0.1:35300 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 449953 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c10007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$185/65189867@53fc9c83
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$185/65189867@3ba4697d
   [junit4]   2> 449952 INFO  (zkCallback-402-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c0103ca 
name:ZooKeeperConnection Watcher:127.0.0.1:35300 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449953 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$185/65189867@429e7540
   [junit4]   2> 449954 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449954 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449954 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449955 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449957 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$185/65189867@64884174
   [junit4]   2> 449957 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c1000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449957 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449958 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$185/65189867@3a8973f0
   [junit4]   2> 449958 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x154f36ae3c10009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 449958 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1abd4127 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449958 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@64fc4c3a 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449958 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449958 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449962 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449963 INFO  (zkCallback-407-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52dc85a2 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449963 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449964 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 449964 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 449964 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5ac7a95c 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449964 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449965 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 449965 INFO  (zkCallback-409-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59a8fa32 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449965 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449966 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 449966 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 449966 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 449966 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 449967 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 449969 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 449969 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 449969 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 449969 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 449970 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 449970 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 449970 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 449971 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 449971 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 449972 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 449972 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 449972 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 449972 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 449972 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 449973 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 449974 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 449976 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 449977 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 449977 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 449977 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 449977 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 449978 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 449979 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 449979 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 449979 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 449979 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 449979 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 449980 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 449980 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 449980 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 449980 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95969132494782476-127.0.0.1:46082_solr-n_0000000000
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95969132494782478-127.0.0.1:37425_solr-n_0000000001
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95969132494782477-127.0.0.1:33453_solr-n_0000000002
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95969132494782479-127.0.0.1:33607_solr-n_0000000003
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46082_solr
   [junit4]   2> 449981 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95969132494782475-127.0.0.1:38631_solr-n_0000000004
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95969132494782478-127.0.0.1:37425_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95969132494782477-127.0.0.1:33453_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95969132494782476-127.0.0.1:46082_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95969132494782479-127.0.0.1:33607_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33453_solr
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33607_solr
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37425_solr
   [junit4]   2> 449982 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=95969132494782476-127.0.0.1:46082_solr-n_0000000000) starting
   [junit4]   2> 449983 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38631_solr
   [junit4]   2> 449983 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33453_solr
   [junit4]   2> 449983 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33607_solr
   [junit4]   2> 449984 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37425_solr
   [junit4]   2> 449984 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38631_solr
   [junit4]   2> 449984 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 449984 INFO  (zkCallback-409-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 449984 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 449984 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 449984 INFO  (zkCallback-407-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 449985 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 449985 INFO  (zkCallback-409-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 449986 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 449986 INFO  (zkCallback-409-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 449986 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 449986 INFO  (zkCallback-407-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 449986 INFO  (zkCallback-408-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [3])
   [junit4]   2> 449986 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 449988 INFO  (zkCallback-408-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 449988 INFO  (zkCallback-409-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 449990 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 449990 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node2/.
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node5/.
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 449991 INFO  (jetty-launcher-383-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 449992 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 449992 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 449992 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node3/.
   [junit4]   2> 449992 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 449993 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 449993 INFO  (jetty-launcher-383-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 449994 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 449995 INFO  
(OverseerCollectionConfigSetProcessor-95969132494782476-127.0.0.1:46082_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 449995 INFO  
(OverseerStateUpdate-95969132494782476-127.0.0.1:46082_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 449995 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:46082_solr as DOWN
   [junit4]   2> 449996 INFO  
(OverseerStateUpdate-95969132494782476-127.0.0.1:46082_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 449996 INFO  
(OverseerStateUpdate-95969132494782476-127.0.0.1:46082_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46082_solr"} current state version: 0
   [junit4]   2> 449996 INFO  
(OverseerStateUpdate-95969132494782476-127.0.0.1:46082_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46082_solr
   [junit4]   2> 449998 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 449998 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 449998 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node4/.
   [junit4]   2> 449998 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 449999 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 449999 INFO  (jetty-launcher-383-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 450996 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46082_solr
   [junit4]   2> 450996 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46082_solr
   [junit4]   2> 450997 INFO  (zkCallback-408-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 450997 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 450997 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 450997 INFO  (zkCallback-407-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 450997 INFO  (zkCallback-409-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [4])
   [junit4]   2> 450997 INFO  (zkCallback-408-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 450997 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 450997 INFO  (zkCallback-406-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 450997 INFO  (zkCallback-407-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 450997 INFO  (zkCallback-409-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 451003 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 451003 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 451003 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_EB309C682015BEA3-001/tempDir-001/node1/.
   [junit4]   2> 451003 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 451004 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 451004 INFO  (jetty-launcher-383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 451004 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 451004 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 451007 INFO  (zkCallback-415-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3549c832 
name:ZooKeeperConnection Watcher:127.0.0.1:35300 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 451007 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 451007 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 451008 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:35300/solr
   [junit4]   2> 451009 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 451010 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 451010 INFO  (zkCallback-418-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ee09a35 
name:ZooKeeperConnection Watcher:127.0.0.1:35300/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 451010 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 451010 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 451010 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 451011 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 451011 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 451011 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 451012 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 451013 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 451013 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 451014 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 451014 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 451016 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 451016 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 451017 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 451018 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 451018 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 451019 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 451020 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 451021 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 451021 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 451022 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 451023 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 451024 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 451025 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 451025 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 451026 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 451028 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 451028 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 451029 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 451030 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 451030 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 451031 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 451031 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 451032 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 451033 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 451033 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 451034 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 451035 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 451036 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 451036 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 451037 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 451037 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 451039 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 451040 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 451040 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 451041 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 451042 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 451043 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 451043 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 451044 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 451045 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 451045 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 451046 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 451046 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 451047 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 451047 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 451048 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 451049 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 451049 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 451050 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 451051 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 451052 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 451052 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 451053 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 451053 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 451054 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 451055 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 451056 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 451057 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 451058 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 451059 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 451059 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 451060 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 451060 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 451061 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 451061 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 451062 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 451063 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 451064 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 451064 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-spatial.xml
   [junit4]   2> 451065 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-spellchecker.xml
   [junit4]   2> 451065 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-minimal-atomic-stress.xml
   [junit4]   2> 451066 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 451066 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 451067 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 451067 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 451068 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 451068 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 451069 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 451069 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-tolerant-update-minimal.xml
   [junit4]   2> 451070 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
   [junit4]   2> 451070 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
   [junit4]   2> 451071 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sortingresponse.xml
   [junit4]   2> 451072 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/trivial.updateprocessor1.js
   [junit4]   2> 451075 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 451076 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-paramset.xml
   [junit4]   2> 451076 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
   [junit4]   2> 451077 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 451077 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 451078 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-altdirectory.xml
   [junit4]   2> 451079 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-tlog.xml
   [junit4]   2> 451079 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/hyphenation.dtd
   [junit4]   2> 451080 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs

[...truncated too long message...]

1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 535640 INFO  (jetty-launcher-490-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@8230c21{/solr,null,UNAVAILABLE}
   [junit4]   2> 535642 WARN  (zkCallback-514-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 535642 INFO  (jetty-launcher-490-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11657e63{/solr,null,UNAVAILABLE}
   [junit4]   2> 535642 WARN  (zkCallback-514-thread-2) [    ] 
o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 535643 INFO  (jetty-launcher-490-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@632cdfdf{/solr,null,UNAVAILABLE}
   [junit4]   2> 535644 INFO  
(SUITE-DistribJoinFromCollectionTest-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34161 34161
   [junit4]   2> 545698 INFO  (Thread-1214) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34161 34161
   [junit4]   2> 545702 WARN  (Thread-1214) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/from_1x4/state.json
   [junit4]   2>        4       /solr/collections/to_2x2/state.json
   [junit4]   2>        2       
/solr/collections/from_1x4/leader_elect/shard1/election/95969136231383052-core_node3-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 545703 INFO  
(SUITE-DistribJoinFromCollectionTest-seed#[EB309C682015BEA3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{get_s=PostingsFormat(name=Direct), join_s=PostingsFormat(name=Direct), 
range_facet_l_dv=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Memory 
doPackFST= false), match_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
intDefault=PostingsFormat(name=Direct), id=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=538, 
maxMBSortInHeap=5.079017388045066, sim=ClassicSimilarity, locale=zu-ZA, 
timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=272789504,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [SSLMigrationTest, 
TestMissingGroups, TestCollapseQParserPlugin, 
DistributedSpellCheckComponentTest, DistributedQueryElevationComponentTest, 
BasicZkTest, DataDrivenBlockJoinTest, TestNumericTerms32, 
TestInfoStreamLogging, TestCSVLoader, HLLUtilTest, ExitableDirectoryReaderTest, 
TestLRUCache, HdfsWriteToMultipleCollectionsTest, 
PathHierarchyTokenizerFactoryTest, TestConfig, CoreAdminRequestStatusTest, 
CreateCollectionCleanupTest, DocumentAnalysisRequestHandlerTest, 
TestRawTransformer, TestRandomDVFaceting, DisMaxRequestHandlerTest, 
TestHdfsUpdateLog, TestRestManager, ReplicationFactorTest, 
DeleteLastCustomShardedReplicaTest, TestConfigOverlay, 
TestExactSharedStatsCache, TestCopyFieldCollectionResource, 
BasicAuthIntegrationTest, TestFieldCacheVsDocValues, TestCloudBackupRestore, 
TestBlendedInfixSuggestions, TestDocSet, TestDistributedSearch, 
CacheHeaderTest, ConcurrentDeleteAndCreateCollectionTest, TestJsonFacets, 
TestRealTimeGet, OverseerTaskQueueTest, TestIntervalFaceting, 
ActionThrottleTest, BadCopyFieldTest, TestFieldSortValues, 
TestSerializedLuceneMatchVersion, TestConfigSets, DeleteStatusTest, 
TestSolrCloudWithKerberosAlt, TestAtomicUpdateErrorCases, PreAnalyzedFieldTest, 
TestPhraseSuggestions, SolrCloudExampleTest, QueryEqualityTest, 
ZkNodePropsTest, IndexSchemaTest, QueryElevationComponentTest, 
TestQueryWrapperFilter, TestFieldCacheSanityChecker, TestBinaryField, 
TestSubQueryTransformerDistrib, HdfsCollectionsAPIDistributedZkTest, 
TestSSLRandomization, PeerSyncTest, CloudExitableDirectoryReaderTest, 
TestLMDirichletSimilarityFactory, TestReloadAndDeleteDocs, CopyFieldTest, 
JsonLoaderTest, DistribJoinFromCollectionTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DistribJoinFromCollectionTest -Dtests.seed=EB309C682015BEA3 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zu-ZA 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | DistribJoinFromCollectionTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up 
static fields (in @AfterClass?) and null them, your test still has references 
to classes of which the sizes cannot be measured due to security restrictions 
or Java 9 module encapsulation:
   [junit4]    >   - private static 
org.apache.solr.client.solrj.impl.CloudSolrClient 
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EB309C682015BEA3]:0)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]    > Caused by: java.lang.IllegalStateException: Unable to access 
'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to 
estimate memory usage
   [junit4]    >        ... 10 more
   [junit4]    > Caused by: java.lang.reflect.InaccessibleObjectException: 
Cannot make a non-public member of class java.lang.reflect.Module accessible
   [junit4]    >        at 
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
   [junit4]    >        at 
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
   [junit4]    >        at 
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
   [junit4]    >        at 
java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
   [junit4]    >        at 
java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
   [junit4]    >        ... 13 more
   [junit4] Completed [128/611 (2!)] on J0 in 38.90s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 1574 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 611 suites (10 ignored), 2556 tests, 2 suite-level 
errors, 117 ignored (71 assumptions) [seed: EB309C682015BEA3]

Total time: 67 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to