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 2014/12/27 21:46:01 UTC

[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.7.0_67) - Build # 189 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/189/
Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: false)

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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest:     1) Thread[id=2548, name=OverseerThreadFactory-1562-thread-1, state=TIMED_WAITING, group=Overseer collection creation process.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1627)         at org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1383)         at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:563)         at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2629)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=2391, name=OverseerThreadFactory-1374-thread-5, state=TIMED_WAITING, group=Overseer collection creation process.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1627)         at org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1509)         at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:563)         at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2629)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest: 
   1) Thread[id=2548, name=OverseerThreadFactory-1562-thread-1, state=TIMED_WAITING, group=Overseer collection creation process.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1627)
        at org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1383)
        at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:563)
        at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2629)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=2391, name=OverseerThreadFactory-1374-thread-5, state=TIMED_WAITING, group=Overseer collection creation process.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeName(OverseerCollectionProcessor.java:1627)
        at org.apache.solr.cloud.OverseerCollectionProcessor.splitShard(OverseerCollectionProcessor.java:1509)
        at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:563)
        at org.apache.solr.cloud.OverseerCollectionProcessor$Runner.run(OverseerCollectionProcessor.java:2629)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([FC9A7ACF5EBFAA20]:0)


FAILED:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed

Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
	at __randomizedtesting.SeedInfo.seed([FC9A7ACF5EBFAA20:F892F53C4C1A4501]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:150)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:137)
	... 48 more
Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:462)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:459)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:403)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:142)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
	... 49 more




