You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/05/29 15:32:22 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 230 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/230/

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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.response.transform.TestSubQueryTransformerDistrib:     1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.response.transform.TestSubQueryTransformerDistrib: 
   1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Throwable.fillInStackTrace(Native Method)         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)         at java.lang.Throwable.<init>(Throwable.java:265)         at java.lang.Exception.<init>(Exception.java:66)         at java.lang.InterruptedException.<init>(InterruptedException.java:67)         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
        at java.lang.Throwable.<init>(Throwable.java:265)
        at java.lang.Exception.<init>(Exception.java:66)
        at java.lang.InterruptedException.<init>(InterruptedException.java:67)
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)




Build Log:
[...truncated 12275 lines...]
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/init-core-data-001
   [junit4]   2> 2039488 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2039495 INFO  (Thread-5354) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2039495 INFO  (Thread-5354) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2039591 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:55457
   [junit4]   2> 2039592 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2039627 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2039635 INFO  (zkCallback-2884-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b2cd33f name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2039635 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2039636 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2039636 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2039644 INFO  (jetty-launcher-2883-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2039665 INFO  (jetty-launcher-2883-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2039669 INFO  (jetty-launcher-2883-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2039760 INFO  (jetty-launcher-2883-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2039761 INFO  (jetty-launcher-2883-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a990275{/solr,null,AVAILABLE}
   [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@6abd1619{HTTP/1.1,[http/1.1]}{127.0.0.1:50787}
   [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ] o.e.j.s.Server Started @2044427ms
   [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50787}
   [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2'
   [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2039935 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c99ac69{/solr,null,AVAILABLE}
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@5ddabaf6{HTTP/1.1,[http/1.1]}{127.0.0.1:46157}
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.e.j.s.Server Started @2044483ms
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46157}
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3'
   [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2039981 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2039981 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040000 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040084 INFO  (jetty-launcher-2883-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f730b00{/solr,null,AVAILABLE}
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@21fd72d0{HTTP/1.1,[http/1.1]}{127.0.0.1:54498}
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.e.j.s.Server Started @2044587ms
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54498}
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4'
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040086 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040087 INFO  (zkCallback-2886-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ca39a9c name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040097 INFO  (jetty-launcher-2883-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28a36389{/solr,null,AVAILABLE}
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@7009cfc8{HTTP/1.1,[http/1.1]}{127.0.0.1:48688}
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.e.j.s.Server Started @2044600ms
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48688}
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1'
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2040099 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040107 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040142 INFO  (zkCallback-2887-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@753c70a8 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040142 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040143 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040143 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38f0f124{/solr,null,AVAILABLE}
   [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@63c2575b{HTTP/1.1,[http/1.1]}{127.0.0.1:41301}
   [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ] o.e.j.s.Server Started @2044688ms
   [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41301}
   [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5'
   [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040200 INFO  (zkCallback-2885-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bc01f10 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/.
   [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 2114396750
   [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3]
   [junit4]   2> 2040201 WARN  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/lib
   [junit4]   2> 2040201 INFO  (jetty-launcher-2883-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,useRetries : false,
   [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040207 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040215 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/.
   [junit4]   2> 2040216 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1584671487
   [junit4]   2> 2040216 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2]
   [junit4]   2> 2040216 WARN  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/lib
   [junit4]   2> 2040216 INFO  (jetty-launcher-2883-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,useRetries : false,
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040217 INFO  (zkCallback-2888-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15e2eb9d name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040218 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040218 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040238 INFO  (zkCallback-2889-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@39fb3e86 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040251 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040251 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/.
   [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 460440037
   [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4]
   [junit4]   2> 2040252 WARN  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/lib
   [junit4]   2> 2040252 INFO  (jetty-launcher-2883-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,useRetries : false,
   [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040255 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/.
   [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1411125670
   [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1]
   [junit4]   2> 2040256 WARN  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/lib
   [junit4]   2> 2040256 INFO  (jetty-launcher-2883-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,useRetries : false,
   [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/.
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1293818458
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5]
   [junit4]   2> 2040257 WARN  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/lib
   [junit4]   2> 2040257 INFO  (jetty-launcher-2883-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,useRetries : false,
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2040259 INFO  (zkCallback-2892-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33e69ab4 name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040260 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040260 INFO  (jetty-launcher-2883-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040265 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040271 INFO  (zkCallback-2895-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a1b3db9 name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040272 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040272 INFO  (jetty-launcher-2883-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040275 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040276 INFO  (zkCallback-2901-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51451d6c name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@55dcea58
   [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040277 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@2c0975da
   [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@767ebdaa
   [junit4]   2> 2040278 INFO  (zkCallback-2898-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d590d3b name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040280 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040280 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@82fc4e
   [junit4]   2> 2040281 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ba53496 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040281 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040281 INFO  (zkCallback-2904-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b68db18 name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2040283 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 0x154fd178d83000a, 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(Thread.java:745)
   [junit4]   2> 2040284 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2040286 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@7adf4972
   [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2040289 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b02a843 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040289 INFO  (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40b8196 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040289 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b7a8692 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040290 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040290 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f939cef name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2040290 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2040291 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2040293 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2040294 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2040298 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95979769681870862-127.0.0.1:54498_solr-n_0000000000
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95979769681870859-127.0.0.1:46157_solr-n_0000000001
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95979769681870863-127.0.0.1:41301_solr-n_0000000002
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95979769681870861-127.0.0.1:50787_solr-n_0000000003
   [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54498_solr
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95979769681870863-127.0.0.1:41301_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95979769681870862-127.0.0.1:54498_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95979769681870860-127.0.0.1:48688_solr-n_0000000004
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50787_solr
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95979769681870859-127.0.0.1:46157_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46157_solr
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50787_solr
   [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41301_solr
   [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46157_solr
   [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95979769681870861-127.0.0.1:50787_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41301_solr
   [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48688_solr
   [junit4]   2> 2040303 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] 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> 2040303 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] 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> 2040303 INFO  (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] 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> 2040303 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] 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> 2040304 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Overseer (id=95979769681870862-127.0.0.1:54498_solr-n_0000000000) starting
   [junit4]   2> 2040304 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040304 INFO  (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040304 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040304 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040304 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:48688_solr
   [junit4]   2> 2040304 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] 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> 2040308 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040309 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2040309 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2040309 INFO  (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2040310 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2040310 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2040311 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040312 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] 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> 2040312 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040312 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] 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> 2040312 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040313 INFO  (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040313 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040313 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2040315 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040320 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2040320 INFO  (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] 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> 2040321 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/.
   [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2040322 INFO  (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040322 INFO  (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] 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> 2040323 INFO  (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040323 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2040323 INFO  (jetty-launcher-2883-thread-5) [n:127.0.0.1:41301_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2040325 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2040325 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2040326 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/.
   [junit4]   2> 2040326 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2040328 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2040328 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2040329 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/.
   [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-1) [n:127.0.0.1:48688_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2040331 INFO  (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000) [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2040332 INFO  (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 2040332 INFO  (OverseerCollectionConfigSetProcessor-95979769681870862-127.0.0.1:54498_solr-n_0000000000) [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2040569 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2040569 INFO  (jetty-launcher-2883-thread-2) [n:127.0.0.1:50787_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2040571 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:54498_solr as DOWN
   [junit4]   2> 2040572 INFO  (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000) [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54498_solr"} current state version: 0
   [junit4]   2> 2040572 INFO  (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000) [n:127.0.0.1:54498_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54498_solr
   [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/.
   [junit4]   2> 2040577 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2040587 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2040587 INFO  (jetty-launcher-2883-thread-3) [n:127.0.0.1:46157_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2041572 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54498_solr
   [junit4]   2> 2041572 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54498_solr
   [junit4]   2> 2041573 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] 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> 2041573 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] 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> 2041573 INFO  (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] 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> 2041573 INFO  (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] 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> 2041573 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] 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> 2041573 INFO  (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr) [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041573 INFO  (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041573 INFO  (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr) [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041575 INFO  (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr) [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041579 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2041579 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr) [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041579 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2041580 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/.
   [junit4]   2> 2041580 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2041581 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 2041581 INFO  (jetty-launcher-2883-thread-4) [n:127.0.0.1:54498_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2041581 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041581 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041582 INFO  (zkCallback-2915-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7aacc102 name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041582 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041582 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041582 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:55457/solr
   [junit4]   2> 2041583 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041583 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041583 INFO  (zkCallback-2918-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47e8a5c9 name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041583 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041584 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041584 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2041584 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2041584 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2041585 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spellcheckcomponent.xml
   [junit4]   2> 2041586 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-null-charfilters-analyzer.xml
   [junit4]   2> 2041587 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
   [junit4]   2> 2041588 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spellchecker.xml
   [junit4]   2> 2041589 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 2041590 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesFaceting.xml
   [junit4]   2> 2041591 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tlog-with-delayingcomponent.xml
   [junit4]   2> 2041591 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 2041592 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-numeric.xml
   [junit4]   2> 2041593 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig_codec.xml
   [junit4]   2> 2041594 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2041595 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema_latest.xml
   [junit4]   2> 2041596 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sorts.xml
   [junit4]   2> 2041597 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-headers.xml
   [junit4]   2> 2041598 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 2041599 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 2041600 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 2041600 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-parsing-update-processor-chains.xml
   [junit4]   2> 2041601 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 2041602 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 2041603 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-one-field-no-dynamic-field-unique-key.xml
   [junit4]   2> 2041604 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 2041605 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 2041606 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-suggestercomponent.xml
   [junit4]   2> 2041606 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 2041607 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 2041608 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 2041609 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 2041610 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-indexconfig-mergepolicyfactory.xml
   [junit4]   2> 2041610 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/compoundDictionary.txt
   [junit4]   2> 2041611 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 2041612 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 2041613 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-transformers.xml
   [junit4]   2> 2041614 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 2041615 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 2041615 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 2041616 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.dic
   [junit4]   2> 2041617 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 2041618 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest-lucene-match-version.xml
   [junit4]   2> 2041619 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-functionquery.xml
   [junit4]   2> 2041620 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
   [junit4]   2> 2041620 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 2041621 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 2041622 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
   [junit4]   2> 2041623 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicyfactory.xml
   [junit4]   2> 2041624 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 2041625 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 2041626 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sweetspot.xml
   [junit4]   2> 2041627 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-searcher-listeners1.xml
   [junit4]   2> 2041628 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-id-and-version-fields-only.xml
   [junit4]   2> 2041629 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-classification.xml
   [junit4]   2> 2041629 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 2041630 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 2041631 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-response-log-component.xml
   [junit4]   2> 2041632 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 2041633 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2041634 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 2041634 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 2041635 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-components-name.xml
   [junit4]   2> 2041636 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 2041637 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2041638 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-xinclude.xml
   [junit4]   2> 2041638 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/cross-compatible.js
   [junit4]   2> 2041639 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig_perf.xml
   [junit4]   2> 2041640 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 2041640 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-basic.xml
   [junit4]   2> 2041641 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 2041642 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication1.xml
   [junit4]   2> 2041643 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 2041644 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-altdirectory.xml
   [junit4]   2> 2041644 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distributed-missing-sort.xml
   [junit4]   2> 2041645 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 2041646 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 2041647 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-tfidf.xml
   [junit4]   2> 2041647 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/jasuggest.txt
   [junit4]   2> 2041648 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 2041649 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-cdcrupdatelog.xml
   [junit4]   2> 2041650 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/fuzzysuggest.txt
   [junit4]   2> 2041650 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 2041651 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-highlight.xml
   [junit4]   2> 2041652 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicy.xml
   [junit4]   2> 2041653 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 2041653 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-version-indexed.xml
   [junit4]   2> 2041654 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
   [junit4]   2> 2041655 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2041656 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
   [junit4]   2> 2041657 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-synonym-tokenizer.xml
   [junit4]   2> 2041657 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-2.txt
   [junit4]   2> 2041658 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 2041659 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim-default-override.xml
   [junit4]   2> 2041659 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 2041660 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-managed-schema-test.xml
   [junit4]   2> 2041661 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 2041662 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 2041663 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-warmer.xml
   [junit4]   2> 2041664 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema11.xml
   [junit4]   2> 2041665 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tlog.xml
   [junit4]   2> 2041665 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-withgethandler.xml
   [junit4]   2> 2041666 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmjelinekmercer.xml
   [junit4]   2> 2041667 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema12.xml
   [junit4]   2> 2041668 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-SOLR-749.xml
   [junit4]   2> 2041669 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 2041669 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-master2.xml
   [junit4]   2> 2041670 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-bm25.xml
   [junit4]   2> 2041671 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/open-exchange-rates.json
   [junit4]   2> 2041672 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-preanalyzed.xml
   [junit4]   2> 2041672 INFO  (SUITE-TestSubQueryTransformerDis

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

Trace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.InterruptedException.<init>(InterruptedException.java:67)
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {name_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), dept_id_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), dept_id_s=FST50, dept_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), dept_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), title_s_dv=FST50, dept_is=FSTOrd50, dept_is_dv=FST50, salary_i_dv=FST50, _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), dept_id_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), name_s_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), title_s=FSTOrd50, dept_ss_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50, text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), dept_id_s_dv=FSTOrd50}, docValues:{id_dv=DocValuesFormat(name=Asserting), salary_i_dv=DocValuesFormat(name=Direct), dept_id_i_dv=DocValuesFormat(name=Asserting), dept_i_dv=DocValuesFormat(name=Asserting), name_s_dv=DocValuesFormat(name=Asserting), title_s_dv=DocValuesFormat(name=Direct), dept_ss_dv=DocValuesFormat(name=Memory), dept_is_dv=DocValuesFormat(name=Direct), dept_id_s_dv=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1534, maxMBSortInHeap=6.149668661943247, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-OM, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=199650840,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoveryZkTest, TestFieldSortValues, TestRawTransformer, TestLegacyFieldCache, CoreAdminRequestStatusTest, DistribJoinFromCollectionTest, TestRandomDVFaceting, DocValuesMissingTest, TestTolerantUpdateProcessorCloud, TestAtomicUpdateErrorCases, TestConfig, TestOnReconnectListenerSupport, TestSolrConfigHandlerCloud, CursorPagingTest, TestReloadAndDeleteDocs, ResponseLogComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, LeaderElectionIntegrationTest, TestSortByMinMaxFunction, SyncSliceTest, HdfsLockFactoryTest, UUIDFieldTest, CdcrVersionReplicationTest, DeleteLastCustomShardedReplicaTest, TestRemoteStreaming, ZkNodePropsTest, BasicZkTest, TestUseDocValuesAsStored2, TestLRUCache, MultiThreadedOCPTest, TestObjectReleaseTracker, TestRealTimeGet, JSONWriterTest, TestLeaderElectionZkExpiry, TestChildDocTransformer, ResourceLoaderTest, TestLuceneMatchVersion, TestConfigSetsAPIExclusivity, TestFastOutputStream, TestFieldCacheReopen, TestLMDirichletSimilarityFactory, PingRequestHandlerTest, TestReqParamsAPI, FileBasedSpellCheckerTest, URLClassifyProcessorTest, CollectionTooManyReplicasTest, TestDistribIDF, TestJsonFacets, BasicDistributedZkTest, DistributedSpellCheckComponentTest, TestIntervalFaceting, TestSchemaResource, ExitableDirectoryReaderTest, EchoParamsTest, TestSearcherReuse, TestTestInjection, TestIBSimilarityFactory, ConnectionReuseTest, TestCSVLoader, TestDistributedSearch, ExternalFileFieldSortTest, ActionThrottleTest, TestReplicaProperties, JsonLoaderTest, TestCloudBackupRestore, PathHierarchyTokenizerFactoryTest, DistributedQueryComponentCustomSortTest, TestComponentsName, TestQueryWrapperFilter, TestHashQParserPlugin, PolyFieldTest, OverseerTaskQueueTest, SignatureUpdateProcessorFactoryTest, TestHighlightDedupGrouping, IndexSchemaTest, TestArbitraryIndexDir, CreateCollectionCleanupTest, XsltUpdateRequestHandlerTest, TestMissingGroups, TestAnalyzeInfixSuggestions, BlockDirectoryTest, TestAnalyzedSuggestions, CdcrUpdateLogTest, TestBlobHandler, TestDynamicFieldResource, CopyFieldTest, TestStressLucene, CacheHeaderTest, TestMergePolicyConfig, StandardRequestHandlerTest, SecurityConfHandlerTest, TestRTGBase, SynonymTokenizerTest, DateFieldTest, TestMiniSolrCloudClusterBase, TestReplicationHandler, AnalysisAfterCoreReloadTest, LeaderInitiatedRecoveryOnCommitTest, TestCloudPivotFacet, SolrCoreTest, OverseerTest, TestRandomFaceting, LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, DistributedTermsComponentTest, StatsComponentTest, TestBadConfig, TestIndexSearcher, DistributedQueryElevationComponentTest, SolrRequestParserTest, TestTrie, NoCacheHeaderTest, TestPseudoReturnFields, QueryEqualityTest, SortByFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, DocumentBuilderTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestPhraseSuggestions, TestCharFilters, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, DOMUtilTest, SliceStateTest, DistributedIntervalFacetingTest, ConcurrentDeleteAndCreateCollectionTest, DeleteReplicaTest, DeleteStatusTest, DistributedQueueTest, ForceLeaderTest, TestCloudInspectUtil, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestRandomRequestDistribution, TestRebalanceLeaders, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, BlobRepositoryCloudTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestSolrDynamicMBean, TestSolrXml, TestReplicationHandlerBackup, TestSQLHandler, DistributedFacetPivotSmallAdvancedTest, DistributedSuggestComponentTest, SuggestComponentTest, TestDistributedStatsComponentCardinality, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestRawResponseWriter, TestSubQueryTransformerDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSubQueryTransformerDistrib -Dtests.seed=61841189A1B52FE7 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestSubQueryTransformerDistrib (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.response.transform.TestSubQueryTransformerDistrib: 
   [junit4]    >    1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15709, name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]    >         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]    >         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]    >         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]    >         at java.lang.InterruptedException.<init>(InterruptedException.java:67)
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)
   [junit4] Completed [533/612 (1!)] on J0 in 50.32s, 1 test, 2 errors <<< FAILURES!

[...truncated 260 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:531: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984: There were test failures: 612 suites (10 ignored), 2564 tests, 2 suite-level errors, 399 ignored (72 assumptions) [seed: 61841189A1B52FE7]

Total time: 75 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




Re: [JENKINS] Lucene-Solr-Tests-6.x - Build # 230 - Still Failing

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
Don't know what to do with it. I can't reproduce it locally.

On Sun, May 29, 2016 at 6:32 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/230/
>
> 2 tests failed.
> FAILED:
> junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib
>
> Error Message:
> 1 thread leaked from SUITE scope at
> org.apache.solr.response.transform.TestSubQueryTransformerDistrib:     1)
> Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
>  at java.lang.Thread.sleep(Native Method)         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>        at java.lang.Thread.run(Thread.java:745)
>
> Stack Trace:
> com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from
> SUITE scope at
> org.apache.solr.response.transform.TestSubQueryTransformerDistrib:
>    1) Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
>         at java.lang.Thread.sleep(Native Method)
>         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>         at java.lang.Thread.run(Thread.java:745)
>         at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)
>
>
> FAILED:
> junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib
>
> Error Message:
> There are still zombie threads that couldn't be terminated:    1)
> Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at
> java.lang.Throwable.fillInStackTrace(Native Method)         at
> java.lang.Throwable.fillInStackTrace(Throwable.java:783)         at
> java.lang.Throwable.<init>(Throwable.java:265)         at
> java.lang.Exception.<init>(Exception.java:66)         at
> java.lang.InterruptedException.<init>(InterruptedException.java:67)
>  at java.lang.Thread.sleep(Native Method)         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>        at java.lang.Thread.run(Thread.java:745)
>
> Stack Trace:
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
> threads that couldn't be terminated:
>    1) Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
>         at java.lang.Throwable.fillInStackTrace(Native Method)
>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
>         at java.lang.Throwable.<init>(Throwable.java:265)
>         at java.lang.Exception.<init>(Exception.java:66)
>         at
> java.lang.InterruptedException.<init>(InterruptedException.java:67)
>         at java.lang.Thread.sleep(Native Method)
>         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>         at java.lang.Thread.run(Thread.java:745)
>         at __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)
>
>
>
>
> Build Log:
> [...truncated 12275 lines...]
>    [junit4] Suite:
> org.apache.solr.response.transform.TestSubQueryTransformerDistrib
>    [junit4]   2> Creating dataDir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/init-core-data-001
>    [junit4]   2> 2039488 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 2039495 INFO  (Thread-5354) [    ] o.a.s.c.ZkTestServer
> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2039495 INFO  (Thread-5354) [    ] o.a.s.c.ZkTestServer
> Starting server
>    [junit4]   2> 2039591 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.ZkTestServer start zk server on port:55457
>    [junit4]   2> 2039592 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2039627 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2039635 INFO  (zkCallback-2884-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@3b2cd33f
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2039635 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2039636 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2039636 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
>    [junit4]   2> 2039644 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 2039665 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 2039669 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 2039760 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 2039761 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a990275
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@6abd1619
> {HTTP/1.1,[http/1.1]}{127.0.0.1:50787}
>    [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.e.j.s.Server Started @2044427ms
>    [junit4]   2> 2039924 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=50787}
>    [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2'
>    [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 2039925 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2039935 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c99ac69
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@5ddabaf6
> {HTTP/1.1,[http/1.1]}{127.0.0.1:46157}
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.e.j.s.Server Started @2044483ms
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=46157}
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3'
>    [junit4]   2> 2039980 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2039981 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 2039981 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040000 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040084 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f730b00
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@21fd72d0
> {HTTP/1.1,[http/1.1]}{127.0.0.1:54498}
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.e.j.s.Server Started @2044587ms
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=54498}
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4'
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 2040085 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040086 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040087 INFO  (zkCallback-2886-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@ca39a9c
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040088 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2040097 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28a36389
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@7009cfc8
> {HTTP/1.1,[http/1.1]}{127.0.0.1:48688}
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.e.j.s.Server Started @2044600ms
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=48688}
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1'
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2040098 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 2040099 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040107 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040142 INFO  (zkCallback-2887-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@753c70a8
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040142 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040143 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040143 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38f0f124
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@63c2575b
> {HTTP/1.1,[http/1.1]}{127.0.0.1:41301}
>    [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.e.j.s.Server Started @2044688ms
>    [junit4]   2> 2040185 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=41301}
>    [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@73d16e93
>    [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5'
>    [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 2040186 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040200 INFO  (zkCallback-2885-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1bc01f10
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040200 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/.
>    [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.CoreContainer New CoreContainer 2114396750
>    [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3]
>    [junit4]   2> 2040201 WARN  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/lib
> to classpath:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/lib
>    [junit4]   2> 2040201 INFO  (jetty-launcher-2883-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,useRetries : false,
>    [junit4]   2> 2040201 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040202 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2040207 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040215 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/.
>    [junit4]   2> 2040216 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.CoreContainer New CoreContainer 1584671487
>    [junit4]   2> 2040216 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2]
>    [junit4]   2> 2040216 WARN  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/lib
> to classpath:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/lib
>    [junit4]   2> 2040216 INFO  (jetty-launcher-2883-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,useRetries : false,
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040217 INFO  (zkCallback-2888-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@15e2eb9d
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040217 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040218 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040218 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2040238 INFO  (zkCallback-2889-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@39fb3e86
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040238 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2040251 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040251 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/.
>    [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.CoreContainer New CoreContainer 460440037
>    [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4]
>    [junit4]   2> 2040252 WARN  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/lib
> to classpath:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/lib
>    [junit4]   2> 2040252 INFO  (jetty-launcher-2883-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,useRetries : false,
>    [junit4]   2> 2040252 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
>    [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2040253 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040255 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/.
>    [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.CoreContainer New CoreContainer 1411125670
>    [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1]
>    [junit4]   2> 2040256 WARN  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/lib
> to classpath:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/lib
>    [junit4]   2> 2040256 INFO  (jetty-launcher-2883-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,useRetries : false,
>    [junit4]   2> 2040256 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/.
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.CoreContainer New CoreContainer 1293818458
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5]
>    [junit4]   2> 2040257 WARN  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/lib
> to classpath:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/lib
>    [junit4]   2> 2040257 INFO  (jetty-launcher-2883-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,useRetries : false,
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55457/solr
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2040258 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2040259 INFO  (zkCallback-2892-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@33e69ab4
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040260 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040260 INFO  (jetty-launcher-2883-thread-3) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040265 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040271 INFO  (zkCallback-2895-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@2a1b3db9
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040272 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040272 INFO  (jetty-launcher-2883-thread-2) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040275 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040276 INFO  (zkCallback-2901-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@51451d6c
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.ZkController Added new OnReconnect
> listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@55dcea58
>    [junit4]   2> 2040276 INFO  (jetty-launcher-2883-thread-1) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040277 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.ZkController Added new OnReconnect
> listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@2c0975da
>    [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.ZkController Added new OnReconnect
> listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@767ebdaa
>    [junit4]   2> 2040278 INFO  (zkCallback-2898-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@3d590d3b
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040278 INFO  (jetty-launcher-2883-thread-4) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040280 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2040280 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Added new OnReconnect
> listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@82fc4e
>    [junit4]   2> 2040281 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@4ba53496
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040281 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2040281 INFO  (zkCallback-2904-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@2b68db18
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-5) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2040282 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue
>    [junit4]   2> 2040283 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 0x154fd178d83000a, 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(Thread.java:745)
>    [junit4]   2> 2040284 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 2040286 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-running
>    [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2040287 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.ZkController Added new OnReconnect
> listener org.apache.solr.cloud.ZkController$$Lambda$42/651318560@7adf4972
>    [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2040288 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2040289 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@4b02a843
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2040289 INFO
> (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@40b8196
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040289 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2040289 INFO
> (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@3b7a8692
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040290 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2040290 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1f939cef
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2040290 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2040291 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>    [junit4]   2> 2040293 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>    [junit4]   2> 2040294 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /aliases.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /security.json
>    [junit4]   2> 2040295 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /security.json
>    [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /security.json
>    [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2040296 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster
> properties
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster
> properties
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster
> properties
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster
> properties
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (0)
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (0)
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (0)
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (0)
>    [junit4]   2> 2040297 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2040298 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster
> properties
>    [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (0)
>    [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 2040299 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 2040300 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95979769681870862-127.0.0.1:54498_solr-n_0000000000
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95979769681870859-127.0.0.1:46157_solr-n_0000000001
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95979769681870863-127.0.0.1:41301_solr-n_0000000002
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95979769681870861-127.0.0.1:50787_solr-n_0000000003
>    [junit4]   2> 2040301 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:54498_solr
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/leader
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95979769681870863-127.0.0.1:41301_solr-n_0000000002
> to know if I could be the leader
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95979769681870862-127.0.0.1:54498_solr-n_0000000000
> to know if I could be the leader
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95979769681870860-127.0.0.1:48688_solr-n_0000000004
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:50787_solr
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95979769681870859-127.0.0.1:46157_solr-n_0000000001
> to know if I could be the leader
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:46157_solr
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:50787_solr
>    [junit4]   2> 2040302 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:41301_solr
>    [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:46157_solr
>    [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95979769681870861-127.0.0.1:50787_solr-n_0000000003
> to know if I could be the leader
>    [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:41301_solr
>    [junit4]   2> 2040303 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:48688_solr
>    [junit4]   2> 2040303 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] 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> 2040303 INFO
> (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] 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> 2040303 INFO
> (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] 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> 2040303 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] 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> 2040304 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Overseer
> (id=95979769681870862-127.0.0.1:54498_solr-n_0000000000) starting
>    [junit4]   2> 2040304 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 2040304 INFO
> (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 2040304 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 2040304 INFO
> (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 2040304 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:48688_solr
>    [junit4]   2> 2040304 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] 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> 2040308 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 2040309 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader A live node change:
> [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 2040309 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A live node change:
> [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 2040309 INFO
> (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader A live node change:
> [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 2040310 INFO
> (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader A live node change:
> [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 2040310 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader A live node change:
> [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 2040311 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (2) -> (3)
>    [junit4]   2> 2040312 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] 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> 2040312 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (2) -> (3)
>    [junit4]   2> 2040312 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] 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> 2040312 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (3) -> (4)
>    [junit4]   2> 2040313 INFO
> (zkCallback-2908-thread-1-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (2) -> (3)
>    [junit4]   2> 2040313 INFO
> (zkCallback-2909-thread-1-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (2) -> (3)
>    [junit4]   2> 2040313 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (2) -> (4)
>    [junit4]   2> 2040315 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (3) -> (4)
>    [junit4]   2> 2040320 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue-work
>    [junit4]   2> 2040320 INFO
> (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] 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> 2040321 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node5/.
>    [junit4]   2> 2040321 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions
>    [junit4]   2> 2040322 INFO
> (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (3) -> (4)
>    [junit4]   2> 2040322 INFO
> (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] 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> 2040323 INFO
> (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (3) -> (4)
>    [junit4]   2> 2040323 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
>    [junit4]   2> 2040323 INFO  (jetty-launcher-2883-thread-5)
> [n:127.0.0.1:41301_solr    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2040325 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 2040325 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 2040326 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node1/.
>    [junit4]   2> 2040326 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions
>    [junit4]   2> 2040328 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 2040328 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 2040329 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node2/.
>    [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions
>    [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
>    [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-1)
> [n:127.0.0.1:48688_solr    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2040330 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread
> Starting OverseerAutoReplicaFailoverThread
> autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 2040331 INFO
> (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer Starting to work on the
> main queue
>    [junit4]   2> 2040332 INFO
> (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (4)
>    [junit4]   2> 2040332 INFO
> (OverseerCollectionConfigSetProcessor-95979769681870862-127.0.0.1:54498_solr-n_0000000000)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.OverseerTaskProcessor Process
> current queue of overseer operations
>    [junit4]   2> 2040569 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
>    [junit4]   2> 2040569 INFO  (jetty-launcher-2883-thread-2)
> [n:127.0.0.1:50787_solr    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2040571 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:54498_solr as DOWN
>    [junit4]   2> 2040572 INFO
> (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.Overseer processMessage: queueSize:
> 1, message = {
>    [junit4]   2>   "operation":"downnode",
>    [junit4]   2>   "node_name":"127.0.0.1:54498_solr"} current state
> version: 0
>    [junit4]   2> 2040572 INFO
> (OverseerStateUpdate-95979769681870862-127.0.0.1:54498_solr-n_0000000000)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked
> for node: 127.0.0.1:54498_solr
>    [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 2040576 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node3/.
>    [junit4]   2> 2040577 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions
>    [junit4]   2> 2040587 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
>    [junit4]   2> 2040587 INFO  (jetty-launcher-2883-thread-3)
> [n:127.0.0.1:46157_solr    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2041572 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:54498_solr
>    [junit4]   2> 2041572 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:54498_solr
>    [junit4]   2> 2041573 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] 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> 2041573 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] 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> 2041573 INFO
> (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] 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> 2041573 INFO
> (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] 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> 2041573 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] 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> 2041573 INFO
> (zkCallback-2908-thread-2-processing-n:127.0.0.1:54498_solr)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2041573 INFO
> (zkCallback-2905-thread-1-processing-n:127.0.0.1:46157_solr)
> [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2041573 INFO
> (zkCallback-2909-thread-2-processing-n:127.0.0.1:41301_solr)
> [n:127.0.0.1:41301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2041575 INFO
> (zkCallback-2906-thread-1-processing-n:127.0.0.1:50787_solr)
> [n:127.0.0.1:50787_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2041579 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 2041579 INFO
> (zkCallback-2907-thread-1-processing-n:127.0.0.1:48688_solr)
> [n:127.0.0.1:48688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2041579 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 2041580 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_61841189A1B52FE7-001/tempDir-001/node4/.
>    [junit4]   2> 2041580 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions
>    [junit4]   2> 2041581 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
>    [junit4]   2> 2041581 INFO  (jetty-launcher-2883-thread-4)
> [n:127.0.0.1:54498_solr    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2041581 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2041581 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2041582 INFO  (zkCallback-2915-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@7aacc102
> name:ZooKeeperConnection Watcher:127.0.0.1:55457 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2041582 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2041582 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2041582 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
> 127.0.0.1:55457/solr
>    [junit4]   2> 2041583 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 2041583 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2041583 INFO  (zkCallback-2918-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@47e8a5c9
> name:ZooKeeperConnection Watcher:127.0.0.1:55457/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 2041583 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2041584 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 2041584 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 2041584 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>    [junit4]   2> 2041584 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 2041585 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-spellcheckcomponent.xml
>    [junit4]   2> 2041586 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-null-charfilters-analyzer.xml
>    [junit4]   2> 2041587 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
>    [junit4]   2> 2041588 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-spellchecker.xml
>    [junit4]   2> 2041589 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
>    [junit4]   2> 2041590 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-docValuesFaceting.xml
>    [junit4]   2> 2041591 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-tlog-with-delayingcomponent.xml
>    [junit4]   2> 2041591 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
>    [junit4]   2> 2041592 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-numeric.xml
>    [junit4]   2> 2041593 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig_codec.xml
>    [junit4]   2> 2041594 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
>    [junit4]   2> 2041595 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema_latest.xml
>    [junit4]   2> 2041596 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-sorts.xml
>    [junit4]   2> 2041597 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-headers.xml
>    [junit4]   2> 2041598 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
>    [junit4]   2> 2041599 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
>    [junit4]   2> 2041600 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-snippet-types.incl
>    [junit4]   2> 2041600 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-parsing-update-processor-chains.xml
>    [junit4]   2> 2041601 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
>    [junit4]   2> 2041602 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
>    [junit4]   2> 2041603 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-one-field-no-dynamic-field-unique-key.xml
>    [junit4]   2> 2041604 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
>    [junit4]   2> 2041605 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
>    [junit4]   2> 2041606 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-suggestercomponent.xml
>    [junit4]   2> 2041606 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-currency.xml
>    [junit4]   2> 2041607 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
>    [junit4]   2> 2041608 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-caching.xml
>    [junit4]   2> 2041609 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
>    [junit4]   2> 2041610 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-indexconfig-mergepolicyfactory.xml
>    [junit4]   2> 2041610 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/compoundDictionary.txt
>    [junit4]   2> 2041611 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
>    [junit4]   2> 2041612 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/phrasesuggest.txt
>    [junit4]   2> 2041613 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-transformers.xml
>    [junit4]   2> 2041614 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
>    [junit4]   2> 2041615 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
>    [junit4]   2> 2041615 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
>    [junit4]   2> 2041616 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/hunspell-test.dic
>    [junit4]   2> 2041617 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
>    [junit4]   2> 2041618 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-rest-lucene-match-version.xml
>    [junit4]   2> 2041619 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-functionquery.xml
>    [junit4]   2> 2041620 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
>    [junit4]   2> 2041620 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
>    [junit4]   2> 2041621 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-sim.xml
>    [junit4]   2> 2041622 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
>    [junit4]   2> 2041623 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-logmergepolicyfactory.xml
>    [junit4]   2> 2041624 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
>    [junit4]   2> 2041625 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
>    [junit4]   2> 2041626 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-sweetspot.xml
>    [junit4]   2> 2041627 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-searcher-listeners1.xml
>    [junit4]   2> 2041628 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-id-and-version-fields-only.xml
>    [junit4]   2> 2041629 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-classification.xml
>    [junit4]   2> 2041629 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-solrconfig-schema-mutable-but-not-managed.xml
>    [junit4]   2> 2041630 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/hunspell-test.aff
>    [junit4]   2> 2041631 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-response-log-component.xml
>    [junit4]   2> 2041632 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
>    [junit4]   2> 2041633 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
>    [junit4]   2> 2041634 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-pos.xml
>    [junit4]   2> 2041634 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-hash.xml
>    [junit4]   2> 2041635 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-components-name.xml
>    [junit4]   2> 2041636 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
>    [junit4]   2> 2041637 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 2041638 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-xinclude.xml
>    [junit4]   2> 2041638 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/cross-compatible.js
>    [junit4]   2> 2041639 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig_perf.xml
>    [junit4]   2> 2041640 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
>    [junit4]   2> 2041640 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-basic.xml
>    [junit4]   2> 2041641 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-sql.xml
>    [junit4]   2> 2041642 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-replication1.xml
>    [junit4]   2> 2041643 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
>    [junit4]   2> 2041644 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-altdirectory.xml
>    [junit4]   2> 2041644 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-distributed-missing-sort.xml
>    [junit4]   2> 2041645 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/enumsConfig.xml
>    [junit4]   2> 2041646 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
>    [junit4]   2> 2041647 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-tfidf.xml
>    [junit4]   2> 2041647 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/jasuggest.txt
>    [junit4]   2> 2041648 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
>    [junit4]   2> 2041649 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-cdcrupdatelog.xml
>    [junit4]   2> 2041650 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/fuzzysuggest.txt
>    [junit4]   2> 2041650 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-minimal.xml
>    [junit4]   2> 2041651 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-highlight.xml
>    [junit4]   2> 2041652 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicy.xml
>    [junit4]   2> 2041653 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-blockjoinfacetcomponent.xml
>    [junit4]   2> 2041653 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-version-indexed.xml
>    [junit4]   2> 2041654 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
>    [junit4]   2> 2041655 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 2041656 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
>    [junit4]   2> 2041657 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-synonym-tokenizer.xml
>    [junit4]   2> 2041657 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/stop-2.txt
>    [junit4]   2> 2041658 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
>    [junit4]   2> 2041659 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-sim-default-override.xml
>    [junit4]   2> 2041659 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
>    [junit4]   2> 2041660 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-managed-schema-test.xml
>    [junit4]   2> 2041661 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
>    [junit4]   2> 2041662 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
>    [junit4]   2> 2041663 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-warmer.xml
>    [junit4]   2> 2041664 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema11.xml
>    [junit4]   2> 2041665 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-tlog.xml
>    [junit4]   2> 2041665 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-withgethandler.xml
>    [junit4]   2> 2041666 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-lmjelinekmercer.xml
>    [junit4]   2> 2041667 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema12.xml
>    [junit4]   2> 2041668 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-SOLR-749.xml
>    [junit4]   2> 2041669 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-hyperbolic.xml
>    [junit4]   2> 2041669 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/solrconfig-master2.xml
>    [junit4]   2> 2041670 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-bm25.xml
>    [junit4]   2> 2041671 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/open-exchange-rates.json
>    [junit4]   2> 2041672 INFO
> (SUITE-TestSubQueryTransformerDistrib-seed#[61841189A1B52FE7]-worker) [
> ] o.a.s.c.c.SolrZkClient makePath:
> /configs/solrCloudCollectionConfig/schema-preanalyzed.xml
>    [junit4]   2> 2041672 INFO  (SUITE-TestSubQueryTransformerDis
>
> [...truncated too long message...]
>
> Trace(Throwable.java:783)
>    [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
>    [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
>    [junit4]   2>         at
> java.lang.InterruptedException.<init>(InterruptedException.java:67)
>    [junit4]   2>         at java.lang.Thread.sleep(Native Method)
>    [junit4]   2>         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> {name_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> dept_id_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> dept_id_s=FST50, dept_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> dept_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> title_s_dv=FST50, dept_is=FSTOrd50, dept_is_dv=FST50, salary_i_dv=FST50,
> _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> dept_id_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> name_s_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> title_s=FSTOrd50,
> dept_ss_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50,
> text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
> dept_id_s_dv=FSTOrd50}, docValues:{id_dv=DocValuesFormat(name=Asserting),
> salary_i_dv=DocValuesFormat(name=Direct),
> dept_id_i_dv=DocValuesFormat(name=Asserting),
> dept_i_dv=DocValuesFormat(name=Asserting),
> name_s_dv=DocValuesFormat(name=Asserting),
> title_s_dv=DocValuesFormat(name=Direct),
> dept_ss_dv=DocValuesFormat(name=Memory),
> dept_is_dv=DocValuesFormat(name=Direct),
> dept_id_s_dv=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1534,
> maxMBSortInHeap=6.149668661943247,
> sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-OM,
> timezone=Australia/Yancowinna
>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
> 1.8.0_74 (64-bit)/cpus=4,threads=2,free=199650840,total=526909440
>    [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoveryZkTest,
> TestFieldSortValues, TestRawTransformer, TestLegacyFieldCache,
> CoreAdminRequestStatusTest, DistribJoinFromCollectionTest,
> TestRandomDVFaceting, DocValuesMissingTest,
> TestTolerantUpdateProcessorCloud, TestAtomicUpdateErrorCases, TestConfig,
> TestOnReconnectListenerSupport, TestSolrConfigHandlerCloud,
> CursorPagingTest, TestReloadAndDeleteDocs, ResponseLogComponentTest,
> AddSchemaFieldsUpdateProcessorFactoryTest, LeaderElectionIntegrationTest,
> TestSortByMinMaxFunction, SyncSliceTest, HdfsLockFactoryTest,
> UUIDFieldTest, CdcrVersionReplicationTest,
> DeleteLastCustomShardedReplicaTest, TestRemoteStreaming, ZkNodePropsTest,
> BasicZkTest, TestUseDocValuesAsStored2, TestLRUCache, MultiThreadedOCPTest,
> TestObjectReleaseTracker, TestRealTimeGet, JSONWriterTest,
> TestLeaderElectionZkExpiry, TestChildDocTransformer, ResourceLoaderTest,
> TestLuceneMatchVersion, TestConfigSetsAPIExclusivity, TestFastOutputStream,
> TestFieldCacheReopen, TestLMDirichletSimilarityFactory,
> PingRequestHandlerTest, TestReqParamsAPI, FileBasedSpellCheckerTest,
> URLClassifyProcessorTest, CollectionTooManyReplicasTest, TestDistribIDF,
> TestJsonFacets, BasicDistributedZkTest, DistributedSpellCheckComponentTest,
> TestIntervalFaceting, TestSchemaResource, ExitableDirectoryReaderTest,
> EchoParamsTest, TestSearcherReuse, TestTestInjection,
> TestIBSimilarityFactory, ConnectionReuseTest, TestCSVLoader,
> TestDistributedSearch, ExternalFileFieldSortTest, ActionThrottleTest,
> TestReplicaProperties, JsonLoaderTest, TestCloudBackupRestore,
> PathHierarchyTokenizerFactoryTest, DistributedQueryComponentCustomSortTest,
> TestComponentsName, TestQueryWrapperFilter, TestHashQParserPlugin,
> PolyFieldTest, OverseerTaskQueueTest, SignatureUpdateProcessorFactoryTest,
> TestHighlightDedupGrouping, IndexSchemaTest, TestArbitraryIndexDir,
> CreateCollectionCleanupTest, XsltUpdateRequestHandlerTest,
> TestMissingGroups, TestAnalyzeInfixSuggestions, BlockDirectoryTest,
> TestAnalyzedSuggestions, CdcrUpdateLogTest, TestBlobHandler,
> TestDynamicFieldResource, CopyFieldTest, TestStressLucene, CacheHeaderTest,
> TestMergePolicyConfig, StandardRequestHandlerTest, SecurityConfHandlerTest,
> TestRTGBase, SynonymTokenizerTest, DateFieldTest,
> TestMiniSolrCloudClusterBase, TestReplicationHandler,
> AnalysisAfterCoreReloadTest, LeaderInitiatedRecoveryOnCommitTest,
> TestCloudPivotFacet, SolrCoreTest, OverseerTest, TestRandomFaceting,
> LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestFaceting,
> TestRecovery, TermVectorComponentDistributedTest,
> DistributedTermsComponentTest, StatsComponentTest, TestBadConfig,
> TestIndexSearcher, DistributedQueryElevationComponentTest,
> SolrRequestParserTest, TestTrie, NoCacheHeaderTest, TestPseudoReturnFields,
> QueryEqualityTest, SortByFunctionTest, TestSolrDeletionPolicy1,
> SolrInfoMBeanTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest,
> TestQueryTypes, DocumentBuilderTest, RequiredFieldsTest,
> IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest,
> QueryParsingTest, BinaryUpdateRequestHandlerTest, SearchHandlerTest,
> HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
> AlternateDirectoryTest, TestSolrIndexConfig, TestBinaryField,
> TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions,
> DirectSolrConnectionTest, TestPhraseSuggestions, TestCharFilters,
> TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory,
> ScriptEngineTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest,
> DOMUtilTest, SliceStateTest, DistributedIntervalFacetingTest,
> ConcurrentDeleteAndCreateCollectionTest, DeleteReplicaTest,
> DeleteStatusTest, DistributedQueueTest, ForceLeaderTest,
> TestCloudInspectUtil, TestConfigSetsAPI, TestConfigSetsAPIZkFailure,
> TestDistribDocBasedVersion, TestRandomRequestDistribution,
> TestRebalanceLeaders, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest,
> HdfsThreadLeakTest, BlobRepositoryCloudTest, DirectoryFactoryTest,
> HdfsDirectoryFactoryTest, TestImplicitCoreProperties,
> TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestSolrDynamicMBean,
> TestSolrXml, TestReplicationHandlerBackup, TestSQLHandler,
> DistributedFacetPivotSmallAdvancedTest, DistributedSuggestComponentTest,
> SuggestComponentTest, TestDistributedStatsComponentCardinality,
> TestGeoJSONResponseWriter, TestGraphMLResponseWriter,
> TestRawResponseWriter, TestSubQueryTransformerDistrib]
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestSubQueryTransformerDistrib -Dtests.seed=61841189A1B52FE7
> -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-OM
> -Dtests.timezone=Australia/Yancowinna -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.00s J0 | TestSubQueryTransformerDistrib (suite) <<<
>    [junit4]    > Throwable #1:
> com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from
> SUITE scope at
> org.apache.solr.response.transform.TestSubQueryTransformerDistrib:
>    [junit4]    >    1) Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
>    [junit4]    >         at java.lang.Thread.sleep(Native Method)
>    [junit4]    >         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>    [junit4]    >         at java.lang.Thread.run(Thread.java:745)
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)Throwable #2:
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
> threads that couldn't be terminated:
>    [junit4]    >    1) Thread[id=15709,
> name=OverseerHdfsCoreFailoverThread-95979769681870860-127.0.0.1:48688_solr-n_0000000004,
> state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
>    [junit4]    >         at java.lang.Throwable.fillInStackTrace(Native
> Method)
>    [junit4]    >         at
> java.lang.Throwable.fillInStackTrace(Throwable.java:783)
>    [junit4]    >         at java.lang.Throwable.<init>(Throwable.java:265)
>    [junit4]    >         at java.lang.Exception.<init>(Exception.java:66)
>    [junit4]    >         at
> java.lang.InterruptedException.<init>(InterruptedException.java:67)
>    [junit4]    >         at java.lang.Thread.sleep(Native Method)
>    [junit4]    >         at
> org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
>    [junit4]    >         at java.lang.Thread.run(Thread.java:745)
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([61841189A1B52FE7]:0)
>    [junit4] Completed [533/612 (1!)] on J0 in 50.32s, 1 test, 2 errors <<<
> FAILURES!
>
> [...truncated 260 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:531:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984:
> There were test failures: 612 suites (10 ignored), 2564 tests, 2
> suite-level errors, 399 ignored (72 assumptions) [seed: 61841189A1B52FE7]
>
> Total time: 75 minutes 14 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mk...@griddynamics.com>