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/02/12 12:12:43 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/397/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.test

Error Message:
Could not load collection from ZK: implicitcoll4

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: implicitcoll4
	at __randomizedtesting.SeedInfo.seed([EAEDDC13840E7DF1:62B9E3C92AF21009]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:956)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:517)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:189)
	at org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:119)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:342)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:248)
	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
	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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	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/implicitcoll4/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:353)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:350)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:350)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:967)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:954)
	... 47 more




Build Log:
[...truncated 11702 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/init-core-data-001
   [junit4]   2> 2130771 INFO  (SUITE-CustomCollectionTest-seed#[EAEDDC13840E7DF1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_epu/ft
   [junit4]   2> 2130773 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2130773 INFO  (Thread-10160) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2130773 INFO  (Thread-10160) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2130873 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkTestServer start zk server on port:38500
   [junit4]   2> 2130873 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2130874 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2130876 INFO  (zkCallback-3135-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fbfeae6 name:ZooKeeperConnection Watcher:127.0.0.1:38500 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2130877 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2130877 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2130877 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2130881 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2130881 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2130883 INFO  (zkCallback-3136-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be49430 name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2130883 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2130884 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2130884 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2130887 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2130889 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2130892 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2130895 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2130895 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2130899 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2130899 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2130902 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2130902 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2130907 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2130907 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2130910 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2130910 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2130913 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2130913 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2130916 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2130916 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2130919 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2130920 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2130923 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2130923 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2130926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2130926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2130929 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2130929 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2131126 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1
   [junit4]   2> 2131127 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2131129 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e42f1ab{/e_epu/ft,null,AVAILABLE}
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@35397991{HTTP/1.1}{127.0.0.1:49620}
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.Server Started @2136053ms
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/tempDir-001/control/data, hostContext=/e_epu/ft, hostPort=49620, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores}
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001'
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2131130 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2131131 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2131132 INFO  (zkCallback-3137-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f5e02ac name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2131132 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2131132 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2131134 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2131134 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/solr.xml
   [junit4]   2> 2131138 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores
   [junit4]   2> 2131138 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer New CoreContainer 705873735
   [junit4]   2> 2131138 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001]
   [junit4]   2> 2131139 WARN  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/lib
   [junit4]   2> 2131139 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2131140 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2131140 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2131140 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2131140 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38500/solr
   [junit4]   2> 2131140 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2131141 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2131141 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2131143 INFO  (zkCallback-3140-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1600f676 name:ZooKeeperConnection Watcher:127.0.0.1:38500 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2131143 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2131144 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2131145 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2131147 INFO  (zkCallback-3141-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38cfe2c8 name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2131147 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2131148 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2131151 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2131156 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2131160 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2131162 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2131165 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2131168 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2131170 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2131172 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2131174 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49620_e_epu%2Fft
   [junit4]   2> 2131175 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49620_e_epu%2Fft
   [junit4]   2> 2131177 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2131180 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2131182 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2131183 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000
   [junit4]   2> 2131183 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49620_e_epu%2Fft
   [junit4]   2> 2131184 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2131186 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.Overseer Overseer (id=95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) starting
   [junit4]   2> 2131188 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2131197 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2131198 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2131198 INFO  (OverseerCollectionConfigSetProcessor-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2131198 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2131232 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2131232 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2131234 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores
   [junit4]   2> 2131235 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2131235 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1
   [junit4]   2> 2131235 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2131236 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2131236 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2131237 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2131237 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2131239 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:49620/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:49620_e_epu%2Fft",
   [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> 2131240 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2131240 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:49620/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:49620_e_epu%2Fft",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2131241 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2131241 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2131243 INFO  (zkCallback-3141-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2132241 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2132241 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2132242 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2132242 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2132243 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2132243 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1'
   [junit4]   2> 2132243 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2132243 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2132245 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2132251 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2132254 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2132261 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2132266 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2132336 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2132341 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2132343 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2132354 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2132357 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2132359 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2132360 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/]
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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@d1af2bc
   [junit4]   2> 2132363 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data
   [junit4]   2> 2132364 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2132364 WARN  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2132364 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/index
   [junit4]   2> 2132364 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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=22.685546875, floorSegmentMB=1.8427734375, forceMergeDeletesPctAllowed=12.972405170955007, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8290389847905071
   [junit4]   2> 2132365 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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@4a34f8bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45239e8f),segFN=segments_1,generation=1}
   [junit4]   2> 2132365 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2132365 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49620_e_epu%2Fft 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-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/
   [junit4]   2> 2132365 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2132368 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132369 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132369 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132369 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132369 WARN  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132371 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2132371 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2132372 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2132373 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2132376 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2132383 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132383 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132383 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132384 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2132384 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2132384 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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=7, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=36.9482421875, floorSegmentMB=0.6982421875, forceMergeDeletesPctAllowed=21.76126964027827, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2132385 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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@4a34f8bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45239e8f),segFN=segments_1,generation=1}
   [junit4]   2> 2132385 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2132385 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@70f4dc2[collection1] main]
   [junit4]   2> 2132385 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132386 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132386 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2132387 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2132388 INFO  (searcherExecutor-7629-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70f4dc2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2132388 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132388 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132388 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132388 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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 1525965962306650112
   [junit4]   2> 2132390 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft 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 1525965962306650112
   [junit4]   2> 2132390 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2132391 INFO  (coreLoadExecutor-7628-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2132392 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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:49620/e_epu/ft collection:control_collection shard:shard1
   [junit4]   2> 2132393 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132398 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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/95372872538456068-core_node1-n_0000000000
   [junit4]   2> 2132399 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132401 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2132401 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132401 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49620/e_epu/ft/collection1/
   [junit4]   2> 2132402 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2132402 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2132402 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49620/e_epu/ft/collection1/ has no replicas
   [junit4]   2> 2132404 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2132407 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 2132411 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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:49620/e_epu/ft/collection1/ shard1
   [junit4]   2> 2132412 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:49620/e_epu/ft",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2132517 INFO  (zkCallback-3141-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2132563 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:49620/e_epu/ft/collection1/ and leader is http://127.0.0.1:49620/e_epu/ft/collection1/
   [junit4]   2> 2132563 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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:49620/e_epu/ft
   [junit4]   2> 2132563 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2132563 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2132563 INFO  (coreZkRegister-7622-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49620_e_epu%2Fft 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> 2132566 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:49620/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:49620_e_epu%2Fft",
   [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> 2132567 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:49620/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:49620_e_epu%2Fft",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2132671 INFO  (zkCallback-3141-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2132740 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2132741 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132742 INFO  (zkCallback-3143-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4434822a name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132743 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2132743 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2132743 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2132747 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2132747 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2132747 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2132748 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132749 INFO  (zkCallback-3144-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@163af61a name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132749 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2132749 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2132753 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 2132753 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2132859 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2132920 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores/collection1
   [junit4]   2> 2132922 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001
   [junit4]   2> 2132923 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2132925 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5494b96b{/e_epu/ft,null,AVAILABLE}
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2c33d0be{HTTP/1.1}{127.0.0.1:45771}
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.e.j.s.Server Started @2137850ms
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/e_epu/ft, hostPort=45771, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores}
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001'
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2132926 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2132927 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132928 INFO  (zkCallback-3145-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ad61eb6 name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132929 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2132929 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2132930 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2132930 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/solr.xml
   [junit4]   2> 2132934 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores
   [junit4]   2> 2132935 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer New CoreContainer 291475517
   [junit4]   2> 2132935 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001]
   [junit4]   2> 2132935 WARN  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/lib
   [junit4]   2> 2132935 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38500/solr
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2132937 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2132938 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132939 INFO  (zkCallback-3148-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28d33e3c name:ZooKeeperConnection Watcher:127.0.0.1:38500 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132939 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2132940 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2132942 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132943 INFO  (zkCallback-3149-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1231a47e name:ZooKeeperConnection Watcher:127.0.0.1:38500/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132943 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2132951 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2133961 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45771_e_epu%2Fft
   [junit4]   2> 2133962 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45771_e_epu%2Fft
   [junit4]   2> 2133964 INFO  (zkCallback-3141-thread-1-processing-n:127.0.0.1:49620_e_epu%2Fft) [n:127.0.0.1:49620_e_epu%2Fft    ] 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> 2133964 INFO  (zkCallback-3149-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft    ] 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> 2133964 INFO  (zkCallback-3143-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> 2133967 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2133968 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95372872538456073-127.0.0.1:45771_e_epu%2Fft-n_0000000001
   [junit4]   2> 2133969 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000 to know if I could be the leader
   [junit4]   2> 2133983 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2133983 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2133984 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores
   [junit4]   2> 2133985 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] 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> 2133985 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores/collection1
   [junit4]   2> 2133985 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2133986 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2133986 INFO  (TEST-CustomCollectionTest.test-seed#[EAEDDC13840E7DF1]) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2133987 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2133987 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2133990 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 2133990 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:45771/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:45771_e_epu%2Fft",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 2133990 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 2133991 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] 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:45771/e_epu/ft",
   [junit4]   2>   "node_name":"127.0.0.1:45771_e_epu%2Fft",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2133991 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 2133991 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2133992 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 2133992 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2134095 INFO  (OverseerStateUpdate-95372872538456068-127.0.0.1:49620_e_epu%2Fft-n_0000000000) [n:127.0.0.1:49620_e_epu%2Fft    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2134096 INFO  (zkCallback-3149-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2134097 INFO  (zkCallback-3149-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 2134993 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2134993 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2134994 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2134994 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 2134995 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2134995 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001/shard-1-001/cores/collection1'
   [junit4]   2> 2134995 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2134995 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2134997 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2135002 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2135005 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2135012 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2135018 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2135093 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2135106 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2135106 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2135118 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2135120 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2135122 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2135123 INFO  (coreLoadExecutor-7639-thread-1-processing-n:127.0.0.1:45771_e_epu%2Fft) [n:127.0.0.1:45771_e_epu%2Fft c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2135126 INFO  (coreLoadExecutor-7639

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

ould not load collection from ZK: implicitcoll4
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EAEDDC13840E7DF1:62B9E3C92AF21009]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:956)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:517)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:189)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:119)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:342)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:248)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/implicitcoll4/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:353)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:350)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:350)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:967)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:954)
   [junit4]    > 	... 47 more
   [junit4]   2> 2215992 INFO  (SUITE-CustomCollectionTest-seed#[EAEDDC13840E7DF1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_EAEDDC13840E7DF1-001
   [junit4]   2> Feb 12, 2016 10:57:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {other_tl1=FSTOrd50, range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=FSTOrd50, a_i1=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene50(blocksize=128), _route_=Lucene50(blocksize=128), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sq-AL, timezone=Australia/Eucla
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=76681464,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, TestWriterPerf, ConvertedLegacyTest, SortSpecParsingTest, SpellPossibilityIteratorTest, TestQueryUtils, MultiThreadedOCPTest, DistributedFacetPivotLongTailTest, HdfsChaosMonkeyNothingIsSafeTest, DeleteStatusTest, TestCloudPivotFacet, HdfsRecoverLeaseTest, TestConfigSetsAPI, TestSortingResponseWriter, TestCollationField, ExplicitHLLTest, CollectionTooManyReplicasTest, TestCopyFieldCollectionResource, TestPHPSerializedResponseWriter, TestJsonFacets, TestShardHandlerFactory, SortByFunctionTest, TestReqParamsAPI, TestConfigOverlay, DistanceUnitsTest, AnalysisErrorHandlingTest, TestIndexingPerformance, SSLMigrationTest, SolrCoreCheckLockOnStartupTest, TestLRUStatsCache, ShowFileRequestHandlerTest, RemoteQueryErrorTest, TestSuggestSpellingConverter, SpatialHeatmapFacetsTest, AnalyticsQueryTest, SearchHandlerTest, SolrInfoMBeanTest, DistributedFacetPivotSmallTest, BinaryUpdateRequestHandlerTest, SignatureUpdateProcessorFactoryTest, FullSolrCloudDistribCmdsTest, TestFieldTypeCollectionResource, TestCoreDiscovery, TestZkChroot, AsyncCallRequestStatusResponseTest, RequestHandlersTest, HighlighterMaxOffsetTest, DistributedQueueTest, TestTrackingShardHandlerFactory, TestInfoStreamLogging, ZkSolrClientTest, TestOmitPositions, EnumFieldTest, CoreAdminRequestStatusTest, SparseHLLTest, DirectoryFactoryTest, SolrPluginUtilsTest, TestDistributedMissingSort, ConcurrentDeleteAndCreateCollectionTest, SolrCloudExampleTest, TestQuerySenderListener, DeleteInactiveReplicaTest, FieldAnalysisRequestHandlerTest, HdfsRestartWhileUpdatingTest, BadIndexSchemaTest, TestConfigSetProperties, TestBinaryResponseWriter, SpellCheckComponentTest, DateFieldTest, HdfsCollectionsAPIDistributedZkTest, TestJettySolrRunner, MinimalSchemaTest, TestBM25SimilarityFactory, ConnectionManagerTest, AtomicUpdatesTest, TestSerializedLuceneMatchVersion, BJQParserTest, HdfsWriteToMultipleCollectionsTest, HighlighterConfigTest, TestOrdValues, UniqFieldsUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest, TestRecoveryHdfs, TestTrieFacet, CdcrVersionReplicationTest, TestNamedUpdateProcessors, TestUseDocValuesAsStored2, LeaderInitiatedRecoveryOnShardRestartTest, DistributedTermsComponentTest, CoreAdminHandlerTest, TestSha256AuthenticationProvider, TestManagedSchemaDynamicFieldResource, WordBreakSolrSpellCheckerTest, CopyFieldTest, ZkStateWriterTest, TestCloudManagedSchemaConcurrent, TestMacros, DirectSolrConnectionTest, TestFiltering, EchoParamsTest, TestAuthenticationFramework, TermVectorComponentDistributedTest, TestSolrConfigHandlerConcurrent, TestScoreJoinQPScore, TestRawTransformer, SmileWriterTest, HdfsThreadLeakTest, TestExactSharedStatsCache, TestHashQParserPlugin, CheckHdfsIndexTest, TermVectorComponentTest, DistributedSuggestComponentTest, AliasIntegrationTest, CloudMLTQParserTest, TestClusterStateMutator, BasicZkTest, TestLeaderInitiatedRecoveryThread, TestPKIAuthenticationPlugin, TestSimpleTrackingShardHandler, BlockJoinFacetRandomTest, TestSolrIndexConfig, LeaderElectionIntegrationTest, TestShortCircuitedRequests, LoggingHandlerTest, TestBlendedInfixSuggestions, RequestLoggingTest, SuggesterTSTTest, PKIAuthenticationIntegrationTest, HdfsLockFactoryTest, TestSchemaManager, NotRequiredUniqueKeyTest, OverseerTaskQueueTest, TestTestInjection, CdcrReplicationHandlerTest, TestSchemaSimilarityResource, TestCSVResponseWriter, ConjunctionSolrSpellCheckerTest, RestartWhileUpdatingTest, IndexSchemaRuntimeFieldTest, CSVRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BasicFunctionalityTest, TestBadConfig, HighlighterTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SpellCheckCollatorTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TestValueSourceCache, TestSolrQueryParser, FastVectorHighlighterTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest, TestLFUCache, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, CollectionReloadTest, CustomCollectionTest]
   [junit4] Completed [435/577 (1!)] on J1 in 85.75s, 1 test, 1 error <<< FAILURES!

[...truncated 473 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2325 tests, 1 error, 86 ignored (70 assumptions) [seed: EAEDDC13840E7DF1]

Total time: 71 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-trunk-Solaris (64bit/jdk1.8.0) - Build # 399 - Still Failing!

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

All tests passed

Build Log:
[...truncated 68512 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/docs/solr-core/org/apache/solr/index/class-use/MergePolicyFactory.html
     [exec]   BROKEN LINK: file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/docs/solr-core/org/apache/solr/index/SortingMergePolicyFactory.html
     [exec]   BROKEN LINK: file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/docs/solr-core/org/apache/solr/index/class-use/WrapperMergePolicyFactory.html
     [exec]   BROKEN LINK: file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/docs/solr-core/org/apache/solr/index/package-summary.html
     [exec]   BROKEN LINK: file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/build/docs/core/org/apache/lucene/index/SortingMergePolicy.html
     [exec] 
     [exec] Broken javadocs links were found!

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:101: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:632: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:645: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:2486: exec returned: 1

Total time: 89 minutes 23 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-trunk-Solaris (64bit/jdk1.8.0) - Build # 398 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest

Error Message:
JSON Parse Error: char=<,position=0 BEFORE='<' AFTER='html> <head> <meta http-equiv="Content-'

Stack Trace:
org.noggit.JSONParser$ParseException: JSON Parse Error: char=<,position=0 BEFORE='<' AFTER='html> <head> <meta http-equiv="Content-'
	at __randomizedtesting.SeedInfo.seed([3E1B3D5C0B48009B:DEDA1F0EB0A47669]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.handleNonDoubleQuoteString(JSONParser.java:712)
	at org.noggit.JSONParser.next(JSONParser.java:886)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:930)
	at org.noggit.ObjectBuilder.<init>(ObjectBuilder.java:44)
	at org.noggit.ObjectBuilder.getVal(ObjectBuilder.java:37)
	at org.apache.solr.handler.TestSolrConfigHandlerConcurrent.getAsMap(TestSolrConfigHandlerConcurrent.java:216)
	at org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:78)
	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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	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.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([3E1B3D5C0B48009B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([3E1B3D5C0B48009B]:0)




Build Log:
[...truncated 10499 lines...]
   [junit4] Suite: org.apache.solr.handler.TestBlobHandler
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/init-core-data-001
   [junit4]   2> 379675 INFO  (SUITE-TestBlobHandler-seed#[3E1B3D5C0B48009B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 379675 INFO  (SUITE-TestBlobHandler-seed#[3E1B3D5C0B48009B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 379677 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 379678 INFO  (Thread-1625) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 379678 INFO  (Thread-1625) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 379777 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkTestServer start zk server on port:55173
   [junit4]   2> 379777 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 379778 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 379781 INFO  (zkCallback-511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8465df3 name:ZooKeeperConnection Watcher:127.0.0.1:55173 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 379782 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 379782 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 379782 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 379786 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 379787 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 379789 INFO  (zkCallback-512-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b0a73c0 name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 379789 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 379790 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 379790 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 379793 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 379796 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 379799 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 379801 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 379802 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 379806 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 379806 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 379809 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 379809 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 379812 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 379813 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 379815 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 379815 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 379818 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 379818 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 379820 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 379820 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 379823 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 379823 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 379825 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 379825 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 379828 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 379828 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 379830 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 379831 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 379962 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1
   [junit4]   2> 379964 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 379965 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bbd5250{/,null,AVAILABLE}
   [junit4]   2> 379974 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4450d748{HTTP/1.1}{127.0.0.1:46875}
   [junit4]   2> 379974 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.Server Started @386278ms
   [junit4]   2> 379974 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/tempDir-001/control/data, hostContext=/, hostPort=46875, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores}
   [junit4]   2> 379974 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 379975 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001'
   [junit4]   2> 379975 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 379975 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 379975 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 379976 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 379979 INFO  (zkCallback-513-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@966672e name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 379980 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 379980 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 379981 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 379981 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/solr.xml
   [junit4]   2> 379987 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores
   [junit4]   2> 379987 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer New CoreContainer 1260505563
   [junit4]   2> 379987 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001]
   [junit4]   2> 379987 WARN  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/lib
   [junit4]   2> 379987 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 379988 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 379988 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 379988 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 379989 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55173/solr
   [junit4]   2> 379989 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 379989 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 379989 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 379992 INFO  (zkCallback-516-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68804488 name:ZooKeeperConnection Watcher:127.0.0.1:55173 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 379995 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 379995 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 379998 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 380000 INFO  (zkCallback-517-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@69d1cb1b name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 380000 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 380001 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 380005 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 380010 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 380014 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 380017 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 380021 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 380023 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 380025 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 380028 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 380029 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46875_
   [junit4]   2> 380029 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46875_
   [junit4]   2> 380032 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 380034 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 380036 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 380037 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95374563872997380-127.0.0.1:46875_-n_0000000000
   [junit4]   2> 380037 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46875_
   [junit4]   2> 380037 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 380040 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.Overseer Overseer (id=95374563872997380-127.0.0.1:46875_-n_0000000000) starting
   [junit4]   2> 380043 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 380052 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 380053 INFO  (OverseerCollectionConfigSetProcessor-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 380053 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 380054 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 380091 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 380091 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 380093 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores
   [junit4]   2> 380093 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] 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> 380093 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1
   [junit4]   2> 380094 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 380095 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 380095 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:46875_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 380095 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 380095 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 380099 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:46875",
   [junit4]   2>   "node_name":"127.0.0.1:46875_",
   [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> 380099 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 380099 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:46875",
   [junit4]   2>   "node_name":"127.0.0.1:46875_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 380100 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 380101 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 380103 INFO  (zkCallback-517-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_    ] 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> 381100 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 381100 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 381101 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 381101 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 381103 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 381103 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1'
   [junit4]   2> 381103 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 381103 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 381105 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 381112 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 381115 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 381124 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 381130 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 381221 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 381228 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 381229 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 381243 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 381245 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 381248 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 381250 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 381252 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 381252 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 381252 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 381253 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/]
   [junit4]   2> 381253 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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@2e786da8
   [junit4]   2> 381253 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data
   [junit4]   2> 381253 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 381253 WARN  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 381254 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/index
   [junit4]   2> 381254 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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=50, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=46.091796875, floorSegmentMB=1.583984375, forceMergeDeletesPctAllowed=0.7843089279705484, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 381254 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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@5cd8d763 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17b63a74),segFN=segments_1,generation=1}
   [junit4]   2> 381254 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 381254 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46875_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/
   [junit4]   2> 381255 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 381259 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381260 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381260 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381260 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381260 WARN  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381262 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 381263 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 381264 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 381265 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 381270 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 381270 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381271 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381271 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381273 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 381273 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 381273 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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=37, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=12.2314453125, floorSegmentMB=1.6953125, forceMergeDeletesPctAllowed=16.20893748210407, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 381274 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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@5cd8d763 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17b63a74),segFN=segments_1,generation=1}
   [junit4]   2> 381274 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 381274 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ab8db24[collection1] main]
   [junit4]   2> 381274 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381276 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381276 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381276 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 381276 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 381276 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381277 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381277 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381277 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 381277 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 381278 INFO  (searcherExecutor-1537-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ab8db24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 381278 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381278 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381278 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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> 381278 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ 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 1525993023643582464
   [junit4]   2> 381280 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1525993023643582464
   [junit4]   2> 381280 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 381281 INFO  (coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 381282 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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:46875 collection:control_collection shard:shard1
   [junit4]   2> 381283 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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> 381289 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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/95374563872997380-core_node1-n_0000000000
   [junit4]   2> 381290 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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> 381292 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 381292 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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> 381292 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46875/collection1/
   [junit4]   2> 381293 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 381293 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46875/collection1/ has no replicas
   [junit4]   2> 381293 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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> 381294 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 381298 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 381301 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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:46875/collection1/ shard1
   [junit4]   2> 381302 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:46875",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 381409 INFO  (zkCallback-517-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_    ] 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> 381458 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:46875/collection1/ and leader is http://127.0.0.1:46875/collection1/
   [junit4]   2> 381458 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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:46875
   [junit4]   2> 381458 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 381458 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 381458 INFO  (coreZkRegister-1530-thread-1-processing-n:127.0.0.1:46875_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46875_ 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> 381462 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:46875",
   [junit4]   2>   "node_name":"127.0.0.1:46875_",
   [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> 381463 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:46875",
   [junit4]   2>   "node_name":"127.0.0.1:46875_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 381568 INFO  (zkCallback-517-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_    ] 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> 381599 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 381600 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381602 INFO  (zkCallback-519-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25f2b57 name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 381602 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381602 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 381602 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 381606 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 381606 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 381606 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 381607 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381609 INFO  (zkCallback-520-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29dd8332 name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 381609 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381609 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 381614 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 381614 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 381718 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 381747 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1
   [junit4]   2> 381748 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001
   [junit4]   2> 381748 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 381750 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dd17d94{/,null,AVAILABLE}
   [junit4]   2> 381750 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@494ee048{HTTP/1.1}{127.0.0.1:36023}
   [junit4]   2> 381750 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.e.j.s.Server Started @388056ms
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=36023, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores}
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001'
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 381751 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 381752 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381754 INFO  (zkCallback-521-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67c644b5 name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 381754 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381755 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 381756 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 381757 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/solr.xml
   [junit4]   2> 381761 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores
   [junit4]   2> 381762 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer New CoreContainer 407226173
   [junit4]   2> 381762 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001]
   [junit4]   2> 381762 WARN  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/lib
   [junit4]   2> 381762 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55173/solr
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 381764 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 381765 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381767 INFO  (zkCallback-524-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26b4d5 name:ZooKeeperConnection Watcher:127.0.0.1:55173 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 381768 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381768 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 381770 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381773 INFO  (zkCallback-525-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18f2d476 name:ZooKeeperConnection Watcher:127.0.0.1:55173/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 381773 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381782 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 382793 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36023_
   [junit4]   2> 382794 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36023_
   [junit4]   2> 382796 INFO  (zkCallback-517-thread-1-processing-n:127.0.0.1:46875_) [n:127.0.0.1:46875_    ] 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> 382796 INFO  (zkCallback-519-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> 382796 INFO  (zkCallback-525-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_    ] 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> 382798 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382799 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95374563872997385-127.0.0.1:36023_-n_0000000001
   [junit4]   2> 382800 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95374563872997380-127.0.0.1:46875_-n_0000000000 to know if I could be the leader
   [junit4]   2> 382821 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 382821 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 382821 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores
   [junit4]   2> 382823 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] 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> 382823 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1
   [junit4]   2> 382823 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 382825 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 382825 INFO  (TEST-TestBlobHandler.doBlobHandlerTest-seed#[3E1B3D5C0B48009B]) [n:127.0.0.1:36023_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 382826 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 382826 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 382828 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 382828 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 382828 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:36023",
   [junit4]   2>   "node_name":"127.0.0.1:36023_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 382828 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 382828 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 382829 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] 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:36023",
   [junit4]   2>   "node_name":"127.0.0.1:36023_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382829 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 382829 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 382933 INFO  (OverseerStateUpdate-95374563872997380-127.0.0.1:46875_-n_0000000000) [n:127.0.0.1:46875_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 382934 INFO  (zkCallback-525-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 382935 INFO  (zkCallback-525-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 383829 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 383829 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 383830 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 383830 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 383831 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 383831 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1'
   [junit4]   2> 383831 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 383831 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 383833 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 383841 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 383845 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 383852 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 383860 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 384034 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 384040 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 384041 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 384054 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 384057 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 384060 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 384061 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 384064 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   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-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 384064 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 384064 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 384064 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 384064 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 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@2e786da8
   [junit4]   2> 384065 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1/data
   [junit4]   2> 384065 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 384065 WARN  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 384065 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestBlobHandler_3E1B3D5C0B48009B-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 384065 INFO  (coreLoadExecutor-1547-thread-1-processing-n:127.0.0.1:36023_) [n:127.0.0.1:36023_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=46.091796875, floorSegmentMB=1.583984375, forceMergeDeletesPctAllowed=0.7843089279705484, segmentsPerTier=30.0, maxCFSSegment

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

B3D5C0B48009B]-SendThread(127.0.0.1:57686)) [n:127.0.0.1:42837_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> Feb 12, 2016 8:51:38 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=Memory doPackFST= false), id=Lucene50(blocksize=128), range_facet_i_dv=BlockTreeOrds(blocksize=128), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, sim=ClassicSimilarity, locale=ar-QA, timezone=Pacific/Truk
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=2,free=183296080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [NoCacheHeaderTest, TestJettySolrRunner, TestQueryTypes, SolrPluginUtilsTest, OverseerRolesTest, AliasIntegrationTest, LoggingHandlerTest, BlockCacheTest, CloudMLTQParserTest, ConnectionReuseTest, OutputWriterTest, TestSolrDeletionPolicy2, TestCharFilters, OverseerTaskQueueTest, TestBinaryField, CacheHeaderTest, TestPHPSerializedResponseWriter, SolrCloudExampleTest, TestNamedUpdateProcessors, TestRTGBase, TestBM25SimilarityFactory, TestCloudManagedSchemaConcurrent, TestReqParamsAPI, RulesTest, TestIndexingPerformance, TestPerFieldSimilarityWithDefaultOverride, FileBasedSpellCheckerTest, DefaultValueUpdateProcessorTest, TestNonDefinedSimilarityFactory, BadCopyFieldTest, CollectionTooManyReplicasTest, SpatialHeatmapFacetsTest, TestNRTOpen, BufferStoreTest, TestLMJelinekMercerSimilarityFactory, MultiTermTest, ConvertedLegacyTest, TestFreeTextSuggestions, TestSolrQueryParser, TestQueryWrapperFilter, HdfsRestartWhileUpdatingTest, CurrencyFieldOpenExchangeTest, TestSha256AuthenticationProvider, TestRandomFaceting, TestPerFieldSimilarity, TestCloudPivotFacet, SSLMigrationTest, TestLeaderInitiatedRecoveryThread, TestBulkSchemaConcurrent, DateRangeFieldTest, TestSolrIndexConfig, TestConfigSetsAPI, TestRebalanceLeaders, EchoParamsTest, RequestHandlersTest, HdfsDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, TestDistributedMissingSort, FileUtilsTest, DistributedMLTComponentTest, ForceLeaderTest, TestClassicSimilarityFactory, DistributedFacetPivotSmallTest, LeaderElectionIntegrationTest, TestPKIAuthenticationPlugin, HdfsBasicDistributedZk2Test, ZkSolrClientTest, ShardRoutingCustomTest, MinimalSchemaTest, SolrInfoMBeanTest, HdfsLockFactoryTest, SpellCheckCollatorTest, QueryParsingTest, AtomicUpdatesTest, TestExpandComponent, HLLSerializationTest, ExplicitHLLTest, SparseHLLTest, SpellingQueryConverterTest, TestCustomDocTransformer, TestFieldCollectionResource, ParsingFieldUpdateProcessorsTest, BasicFunctionalityTest, DirectUpdateHandlerOptimizeTest, DistanceUnitsTest, TestCSVResponseWriter, DistributedIntervalFacetingTest, SmileWriterTest, TestFastOutputStream, TestExactSharedStatsCache, DirectSolrConnectionTest, HdfsRecoverLeaseTest, BadIndexSchemaTest, GraphQueryTest, LukeRequestHandlerTest, FullSolrCloudDistribCmdsTest, TestSolrDynamicMBean, SharedFSAutoReplicaFailoverUtilsTest, CdcrReplicationHandlerTest, TestCoreDiscovery, CollectionsAPIDistributedZkTest, SuggesterTest, DebugComponentTest, TestMacros, TestDynamicFieldCollectionResource, DirectoryFactoryTest, TestBulkSchemaAPI, CoreAdminRequestStatusTest, TestSchemaNameResource, CopyFieldTest, TestCopyFieldCollectionResource, BigEndianAscendingWordSerializerTest, LeaderInitiatedRecoveryOnShardRestartTest, AsyncCallRequestStatusResponseTest, TestRealTimeGet, IndexSchemaRuntimeFieldTest, CSVRequestHandlerTest, DistributedExpandComponentTest, HighlighterConfigTest, TestConfigOverlay, TestManagedResourceStorage, AutoCommitTest, TestDistributedGrouping, TestDistribDocBasedVersion, SolrCoreCheckLockOnStartupTest, TriLevelCompositeIdRoutingTest, TestManagedStopFilterFactory, TestMaxScoreQueryParser, SearchHandlerTest, BasicZkTest, TestSolr4Spatial, HdfsCollectionsAPIDistributedZkTest, DeleteReplicaTest, TestCollationField, DeleteInactiveReplicaTest, TestBinaryResponseWriter, TestFieldTypeCollectionResource, TestSolrJ, PKIAuthenticationIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, TestOmitPositions, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, SOLR749Test, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SolrXmlInZkTest, TestAuthenticationFramework, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestRequestForwarding, TestShortCircuitedRequests, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestInfoStreamLogging, TestShardHandlerFactory, RequestLoggingTest, TestReplicationHandlerBackup, TestRestoreCore, TestSQLHandler, TestSolrConfigHandlerConcurrent, InfoHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestDistributedStatsComponentCardinality, TestChildDocTransformer, TestRawTransformer, TestSortingResponseWriter, TestDefaultSearchFieldResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldTypeResource, TestSerializedLuceneMatchVersion, DocValuesMissingTest, EnumFieldTest, TestCloudSchemaless, TestSearcherReuse, TestSmileRequest, TestSolr4Spatial2, TestStandardQParsers, TestTrieFacet, TestJsonFacets, TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, BJQParserTest, BlockJoinFacetRandomTest, TestScoreJoinQPNoScore, TestDefaultStatsCache, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=3E1B3D5C0B48009B -Dtests.slow=true -Dtests.locale=ar-QA -Dtests.timezone=Pacific/Truk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3E1B3D5C0B48009B]:0)
   [junit4] Completed [577/577 (2!)] on J1 in 7221.72s, 1 test, 2 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2325 tests, 1 suite-level error, 2 errors, 86 ignored (70 assumptions) [seed: 3E1B3D5C0B48009B]

Total time: 192 minutes 44 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