Build Log:
[...truncated 11566 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/init-core-data-001
   [junit4]   2> 737646 T2203 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 737646 T2203 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 737648 T2203 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 737649 T2203 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 737650 T2204 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 737749 T2203 oasc.ZkTestServer.run start zk server on port:60079
   [junit4]   2> 737751 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 737755 T2210 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cfb5f11 name:ZooKeeperConnection Watcher:127.0.0.1:60079 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 737755 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 737755 T2203 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 737759 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 737761 T2212 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7084ad7 name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 737761 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 737761 T2203 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 737765 T2203 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 737768 T2203 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 737770 T2203 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 737772 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 737772 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 737775 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 737776 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 737777 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 737778 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 737780 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 737780 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 737783 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 737783 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 737786 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 737786 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 737788 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 737788 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 737790 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 737791 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 737793 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 737794 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 737797 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 737797 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 737799 T2203 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 737800 T2203 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 737802 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 737803 T2214 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75f4f7fc name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 737803 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 738023 T2203 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 738026 T2203 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 738028 T2203 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:44914
   [junit4]   2> 738029 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 738029 T2203 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 738030 T2203 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002
   [junit4]   2> 738030 T2203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/'
   [junit4]   2> 738039 T2203 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/solr.xml
   [junit4]   2> 738061 T2203 oasc.CoreContainer.<init> New CoreContainer 878167886
   [junit4]   2> 738061 T2203 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/]
   [junit4]   2> 738062 T2203 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 738062 T2203 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 738062 T2203 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 738063 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 738063 T2203 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 738063 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 738063 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 738063 T2203 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 738064 T2203 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 738065 T2203 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 738066 T2203 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 738066 T2203 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 738066 T2203 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 738066 T2203 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60079/solr
   [junit4]   2> 738066 T2203 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 738067 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 738068 T2225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ddcee22 name:ZooKeeperConnection Watcher:127.0.0.1:60079 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 738068 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 738069 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 738070 T2227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bb4ef11 name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 738070 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 738071 T2203 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 738073 T2203 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 738074 T2203 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 738078 T2203 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 738081 T2203 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 738085 T2203 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 738086 T2203 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44914_
   [junit4]   2> 738088 T2203 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44914_
   [junit4]   2> 738091 T2203 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 738093 T2203 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 738096 T2203 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 738100 T2203 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:44914_
   [junit4]   2> 738100 T2203 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 738103 T2203 oasc.Overseer.start Overseer (id=93042166315089924-127.0.0.1:44914_-n_0000000000) starting
   [junit4]   2> 738107 T2203 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 738119 T2203 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 738121 T2229 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 738121 T2203 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 738125 T2203 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 738126 T2203 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 738128 T2228 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 738131 T2231 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 738131 T2231 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 738131 T2231 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 738131 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 738133 T2228 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:44914_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44914",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 738133 T2228 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 738133 T2228 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 738136 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739132 T2231 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 739132 T2231 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 739133 T2231 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 739133 T2231 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 739135 T2231 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 739135 T2231 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/'
   [junit4]   2> 739137 T2231 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 739137 T2231 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 739138 T2231 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 739173 T2231 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 739194 T2231 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 739196 T2231 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 739201 T2231 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 739394 T2231 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 739394 T2231 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 739395 T2231 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 739399 T2231 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 739401 T2231 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 739410 T2231 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 739412 T2231 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 739414 T2231 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 739415 T2231 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 739415 T2231 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 739415 T2231 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 739415 T2231 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 739416 T2231 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 739416 T2231 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 739416 T2231 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 739416 T2231 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/data/
   [junit4]   2> 739416 T2231 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@546b35d6
   [junit4]   2> 739417 T2231 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/data
   [junit4]   2> 739417 T2231 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/data/index/
   [junit4]   2> 739417 T2231 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 739417 T2231 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-002/collection1/data/index
   [junit4]   2> 739418 T2231 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=10.9541015625, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=3.009926741834268, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 739418 T2231 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69215a8a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e305688),segFN=segments_1,generation=1}
   [junit4]   2> 739418 T2231 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 739421 T2231 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 739421 T2231 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 739421 T2231 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 739421 T2231 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 739422 T2231 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 739422 T2231 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 739422 T2231 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 739422 T2231 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 739422 T2231 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 739423 T2231 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 739423 T2231 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 739423 T2231 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 739424 T2231 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 739424 T2231 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 739424 T2231 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 739424 T2231 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 739425 T2231 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 739425 T2231 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 739425 T2231 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 739425 T2231 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 739426 T2231 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 739428 T2231 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 739429 T2231 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 739430 T2231 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 739430 T2231 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 739431 T2231 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 739433 T2231 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 739433 T2231 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 739434 T2231 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=77.9501953125, floorSegmentMB=1.0615234375, forceMergeDeletesPctAllowed=1.918589878266791, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10165897619101268
   [junit4]   2> 739434 T2231 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69215a8a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e305688),segFN=segments_1,generation=1}
   [junit4]   2> 739434 T2231 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 739435 T2231 oass.SolrIndexSearcher.<init> Opening Searcher@7ed055ec[collection1] main
   [junit4]   2> 739435 T2231 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 739436 T2231 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 739436 T2231 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 739436 T2231 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 739436 T2231 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 739436 T2231 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 739437 T2231 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 739437 T2231 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 739438 T2231 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 739439 T2231 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 739439 T2231 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 739439 T2231 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 739441 T2233 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ed055ec[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 739443 T2231 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 739443 T2236 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:44914 collection:control_collection shard:shard1
   [junit4]   2> 739444 T2203 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 739444 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 739444 T2236 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 739447 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 739447 T2236 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 739448 T2238 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4365e5db name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 739448 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 739448 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 739449 T2236 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 739449 T2203 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 739449 T2236 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C424 name=collection1 org.apache.solr.core.SolrCore@69de238 url=https://127.0.0.1:44914/collection1 node=127.0.0.1:44914_ C424_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:44914_, core=collection1, base_url=https://127.0.0.1:44914, state=down}
   [junit4]   2> 739449 T2236 C424 P44914 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:44914/collection1/
   [junit4]   2> 739449 T2236 C424 P44914 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 739449 T2236 C424 P44914 oasc.SyncStrategy.syncToMe https://127.0.0.1:44914/collection1/ has no replicas
   [junit4]   2> 739449 T2236 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:44914/collection1/ shard1
   [junit4]   2> 739450 T2236 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 739450 T2203 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 739452 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 739554 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739555 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739603 T2236 oasc.ZkController.register We are https://127.0.0.1:44914/collection1/ and leader is https://127.0.0.1:44914/collection1/
   [junit4]   2> 739603 T2236 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:44914
   [junit4]   2> 739603 T2236 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 739603 T2236 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 739603 T2236 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 739604 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 739606 T2228 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:44914_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44914",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 739684 T2203 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 739685 T2203 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 739688 T2203 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 739689 T2203 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42843
   [junit4]   2> 739690 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 739690 T2203 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 739691 T2203 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003
   [junit4]   2> 739691 T2203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/'
   [junit4]   2> 739700 T2203 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/solr.xml
   [junit4]   2> 739708 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739708 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739721 T2203 oasc.CoreContainer.<init> New CoreContainer 1679233898
   [junit4]   2> 739722 T2203 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/]
   [junit4]   2> 739722 T2203 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 739723 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 739724 T2203 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 739724 T2203 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 739725 T2203 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 739726 T2203 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 739726 T2203 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 739726 T2203 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 739727 T2203 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60079/solr
   [junit4]   2> 739727 T2203 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 739728 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 739729 T2250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6735c478 name:ZooKeeperConnection Watcher:127.0.0.1:60079 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 739729 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 739731 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 739732 T2252 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7628a997 name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 739732 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 739737 T2203 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 740739 T2203 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42843_
   [junit4]   2> 740740 T2203 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42843_
   [junit4]   2> 740746 T2203 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 740753 T2254 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 740753 T2254 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 740754 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 740754 T2254 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 740758 T2228 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:42843_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42843",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 740758 T2228 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 740758 T2228 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 740863 T2253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 740863 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 740863 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 741755 T2254 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 741756 T2254 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 741756 T2254 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 741757 T2254 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 741758 T2254 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 741758 T2254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/'
   [junit4]   2> 741759 T2254 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 741760 T2254 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 741760 T2254 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 741798 T2254 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 741817 T2254 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 741819 T2254 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 741824 T2254 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 742013 T2254 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 742013 T2254 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 742014 T2254 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 742018 T2254 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 742019 T2254 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 742026 T2254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 742029 T2254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 742031 T2254 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 742031 T2254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 742031 T2254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 742031 T2254 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 742032 T2254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 742032 T2254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 742032 T2254 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 742032 T2254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 742032 T2254 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/data/
   [junit4]   2> 742033 T2254 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@546b35d6
   [junit4]   2> 742033 T2254 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/data
   [junit4]   2> 742033 T2254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/data/index/
   [junit4]   2> 742033 T2254 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 742034 T2254 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-003/collection1/data/index
   [junit4]   2> 742034 T2254 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=10.9541015625, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=3.009926741834268, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 742034 T2254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f99041c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bce3248),segFN=segments_1,generation=1}
   [junit4]   2> 742035 T2254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 742038 T2254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 742038 T2254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 742038 T2254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 742038 T2254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 742039 T2254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 742039 T2254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 742039 T2254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 742039 T2254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 742039 T2254 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 742040 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742040 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742040 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742041 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742041 T2254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 742041 T2254 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 742041 T2254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 742042 T2254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 742042 T2254 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742042 T2254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 742042 T2254 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 742043 T2254 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 742045 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742046 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742046 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742047 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742048 T2254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742050 T2254 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 742050 T2254 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 742050 T2254 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=77.9501953125, floorSegmentMB=1.0615234375, forceMergeDeletesPctAllowed=1.918589878266791, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10165897619101268
   [junit4]   2> 742051 T2254 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f99041c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bce3248),segFN=segments_1,generation=1}
   [junit4]   2> 742051 T2254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 742051 T2254 oass.SolrIndexSearcher.<init> Opening Searcher@65691318[collection1] main
   [junit4]   2> 742051 T2254 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 742052 T2254 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 742052 T2254 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 742053 T2254 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 742053 T2254 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 742053 T2254 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 742054 T2254 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 742054 T2254 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 742054 T2254 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 742054 T2254 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 742056 T2255 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65691318[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 742058 T2254 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 742059 T2258 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:42843 collection:collection1 shard:shard1
   [junit4]   2> 742059 T2203 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 742060 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 742060 T2258 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 742063 T2258 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 742064 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 742065 T2258 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 742065 T2258 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C425 name=collection1 org.apache.solr.core.SolrCore@147c572b url=https://127.0.0.1:42843/collection1 node=127.0.0.1:42843_ C425_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:42843_, core=collection1, base_url=https://127.0.0.1:42843, state=down}
   [junit4]   2> 742065 T2258 C425 P42843 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:42843/collection1/
   [junit4]   2> 742065 T2258 C425 P42843 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 742065 T2258 C425 P42843 oasc.SyncStrategy.syncToMe https://127.0.0.1:42843/collection1/ has no replicas
   [junit4]   2> 742065 T2258 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:42843/collection1/ shard1
   [junit4]   2> 742065 T2258 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 742071 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 742072 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742072 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742072 T2253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742118 T2258 oasc.ZkController.register We are https://127.0.0.1:42843/collection1/ and leader is https://127.0.0.1:42843/collection1/
   [junit4]   2> 742119 T2258 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:42843
   [junit4]   2> 742119 T2258 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 742119 T2258 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 742119 T2258 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 742120 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 742121 T2228 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:42843_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42843",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 742224 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742224 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742224 T2253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742296 T2203 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 742296 T2203 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 742299 T2203 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 742300 T2203 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:56171
   [junit4]   2> 742302 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 742302 T2203 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 742303 T2203 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004
   [junit4]   2> 742303 T2203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/'
   [junit4]   2> 742313 T2203 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/solr.xml
   [junit4]   2> 742333 T2203 oasc.CoreContainer.<init> New CoreContainer 592632794
   [junit4]   2> 742334 T2203 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/]
   [junit4]   2> 742334 T2203 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 742334 T2203 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 742335 T2203 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 742336 T2203 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 742337 T2203 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 742338 T2203 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 742338 T2203 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 742338 T2203 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 742338 T2203 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60079/solr
   [junit4]   2> 742338 T2203 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 742340 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742340 T2269 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ac837dc name:ZooKeeperConnection Watcher:127.0.0.1:60079 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742341 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742342 T2203 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 742343 T2271 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a6a35ea name:ZooKeeperConnection Watcher:127.0.0.1:60079/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 742343 T2203 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 742347 T2203 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 743349 T2203 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56171_
   [junit4]   2> 743350 T2203 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56171_
   [junit4]   2> 743356 T2203 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 743364 T2273 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 743365 T2273 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 743366 T2273 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 743366 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 743369 T2228 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:56171_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:56171",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 743370 T2228 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 743370 T2228 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 743475 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 743475 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 743475 T2253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 743475 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744367 T2273 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 744367 T2273 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 744367 T2273 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 744368 T2273 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 744368 T2273 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 744369 T2273 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/'
   [junit4]   2> 744369 T2273 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 744369 T2273 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 744369 T2273 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 744393 T2273 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 744419 T2273 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 744420 T2273 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 744425 T2273 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 744608 T2273 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 744608 T2273 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 744609 T2273 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 744614 T2273 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 744616 T2273 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 744631 T2273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 744634 T2273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 744637 T2273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 744639 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 744639 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 744639 T2273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 744641 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 744641 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 744641 T2273 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 744641 T2273 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 744642 T2273 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/data/
   [junit4]   2> 744642 T2273 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@546b35d6
   [junit4]   2> 744643 T2273 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/data
   [junit4]   2> 744644 T2273 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/data/index/
   [junit4]   2> 744644 T2273 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 744645 T2273 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.MultiThreadedOCPTest-FC9A7ACF5EBFAA20-001/tempDir-004/collection1/data/index
   [junit4]   2> 744645 T2273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=10.9541015625, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=3.009926741834268, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 744646 T2273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@67fcfb9c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49950c0d),segFN=segments_1,generation=1}
   [junit4]   2> 744646 T2273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 744652 T2273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 744653 T2273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 744653 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 744654 T2273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 744654 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 744654 T2273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 744655 T2273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 744655 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 744655 T2273 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 744656 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 744657 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 744657 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 744658 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 744659 T2273 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 744660 T2273 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 744660 T2273 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 744660 T2273 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 744661 T2273 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 744661 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 744662 T2273 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 744662 T2273 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 744664 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 744664 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 744665 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 744666 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 744667 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 744668 T2273 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 744668 T2273 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 744669 T2273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=77.9501953125, floorSegmentMB=1.0615234375, forceMergeDeletesPctAllowed=1.918589878266791, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10165897619101268
   [junit4]   2> 744669 T2273 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@67fcfb9c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49950c0d),segFN=segments_1,generation=1}
   [junit4]   2> 744669 T2273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 744669 T2273 oass.SolrIndexSearcher.<init> Opening Searcher@7f69af5[collection1] main
   [junit4]   2> 744670 T2273 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 744671 T2273 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 744671 T2273 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 744672 T2273 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 744672 T2273 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 744672 T2273 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 744673 T2273 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 744673 T2273 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 744673 T2273 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 744674 T2273 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 744676 T2274 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7f69af5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 744678 T2273 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 744679 T2277 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:56171 collection:collection1 shard:shard2
   [junit4]   2> 744679 T2203 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 744680 T2203 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 744680 T2277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 744685 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 744688 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 744688 T2277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 744689 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C426 name=collection1 org.apache.solr.core.SolrCore@7382d07e url=https://127.0.0.1:56171/collection1 node=127.0.0.1:56171_ C426_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:56171_, core=collection1, base_url=https://127.0.0.1:56171, state=down}
   [junit4]   2> 744689 T2277 C426 P56171 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:56171/collection1/
   [junit4]   2> 744690 T2277 C426 P56171 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 744690 T2277 C426 P56171 oasc.SyncStrategy.syncToMe https://127.0.0.1:56171/collection1/ has no replicas
   [junit4]   2> 744690 T2277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:56171/collection1/ shard2
   [junit4]   2> 744690 T2277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 744697 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 744802 T2232 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744802 T2239 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744802 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744802 T2253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744848 T2277 oasc.ZkController.register We are https://127.0.0.1:56171/collection1/ and leader is https://127.0.0.1:56171/collection1/
   [junit4]   2> 744848 T2277 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:56171
   [junit4]   2> 744848 T2277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 744848 T2277 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 744849 T2277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 744850 T2232 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 744851 T2228 oasc.Overseer$Cluster

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

dPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2009152 T8979 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2009154 T8983 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2009257 T8979 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2010652 T8973 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2010747 T8247 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54670 54670
   [junit4]   2> 2010943 T8981 oasc.OverseerCollectionProcessor.amILeader  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.amILeader(OverseerCollectionProcessor.java:514)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:272)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2011350 T8981 oasc.OverseerCollectionProcessor.amILeader According to ZK I (id=93042247941161004-127.0.0.1:54670_solr-n_0000000014) am no longer a leader.
   [junit4]   2> 2011351 T8765 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54670 54670
   [junit4]   2> 2011352 T8247 oas.SolrTestCaseJ4.tearDown ###Ending testShardLeaderChange
   [junit4]   2> 2011354 T8247 oasc.Overseer.close Overseer (id=93042247941161004-127.0.0.1:54670_solr-n_0000000014) closing
   [junit4]   2> 2011354 T8980 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:54670_solr
   [junit4]   2> 2011355 T8985 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:90)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 2014356 T8247 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.cloud.OverseerTest-FC9A7ACF5EBFAA20-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ca, timezone=America/Merida
   [junit4]   2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=8,threads=1,free=91793040,total=329777152
   [junit4]   2> NOTE: All tests run in this JVM: [PolyFieldTest, SSLMigrationTest, TestSortingResponseWriter, TestUpdate, TestFastLRUCache, TestBinaryField, DirectUpdateHandlerOptimizeTest, LegacyHTMLStripCharFilterTest, ShardSplitTest, DeleteLastCustomShardedReplicaTest, NumericFieldsTest, EnumFieldTest, TestDynamicFieldCollectionResource, TestValueSourceCache, RemoteQueryErrorTest, TestSolrQueryParser, DistributedTermsComponentTest, DistributedFacetPivotSmallTest, TestCloudManagedSchemaConcurrent, TestUniqueKeyFieldResource, TestConfigSets, AsyncMigrateRouteKeyTest, TestRandomMergePolicy, RollingRestartTest, TestXIncludeConfig, AtomicUpdatesTest, AnalysisAfterCoreReloadTest, TestRecoveryHdfs, FullSolrCloudDistribCmdsTest, TestManagedResourceStorage, TestFieldSortValues, BasicZkTest, FieldAnalysisRequestHandlerTest, TestHighlightDedupGrouping, TestMultiCoreConfBootstrap, TestPostingsSolrHighlighter, CircularListTest, IndexSchemaRuntimeFieldTest, QueryElevationComponentTest, TestOmitPositions, TestIndexingPerformance, QueryParsingTest, DistributedQueryElevationComponentTest, OutputWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestStressLucene, TermVectorComponentTest, SolrIndexConfigTest, MergeStrategyTest, TestCloudSchemaless, TestClassNameShortening, MultiTermTest, TestAtomicUpdateErrorCases, StressHdfsTest, TestNonNRTOpen, TestDistribDocBasedVersion, OverseerRolesTest, TestIBSimilarityFactory, TestBadConfig, TestQueryTypes, AddBlockUpdateTest, ScriptEngineTest, TestReplicationHandlerBackup, TestQueryUtils, TestAnalyzeInfixSuggestions, TestStandardQParsers, ClusterStateTest, SimplePostToolTest, SOLR749Test, DistributedExpandComponentTest, TestCharFilters, BinaryUpdateRequestHandlerTest, TestFieldTypeCollectionResource, DefaultValueUpdateProcessorTest, DocValuesTest, SuggesterFSTTest, TestIndexSearcher, TestDistributedGrouping, SolrTestCaseJ4Test, UpdateRequestProcessorFactoryTest, LoggingHandlerTest, TestShortCircuitedRequests, DistributedDebugComponentTest, DistribDocExpirationUpdateProcessorTest, AutoCommitTest, SchemaVersionSpecificBehaviorTest, TestLRUCache, TestLazyCores, ResponseHeaderTest, SolrPluginUtilsTest, SliceStateTest, HdfsDirectoryTest, TestCloudManagedSchema, ShardRoutingCustomTest, LeaderInitiatedRecoveryOnCommitTest, TestQuerySenderNoQuery, TestSolrQueryParserResource, TestReRankQParserPlugin, PrimUtilsTest, CopyFieldTest, CoreContainerCoreInitFailuresTest, SoftAutoCommitTest, HdfsWriteToMultipleCollectionsTest, BasicDistributedZk2Test, SyncSliceTest, OverseerTest]
   [junit4] Completed on J1 in 75.95s, 9 tests, 1 error <<< FAILURES!

[...truncated 628 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1351: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:966: There were test failures: 421 suites, 1757 tests, 1 suite-level error, 1 error, 25 ignored (18 assumptions)

Total time: 91 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any