You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/06/08 02:41:40 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 633 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/633/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([1A3F76BDE541459F:926B49674BBD2867]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 12189 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/init-core-data-001
   [junit4]   2> 3408713 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3408713 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3408714 INFO  (Thread-11745) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3408714 INFO  (Thread-11745) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3408814 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42184
   [junit4]   2> 3408814 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3408814 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408819 INFO  (zkCallback-11397-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a3f2ca2 name:ZooKeeperConnection Watcher:127.0.0.1:42184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408819 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408819 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3408819 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3408838 INFO  (jetty-launcher-11396-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3408838 INFO  (jetty-launcher-11396-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3408843 INFO  (jetty-launcher-11396-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7425de02{/solr,null,AVAILABLE}
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@473cd0c3{HTTP/1.1,[http/1.1]}{127.0.0.1:42293}
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.e.j.s.Server Started @3413892ms
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42293}
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f2eeaf{/solr,null,AVAILABLE}
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1'
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@42a35253{HTTP/1.1,[http/1.1]}{127.0.0.1:36483}
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3408845 INFO  (jetty-launcher-11396-thread-1) [    ] o.e.j.s.Server Started @3413892ms
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36483}
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2'
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3408846 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3408847 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408849 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408852 INFO  (zkCallback-11399-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d78209c name:ZooKeeperConnection Watcher:127.0.0.1:42184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408853 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408853 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3408853 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3408860 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/.
   [junit4]   2> 3408861 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1930765396
   [junit4]   2> 3408861 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2]
   [junit4]   2> 3408861 WARN  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/lib
   [junit4]   2> 3408861 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 3408863 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 3408864 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3408864 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3408864 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42184/solr
   [junit4]   2> 3408864 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3408864 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3408865 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408870 INFO  (zkCallback-11398-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@81a359a name:ZooKeeperConnection Watcher:127.0.0.1:42184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408871 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408871 INFO  (zkCallback-11402-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fa054ee name:ZooKeeperConnection Watcher:127.0.0.1:42184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408871 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3408871 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408871 INFO  (jetty-launcher-11396-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3408872 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3408873 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$56/634325326@2c8afd4b
   [junit4]   2> 3408873 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408878 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7acccfe6 name:ZooKeeperConnection Watcher:127.0.0.1:42184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408879 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408879 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/.
   [junit4]   2> 3408879 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 773252778
   [junit4]   2> 3408879 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1]
   [junit4]   2> 3408879 WARN  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/lib
   [junit4]   2> 3408879 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 3408880 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42184/solr
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3408881 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3408882 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408883 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3408887 INFO  (zkCallback-11406-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75099e8d name:ZooKeeperConnection Watcher:127.0.0.1:42184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408888 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408888 INFO  (jetty-launcher-11396-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3408889 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$56/634325326@1ac5ebe7
   [junit4]   2> 3408889 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3408891 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3408893 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4df65172 name:ZooKeeperConnection Watcher:127.0.0.1:42184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3408893 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3408895 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3408898 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3408900 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3408901 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3408903 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3408903 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3408905 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3408905 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3408906 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3408907 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3408942 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3408943 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3408944 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 3408945 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3408947 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3408949 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3408950 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3408950 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96033401163153414-127.0.0.1:42293_solr-n_0000000000
   [junit4]   2> 3408951 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42293_solr
   [junit4]   2> 3408951 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3408952 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer Overseer (id=96033401163153414-127.0.0.1:42293_solr-n_0000000000) starting
   [junit4]   2> 3408955 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3408962 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3408963 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42293_solr
   [junit4]   2> 3408964 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3408964 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3408964 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42293_solr
   [junit4]   2> 3408965 INFO  (OverseerCollectionConfigSetProcessor-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3408966 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3408966 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_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> 3408968 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3408978 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 3408981 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3408987 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3408989 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96033401163153412-127.0.0.1:36483_solr-n_0000000001
   [junit4]   2> 3408991 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96033401163153414-127.0.0.1:42293_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3408992 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36483_solr as DOWN
   [junit4]   2> 3408995 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36483_solr"} current state version: 0
   [junit4]   2> 3408995 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36483_solr
   [junit4]   2> 3408996 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3408997 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3408998 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/.
   [junit4]   2> 3408998 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3408999 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 3408999 INFO  (jetty-launcher-11396-thread-2) [n:127.0.0.1:42293_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3409996 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36483_solr
   [junit4]   2> 3409998 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36483_solr
   [junit4]   2> 3410001 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_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: [1])
   [junit4]   2> 3410001 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_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: [1])
   [junit4]   2> 3410002 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3410003 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3410067 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3410068 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3410069 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/.
   [junit4]   2> 3410069 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3410071 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 3410071 INFO  (jetty-launcher-11396-thread-1) [n:127.0.0.1:36483_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3410071 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3410072 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3410083 INFO  (zkCallback-11410-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5268042f name:ZooKeeperConnection Watcher:127.0.0.1:42184 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3410083 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3410084 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3410085 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:42184/solr
   [junit4]   2> 3410087 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3410088 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3410091 INFO  (zkCallback-11413-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f078fb8 name:ZooKeeperConnection Watcher:127.0.0.1:42184/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3410092 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3410092 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3410092 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3410093 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 3410094 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3410097 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 3410102 INFO  (SUITE-TestManagedSchemaAPI-seed#[1A3F76BDE541459F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3410125 INFO  (TEST-TestManagedSchemaAPI.test-seed#[1A3F76BDE541459F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3410133 INFO  (qtp39405971-55442) [n:127.0.0.1:36483_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3410138 INFO  (OverseerCollectionConfigSetProcessor-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3410141 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3410142 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 3410142 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 3410143 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 3410145 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3410145 INFO  (zkCallback-11413-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3410146 INFO  (zkCallback-11407-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3410150 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3410150 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 3410157 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 3410250 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 3410250 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:42293_solr
   [junit4]   2> 3410250 INFO  (OverseerThreadFactory-12626-thread-1-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:36483_solr
   [junit4]   2> 3410262 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3410263 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 3410264 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3410269 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3410270 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 3410273 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3410280 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3410280 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3410281 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3410281 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 3410281 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42293_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3410281 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42293/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42293_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3410283 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 3410285 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3410308 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36483/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36483_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3410309 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36483/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36483_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3410414 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 3410415 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3410416 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3410416 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3410418 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 3411282 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 3411282 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3411283 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3411283 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3411284 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3411285 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 3411285 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3411285 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3411286 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 3411286 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 3411287 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3411287 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3411288 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3411289 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3411289 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 3411289 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3411289 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3411293 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3411294 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3411296 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3411298 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3411299 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3411350 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3411352 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3411353 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 3411355 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 3411355 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3411357 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 3411357 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using configuration from collection testschemaapi
   [junit4]   2> 3411357 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3411357 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 3411357 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 3411358 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3411358 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 3411358 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 3411358 WARN  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3411359 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 3411359 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@30eb47b7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c9a7ab8),segFN=segments_1,generation=1}
   [junit4]   2> 3411359 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3411361 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 3411361 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 3411361 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using configuration from collection testschemaapi
   [junit4]   2> 3411361 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3411361 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3411362 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 3411362 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 3411363 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 3411363 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 3411363 WARN  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3411363 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3411363 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 3411364 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@51adb101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f0599d0),segFN=segments_1,generation=1}
   [junit4]   2> 3411364 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3411365 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411365 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 3411365 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_1A3F76BDE541459F-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3411366 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411367 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3411367 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411367 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411368 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411369 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411370 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411370 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 3411370 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3411371 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3411371 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3411371 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3411373 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 3411373 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3411373 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3411373 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3411373 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3411373 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3411374 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@30eb47b7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c9a7ab8),segFN=segments_1,generation=1}
   [junit4]   2> 3411374 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3411374 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@45876466[testschemaapi_shard1_replica2] main]
   [junit4]   2> 3411374 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3411375 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3411375 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3411375 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3411375 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3411376 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3411376 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3411376 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@51adb101 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f0599d0),segFN=segments_1,generation=1}
   [junit4]   2> 3411376 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3411376 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3411376 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71710ce0[testschemaapi_shard1_replica1] main]
   [junit4]   2> 3411376 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 3411377 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3411377 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3411377 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3411377 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3411378 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:2813082430670251
   [junit4]   2> 3411378 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3411378 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3411378 INFO  (searcherExecutor-12631-thread-1-processing-n:127.0.0.1:36483_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@45876466[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3411378 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3411379 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3411379 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1536534421403860992
   [junit4]   2> 3411379 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3411379 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3411379 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3411380 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3411380 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3411381 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1536534421403860992
   [junit4]   2> 3411381 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3411381 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3411381 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3411381 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3411381 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 3411382 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 3411382 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:36483/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3411383 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:2813082435132795
   [junit4]   2> 3411383 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3411383 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3411383 INFO  (searcherExecutor-12632-thread-1-processing-n:127.0.0.1:42293_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@71710ce0[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3411383 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 3411383 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3411384 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3411384 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1536534421409103872
   [junit4]   2> 3411389 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96033401163153412-core_node2-n_0000000000
   [junit4]   2> 3411389 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 5.0ms to seed version buckets with highest version 1536534421409103872
   [junit4]   2> 3411389 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3411389 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 3411391 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 3411391 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:42293/solr collection:testschemaapi shard:shard1
   [junit4]   2> 3411392 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3411394 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 3411394 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96033401163153414-core_node1-n_0000000001
   [junit4]   2> 3411396 INFO  (qtp1816629007-55444) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96033401163153412-core_node2-n_0000000000 to know if I could be the leader
   [junit4]   2> 3411498 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 3411499 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3411499 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3411501 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3411501 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 3411893 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3411893 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3411893 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3411893 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:36483/solr START replicas=[http://127.0.0.1:42293/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 3411894 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=http://127.0.0.1:36483/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3411894 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3411894 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3411895 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 3411900 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96033401163153412-core_node2-n_0000000000
   [junit4]   2> 3411903 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 3411903 INFO  (qtp1816629007-55447) [n:127.0.0.1:42293_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3411905 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:36483/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 3412009 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 3412011 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3412011 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3412011 INFO  (zkCallback-11403-thread-1-processing-n:127.0.0.1:36483_solr) [n:127.0.0.1:36483_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 3412011 INFO  (zkCallback-11407-thread-2-processing-n:127.0.0.1:42293_solr) [n:127.0.0.1:42293_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 3412054 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2/ and leader is http://127.0.0.1:36483/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 3412054 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=http://127.0.0.1:36483/solr
   [junit4]   2> 3412054 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3412054 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 3412058 INFO  (OverseerStateUpdate-96033401163153414-127.0.0.1:42293_solr-n_0000000000) [n:127.0.0.1:42293_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36483/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36483_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3412058 INFO  (qtp39405971-55443) [n:127.0.0.1:36483_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=1789
   [junit

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

.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:796)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=477, blockSize=1), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=1)), sim=ClassicSimilarity, locale=et, timezone=Europe/Chisinau
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=88949312,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, SharedFSAutoReplicaFailoverTest, CloneFieldUpdateProcessorFactoryTest, PreAnalyzedFieldTest, TestShardHandlerFactory, SimpleFacetsTest, TestUpdate, BlockCacheTest, TestConfigReload, TestExceedMaxTermLength, XmlUpdateRequestHandlerTest, TestFaceting, SpatialFilterTest, SaslZkACLProviderTest, TestQueryWrapperFilter, ActionThrottleTest, JSONWriterTest, TestReplicationHandler, TestAnalyzedSuggestions, TestSort, DataDrivenBlockJoinTest, JsonLoaderTest, SyncSliceTest, TestPostingsSolrHighlighter, LeaderInitiatedRecoveryOnCommitTest, HighlighterTest, TestSerializedLuceneMatchVersion, PreAnalyzedUpdateProcessorTest, HdfsRestartWhileUpdatingTest, TestStressReorder, TestConfigOverlay, TestCursorMarkWithoutUniqueKey, HLLSerializationTest, TestTestInjection, TestSQLHandler, TestSha256AuthenticationProvider, TestLuceneMatchVersion, TestCryptoKeys, TestDFISimilarityFactory, TestFilteredDocIdSet, TestRequestStatusCollectionAPI, DocValuesTest, TestLFUCache, IndexSchemaTest, InfoHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedQueryElevationComponentTest, TriLevelCompositeIdRoutingTest, TestStressLucene, TestDocSet, TestDocumentBuilder, TestTrackingShardHandlerFactory, SampleTest, TestShortCircuitedRequests, TestFieldTypeCollectionResource, TestExtendedDismaxParser, OverseerStatusTest, TestSolrCloudWithKerberosAlt, TestLockTree, CircularListTest, TestGraphMLResponseWriter, RecoveryZkTest, TestTolerantSearch, AlternateDirectoryTest, ConjunctionSolrSpellCheckerTest, HdfsBasicDistributedZk2Test, CdcrRequestHandlerTest, ZkCLITest, TestFieldCacheSanityChecker, TestMiniSolrCloudClusterBase, WrapperMergePolicyFactoryTest, SimpleCollectionCreateDeleteTest, TestCustomDocTransformer, TestFunctionQuery, PolyFieldTest, ExplicitHLLTest, RegexBoostProcessorTest, RecoveryAfterSoftCommitTest, TestCopyFieldCollectionResource, TestPerFieldSimilarityWithDefaultOverride, TestRecoveryHdfs, TestFieldCacheWithThreads, TestStressUserVersions, TestConfig, TestQuerySenderNoQuery, SpatialHeatmapFacetsTest, TestDynamicFieldCollectionResource, AtomicUpdatesTest, AnalysisAfterCoreReloadTest, SparseHLLTest, BadCopyFieldTest, TestCollapseQParserPlugin, TestCodecSupport, TestDownShardTolerantSearch, CustomCollectionTest, ReturnFieldsTest, SchemaVersionSpecificBehaviorTest, TestSurroundQueryParser, DistribJoinFromCollectionTest, TestJmxIntegration, BigEndianAscendingWordSerializerTest, SolrXmlInZkTest, DirectoryFactoryTest, TestPartialUpdateDeduplication, ZkStateReaderTest, TestJmxMonitoredMap, SegmentsInfoRequestHandlerTest, ClusterStateUpdateTest, PathHierarchyTokenizerFactoryTest, TestCloudInspectUtil, StandardRequestHandlerTest, TestInfoStreamLogging, OutOfBoxZkACLAndCredentialsProvidersTest, TestJsonRequest, TestBulkSchemaAPI, HdfsDirectoryFactoryTest, TestSolrFieldCacheMBean, TestPseudoReturnFields, TestSolrDeletionPolicy1, CoreAdminRequestStatusTest, TestBulkSchemaConcurrent, QueryEqualityTest, OverseerTest, TestSweetSpotSimilarityFactory, TestRandomDVFaceting, MBeansHandlerTest, TestSortByMinMaxFunction, StatelessScriptUpdateProcessorFactoryTest, TestRawTransformer, TestStressLiveNodes, TestArbitraryIndexDir, TestReqParamsAPI, TestSmileRequest, RollingRestartTest, DocumentBuilderTest, TestManagedResourceStorage, PrimitiveFieldTypeTest, TestScoreJoinQPNoScore, TestDynamicLoading, TestAddFieldRealTimeGet, DistribCursorPagingTest, TestElisionMultitermQuery, PingRequestHandlerTest, ExternalFileFieldSortTest, ReplicationFactorTest, TestSubQueryTransformerDistrib, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestDistributedGrouping, TestHashPartitioner, ZkControllerTest, TestReload, TestRangeQuery, TestCoreContainer, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, TestLazyCores, SoftAutoCommitTest, CoreAdminHandlerTest, SuggesterTSTTest, TestTrie, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestRemoteStreaming, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, TestOmitPositions, RequestHandlersTest, RequiredFieldsTest, FastVectorHighlighterTest, LoggingHandlerTest, QueryParsingTest, TestComponentsName, SearchHandlerTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, ConnectionReuseTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionTooManyReplicasTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, TestCloudDeleteByQuery, TestCollectionAPI, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, TestRebalanceLeaders, TestRequestForwarding, TestSSLRandomization, TestTolerantUpdateProcessorRandomCloud, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestBlobHandler, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, FacetPivotSmallTest, SuggestComponentContextFilterQueryTest, TestDistributedStatsComponentCardinality, TestIntervalFaceting, TestSortingResponseWriter, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestManagedResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestSolrQueryParserResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, ChangedSchemaMergeTest, DateRangeFieldTest, DocValuesMissingTest, EnumFieldTest, TestCollationFieldDocValues, TestManagedSchemaAPI]
   [junit4] Completed [545/612 (1!)] on J0 in 24.90s, 1 test, 1 error <<< FAILURES!

[...truncated 239 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:531: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 612 suites (10 ignored), 2560 tests, 1 error, 88 ignored (73 assumptions) [seed: 1A3F76BDE541459F]

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



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 635 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/635/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.BlockJoinFacetDistribTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.search.join.BlockJoinFacetDistribTest:     1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_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.search.join.BlockJoinFacetDistribTest: 
   1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_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([ADCE4A4A6F9267DD]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.BlockJoinFacetDistribTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.interrupt0(Native Method)         at java.lang.Thread.interrupt(Thread.java:923)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)         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=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.interrupt0(Native Method)
        at java.lang.Thread.interrupt(Thread.java:923)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([ADCE4A4A6F9267DD]:0)




Build Log:
[...truncated 11277 lines...]
   [junit4] Suite: org.apache.solr.search.join.BlockJoinFacetDistribTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/init-core-data-001
   [junit4]   2> 1273904 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1273904 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1273905 INFO  (Thread-6166) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1273905 INFO  (Thread-6166) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1274005 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:47603
   [junit4]   2> 1274005 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274005 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274009 INFO  (zkCallback-1409-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fee5cb5 name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274009 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274009 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274009 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1274015 INFO  (jetty-launcher-1408-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274015 INFO  (jetty-launcher-1408-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274015 INFO  (jetty-launcher-1408-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274015 INFO  (jetty-launcher-1408-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274016 INFO  (jetty-launcher-1408-thread-6) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274017 INFO  (jetty-launcher-1408-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1274022 INFO  (jetty-launcher-1408-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5df644c5{/solr,null,AVAILABLE}
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@5898bfe7{HTTP/1.1,[http/1.1]}{127.0.0.1:36123}
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@522cd1a5{/solr,null,AVAILABLE}
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-5) [    ] o.e.j.s.Server Started @1277693ms
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36123}
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274024 INFO  (jetty-launcher-1408-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c34460b{HTTP/1.1,[http/1.1]}{127.0.0.1:33059}
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6'
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.e.j.s.Server Started @1277694ms
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33059}
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1'
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274025 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274026 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3179441c{/solr,null,AVAILABLE}
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@5be6547d{HTTP/1.1,[http/1.1]}{127.0.0.1:39291}
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.e.j.s.Server Started @1277699ms
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39291}
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274030 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4'
   [junit4]   2> 1274031 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274031 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274031 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274031 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274036 INFO  (zkCallback-1411-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28108cce name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274037 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274037 INFO  (zkCallback-1410-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16816882 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274037 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274037 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274037 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274038 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274038 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274038 INFO  (jetty-launcher-1408-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e23e919{/solr,null,AVAILABLE}
   [junit4]   2> 1274043 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 0x155317601220001, 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> 1274044 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 0x155317601220002, 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> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@312a04a1{/solr,null,AVAILABLE}
   [junit4]   2> 1274045 INFO  (zkCallback-1412-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6aa28d33 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.e.j.s.ServerConnector Started ServerConnector@64ee9a0d{HTTP/1.1,[http/1.1]}{127.0.0.1:63118}
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.e.j.s.Server Started @1277714ms
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63118}
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5'
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274045 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@6802c74e{HTTP/1.1,[http/1.1]}{127.0.0.1:52081}
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-2) [    ] o.e.j.s.Server Started @1277715ms
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52081}
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274046 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2'
   [junit4]   2> 1274047 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274047 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274047 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274047 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274049 INFO  (zkCallback-1413-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e9bfb00 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274050 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274050 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274050 INFO  (jetty-launcher-1408-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4413d302{/solr,null,AVAILABLE}
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@c014cc8{HTTP/1.1,[http/1.1]}{127.0.0.1:43593}
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.e.j.s.Server Started @1277720ms
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43593}
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3'
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1274051 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274052 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274052 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274052 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6/.
   [junit4]   2> 1274052 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1369588627
   [junit4]   2> 1274052 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6]
   [junit4]   2> 1274053 INFO  (zkCallback-1414-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57c5c8a name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274053 WARN  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6/lib
   [junit4]   2> 1274053 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274054 INFO  (zkCallback-1415-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b87c5e2 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274054 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4/.
   [junit4]   2> 1274054 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 410253114
   [junit4]   2> 1274054 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4]
   [junit4]   2> 1274054 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274054 WARN  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4/lib
   [junit4]   2> 1274054 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274055 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274056 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274059 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274059 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274059 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274059 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1/.
   [junit4]   2> 1274060 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 558847953
   [junit4]   2> 1274060 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1]
   [junit4]   2> 1274060 WARN  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1/lib
   [junit4]   2> 1274060 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274061 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274062 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274063 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274065 INFO  (zkCallback-1424-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68a6c1ce name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274066 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274066 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274066 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5/.
   [junit4]   2> 1274067 INFO  (jetty-launcher-1408-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274067 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.CoreContainer New CoreContainer 129809147
   [junit4]   2> 1274067 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5]
   [junit4]   2> 1274067 WARN  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5/lib
   [junit4]   2> 1274067 INFO  (zkCallback-1418-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c1a2f82 name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274067 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274068 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274068 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274069 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274069 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274069 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274069 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274069 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274073 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274073 INFO  (jetty-launcher-1408-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274075 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@1e801258
   [junit4]   2> 1274075 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3/.
   [junit4]   2> 1274075 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1279548196
   [junit4]   2> 1274075 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274075 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3]
   [junit4]   2> 1274076 WARN  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3/lib
   [junit4]   2> 1274076 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274077 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274077 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274077 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274077 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274077 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274078 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274078 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274078 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@6d052b2f
   [junit4]   2> 1274079 INFO  (zkCallback-1427-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5441cff9 name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274080 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274081 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274081 INFO  (jetty-launcher-1408-thread-6) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274083 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d7a5226 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274083 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274084 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c692424 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274085 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274086 INFO  (zkCallback-1431-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49ef754b name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274086 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274087 INFO  (jetty-launcher-1408-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274088 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@4f658c9b
   [junit4]   2> 1274088 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274090 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@710add17 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274090 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274091 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1274092 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1274092 INFO  (zkCallback-1423-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@764b5554 name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274093 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274094 INFO  (jetty-launcher-1408-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274094 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1274095 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@23f92078
   [junit4]   2> 1274095 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274098 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 0x15531760122000a, 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> 1274099 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27259143 name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274099 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274101 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 0x155317601220008, 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> 1274101 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 0x155317601220005, 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> 1274103 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1274104 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1274104 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2/.
   [junit4]   2> 1274104 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1942372304
   [junit4]   2> 1274104 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2]
   [junit4]   2> 1274104 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@23977881
   [junit4]   2> 1274104 WARN  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2/lib
   [junit4]   2> 1274105 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1274105 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274106 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47603/solr
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1274107 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274108 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1274110 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1274112 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1274114 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1274115 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1274116 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1274117 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1274118 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1274119 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274120 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274122 INFO  (zkCallback-1438-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@65ec17b9 name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274122 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274122 INFO  (jetty-launcher-1408-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1274122 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14b0ce5d name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274125 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/1637105727@929071f
   [junit4]   2> 1274125 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1274126 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274127 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274130 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1274131 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30396d6d name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1274131 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1274131 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1274134 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274135 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241102-127.0.0.1:43593_solr-n_0000000000
   [junit4]   2> 1274135 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43593_solr
   [junit4]   2> 1274135 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1274136 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274137 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274138 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer Overseer (id=96037349953241102-127.0.0.1:43593_solr-n_0000000000) starting
   [junit4]   2> 1274138 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274138 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274140 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274141 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274142 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274143 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274144 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274145 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274145 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274145 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1274146 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241103-127.0.0.1:63118_solr-n_0000000001
   [junit4]   2> 1274146 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1274146 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274147 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274147 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96037349953241102-127.0.0.1:43593_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1274148 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1274148 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63118_solr
   [junit4]   2> 1274149 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:63118_solr
   [junit4]   2> 1274151 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1274152 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_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> 1274152 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_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> 1274152 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_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> 1274151 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274154 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274154 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_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> 1274155 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_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> 1274155 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_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> 1274155 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241100-127.0.0.1:36123_solr-n_0000000002
   [junit4]   2> 1274156 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274157 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274158 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274155 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274160 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274160 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241101-127.0.0.1:33059_solr-n_0000000003
   [junit4]   2> 1274160 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274162 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241106-127.0.0.1:52081_solr-n_0000000004
   [junit4]   2> 1274162 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96037349953241103-127.0.0.1:63118_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1274162 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96037349953241100-127.0.0.1:36123_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1274163 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33059_solr as DOWN
   [junit4]   2> 1274164 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36123_solr as DOWN
   [junit4]   2> 1274164 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96037349953241101-127.0.0.1:33059_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1274165 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1274166 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:52081_solr as DOWN
   [junit4]   2> 1274167 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1274168 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96037349953241104-127.0.0.1:39291_solr-n_0000000005
   [junit4]   2> 1274169 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1274169 INFO  (OverseerCollectionConfigSetProcessor-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1274170 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1274170 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96037349953241106-127.0.0.1:52081_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 1274170 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43593_solr as DOWN
   [junit4]   2> 1274171 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39291_solr as DOWN
   [junit4]   2> 1274176 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1274177 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer processMessage: queueSize: 5, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33059_solr"} current state version: 0
   [junit4]   2> 1274177 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33059_solr
   [junit4]   2> 1274180 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36123_solr"} current state version: 0
   [junit4]   2> 1274180 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36123_solr
   [junit4]   2> 1274181 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52081_solr"} current state version: 0
   [junit4]   2> 1274181 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52081_solr
   [junit4]   2> 1274182 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39291_solr"} current state version: 0
   [junit4]   2> 1274182 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39291_solr
   [junit4]   2> 1274183 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43593_solr"} current state version: 0
   [junit4]   2> 1274183 INFO  (OverseerStateUpdate-96037349953241102-127.0.0.1:43593_solr-n_0000000000) [n:127.0.0.1:43593_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43593_solr
   [junit4]   2> 1274185 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1274185 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1274187 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node5/.
   [junit4]   2> 1274187 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1274188 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1274188 INFO  (jetty-launcher-1408-thread-6) [n:127.0.0.1:63118_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275168 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33059_solr
   [junit4]   2> 1275168 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36123_solr
   [junit4]   2> 1275169 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33059_solr
   [junit4]   2> 1275169 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36123_solr
   [junit4]   2> 1275170 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52081_solr
   [junit4]   2> 1275171 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_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: [1])
   [junit4]   2> 1275171 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_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: [1])
   [junit4]   2> 1275171 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_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: [1])
   [junit4]   2> 1275171 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_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: [1])
   [junit4]   2> 1275171 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52081_solr
   [junit4]   2> 1275171 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_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: [1])
   [junit4]   2> 1275172 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_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: [1])
   [junit4]   2> 1275172 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275172 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275172 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275173 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275173 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275173 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1275174 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_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> 1275174 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_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> 1275174 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275175 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_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> 1275175 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_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> 1275175 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275175 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275176 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275176 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_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> 1275176 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275178 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_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> 1275179 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43593_solr
   [junit4]   2> 1275180 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39291_solr
   [junit4]   2> 1275182 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39291_solr
   [junit4]   2> 1275182 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1275182 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43593_solr
   [junit4]   2> 1275191 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_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> 1275192 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_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> 1275192 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_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> 1275192 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_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> 1275192 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_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> 1275193 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_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> 1275193 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:52081_solr) [n:127.0.0.1:52081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275194 INFO  (zkCallback-1428-thread-1-processing-n:127.0.0.1:33059_solr) [n:127.0.0.1:33059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275198 INFO  (zkCallback-1433-thread-1-processing-n:127.0.0.1:43593_solr) [n:127.0.0.1:43593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275198 INFO  (zkCallback-1435-thread-1-processing-n:127.0.0.1:39291_solr) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275198 INFO  (zkCallback-1432-thread-1-processing-n:127.0.0.1:36123_solr) [n:127.0.0.1:36123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275199 INFO  (zkCallback-1434-thread-1-processing-n:127.0.0.1:63118_solr) [n:127.0.0.1:63118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 1275204 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1275205 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1275205 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node6/.
   [junit4]   2> 1275206 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1275210 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1275210 INFO  (jetty-launcher-1408-thread-5) [n:127.0.0.1:36123_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275219 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1275219 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1275220 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node4/.
   [junit4]   2> 1275220 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1275221 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1275221 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1275222 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node1/.
   [junit4]   2> 1275222 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1275223 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1275223 INFO  (jetty-launcher-1408-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275223 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1275223 INFO  (jetty-launcher-1408-thread-1) [n:127.0.0.1:33059_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275240 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1275240 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1275241 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node2/.
   [junit4]   2> 1275242 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1275243 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1275243 INFO  (jetty-launcher-1408-thread-2) [n:127.0.0.1:52081_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275254 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1275254 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1275254 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_ADCE4A4A6F9267DD-001/tempDir-001/node3/.
   [junit4]   2> 1275254 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1275255 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1275255 INFO  (jetty-launcher-1408-thread-4) [n:127.0.0.1:43593_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1275256 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1275257 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1275258 INFO  (zkCallback-1446-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@290fae5e name:ZooKeeperConnection Watcher:127.0.0.1:47603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1275259 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1275259 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1275261 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:47603/solr
   [junit4]   2> 1275262 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1275262 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1275263 INFO  (zkCallback-1449-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@204fe04a name:ZooKeeperConnection Watcher:127.0.0.1:47603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1275263 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1275263 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1275263 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1275264 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1275266 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1275268 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-copyfield-test.xml
   [junit4]   2> 1275272 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 1275274 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave.xml
   [junit4]   2> 1275277 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-cdcr.xml
   [junit4]   2> 1275280 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 1275282 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 1275285 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-classification.xml
   [junit4]   2> 1275287 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1275290 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 1275292 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 1275295 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-cdcrupdatelog.xml
   [junit4]   2> 1275298 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 1275300 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 1275303 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 1275305 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
   [junit4]   2> 1275308 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmjelinekmercer.xml
   [junit4]   2> 1275310 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1275313 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 1275315 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1275318 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
   [junit4]   2> 1275321 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1275323 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1275326 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1275328 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1275331 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 1275333 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1275336 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 1275339 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 1275341 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 1275344 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1275347 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 1275349 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sorts.xml
   [junit4]   2> 1275352 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender.xml
   [junit4]   2> 1275354 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 1275357 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 1275360 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 1275363 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 1275365 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 1275367 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/da_UTF8.xml
   [junit4]   2> 1275370 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1275373

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

(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1289216 INFO  (jetty-launcher-1408-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@522cd1a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1289223 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47603 47603
   [junit4]   2> 1289276 INFO  (Thread-6166) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47603 47603
   [junit4]   2> 1289278 WARN  (Thread-6166) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/facetcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1289278 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[ADCE4A4A6F9267DD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jun 08, 2016 7:21:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jun 08, 2016 7:21:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.search.join.BlockJoinFacetDistribTest: 
   [junit4]   2>    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [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> Jun 08, 2016 7:21:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> Jun 08, 2016 7:21:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.interrupt0(Native Method)
   [junit4]   2>         at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {type_s=PostingsFormat(name=Memory doPackFST= true), COLOR_s=Lucene50(blocksize=128), SIZE_s=PostingsFormat(name=Memory doPackFST= false), _version_=PostingsFormat(name=Memory doPackFST= true), _root_=PostingsFormat(name=Memory doPackFST= true), BRAND_s=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1163, maxMBSortInHeap=6.995252896809159, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=no-NO, timezone=Asia/Hebron
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=2,free=69309520,total=398458880
   [junit4]   2> NOTE: All tests run in this JVM: [TestIBSimilarityFactory, HighlighterMaxOffsetTest, BasicDistributedZkTest, SuggestComponentTest, TestLMDirichletSimilarityFactory, TestCollapseQParserPlugin, TestSubQueryTransformer, HdfsUnloadDistributedZkTest, TestReplicaProperties, TestScoreJoinQPNoScore, HdfsBasicDistributedZk2Test, CircularListTest, TestManagedResourceStorage, AlternateDirectoryTest, HLLSerializationTest, TestLRUStatsCache, TestMinMaxOnMultiValuedField, TestSubQueryTransformerDistrib, TestGroupingSearch, SchemaVersionSpecificBehaviorTest, HdfsDirectoryFactoryTest, TestRecoveryHdfs, CursorPagingTest, CloudExitableDirectoryReaderTest, BufferStoreTest, TestQueryWrapperFilter, SliceStateTest, DirectoryFactoryTest, TestPostingsSolrHighlighter, RequestLoggingTest, TestRandomRequestDistribution, PreAnalyzedUpdateProcessorTest, TestFieldTypeCollectionResource, ReplicationFactorTest, TestLockTree, TestSha256AuthenticationProvider, UUIDFieldTest, ClusterStateTest, TestAnalyzedSuggestions, TestXmlQParser, SolrIndexConfigTest, TestEmbeddedSolrServerConstructors, IndexBasedSpellCheckerTest, InfoHandlerTest, TestNRTOpen, TestCloudInspectUtil, ConcurrentDeleteAndCreateCollectionTest, TestTolerantUpdateProcessorRandomCloud, VersionInfoTest, TestSolrConfigHandlerConcurrent, ClusterStateUpdateTest, TimeZoneUtilsTest, TestConfig, TestShortCircuitedRequests, TestFilteredDocIdSet, TestRequestStatusCollectionAPI, TestHashPartitioner, TestUninvertingReader, PeerSyncTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SpatialFilterTest, TestDefaultStatsCache, DocValuesMultiTest, RulesTest, LeaderInitiatedRecoveryOnCommitTest, TestDownShardTolerantSearch, TestInfoStreamLogging, TestCursorMarkWithoutUniqueKey, TestWordDelimiterFilterFactory, TolerantUpdateProcessorTest, DataDrivenBlockJoinTest, PKIAuthenticationIntegrationTest, AnalyticsMergeStrategyTest, BadCopyFieldTest, DistribJoinFromCollectionTest, ShardRoutingTest, ZkStateReaderTest, SpatialHeatmapFacetsTest, TestFreeTextSuggestions, TestPKIAuthenticationPlugin, TestUpdate, TestFieldCacheSortRandom, TestCloudBackupRestore, HdfsRestartWhileUpdatingTest, TestSolrCloudWithKerberosAlt, XsltUpdateRequestHandlerTest, TestComponentsName, DistributedSpellCheckComponentTest, SoftAutoCommitTest, DOMUtilTest, RecoveryAfterSoftCommitTest, RollingRestartTest, TestSolrDeletionPolicy1, SolrXmlInZkTest, SaslZkACLProviderTest, TriLevelCompositeIdRoutingTest, TestDocSet, SuggesterFSTTest, TestJmxIntegration, TestSerializedLuceneMatchVersion, TestJsonRequest, DistributedFacetPivotSmallTest, TestStressVersions, HttpPartitionTest, TestFieldCollectionResource, TestMaxScoreQueryParser, TestConfigSetProperties, TestExactSharedStatsCache, BlockJoinFacetDistribTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BlockJoinFacetDistribTest -Dtests.seed=ADCE4A4A6F9267DD -Dtests.slow=true -Dtests.locale=no-NO -Dtests.timezone=Asia/Hebron -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | BlockJoinFacetDistribTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.join.BlockJoinFacetDistribTest: 
   [junit4]    >    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_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([ADCE4A4A6F9267DD]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13205, name=OverseerHdfsCoreFailoverThread-96037349953241106-127.0.0.1:52081_solr-n_0000000004, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.interrupt0(Native Method)
   [junit4]    >         at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ADCE4A4A6F9267DD]:0)
   [junit4] Completed [261/612 (1!)] on J0 in 38.41s, 1 test, 2 errors <<< FAILURES!

[...truncated 1111 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:531: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 612 suites (10 ignored), 2560 tests, 2 suite-level errors, 1514 ignored (61 assumptions) [seed: ADCE4A4A6F9267DD]

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



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 634 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/634/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse

Error Message:
expected same:<COMPLETED> was not:<FAILED>

Stack Trace:
java.lang.AssertionError: expected same:<COMPLETED> was not:<FAILED>
	at __randomizedtesting.SeedInfo.seed([6E7736ECD41ED287:34765300FA245F5E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotSame(Assert.java:641)
	at org.junit.Assert.assertSame(Assert.java:580)
	at org.junit.Assert.assertSame(Assert.java:593)
	at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11285 lines...]
   [junit4] Suite: org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/init-core-data-001
   [junit4]   2> 1325543 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[6E7736ECD41ED287]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1325550 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[6E7736ECD41ED287]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_b/x
   [junit4]   2> 1325579 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1325580 INFO  (Thread-2549) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1325580 INFO  (Thread-2549) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1325680 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkTestServer start zk server on port:46835
   [junit4]   2> 1325681 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1325683 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1325695 INFO  (zkCallback-1381-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@252a661a name:ZooKeeperConnection Watcher:127.0.0.1:46835 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1325697 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1325697 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1325697 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1325712 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1325713 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1325718 INFO  (zkCallback-1382-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3eed2e07 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1325719 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1325719 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1325719 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1325722 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1325724 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1325727 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1325729 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1325732 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1325737 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1325738 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1325740 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1325823 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1325836 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1325842 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1325846 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1325853 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1325930 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1325938 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1325942 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1325959 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1325961 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1325979 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1325981 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1326025 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1326046 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1326056 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1326059 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1326068 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1328265 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1
   [junit4]   2> 1328272 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1328273 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ed2bc83{/e_b/x,null,AVAILABLE}
   [junit4]   2> 1328274 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.ServerConnector Started ServerConnector@48ad46ed{HTTP/1.1,[http/1.1]}{127.0.0.1:47748}
   [junit4]   2> 1328274 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.Server Started @1332880ms
   [junit4]   2> 1328274 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/tempDir-001/control/data, hostContext=/e_b/x, hostPort=47748, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores}
   [junit4]   2> 1328279 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1328279 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001'
   [junit4]   2> 1328279 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1328279 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1328280 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1328281 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1328284 INFO  (zkCallback-1383-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60294e4f name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1328286 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1328287 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1328292 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1328292 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/solr.xml
   [junit4]   2> 1328303 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores
   [junit4]   2> 1328304 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer New CoreContainer 1382930372
   [junit4]   2> 1328304 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001]
   [junit4]   2> 1328304 WARN  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/lib
   [junit4]   2> 1328309 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1328311 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1328313 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1328313 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1328313 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46835/solr
   [junit4]   2> 1328313 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1328313 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1328316 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1328321 INFO  (zkCallback-1386-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a592156 name:ZooKeeperConnection Watcher:127.0.0.1:46835 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1328343 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1328345 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1328351 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 0x1552fb5907a0003, 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> 1328352 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$41/1431336393@61a260d3
   [junit4]   2> 1328353 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1328364 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31cb9487 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1328364 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1328368 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1328394 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1328404 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1328414 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1328425 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1328430 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1328448 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1328455 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1328463 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1328470 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1328474 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1328477 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1328486 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1328494 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1328496 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1328500 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000
   [junit4]   2> 1328500 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47748_e_b%2Fx
   [junit4]   2> 1328500 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1328506 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer Overseer (id=96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) starting
   [junit4]   2> 1328511 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1328524 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1328525 INFO  (OverseerCollectionConfigSetProcessor-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1328528 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47748_e_b%2Fx
   [junit4]   2> 1328529 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47748_e_b%2Fx
   [junit4]   2> 1328531 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] 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> 1328532 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1328545 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1328563 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1328635 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1328635 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1328637 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores
   [junit4]   2> 1328771 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1328772 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1
   [junit4]   2> 1328772 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1328827 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1328827 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1328828 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1328830 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1328833 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1328835 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1328845 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1328876 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:47748/e_b/x",
   [junit4]   2>   "node_name":"127.0.0.1:47748_e_b%2Fx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1328877 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:47748/e_b/x",
   [junit4]   2>   "node_name":"127.0.0.1:47748_e_b%2Fx",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1329025 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1329035 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1329042 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1329852 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1329853 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1'
   [junit4]   2> 1329853 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329853 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329860 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1329865 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329867 WARN  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329869 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1329875 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329880 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1330004 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1330009 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1330010 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1330017 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330019 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1330021 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330022 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/]
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41ba6c94
   [junit4]   2> 1330024 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data
   [junit4]   2> 1330025 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1330025 WARN  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1330025 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/index
   [junit4]   2> 1330025 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=39.18359375, floorSegmentMB=1.27734375, forceMergeDeletesPctAllowed=6.896281324097994, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6132374195281465
   [junit4]   2> 1330030 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f0b4470 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@142f516f),segFN=segments_1,generation=1}
   [junit4]   2> 1330030 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1330032 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/
   [junit4]   2> 1330035 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1330096 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1330108 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1330108 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1330109 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1330109 WARN  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1330124 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330127 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330147 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330148 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1330152 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1330152 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1330152 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1330152 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1330197 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1330197 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1330223 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=18.048828125, floorSegmentMB=0.6796875, forceMergeDeletesPctAllowed=0.5846702600958609, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1890408779479926
   [junit4]   2> 1330224 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f0b4470 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@142f516f),segFN=segments_1,generation=1}
   [junit4]   2> 1330224 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1330224 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@741f8f7e[collection1] main]
   [junit4]   2> 1330224 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1330225 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1330225 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1330226 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1330227 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1330227 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1330229 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1330229 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1330229 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1330231 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1330231 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1330231 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1330232 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1330232 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1536566787553886208
   [junit4]   2> 1330233 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1536566787553886208
   [junit4]   2> 1330234 INFO  (searcherExecutor-3408-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@741f8f7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1330235 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1330237 INFO  (coreLoadExecutor-3407-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1330269 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:47748/e_b/x collection:control_collection shard:shard1
   [junit4]   2> 1330276 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1330279 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96035423917834244-core_node1-n_0000000000
   [junit4]   2> 1330280 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1330282 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1330284 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1330284 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47748/e_b/x/collection1/
   [junit4]   2> 1330284 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1330284 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47748/e_b/x/collection1/ has no replicas
   [junit4]   2> 1330287 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1330289 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96035423917834244-core_node1-n_0000000000
   [junit4]   2> 1330300 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47748/e_b/x/collection1/ shard1
   [junit4]   2> 1330306 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1330310 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:47748/e_b/x",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1330346 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:46835/solr
   [junit4]   2> 1330348 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1330349 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1330352 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f08f5d3 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1330353 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1330353 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1330354 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1330354 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1330355 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1330358 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1330358 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1330358 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1330360 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1330369 INFO  (zkCallback-1392-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@63b2a16 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1330369 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1330370 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1330374 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 1
   [junit4]   2> 1330374 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1330375 INFO  (zkCallback-1387-thread-2-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1330375 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1330404 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:47748/e_b/x/collection1/ and leader is http://127.0.0.1:47748/e_b/x/collection1/
   [junit4]   2> 1330404 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47748/e_b/x
   [junit4]   2> 1330404 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1330404 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1330404 INFO  (coreZkRegister-3401-thread-1-processing-n:127.0.0.1:47748_e_b%2Fx x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47748_e_b%2Fx c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1330406 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:47748/e_b/x",
   [junit4]   2>   "node_name":"127.0.0.1:47748_e_b%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1330407 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:47748/e_b/x",
   [junit4]   2>   "node_name":"127.0.0.1:47748_e_b%2Fx",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1330407 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1330514 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1330514 INFO  (zkCallback-1387-thread-2-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1331618 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/cores/collection1
   [junit4]   2> 1331619 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001
   [junit4]   2> 1331620 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1331626 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29bb7aba{/e_b/x,null,AVAILABLE}
   [junit4]   2> 1331627 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5620caae{HTTP/1.1,[http/1.1]}{127.0.0.1:33210}
   [junit4]   2> 1331631 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.Server Started @1336239ms
   [junit4]   2> 1331632 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/e_b/x, hostPort=33210, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/cores}
   [junit4]   2> 1331639 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1331639 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001'
   [junit4]   2> 1331639 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1331639 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1331640 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1331641 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1331653 INFO  (zkCallback-1393-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@342604e8 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1331653 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1331653 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1331656 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1331656 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/solr.xml
   [junit4]   2> 1331660 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/cores
   [junit4]   2> 1331660 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer New CoreContainer 1629947160
   [junit4]   2> 1331660 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001]
   [junit4]   2> 1331661 WARN  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-1-001/lib
   [junit4]   2> 1331661 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1331665 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1331667 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1331667 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1331667 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46835/solr
   [junit4]   2> 1331667 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1331667 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1331669 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1331741 INFO  (zkCallback-1396-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6733b439 name:ZooKeeperConnection Watcher:127.0.0.1:46835 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1331742 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1331742 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1331743 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$41/1431336393@6591c918
   [junit4]   2> 1331749 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1331750 INFO  (zkCallback-1397-thread-1-processing-n:127.0.0.1:33210_e_b%2Fx) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f808477 name:ZooKeeperConnection Watcher:127.0.0.1:46835/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1331751 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1331773 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1331773 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1331774 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1331777 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1331777 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96035423917834249-127.0.0.1:33210_e_b%2Fx-n_0000000001
   [junit4]   2> 1331778 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000 to know if I could be the leader
   [junit4]   2> 1331778 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.ZkController Publish node=127.0.0.1:33210_e_b%2Fx as DOWN
   [junit4]   2> 1331804 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33210_e_b%2Fx"} current state version: 3
   [junit4]   2> 1331805 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33210_e_b%2Fx
   [junit4]   2> 1331808 INFO  (zkCallback-1387-thread-2-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1331808 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1331904 INFO  (zkCallback-1397-thread-1-processing-n:127.0.0.1:33210_e_b%2Fx) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1331930 INFO  (OverseerStateUpdate-96035423917834244-127.0.0.1:47748_e_b%2Fx-n_0000000000) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1332781 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33210_e_b%2Fx
   [junit4]   2> 1332782 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33210_e_b%2Fx
   [junit4]   2> 1332784 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1332786 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1332792 INFO  (zkCallback-1387-thread-3-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1332792 INFO  (zkCallback-1387-thread-3-processing-n:127.0.0.1:47748_e_b%2Fx) [n:127.0.0.1:47748_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1332794 INFO  (zkCallback-1397-thread-1-processing-n:127.0.0.1:33210_e_b%2Fx) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1332794 INFO  (zkCallback-1397-thread-1-processing-n:127.0.0.1:33210_e_b%2Fx) [n:127.0.0.1:33210_e_b%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1332815 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-s

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

/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1370421 INFO  (coreCloseExecutor-3450-thread-1) [n:127.0.0.1:62704_e_b%2Fx c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1370421 INFO  (coreCloseExecutor-3450-thread-1) [n:127.0.0.1:62704_e_b%2Fx c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1370421 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.Overseer Overseer (id=96035423917834254-127.0.0.1:62704_e_b%2Fx-n_0000000003) closing
   [junit4]   2> 1370422 INFO  (OverseerStateUpdate-96035423917834254-127.0.0.1:62704_e_b%2Fx-n_0000000003) [n:127.0.0.1:62704_e_b%2Fx    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62704_e_b%2Fx
   [junit4]   2> 1370427 INFO  (zkCallback-1403-thread-3-processing-n:127.0.0.1:62704_e_b%2Fx) [n:127.0.0.1:62704_e_b%2Fx    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1370427 WARN  (zkCallback-1403-thread-3-processing-n:127.0.0.1:62704_e_b%2Fx) [n:127.0.0.1:62704_e_b%2Fx    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1370431 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1c6ca0b7{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1370431 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7402130c{/e_b/x,null,UNAVAILABLE}
   [junit4]   2> 1370435 INFO  (TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[6E7736ECD41ED287]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46835 46835
   [junit4]   2> 1370601 INFO  (Thread-2549) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46835 46835
   [junit4]   2> 1370601 WARN  (Thread-2549) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/collections/asynccall/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AsyncCallRequestStatusResponseTest -Dtests.method=testAsyncCallStatusResponse -Dtests.seed=6E7736ECD41ED287 -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=America/Indiana/Marengo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 45.1s J1 | AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected same:<COMPLETED> was not:<FAILED>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E7736ECD41ED287:34765300FA245F5E]:0)
   [junit4]    > 	at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:38)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1370621 INFO  (SUITE-AsyncCallRequestStatusResponseTest-seed#[6E7736ECD41ED287]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AsyncCallRequestStatusResponseTest_6E7736ECD41ED287-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1272, maxMBSortInHeap=7.789376291268123, sim=ClassicSimilarity, locale=pt-PT, timezone=America/Indiana/Marengo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=120197152,total=379584512
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrIndexConfig, TestReloadDeadlock, TestCoreDiscovery, TestAnalyzeInfixSuggestions, TestReplicationHandlerBackup, SuggesterTest, TestBinaryField, TestFuzzyAnalyzedSuggestions, LeaderInitiatedRecoveryOnShardRestartTest, TestExclusionRuleCollectionAccess, UUIDUpdateProcessorFallbackTest, MinimalSchemaTest, RAMDirectoryFactoryTest, DefaultValueUpdateProcessorTest, RuleEngineTest, TestQueryUtils, HdfsTlogReplayBufferedWhileIndexingTest, TestScoreJoinQPScore, TestSchemaVersionResource, DistributedQueueTest, LoggingHandlerTest, CdcrVersionReplicationTest, TestGraphTermsQParserPlugin, LeaderElectionIntegrationTest, ZkNodePropsTest, TestFastOutputStream, FullHLLTest, DirectUpdateHandlerOptimizeTest, TestDistributedStatsComponentCardinality, BitVectorTest, TestStandardQParsers, RemoteQueryErrorTest, TestDocTermOrds, OutputWriterTest, SpatialRPTFieldTypeTest, ZkSolrClientTest, FacetPivotSmallTest, LeaderFailoverAfterPartitionTest, ResponseHeaderTest, SolrInfoMBeanTest, TestFieldSortValues, TestSolrQueryResponse, TestSizeLimitedDistributedMap, TestRebalanceLeaders, SolrCloudExampleTest, ExitableDirectoryReaderTest, RestartWhileUpdatingTest, TestTolerantUpdateProcessorCloud, TestClusterStateMutator, TestInitParams, UniqFieldsUpdateProcessorFactoryTest, SpellCheckCollatorTest, ResourceLoaderTest, HLLUtilTest, TestCloudPivotFacet, TestPerFieldSimilarity, TestFieldCacheReopen, TestPHPSerializedResponseWriter, TestImplicitCoreProperties, DateFieldTest, ConfigSetsAPITest, CoreAdminCreateDiscoverTest, CollectionTooManyReplicasTest, StatsComponentTest, TestSolrJ, TestCharFilters, CachingDirectoryFactoryTest, TestClassicSimilarityFactory, BinaryUpdateRequestHandlerTest, TestTrie, TestSlowCompositeReaderWrapper, MultiTermTest, CloudMLTQParserTest, TestMacros, DeleteStatusTest, TestJsonFacets, DistributedFacetPivotLargeTest, AutoCommitTest, BigEndianAscendingWordDeserializerTest, TestCloudDeleteByQuery, DistribDocExpirationUpdateProcessorTest, TestIndexSearcher, SmileWriterTest, TestRTGBase, DistributedQueryComponentOptimizationTest, SSLMigrationTest, FieldMutatingUpdateProcessorTest, TestFiltering, HdfsDirectoryTest, TestConfigSetsAPIZkFailure, PluginInfoTest, TestMiniSolrCloudCluster, ConnectionReuseTest, CdcrReplicationHandlerTest, TestTrieFacet, ZkStateWriterTest, DistributedMLTComponentTest, BasicAuthIntegrationTest, DebugComponentTest, CollectionsAPIDistributedZkTest, TestLMJelinekMercerSimilarityFactory, HdfsWriteToMultipleCollectionsTest, TestGeoJSONResponseWriter, SuggesterTSTTest, TestSolrXml, TestStressRecovery, TestRandomFaceting, SynonymTokenizerTest, TestLegacyFieldCache, TestUniqueKeyFieldResource, HdfsChaosMonkeySafeLeaderTest, JavabinLoaderTest, AnalyticsQueryTest, AsyncCallRequestStatusResponseTest]
   [junit4] Completed [257/612 (1!)] on J1 in 45.22s, 1 test, 1 failure <<< FAILURES!

[...truncated 1127 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:531: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 612 suites (10 ignored), 2560 tests, 1 failure, 88 ignored (73 assumptions) [seed: 6E7736ECD41ED287]

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