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/05/20 14:45:32 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 594 - Failure!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([739D815B3C4876BA:37D05E1B807DFB1]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:451)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:409)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:332)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:983)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
	... 38 more




Build Log:
[...truncated 11159 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/init-core-data-001
   [junit4]   2> 1452974 INFO  (SUITE-DeleteReplicaTest-seed#[739D815B3C4876BA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1452981 INFO  (SUITE-DeleteReplicaTest-seed#[739D815B3C4876BA]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1452983 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1452983 INFO  (Thread-3224) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1452983 INFO  (Thread-3224) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1453083 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkTestServer start zk server on port:55756
   [junit4]   2> 1453083 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1453084 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453086 INFO  (zkCallback-2025-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4bde8214 name:ZooKeeperConnection Watcher:127.0.0.1:55756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453086 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453086 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1453086 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1453090 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1453090 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453091 INFO  (zkCallback-2026-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@280ada54 name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453091 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453092 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1453092 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1453094 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1453096 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1453098 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1453101 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453101 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1453105 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453105 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1453111 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453111 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1453115 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453115 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1453118 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453118 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1453121 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453121 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1453124 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453124 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1453127 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453127 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1453130 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453131 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1453133 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453133 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1453136 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453137 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1453141 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1453142 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453143 INFO  (zkCallback-2028-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12a03cae name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453143 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453143 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1453368 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1
   [junit4]   2> 1453515 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1453519 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52158b7d{/,null,AVAILABLE}
   [junit4]   2> 1453573 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2d849d54{SSL,[ssl, http/1.1]}{127.0.0.1:50455}
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.Server Started @1457558ms
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/tempDir-001/control/data, hostContext=/, hostPort=50455, 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores}
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001'
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1453574 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1453575 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1453576 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453579 INFO  (zkCallback-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e33908c name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453579 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453579 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1453581 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1453581 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/solr.xml
   [junit4]   2> 1453585 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores
   [junit4]   2> 1453585 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.CoreContainer New CoreContainer 1857163276
   [junit4]   2> 1453585 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001]
   [junit4]   2> 1453585 WARN  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/control-001/lib
   [junit4]   2> 1453586 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1453587 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1453589 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1453589 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1453589 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55756/solr
   [junit4]   2> 1453589 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1453589 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1453590 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453593 INFO  (zkCallback-2032-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5655bd34 name:ZooKeeperConnection Watcher:127.0.0.1:55756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453595 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453596 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1453598 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$33/1002373449@5a572fdb
   [junit4]   2> 1453598 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1453603 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5cd9242f name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1453606 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1453610 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1453615 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1453620 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1453623 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1453626 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1453629 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1453631 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1453633 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1453635 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1453637 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1453638 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1453638 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1453643 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1453645 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1453647 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1453648 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95928504818925573-127.0.0.1:50455_-n_0000000000
   [junit4]   2> 1453649 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50455_
   [junit4]   2> 1453649 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1453651 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer Overseer (id=95928504818925573-127.0.0.1:50455_-n_0000000000) starting
   [junit4]   2> 1453654 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1453663 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1453664 INFO  (OverseerCollectionConfigSetProcessor-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1453676 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50455_
   [junit4]   2> 1453677 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1453677 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50455_
   [junit4]   2> 1453681 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1453681 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1453682 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1453704 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1453704 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1453705 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores
   [junit4]   2> 1453706 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] 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> 1453706 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1
   [junit4]   2> 1453706 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1453707 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1453707 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1453707 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1453707 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:50455_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1453708 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1453709 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:50455",
   [junit4]   2>   "node_name":"127.0.0.1:50455_",
   [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> 1453709 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:50455",
   [junit4]   2>   "node_name":"127.0.0.1:50455_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1453710 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1453710 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1453711 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1453712 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1453713 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1454713 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1454713 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1454714 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1454714 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1454715 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1454715 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1'
   [junit4]   2> 1454715 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454715 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454717 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1454723 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1454725 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1454730 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1454735 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1454793 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1454798 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1454798 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1454815 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1454820 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1454822 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1454823 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1454826 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454826 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1454826 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1454826 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/]
   [junit4]   2> 1454826 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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@1e96d21d
   [junit4]   2> 1454827 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data
   [junit4]   2> 1454827 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1454827 WARN  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1454827 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/index
   [junit4]   2> 1454827 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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=26, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=51.2578125, floorSegmentMB=1.41796875, forceMergeDeletesPctAllowed=24.9249005745979, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7151326008445785
   [junit4]   2> 1454828 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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@203f164c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f5b4f03),segFN=segments_1,generation=1}
   [junit4]   2> 1454828 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1454828 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/
   [junit4]   2> 1454829 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50455_ 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.DeleteReplicaTest_739D815B3C4876BA-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1454834 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454835 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454835 WARN  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454837 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1454838 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1454839 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1454840 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1454843 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454843 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454844 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454844 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454856 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1454856 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1454856 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.178994847662681]
   [junit4]   2> 1454857 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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@203f164c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f5b4f03),segFN=segments_1,generation=1}
   [junit4]   2> 1454857 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1454857 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e48b549[collection1] main]
   [junit4]   2> 1454857 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454858 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454858 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454858 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454859 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454860 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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> 1454860 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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 1534856079068889088
   [junit4]   2> 1454860 INFO  (searcherExecutor-4618-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e48b549[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1454861 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ 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 1534856079068889088
   [junit4]   2> 1454861 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1454862 INFO  (coreLoadExecutor-4617-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1454863 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:50455 collection:control_collection shard:shard1
   [junit4]   2> 1454864 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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> 1454872 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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/95928504818925573-core_node1-n_0000000000
   [junit4]   2> 1454873 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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=180000
   [junit4]   2> 1454876 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1454878 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1454878 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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> 1454878 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50455/collection1/
   [junit4]   2> 1454878 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1454878 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:50455/collection1/ has no replicas
   [junit4]   2> 1454880 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1454883 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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/95928504818925573-core_node1-n_0000000000
   [junit4]   2> 1454885 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50455/collection1/ shard1
   [junit4]   2> 1454886 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:50455",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1454990 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1455039 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:50455/collection1/ and leader is https://127.0.0.1:50455/collection1/
   [junit4]   2> 1455039 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:50455
   [junit4]   2> 1455039 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1455039 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1455039 INFO  (coreZkRegister-4611-thread-1-processing-n:127.0.0.1:50455_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50455_ 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> 1455042 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] 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":"https://127.0.0.1:50455",
   [junit4]   2>   "node_name":"127.0.0.1:50455_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1455042 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:50455",
   [junit4]   2>   "node_name":"127.0.0.1:50455_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1455146 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1455217 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1455218 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1455219 INFO  (zkCallback-2037-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fde8566 name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1455219 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1455220 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1455220 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1455221 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1455221 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1455223 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1455446 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores/collection1
   [junit4]   2> 1455447 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001
   [junit4]   2> 1455449 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1455451 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d3f95da{/,null,AVAILABLE}
   [junit4]   2> 1455452 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@ff3c30b{SSL,[ssl, http/1.1]}{127.0.0.1:64566}
   [junit4]   2> 1455452 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.e.j.s.Server Started @1459438ms
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=64566, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores}
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001'
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1455453 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1455454 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1455456 INFO  (zkCallback-2038-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b6808f8 name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1455456 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1455456 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1455457 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1455457 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/solr.xml
   [junit4]   2> 1455462 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores
   [junit4]   2> 1455462 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.CoreContainer New CoreContainer 1013236062
   [junit4]   2> 1455462 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001]
   [junit4]   2> 1455462 WARN  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/lib
   [junit4]   2> 1455463 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] 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> 1455464 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1455465 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1455465 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1455465 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55756/solr
   [junit4]   2> 1455465 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1455465 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1455466 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1455468 INFO  (zkCallback-2041-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e247ed8 name:ZooKeeperConnection Watcher:127.0.0.1:55756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1455469 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1455469 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1455470 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$33/1002373449@58b72fa3
   [junit4]   2> 1455470 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1455472 INFO  (zkCallback-2042-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72707c8d name:ZooKeeperConnection Watcher:127.0.0.1:55756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1455472 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1455480 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1455481 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1455481 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1455485 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1455485 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95928504818925577-127.0.0.1:64566_-n_0000000001
   [junit4]   2> 1455486 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95928504818925573-127.0.0.1:50455_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1455487 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.ZkController Publish node=127.0.0.1:64566_ as DOWN
   [junit4]   2> 1455489 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64566_"} current state version: 3
   [junit4]   2> 1455489 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64566_
   [junit4]   2> 1455593 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1455593 INFO  (zkCallback-2042-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_    ] 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> 1455593 INFO  (zkCallback-2037-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> 1456492 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64566_
   [junit4]   2> 1456493 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64566_
   [junit4]   2> 1456495 INFO  (zkCallback-2037-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> 1456495 INFO  (zkCallback-2042-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_    ] 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> 1456496 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] 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> 1456496 INFO  (zkCallback-2042-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1456496 INFO  (zkCallback-2037-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1456497 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1456518 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456518 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1456519 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores
   [junit4]   2> 1456519 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1456519 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores/collection1
   [junit4]   2> 1456519 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1456520 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1456520 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1456521 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456521 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[739D815B3C4876BA]) [n:127.0.0.1:64566_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456522 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1456523 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64566",
   [junit4]   2>   "node_name":"127.0.0.1:64566_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1456523 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:64566",
   [junit4]   2>   "node_name":"127.0.0.1:64566_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1456523 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1456523 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 1456523 INFO  (OverseerStateUpdate-95928504818925573-127.0.0.1:50455_-n_0000000000) [n:127.0.0.1:50455_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1456524 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1456630 INFO  (zkCallback-2042-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1456630 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:50455_) [n:127.0.0.1:50455_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1456630 INFO  (zkCallback-2037-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: [2])
   [junit4]   2> 1457533 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1457533 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1457534 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1457534 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1457535 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1457535 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   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.DeleteReplicaTest_739D815B3C4876BA-001/shard-1-001/cores/collection1'
   [junit4]   2> 1457535 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1457535 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1457537 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1457543 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1457545 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1457551 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1457556 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1457642 INFO  (coreLoadExecutor-4628-thread-1-processing-n:127.0.0.1:64566_) [n:127.0.0.1:64566_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1457648 INFO  (coreLoadExecutor-4628-thread-1-proces

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

 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1523025 INFO  (coreCloseExecutor-4741-thread-1) [n:127.0.0.1:45618_ 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/temp/solr.cloud.DeleteReplicaTest_739D815B3C4876BA-001/shard-2-002/cores/collection1/data/index
   [junit4]   2> 1523026 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[739D815B3C4876BA]) [    ] o.a.s.c.Overseer Overseer (id=95928507656896525-127.0.0.1:45618_-n_0000000002) closing
   [junit4]   2> 1523026 INFO  (OverseerStateUpdate-95928507656896525-127.0.0.1:45618_-n_0000000002) [n:127.0.0.1:45618_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45618_
   [junit4]   2> 1523028 INFO  (zkCallback-2096-thread-6-processing-n:127.0.0.1:45618_) [n:127.0.0.1:45618_    ] 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> 1523028 WARN  (zkCallback-2096-thread-6-processing-n:127.0.0.1:45618_) [n:127.0.0.1:45618_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1523036 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[739D815B3C4876BA]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@78c60947{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1523036 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[739D815B3C4876BA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@53b7b4ae{/,null,UNAVAILABLE}
   [junit4]   2> 1523039 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[739D815B3C4876BA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40958 40958
   [junit4]   2> 1528072 INFO  (Thread-3301) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40958 40958
   [junit4]   2> 1528072 WARN  (Thread-3301) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=deleteReplicaAndVerifyDirectoryCleanup -Dtests.seed=739D815B3C4876BA -Dtests.slow=true -Dtests.locale=en-IN -Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   31.8s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([739D815B3C4876BA:37D05E1B807DFB1]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:451)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:409)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:332)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:983)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
   [junit4]    > 	... 38 more
   [junit4]   2> 1528085 INFO  (SUITE-DeleteReplicaTest-seed#[739D815B3C4876BA]-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.DeleteReplicaTest_739D815B3C4876BA-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-IN, timezone=Etc/GMT+7
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=274464344,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestPHPSerializedResponseWriter, TestJsonRequest, CdcrVersionReplicationTest, TestSolrConfigHandlerCloud, OverseerRolesTest, TestLMJelinekMercerSimilarityFactory, BlockCacheTest, EnumFieldTest, ZkNodePropsTest, TestSolrDeletionPolicy2, TestSearcherReuse, TestPKIAuthenticationPlugin, TestDistributedStatsComponentCardinality, HdfsWriteToMultipleCollectionsTest, MinimalSchemaTest, TestSerializedLuceneMatchVersion, TestRTGBase, ConvertedLegacyTest, TestFiltering, BadCopyFieldTest, BaseCdcrDistributedZkTest, SolrPluginUtilsTest, TestFieldTypeCollectionResource, BufferStoreTest, TestExclusionRuleCollectionAccess, LeaderFailoverAfterPartitionTest, BadIndexSchemaTest, TestSolrCoreProperties, FullSolrCloudDistribCmdsTest, RAMDirectoryFactoryTest, TermVectorComponentTest, TestAtomicUpdateErrorCases, TestRequestStatusCollectionAPI, TolerantUpdateProcessorTest, TestInitParams, BinaryUpdateRequestHandlerTest, TestSolrQueryParser, SpellingQueryConverterTest, HighlighterConfigTest, TestSmileRequest, HdfsTlogReplayBufferedWhileIndexingTest, TestSolrIndexConfig, CollectionTooManyReplicasTest, TestSolrConfigHandler, TestQuerySenderListener, TestSolrCloudWithKerberosAlt, MultiThreadedOCPTest, SignatureUpdateProcessorFactoryTest, SSLMigrationTest, LeaderElectionIntegrationTest, DistributedQueryComponentOptimizationTest, TestManagedSchemaAPI, TestConfigSetImmutable, TestRangeQuery, TestFuzzyAnalyzedSuggestions, DateMathParserTest, LukeRequestHandlerTest, CSVRequestHandlerTest, NotRequiredUniqueKeyTest, SearchHandlerTest, BasicFunctionalityTest, TestFreeTextSuggestions, TestLRUStatsCache, TestCrossCoreJoin, TestSolrJ, SolrInfoMBeanTest, TestFilteredDocIdSet, SparseHLLTest, TestQueryUtils, ConnectionReuseTest, TestXmlQParser, TestManagedResourceStorage, CachingDirectoryFactoryTest, NoCacheHeaderTest, TestRecovery, SolrCloudExampleTest, FileBasedSpellCheckerTest, ShardSplitTest, TestZkChroot, HdfsNNFailoverTest, FacetPivotSmallTest, TestIndexSearcher, AsyncCallRequestStatusResponseTest, OpenCloseCoreStressTest, TestJettySolrRunner, TestAuthenticationFramework, PreAnalyzedUpdateProcessorTest, TestUseDocValuesAsStored, CoreMergeIndexesAdminHandlerTest, TestSortByMinMaxFunction, TestSchemaNameResource, HLLSerializationTest, TestCSVResponseWriter, ResourceLoaderTest, DeleteReplicaTest]
   [junit4] Completed [219/597 (1!)] on J1 in 75.13s, 2 tests, 1 error <<< FAILURES!

[...truncated 1230 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:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1458: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1015: There were test failures: 597 suites (10 ignored), 2428 tests, 1 error, 86 ignored (71 assumptions) [seed: 739D815B3C4876BA]

Total time: 88 minutes 45 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 # 597 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info
	at __randomizedtesting.SeedInfo.seed([2C7DE9658F92412E:A429D6BF216E2CD6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1172)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1113)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
	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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
	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)


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:42145/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42145/collection1
	at __randomizedtesting.SeedInfo.seed([2C7DE9658F92412E:A429D6BF216E2CD6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	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.sendRequest(CloudSolrClient.java:1228)
	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.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1530)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:278)
	at org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:98)
	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)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 54 more




Build Log:
[...truncated 10861 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/init-core-data-001
   [junit4]   2> 507160 INFO  (SUITE-BasicDistributedZk2Test-seed#[2C7DE9658F92412E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 507164 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 507164 INFO  (Thread-1867) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 507164 INFO  (Thread-1867) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 507264 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkTestServer start zk server on port:41673
   [junit4]   2> 507264 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 507265 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507268 INFO  (zkCallback-1067-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e456e91 name:ZooKeeperConnection Watcher:127.0.0.1:41673 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507268 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507268 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 507268 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 507272 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 507272 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507274 INFO  (zkCallback-1068-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55b51782 name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507274 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507274 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 507274 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 507276 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 507278 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 507280 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 507283 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507283 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 507287 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507287 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 507290 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507290 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 507293 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507293 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 507296 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507297 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 507299 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507299 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 507302 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507302 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 507305 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507305 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 507308 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507308 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 507311 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507311 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 507314 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507314 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 507494 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1
   [junit4]   2> 507496 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 507498 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e8e452b{/,null,AVAILABLE}
   [junit4]   2> 507498 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@691f2447{HTTP/1.1,[http/1.1]}{127.0.0.1:61487}
   [junit4]   2> 507498 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.Server Started @511889ms
   [junit4]   2> 507498 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/tempDir-001/control/data, hostContext=/, hostPort=61487, 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores}
   [junit4]   2> 507500 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 507500 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001'
   [junit4]   2> 507500 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 507500 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 507500 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 507501 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507503 INFO  (zkCallback-1069-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@356ff9e name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507504 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507504 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 507506 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 507506 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/solr.xml
   [junit4]   2> 507511 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores
   [junit4]   2> 507511 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.CoreContainer New CoreContainer 498249149
   [junit4]   2> 507511 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001]
   [junit4]   2> 507512 WARN  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/lib
   [junit4]   2> 507512 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 507513 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 507514 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 507514 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 507514 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41673/solr
   [junit4]   2> 507514 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 507514 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 507515 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507517 INFO  (zkCallback-1072-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62197829 name:ZooKeeperConnection Watcher:127.0.0.1:41673 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507518 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507518 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 507520 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/822239484@4272164b
   [junit4]   2> 507521 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 507525 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47c43d42 name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507525 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 507526 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 507529 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 507533 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 507537 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 507539 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 507541 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 507544 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 507545 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 507548 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 507549 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 507550 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 507551 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 507554 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 507556 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 507558 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 507559 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95940671567036420-127.0.0.1:61487_-n_0000000000
   [junit4]   2> 507559 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61487_
   [junit4]   2> 507559 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 507561 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer Overseer (id=95940671567036420-127.0.0.1:61487_-n_0000000000) starting
   [junit4]   2> 507564 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 507573 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 507574 INFO  (OverseerCollectionConfigSetProcessor-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 507574 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61487_
   [junit4]   2> 507574 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 507575 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:61487_
   [junit4]   2> 507578 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 507578 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 507579 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 507601 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 507601 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 507602 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores
   [junit4]   2> 507603 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] 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> 507604 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1
   [junit4]   2> 507604 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 507605 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 507605 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 507606 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 507606 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:61487_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 507607 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 507608 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] 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:61487",
   [junit4]   2>   "node_name":"127.0.0.1:61487_",
   [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> 507608 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] 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:61487",
   [junit4]   2>   "node_name":"127.0.0.1:61487_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 507608 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 507609 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 507610 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 507610 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 507612 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 508612 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 508612 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 508613 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 508613 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 508614 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 508614 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1'
   [junit4]   2> 508614 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 508614 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 508616 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 508621 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 508624 WARN  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 508624 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 508631 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 508636 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 508715 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 508721 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 508722 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 508736 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 508738 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 508741 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 508742 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 508744 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508744 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 508744 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 508744 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/]
   [junit4]   2> 508744 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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@170b5c97
   [junit4]   2> 508745 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data
   [junit4]   2> 508745 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/index/
   [junit4]   2> 508745 WARN  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 508745 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/index
   [junit4]   2> 508746 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1128258164, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 508747 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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@5df5062f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2822cbbe),segFN=segments_1,generation=1}
   [junit4]   2> 508747 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 508748 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/
   [junit4]   2> 508748 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:61487_ 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508765 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508766 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508766 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508766 WARN  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508768 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 508769 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 508770 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 508771 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 508775 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508775 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508775 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508775 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508776 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 508776 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 508776 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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=28, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=45.015625, floorSegmentMB=1.787109375, forceMergeDeletesPctAllowed=1.102095042799599, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 508777 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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@5df5062f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2822cbbe),segFN=segments_1,generation=1}
   [junit4]   2> 508777 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 508777 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66d82b53[collection1] main]
   [junit4]   2> 508777 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508778 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508778 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508778 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 508778 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 508778 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508779 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508779 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508779 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 508779 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 508780 INFO  (searcherExecutor-2946-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66d82b53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508780 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508780 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508780 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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> 508780 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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 1535050746764984320
   [junit4]   2> 508782 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ 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 1535050746764984320
   [junit4]   2> 508782 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 508783 INFO  (coreLoadExecutor-2945-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 508784 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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:61487 collection:control_collection shard:shard1
   [junit4]   2> 508785 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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> 508790 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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/95940671567036420-core_node1-n_0000000000
   [junit4]   2> 508790 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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> 508793 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 508794 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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> 508794 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61487/collection1/
   [junit4]   2> 508794 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 508794 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61487/collection1/ has no replicas
   [junit4]   2> 508793 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 508798 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 508803 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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/95940671567036420-core_node1-n_0000000000
   [junit4]   2> 508805 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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:61487/collection1/ shard1
   [junit4]   2> 508807 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:61487",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 508911 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 508956 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:61487/collection1/ and leader is http://127.0.0.1:61487/collection1/
   [junit4]   2> 508956 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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:61487
   [junit4]   2> 508956 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 508956 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 508956 INFO  (coreZkRegister-2939-thread-1-processing-n:127.0.0.1:61487_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61487_ 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> 508959 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] 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:61487",
   [junit4]   2>   "node_name":"127.0.0.1:61487_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 508959 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ReplicaMutator Update state numShards=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:61487",
   [junit4]   2>   "node_name":"127.0.0.1:61487_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 509063 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 509111 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 509111 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509113 INFO  (zkCallback-1077-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19cc071e name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 509113 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509114 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 509114 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 509115 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 509115 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 509117 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 509309 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/cores/collection1
   [junit4]   2> 509310 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001
   [junit4]   2> 509312 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 509314 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d1a65c1{/,null,AVAILABLE}
   [junit4]   2> 509315 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@201391bb{HTTP/1.1,[http/1.1]}{127.0.0.1:44738}
   [junit4]   2> 509315 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.Server Started @513707ms
   [junit4]   2> 509315 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=44738, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/cores}
   [junit4]   2> 509316 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 509316 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001'
   [junit4]   2> 509316 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 509316 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 509317 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 509318 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509320 INFO  (zkCallback-1078-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@405b8ad1 name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 509320 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509320 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 509323 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 509324 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/solr.xml
   [junit4]   2> 509330 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/cores
   [junit4]   2> 509330 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.CoreContainer New CoreContainer 1110392130
   [junit4]   2> 509330 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001]
   [junit4]   2> 509330 WARN  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/lib
   [junit4]   2> 509331 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] 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> 509333 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 509334 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 509334 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 509334 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41673/solr
   [junit4]   2> 509334 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 509334 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 509335 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509338 INFO  (zkCallback-1081-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b2c6359 name:ZooKeeperConnection Watcher:127.0.0.1:41673 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 509338 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509338 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 509340 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/822239484@4635880d
   [junit4]   2> 509340 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 509342 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@684afe81 name:ZooKeeperConnection Watcher:127.0.0.1:41673/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 509343 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 509352 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 509353 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 509353 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 509358 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 509358 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95940671567036424-127.0.0.1:44738_-n_0000000001
   [junit4]   2> 509360 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95940671567036420-127.0.0.1:61487_-n_0000000000 to know if I could be the leader
   [junit4]   2> 509360 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.ZkController Publish node=127.0.0.1:44738_ as DOWN
   [junit4]   2> 509363 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44738_"} current state version: 3
   [junit4]   2> 509363 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44738_
   [junit4]   2> 509466 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 509467 INFO  (zkCallback-1077-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> 509469 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_    ] 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> 510363 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44738_
   [junit4]   2> 510364 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44738_
   [junit4]   2> 510366 INFO  (zkCallback-1077-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> 510366 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] 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> 510366 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_    ] 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> 510366 INFO  (zkCallback-1073-thread-1-processing-n:127.0.0.1:61487_) [n:127.0.0.1:61487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 510366 INFO  (zkCallback-1077-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 510367 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 510394 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 510394 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 510395 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/cores
   [junit4]   2> 510396 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 510396 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_2C7DE9658F92412E-001/shard-1-001/cores/collection1
   [junit4]   2> 510397 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 510398 INFO  (coreLoadExecutor-2956-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 510398 INFO  (coreLoadExecutor-2956-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 510398 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 510398 INFO  (TEST-BasicDistributedZk2Test.test-seed#[2C7DE9658F92412E]) [n:127.0.0.1:44738_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 510400 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] 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:44738",
   [junit4]   2>   "node_name":"127.0.0.1:44738_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 510400 INFO  (coreLoadExecutor-2956-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 510400 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44738",
   [junit4]   2>   "node_name":"127.0.0.1:44738_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 510400 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 510400 INFO  (OverseerStateUpdate-95940671567036420-127.0.0.1:61487_-n_0000000000) [n:127.0.0.1:61487_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 510402 INFO  (coreLoadExecutor-2956-thread-1-processing-n:127.0.0.1:44738_) [n:127.0.0.1:44738_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 510403 INFO  (coreLoadExecutor-2956-thread-1-processing-n:127.0.0.1:44738_) [n:127.

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

jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard0/cores/collection1/data;done=false>>]
   [junit4]   2> 1105246 INFO  (coreCloseExecutor-4186-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1105246 INFO  (coreCloseExecutor-4186-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1105255 INFO  (TEST-TestDistributedSearch.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2376afb6{/,null,UNAVAILABLE}
   [junit4]   2> 1105280 INFO  (TEST-TestDistributedSearch.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@235eced2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1105280 INFO  (TEST-TestDistributedSearch.test-seed#[2C7DE9658F92412E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=640818634
   [junit4]   2> 1105283 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@452f2e51
   [junit4]   2> 1105283 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=36,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=6711,transaction_logs_total_number=3}
   [junit4]   2> 1105283 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1105283 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1105283 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1105284 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data/index;done=false>>]
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data;done=false>>]
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1105292 INFO  (coreCloseExecutor-4188-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 1105294 INFO  (TEST-TestDistributedSearch.test-seed#[2C7DE9658F92412E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25054d40{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=test -Dtests.seed=2C7DE9658F92412E -Dtests.slow=true -Dtests.locale=ar-IQ -Dtests.timezone=US/Michigan -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 37.1s J0 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected to find shardAddress in the up shard info
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2C7DE9658F92412E:A429D6BF216E2CD6]:0)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1172)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1113)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1105312 INFO  (SUITE-TestDistributedSearch-seed#[2C7DE9658F92412E]-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/J0/temp/solr.TestDistributedSearch_2C7DE9658F92412E-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=ar-IQ, timezone=US/Michigan
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=231796584,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MBeansHandlerTest, TestDFRSimilarityFactory, LeaderElectionTest, TestDynamicLoading, ScriptEngineTest, DOMUtilTest, TestSearchPerf, CurrencyFieldXmlFileTest, DistributedVersionInfoTest, TestSchemaVersionResource, ExternalFileFieldSortTest, HLLUtilTest, TestWordDelimiterFilterFactory, TestDynamicFieldResource, AddBlockUpdateTest, TermsComponentTest, TestRebalanceLeaders, DeleteLastCustomShardedReplicaTest, OverseerCollectionConfigSetProcessorTest, TestComponentsName, TestManagedSynonymFilterFactory, TestNamedUpdateProcessors, SOLR749Test, TestManagedSchema, TestFaceting, ReturnFieldsTest, TestQuerySenderNoQuery, TestOverriddenPrefixQueryForCustomFieldType, RequiredFieldsTest, TestRequestForwarding, TestReplicationHandler, ActionThrottleTest, RecoveryAfterSoftCommitTest, TestObjectReleaseTracker, BasicDistributedZkTest, TestSQLHandler, PrimitiveFieldTypeTest, SpatialFilterTest, StandardRequestHandlerTest, CdcrReplicationDistributedZkTest, AnalysisAfterCoreReloadTest, TestLMDirichletSimilarityFactory, QueryEqualityTest, ConnectionManagerTest, CircularListTest, BasicAuthIntegrationTest, TestMergePolicyConfig, TestDistribIDF, DirectoryFactoryTest, TestLRUCache, TestSizeLimitedDistributedMap, CollectionsAPIAsyncDistributedZkTest, ParsingFieldUpdateProcessorsTest, TestRuleBasedAuthorizationPlugin, TestSolrQueryResponse, DistributedSuggestComponentTest, DistributedExpandComponentTest, RollingRestartTest, TestCoreContainer, TestLeaderElectionZkExpiry, ResponseHeaderTest, SimpleFacetsTest, TestManagedResource, TestFieldTypeResource, SuggesterFSTTest, SolrCoreTest, InfoHandlerTest, TestExactStatsCache, TestRemoteStreaming, DocValuesTest, TestOnReconnectListenerSupport, SuggestComponentTest, TestJmxMonitoredMap, TestSurroundQueryParser, TestUpdate, FastVectorHighlighterTest, DirectUpdateHandlerTest, RulesTest, TestTrieFacet, TestDistributedSearch]
   [junit4] Completed [211/597 (2!)] on J0 in 37.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 1273 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:529: 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: 597 suites (10 ignored), 2428 tests, 1 error, 1 failure, 86 ignored (71 assumptions) [seed: 2C7DE9658F92412E]

Total time: 90 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 # 596 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9CA4E17DA0BF2C27:75FE5A453E26BC8F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
	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 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: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
	... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestDistribIDF

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.search.stats.TestDistribIDF:     1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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.stats.TestDistribIDF: 
   1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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([9CA4E17DA0BF2C27]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestDistribIDF

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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([9CA4E17DA0BF2C27]:0)




Build Log:
[...truncated 10630 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001
   [junit4]   2> 441040 INFO  (SUITE-TestArbitraryIndexDir-seed#[9CA4E17DA0BF2C27]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 441047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 441073 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 441092 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 441094 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 441119 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 441125 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 441272 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 441273 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 441273 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 441301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 441303 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer New CoreContainer 1028152698
   [junit4]   2> 441304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 441304 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 441305 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 441310 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 441314 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 441314 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 441314 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 441314 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 441315 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001, shard=shard1}
   [junit4]   2> 441316 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 441322 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 441322 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 441322 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 441322 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 441345 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 441352 WARN  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 441353 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 441373 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 441378 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 441453 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 441454 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 441454 WARN  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 441460 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 441463 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 441467 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 441467 INFO  (coreLoadExecutor-889-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 441468 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 441468 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/]
   [junit4]   2> 441468 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@613d77cb
   [junit4]   2> 441471 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] 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.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001
   [junit4]   2> 441471 INFO  (coreLoadExecutor-889-thread-1) [    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/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index/
   [junit4]   2> 441471 WARN  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 441472 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] 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.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index
   [junit4]   2> 441472 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 441516 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd38cca),segFN=segments_1,generation=1}
   [junit4]   2> 441516 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 441517 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    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/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/
   [junit4]   2> 441519 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 441520 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 441523 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 441524 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 441525 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 441525 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 441529 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 441530 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 441531 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 441531 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 441531 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 441531 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1090460275, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd38cca),segFN=segments_1,generation=1}
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@46d50723[collection1] main]
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 441533 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 441572 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 441735 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 441736 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 441736 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 441736 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 441736 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 441736 INFO  (coreLoadExecutor-889-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 441737 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 441737 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 441738 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 441738 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 441739 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 441740 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 441741 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 441741 INFO  (searcherExecutor-890-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@46d50723[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 441839 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 441915 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd38cca),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd38cca),segFN=segments_2,generation=2}
   [junit4]   2> 441916 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 441917 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrCore New index directory detected: old=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index/ new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp
   [junit4]   2> 441919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3084bca4[collection1] main]
   [junit4]   2> 441919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 441920 INFO  (searcherExecutor-890-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3084bca4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 441920 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 81
   [junit4]   2> 441920 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 441921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 441921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 441921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 441921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 441946 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 441951 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 441958 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 441983 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 441989 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 442075 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 442076 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 442077 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 442083 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 442096 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 442102 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 442102 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 442103 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/]
   [junit4]   2> 442103 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@613d77cb
   [junit4]   2> 442103 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    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/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp
   [junit4]   2> 442104 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    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/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/
   [junit4]   2> 442105 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/
   [junit4]   2> 442105 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 442105 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index failed.
   [junit4]   2> 442110 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 442110 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 442110 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 442110 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 442111 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 442114 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 442115 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 442117 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 442118 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 442119 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] 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.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp
   [junit4]   2> 442127 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 442131 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 442131 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 442132 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 442132 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 442133 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21803635[collection1] main]
   [junit4]   2> 442133 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 442133 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 442133 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 442133 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 442135 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 442145 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 442147 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 442147 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 442148 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=43.9384765625, floorSegmentMB=2.140625, forceMergeDeletesPctAllowed=26.657378778249633, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 442148 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 442148 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 442148 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 442149 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 442150 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11035ba),segFN=segments_1,generation=1}
   [junit4]   2> 442150 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 442150 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 442150 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 442150 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 442151 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 442151 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2934687c[collection1] main]
   [junit4]   2> 442152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 442152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d136fcf
   [junit4]   2> 442152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 442152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 442153 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 442154 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 442155 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21803635[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 442155 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 442156 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 442156 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 442156 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 442159 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 442160 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 442161 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 442161 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 442162 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
   [junit4]   2> 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 442162 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 442162 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[9CA4E17DA0BF2C27]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> 442165 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 442169 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=9CA4E17DA0BF2C27 -Dtests.slow=true -Dtests.locale=sr-ME -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.13s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9CA4E17DA0BF2C27:75FE5A453E26BC8F]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
   [junit4]    > 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
   [junit4]    > 	... 41 more
   [junit4]   2> 442171 INFO  (SUITE-TestArbitraryIndexDir-seed#[9CA4E17DA0BF2C27]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 442171 INFO  (SUITE-TestArbitraryIndexDir-seed#[9CA4E17DA0BF2C27]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1028152698
   [junit4]   2> 442172 INFO  (searcherExecutor-894-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2934687c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 442173 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@731eaa8d
   [junit4]   2> 442173 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 442173 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 442173 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 442173 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 442178 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001;done=false>>]
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 442201 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index
   [junit4]   2> 442221 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 442221 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 442221 INFO  (coreCloseExecutor-898-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001/init-core-data-001/index_temp
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_9CA4E17DA0BF2C27-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1137, maxMBSortInHeap=6.020283359690557, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sr-ME, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=147175712,total=270565376
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionStateFormat2Test, DistributedFacetPivotSmallTest, TestFileDictionaryLookup, BlockDirectoryTest, TestStressLucene, DirectUpdateHandlerTest, TestSSLRandomization, TestSweetSpotSimilarityFactory, TestRandomDVFaceting, LeaderElectionTest, TestNRTOpen, TestCloudBackupRestore, OverseerStatusTest, TimeZoneUtilsTest, TestLFUCache, TestLRUCache, UUIDUpdateProcessorFallbackTest, MBeansHandlerTest, TestCryptoKeys, TestConfigSetProperties, RecoveryAfterSoftCommitTest, TestSolrCLIRunExample, HdfsDirectoryTest, SolrRequestParserTest, TestHighFrequencyDictionaryFactory, TestSolrDeletionPolicy1, TestReRankQParserPlugin, TestArbitraryIndexDir]
   [junit4] Completed [61/597 (1!)] on J0 in 1.25s, 1 test, 1 error <<< FAILURES!

[...truncated 168 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestDistribIDF
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/init-core-data-001
   [junit4]   2> 617451 INFO  (SUITE-TestDistribIDF-seed#[9CA4E17DA0BF2C27]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 617466 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleQuery
   [junit4]   2> 617467 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 617468 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 617468 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 617567 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.ZkTestServer start zk server on port:43380
   [junit4]   2> 617567 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617568 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617572 INFO  (zkCallback-809-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3afba354 name:ZooKeeperConnection Watcher:127.0.0.1:43380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617573 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617573 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617573 INFO  (TEST-TestDistribIDF.testSimpleQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 617582 INFO  (jetty-launcher-808-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 617582 INFO  (jetty-launcher-808-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 617583 INFO  (jetty-launcher-808-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 617586 INFO  (jetty-launcher-808-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2010d769{/solr,null,AVAILABLE}
   [junit4]   2> 617588 INFO  (jetty-launcher-808-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fa3679d{/solr,null,AVAILABLE}
   [junit4]   2> 617589 INFO  (jetty-launcher-808-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4fe91890{HTTP/1.1,[http/1.1]}{127.0.0.1:49487}
   [junit4]   2> 617589 INFO  (jetty-launcher-808-thread-1) [    ] o.e.j.s.Server Started @621644ms
   [junit4]   2> 617589 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49487}
   [junit4]   2> 617592 INFO  (jetty-launcher-808-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4089c80e{/solr,null,AVAILABLE}
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@16fa261e{HTTP/1.1,[http/1.1]}{127.0.0.1:45596}
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.e.j.s.Server Started @621648ms
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45596}
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 617593 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node3'
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 617593 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 617596 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 617596 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node1'
   [junit4]   2> 617597 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 617597 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 617597 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617598 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617598 INFO  (jetty-launcher-808-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@497f2415{HTTP/1.1,[http/1.1]}{127.0.0.1:62530}
   [junit4]   2> 617606 INFO  (jetty-launcher-808-thread-2) [    ] o.e.j.s.Server Started @621661ms
   [junit4]   2> 617606 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62530}
   [junit4]   2> 617607 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 617598 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617607 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node2'
   [junit4]   2> 617607 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 617607 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 617608 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617608 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617612 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617626 INFO  (zkCallback-810-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5410466e name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617629 INFO  (zkCallback-811-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ba15413 name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617629 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617630 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617630 INFO  (zkCallback-812-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7daaec53 name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617631 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617631 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617631 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617631 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617632 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 617633 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 617633 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 617648 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node1/.
   [junit4]   2> 617648 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 545538820
   [junit4]   2> 617648 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node1]
   [junit4]   2> 617648 WARN  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node1/lib
   [junit4]   2> 617648 INFO  (jetty-launcher-808-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> 617650 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 617652 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 617652 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 617652 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43380/solr
   [junit4]   2> 617652 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 617652 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617653 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617707 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node2/.
   [junit4]   2> 617708 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1996093647
   [junit4]   2> 617708 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node2]
   [junit4]   2> 617708 WARN  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node2/lib
   [junit4]   2> 617708 INFO  (jetty-launcher-808-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> 617709 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 617710 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 617711 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 617711 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43380/solr
   [junit4]   2> 617711 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 617711 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617711 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617716 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node3/.
   [junit4]   2> 617722 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 124842895
   [junit4]   2> 617722 INFO  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node3]
   [junit4]   2> 617722 WARN  (jetty-launcher-808-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.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_9CA4E17DA0BF2C27-001/tempDir-001/node3/lib
   [junit4]   2> 617723 INFO  (jetty-launcher-808-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> 617725 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 617717 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66f3f280 name:ZooKeeperConnection Watcher:127.0.0.1:43380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617726 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617726 INFO  (jetty-launcher-808-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617748 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 617748 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 617748 INFO  (zkCallback-818-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2bd19e5e name:ZooKeeperConnection Watcher:127.0.0.1:43380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617748 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43380/solr
   [junit4]   2> 617748 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617756 INFO  (jetty-launcher-808-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617748 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 617757 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 617759 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617760 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/598785784@1d498eb0
   [junit4]   2> 617761 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617765 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/598785784@68338b27
   [junit4]   2> 617766 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617770 INFO  (zkCallback-822-thread-1-processing-n:127.0.0.1:49487_solr) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60a62024 name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617770 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617783 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 617783 INFO  (zkCallback-823-thread-1-processing-n:127.0.0.1:62530_solr) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fea8054 name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617784 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617785 INFO  (zkCallback-821-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19b91d86 name:ZooKeeperConnection Watcher:127.0.0.1:43380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617786 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617786 INFO  (jetty-launcher-808-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 617787 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 617827 INFO  (jetty-launcher-808-thread-3) [n:127.0.0.1:45596_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/598785784@559eb087
   [junit4]   2> 617828 INFO  (jetty-launcher-808-thread-3) [n:127.0.0.1:45596_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 617829 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 617829 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 617834 INFO  (zkCallback-824-thread-1-processing-n:127.0.0.1:45596_solr) [n:127.0.0.1:45596_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25be10e5 name:ZooKeeperConnection Watcher:127.0.0.1:43380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 617834 INFO  (jetty-launcher-808-thread-3) [n:127.0.0.1:45596_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 617838 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 617839 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 617843 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 617843 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 617847 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 617847 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 617850 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 617851 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 617853 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 617854 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 617856 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 617857 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 617859 INFO  (jetty-launcher-808-thread-1) [n:127.0.0.1:49487_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 617860 INFO  (jetty-launcher-808-thread-2) [n:127.0.0.1:62530_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit

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

er(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 649167 INFO  (jetty-launcher-834-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@d1b1748{/solr,null,UNAVAILABLE}
   [junit4]   2> 649197 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46888 46888
   [junit4]   2> 654260 INFO  (Thread-1344) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46888 46888
   [junit4]   2> 654276 WARN  (Thread-1344) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf2
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/collection2_local/state.json
   [junit4]   2> 	2	/solr/collections/collection1_local/state.json
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 654277 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[9CA4E17DA0BF2C27]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCollectionQuery
   [junit4]   2> 654278 INFO  (SUITE-TestDistribIDF-seed#[9CA4E17DA0BF2C27]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> May 21, 2016 4:08:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> May 21, 2016 4:09:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.search.stats.TestDistribIDF: 
   [junit4]   2>    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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> May 21, 2016 4:09:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> May 21, 2016 4:09:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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): {range_facet_l_dv=FSTOrd50, _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Memory doPackFST= true), cat=PostingsFormat(name=Memory doPackFST= true), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), _route_=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1402, maxMBSortInHeap=7.681721399630877, sim=ClassicSimilarity, locale=ar-QA, timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=2,free=105832960,total=290795520
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionStateFormat2Test, DistributedFacetPivotSmallTest, TestFileDictionaryLookup, BlockDirectoryTest, TestStressLucene, DirectUpdateHandlerTest, TestSSLRandomization, TestSweetSpotSimilarityFactory, TestRandomDVFaceting, LeaderElectionTest, TestNRTOpen, TestCloudBackupRestore, OverseerStatusTest, TimeZoneUtilsTest, TestLFUCache, TestLRUCache, UUIDUpdateProcessorFallbackTest, MBeansHandlerTest, TestCryptoKeys, TestConfigSetProperties, RecoveryAfterSoftCommitTest, TestSolrCLIRunExample, HdfsDirectoryTest, SolrRequestParserTest, TestHighFrequencyDictionaryFactory, TestSolrDeletionPolicy1, TestReRankQParserPlugin, TestArbitraryIndexDir, TestGeoJSONResponseWriter, ShardRoutingTest, SystemInfoHandlerTest, TestFieldResource, TestExactStatsCache, SchemaVersionSpecificBehaviorTest, CdcrRequestHandlerTest, ConnectionManagerTest, TermsComponentTest, TestPseudoReturnFields, HdfsBasicDistributedZk2Test, TestReqParamsAPI, UpdateParamsTest, CdcrUpdateLogTest, TestRestManager, TestInfoStreamLogging, SuggesterFSTTest, TestRebalanceLeaders, TestDocumentBuilder, SimpleFacetsTest, AddBlockUpdateTest, JsonLoaderTest, TestSchemaManager, XsltUpdateRequestHandlerTest, TestHashPartitioner, TestDistribIDF]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribIDF -Dtests.seed=9CA4E17DA0BF2C27 -Dtests.slow=true -Dtests.locale=ar-QA -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestDistribIDF (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.stats.TestDistribIDF: 
   [junit4]    >    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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([9CA4E17DA0BF2C27]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4507, name=OverseerHdfsCoreFailoverThread-95931839065030665-127.0.0.1:45596_solr-n_0000000001, 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([9CA4E17DA0BF2C27]:0)
   [junit4] Completed [104/597 (2!)] on J0 in 60.04s, 2 tests, 2 errors <<< FAILURES!

[...truncated 1546 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:529: 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: 597 suites (10 ignored), 2428 tests, 2 suite-level errors, 1 error, 1557 ignored (63 assumptions) [seed: 9CA4E17DA0BF2C27]

Total time: 53 minutes 36 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 # 595 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting

Error Message:
org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery
	at __randomizedtesting.SeedInfo.seed([A28AEC178F21ADAE:2E0BAAF3F81B4CFB]:0)
	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:215)
	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:511)
	at org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)
	at org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)
	at org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)
	at org.apache.lucene.benchmark.byTask.tasks.CountingHighlighterTestTask$1.doHighlight(CountingHighlighterTestTask.java:62)
	at org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:170)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:332)
	at org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:77)
	at org.apache.lucene.benchmark.BenchmarkTestCase.execBenchmark(BenchmarkTestCase.java:75)
	at org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting(TestPerfTasksLogic.java:183)
	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.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 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: java.lang.ClassNotFoundException: org.apache.lucene.spatial.geopoint.search.GeoPointInBBoxQuery
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 54 more


FAILED:  org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlightingTV

Error Message:
org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery
	at __randomizedtesting.SeedInfo.seed([A28AEC178F21ADAE:C2A8CA61103E4537]:0)
	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:215)
	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:511)
	at org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)
	at org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)
	at org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)
	at org.apache.lucene.benchmark.byTask.tasks.CountingHighlighterTestTask$1.doHighlight(CountingHighlighterTestTask.java:62)
	at org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:170)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
	at org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:332)
	at org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:77)
	at org.apache.lucene.benchmark.BenchmarkTestCase.execBenchmark(BenchmarkTestCase.java:75)
	at org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlightingTV(TestPerfTasksLogic.java:223)
	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.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 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 5554 lines...]
   [junit4] Suite: org.apache.lucene.benchmark.byTask.TestPerfTasksLogic
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1:   doc.term.vector:false-->true  compound:true-->false
   [junit4]   1> 
   [junit4]   1> 
   [junit4]   1> --> Round 1-->2:   doc.term.vector:true-->false  compound:false-->true
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> Changed Locale to: root locale
   [junit4]   1> Changed Analyzer to: org.apache.lucene.collation.CollationKeyAnalyzer()
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: de
   [junit4]   1> Changed Analyzer to: org.apache.lucene.collation.CollationKeyAnalyzer(de)
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: en_US
   [junit4]   1> Changed Analyzer to: org.apache.lucene.collation.CollationKeyAnalyzer(en_US)
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: no_NO_NY
   [junit4]   1> Changed Analyzer to: org.apache.lucene.collation.CollationKeyAnalyzer(no_NO_NY)
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPerfTasksLogic -Dtests.method=testHighlighting -Dtests.seed=A28AEC178F21ADAE -Dtests.slow=true -Dtests.locale=de-AT -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.33s J0 | TestPerfTasksLogic.testHighlighting <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A28AEC178F21ADAE:2E0BAAF3F81B4CFB]:0)
   [junit4]    > 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:215)
   [junit4]    > 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:511)
   [junit4]    > 	at org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)
   [junit4]    > 	at org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)
   [junit4]    > 	at org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.CountingHighlighterTestTask$1.doHighlight(CountingHighlighterTestTask.java:62)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:170)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:332)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:77)
   [junit4]    > 	at org.apache.lucene.benchmark.BenchmarkTestCase.execBenchmark(BenchmarkTestCase.java:75)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting(TestPerfTasksLogic.java:183)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.ClassNotFoundException: org.apache.lucene.spatial.geopoint.search.GeoPointInBBoxQuery
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    > 	... 54 more
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1>    0.53 sec --> TEST-TestPerfTasksLogic.testHighlightingTV-seed#[A28AEC178F21ADAE] added      1000 docs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPerfTasksLogic -Dtests.method=testHighlightingTV -Dtests.seed=A28AEC178F21ADAE -Dtests.slow=true -Dtests.locale=de-AT -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.87s J0 | TestPerfTasksLogic.testHighlightingTV <<<
   [junit4]    > Throwable #1: java.lang.NoClassDefFoundError: org/apache/lucene/spatial/geopoint/search/GeoPointInBBoxQuery
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A28AEC178F21ADAE:C2A8CA61103E4537]:0)
   [junit4]    > 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:215)
   [junit4]    > 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:511)
   [junit4]    > 	at org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)
   [junit4]    > 	at org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)
   [junit4]    > 	at org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.CountingHighlighterTestTask$1.doHighlight(CountingHighlighterTestTask.java:62)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:170)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:197)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:138)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:146)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:332)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:77)
   [junit4]    > 	at org.apache.lucene.benchmark.BenchmarkTestCase.execBenchmark(BenchmarkTestCase.java:75)
   [junit4]    > 	at org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlightingTV(TestPerfTasksLogic.java:223)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> 
   [junit4]   1> ------------> Report Sum By Prefix (X) (1 about 1 out of 1012)
   [junit4]   1> Operation     round   runCnt   recsPerRun        rec/s  elapsedSec    avgUsedMem    avgTotalMem
   [junit4]   1> XSearch_2_Par     0        1         8580    15,459.46        0.56    52,918,512    184,549,376
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Rounds
   [junit4]   1> 
   [junit4]   1> ------------> Report Sum By (any) Name (4 about 4 out of 5)
   [junit4]   1> Operation       round   runCnt   recsPerRun        rec/s  elapsedSec    avgUsedMem    avgTotalMem
   [junit4]   1> Rounds              0        1           20       384.62        0.05    13,615,072    222,298,112
   [junit4]   1> CreateIndex -  -  - 0 -  -   1 -  -  -  - 0 -  -  - 0.00 -  -   0.00 -  13,615,072 -  222,298,112
   [junit4]   1> AddDocs_Exhaust     0        1           20    10,000.00        0.00    13,615,072    222,298,112
   [junit4]   1> CloseIndex -  -  -  0 -  -   1 -  -  -  - 0 -  -  - 0.00 -  -   0.00 -  13,615,072 -  222,298,112
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Rounds
   [junit4]   1> 
   [junit4]   1> ------------> Report Sum By (any) Name (4 about 4 out of 5)
   [junit4]   1> Operation       round   runCnt   recsPerRun        rec/s  elapsedSec    avgUsedMem    avgTotalMem
   [junit4]   1> Rounds              0        1           22       379.31        0.06    13,619,512    222,298,112
   [junit4]   1> CreateIndex -  -  - 0 -  -   1 -  -  -  - 1 -   1,000.00 -  -   0.00 -  13,619,512 -  222,298,112
   [junit4]   1> AddDocs_Exhaust     0        1           20    20,000.00        0.00    13,619,512    222,298,112
   [junit4]   1> CloseIndex -  -  -  0 -  -   1 -  -  -  - 1 -  -  333.33 -  -   0.00 -  13,619,512 -  222,298,112
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1>    0.12 sec --> TEST-TestPerfTasksLogic.testHighlightingNoTvNoStore-seed#[A28AEC178F21ADAE] added      1000 docs
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1>    0.05 sec --> TEST-TestPerfTasksLogic.testIndexAndSearchTasks-seed#[A28AEC178F21ADAE] added      1000 docs
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> Changed Locale to: null
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: root locale
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: de
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: en_US
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> Changed Locale to: no_NO_NY
   [junit4]   1> 
   [junit4]   1> --> Round 0-->1
   [junit4]   1> 
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: Seq
   [junit4]   1> ------------> starting task: CreateIndex
   [junit4]   1> ------------> starting task: Seq_Exhaust
   [junit4]   1> ------------> starting task: Seq_Exhaust
   [junit4]   1> ------------> starting task: CloseIndex
   [junit4]   1> ------------> starting task: Rounds_2
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/benchmark/test/J0/temp/lucene.benchmark.byTask.TestPerfTasksLogic_A28AEC178F21ADAE-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=de-AT, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=207620008,total=222298112
   [junit4]   2> NOTE: All tests run in this JVM: [AddIndexesTaskTest, TestHtmlParser, StreamUtilsTest, CommitIndexTaskTest, TestPerfTasksLogic]
   [junit4] Completed [10/18 (1!)] on J0 in 8.42s, 24 tests, 2 errors <<< FAILURES!

[...truncated 35 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/lucene/build.xml:476: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2188: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/module-build.xml:58: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1458: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1015: There were test failures: 18 suites, 93 tests, 2 errors [seed: A28AEC178F21ADAE]

Total time: 11 minutes 31 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