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/08/08 02:01:55 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_65) - Build # 4235 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4235/
Java: 32bit/jdk1.7.0_65 -client -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch

Error Message:
Task 3002 did not complete, final state: failed

Stack Trace:
java.lang.AssertionError: Task 3002 did not complete, final state: failed
	at __randomizedtesting.SeedInfo.seed([2023D0FAF8CD305F:A1C55EE28F925063]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:163)
	at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:72)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	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.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)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: terms

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: terms
	at __randomizedtesting.SeedInfo.seed([2023D0FAF8CD305F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:62)
	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$5.evaluate(RandomizedRunner.java:790)
	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)




Build Log:
[...truncated 11016 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\init-core-data-001
   [junit4]   2> 886306 T2083 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 886306 T2083 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 886310 T2083 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 886312 T2083 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 886314 T2084 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 886402 T2083 oasc.ZkTestServer.run start zk server on port:53763
   [junit4]   2> 886405 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 886411 T2090 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@514fec name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 886411 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 886411 T2083 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 886419 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 886421 T2092 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d207af name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 886422 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 886422 T2083 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 886429 T2083 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 886435 T2083 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 886438 T2083 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 886442 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 886442 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 886448 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 886448 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 886454 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 886454 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 886458 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 886458 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 886463 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 886463 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 886468 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 886468 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 886473 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 886473 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 886481 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 886482 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 886489 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 886489 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 886494 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 886494 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 886500 T2083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 886500 T2083 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 888855 T2083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 888866 T2083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53770
   [junit4]   2> 888867 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 888867 T2083 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 888867 T2083 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002
   [junit4]   2> 888868 T2083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002\'
   [junit4]   2> 888912 T2083 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002\solr.xml
   [junit4]   2> 888981 T2083 oasc.CoreContainer.<init> New CoreContainer 6009941
   [junit4]   2> 888981 T2083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002\]
   [junit4]   2> 888983 T2083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 888983 T2083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 888984 T2083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 888984 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 888985 T2083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 888985 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 888986 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 888986 T2083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 888986 T2083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 888986 T2083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 888987 T2083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 888987 T2083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 888988 T2083 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 888988 T2083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
   [junit4]   2> 888989 T2083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 888993 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 888995 T2103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9c4f33 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 888995 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 888998 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 888999 T2105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d67a25 name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 888999 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 889004 T2083 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 889009 T2083 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 889015 T2083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 889022 T2083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 889026 T2083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 889031 T2083 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 889033 T2083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53770_
   [junit4]   2> 889034 T2083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53770_
   [junit4]   2> 889038 T2083 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 889041 T2083 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 889046 T2083 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53770_
   [junit4]   2> 889046 T2083 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 889050 T2083 oasc.Overseer.start Overseer (id=92238604561612803-127.0.0.1:53770_-n_0000000000) starting
   [junit4]   2> 889054 T2083 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 889069 T2107 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 889069 T2083 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 889074 T2083 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 889076 T2083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 889081 T2106 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 889087 T2108 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 889088 T2108 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 889089 T2108 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 889089 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 889092 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 889093 T2106 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53770",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53770_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 889093 T2106 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 889093 T2106 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 889100 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 889101 T2109 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> 889975 T2108 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 889975 T2108 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 889979 T2108 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 889979 T2108 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 889982 T2108 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 889982 T2108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002\collection1\'
   [junit4]   2> 889985 T2108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 889987 T2108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 889987 T2108 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 890101 T2108 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 890156 T2108 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 890158 T2108 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 890169 T2108 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 890581 T2108 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 890591 T2108 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 890594 T2108 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 890614 T2108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 890620 T2108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 890626 T2108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 890628 T2108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 890629 T2108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 890629 T2108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 890632 T2108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 890632 T2108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 890632 T2108 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 890632 T2108 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 890633 T2108 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-001/control/data\
   [junit4]   2> 890633 T2108 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cc7141
   [junit4]   2> 890634 T2108 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-001/control/data\
   [junit4]   2> 890634 T2108 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-001/control/data\index/
   [junit4]   2> 890634 T2108 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 890635 T2108 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-001/control/data\index
   [junit4]   2> 890637 T2108 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=51.4384765625, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=24.614544285577637, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3945136942698493
   [junit4]   2> 890638 T2108 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a2d5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e5e10b),segFN=segments_1,generation=1}
   [junit4]   2> 890638 T2108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 890642 T2108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 890642 T2108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 890643 T2108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 890643 T2108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 890643 T2108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 890643 T2108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 890645 T2108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 890645 T2108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 890645 T2108 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 890645 T2108 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 890645 T2108 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 890647 T2108 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 890647 T2108 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 890648 T2108 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 890648 T2108 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 890648 T2108 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 890648 T2108 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 890651 T2108 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 890651 T2108 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 890652 T2108 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 890652 T2108 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 890652 T2108 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 890662 T2108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890662 T2108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890664 T2108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890666 T2108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890670 T2108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890676 T2108 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 890676 T2108 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 890677 T2108 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=52.029296875, floorSegmentMB=1.9560546875, forceMergeDeletesPctAllowed=21.542534771895507, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24890635715876686
   [junit4]   2> 890677 T2108 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a2d5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e5e10b),segFN=segments_1,generation=1}
   [junit4]   2> 890677 T2108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 890677 T2108 oass.SolrIndexSearcher.<init> Opening Searcher@36a6c9[collection1] main
   [junit4]   2> 890677 T2108 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 890679 T2108 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 890679 T2108 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 890681 T2108 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 890681 T2108 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 890681 T2108 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 890683 T2108 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 890683 T2108 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 890684 T2108 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 890688 T2108 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 890688 T2108 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 890688 T2108 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 890691 T2110 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36a6c9[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 890695 T2108 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 890696 T2113 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53770 collection:control_collection shard:shard1
   [junit4]   2> 890697 T2083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 890697 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 890699 T2113 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 890701 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 890703 T2115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10cb90c name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 890703 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 890707 T2083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 890714 T2083 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 890714 T2113 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 890718 T2113 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 890718 T2113 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C708 name=collection1 org.apache.solr.core.SolrCore@d3a000 url=http://127.0.0.1:53770/collection1 node=127.0.0.1:53770_ C708_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:53770, core=collection1, node_name=127.0.0.1:53770_}
   [junit4]   2> 890718 T2113 C708 P53770 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53770/collection1/
   [junit4]   2> 890718 T2113 C708 P53770 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 890718 T2113 C708 P53770 oasc.SyncStrategy.syncToMe http://127.0.0.1:53770/collection1/ has no replicas
   [junit4]   2> 890718 T2113 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53770/collection1/ shard1
   [junit4]   2> 890719 T2113 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 890719 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890724 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 890730 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890734 T2109 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> 890740 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 890742 T2116 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> 890747 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890838 T2116 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> 890839 T2109 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> 890870 T2113 oasc.ZkController.register We are http://127.0.0.1:53770/collection1/ and leader is http://127.0.0.1:53770/collection1/
   [junit4]   2> 890870 T2113 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53770
   [junit4]   2> 890870 T2113 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 890870 T2113 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 890870 T2113 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 890876 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890877 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890877 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890879 T2113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 890883 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 890884 T2106 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53770",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53770_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 890888 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 890981 T2116 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> 890981 T2117 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> 892998 T2083 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 892999 T2083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 893004 T2083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53782
   [junit4]   2> 893007 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 893007 T2083 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 893007 T2083 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003
   [junit4]   2> 893008 T2083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\'
   [junit4]   2> 893046 T2083 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\solr.xml
   [junit4]   2> 893111 T2083 oasc.CoreContainer.<init> New CoreContainer 16898704
   [junit4]   2> 893112 T2083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\]
   [junit4]   2> 893113 T2083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 893113 T2083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 893114 T2083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 893114 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 893115 T2083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 893115 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 893116 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 893117 T2083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 893117 T2083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 893118 T2083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 893118 T2083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 893118 T2083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 893118 T2083 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 893119 T2083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
   [junit4]   2> 893119 T2083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 893122 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 893123 T2129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b44c76 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 893124 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 893130 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 893131 T2131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18bedac name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 893131 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 893143 T2083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 893946 T2083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53782_
   [junit4]   2> 893946 T2083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53782_
   [junit4]   2> 893967 T2133 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 893967 T2133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 893969 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 893969 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 893969 T2133 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 893969 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 893974 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 893974 T2106 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53782",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53782_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 893974 T2106 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 893974 T2106 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 893980 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 893981 T2109 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> 893981 T2132 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> 893981 T2116 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> 894768 T2133 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 894768 T2133 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 894770 T2133 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 894770 T2133 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 894774 T2133 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 894774 T2133 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\'
   [junit4]   2> 894776 T2133 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 894779 T2133 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 894781 T2133 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 894868 T2133 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 894923 T2133 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 894925 T2133 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 894940 T2133 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 895304 T2133 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 895313 T2133 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 895317 T2133 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 895334 T2133 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 895338 T2133 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 895343 T2133 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 895344 T2133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 895345 T2133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 895345 T2133 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 895348 T2133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 895348 T2133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 895348 T2133 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 895348 T2133 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 895349 T2133 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\data\
   [junit4]   2> 895349 T2133 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cc7141
   [junit4]   2> 895350 T2133 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\data\
   [junit4]   2> 895350 T2133 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\data\index/
   [junit4]   2> 895351 T2133 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 895351 T2133 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-003\collection1\data\index
   [junit4]   2> 895351 T2133 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=51.4384765625, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=24.614544285577637, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3945136942698493
   [junit4]   2> 895351 T2133 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1861478 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c3c773),segFN=segments_1,generation=1}
   [junit4]   2> 895352 T2133 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 895355 T2133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 895356 T2133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 895356 T2133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 895357 T2133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 895358 T2133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 895358 T2133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 895358 T2133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 895358 T2133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 895358 T2133 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 895359 T2133 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 895360 T2133 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 895361 T2133 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 895361 T2133 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 895362 T2133 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 895362 T2133 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 895362 T2133 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 895363 T2133 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 895363 T2133 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 895364 T2133 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 895364 T2133 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 895365 T2133 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 895366 T2133 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 895374 T2133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 895376 T2133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 895378 T2133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 895380 T2133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 895383 T2133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 895387 T2133 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 895387 T2133 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 895388 T2133 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=52.029296875, floorSegmentMB=1.9560546875, forceMergeDeletesPctAllowed=21.542534771895507, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24890635715876686
   [junit4]   2> 895389 T2133 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1861478 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c3c773),segFN=segments_1,generation=1}
   [junit4]   2> 895389 T2133 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 895390 T2133 oass.SolrIndexSearcher.<init> Opening Searcher@15da89[collection1] main
   [junit4]   2> 895390 T2133 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 895392 T2133 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 895392 T2133 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 895393 T2133 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 895393 T2133 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 895393 T2133 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 895395 T2133 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 895395 T2133 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 895395 T2133 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 895395 T2133 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 895403 T2133 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 895403 T2134 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15da89[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 895405 T2137 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53782 collection:collection1 shard:shard1
   [junit4]   2> 895406 T2083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 895406 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 895408 T2137 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 895418 T2137 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 895421 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895422 T2137 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 895422 T2137 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C709 name=collection1 org.apache.solr.core.SolrCore@c5a696 url=http://127.0.0.1:53782/collection1 node=127.0.0.1:53782_ C709_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53782, core=collection1, node_name=127.0.0.1:53782_}
   [junit4]   2> 895423 T2137 C709 P53782 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53782/collection1/
   [junit4]   2> 895423 T2137 C709 P53782 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 895423 T2137 C709 P53782 oasc.SyncStrategy.syncToMe http://127.0.0.1:53782/collection1/ has no replicas
   [junit4]   2> 895423 T2137 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53782/collection1/ shard1
   [junit4]   2> 895424 T2137 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 895427 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 895435 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895436 T2109 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> 895436 T2132 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> 895437 T2116 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> 895446 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 895450 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895531 T2116 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> 895532 T2132 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> 895533 T2109 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> 895563 T2137 oasc.ZkController.register We are http://127.0.0.1:53782/collection1/ and leader is http://127.0.0.1:53782/collection1/
   [junit4]   2> 895563 T2137 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53782
   [junit4]   2> 895563 T2137 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 895563 T2137 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 895563 T2137 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 895566 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895566 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895566 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895567 T2137 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 895569 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 895570 T2106 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53782",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53782_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 895573 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 895656 T2132 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> 895657 T2117 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> 895657 T2116 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> 897385 T2083 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 897386 T2083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 897390 T2083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53791
   [junit4]   2> 897392 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 897392 T2083 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 897392 T2083 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004
   [junit4]   2> 897392 T2083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\'
   [junit4]   2> 897429 T2083 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\solr.xml
   [junit4]   2> 897488 T2083 oasc.CoreContainer.<init> New CoreContainer 5840059
   [junit4]   2> 897488 T2083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\]
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 897491 T2083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 897493 T2083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 897493 T2083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 897493 T2083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 897493 T2083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 897494 T2083 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 897494 T2083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53763/solr
   [junit4]   2> 897494 T2083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 897497 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897499 T2148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d6e82 name:ZooKeeperConnection Watcher:127.0.0.1:53763 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897499 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897501 T2085 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x147b285ab790007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 897502 T2083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897503 T2150 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10e9fbe name:ZooKeeperConnection Watcher:127.0.0.1:53763/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897504 T2083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897514 T2083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 898316 T2083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53791_
   [junit4]   2> 898318 T2083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53791_
   [junit4]   2> 898333 T2152 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 898334 T2152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 898338 T2152 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 898338 T2117 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898338 T2109 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898338 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898341 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 898344 T2106 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53791",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53791_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 898344 T2106 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 898344 T2106 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 898380 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 898381 T2116 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> 898381 T2132 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> 898381 T2151 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> 898381 T2118 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> 899135 T2152 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 899135 T2152 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 899137 T2152 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 899137 T2152 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 899138 T2152 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 899138 T2152 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\'
   [junit4]   2> 899140 T2152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 899142 T2152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 899144 T2152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 899211 T2152 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 899279 T2152 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 899281 T2152 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 899299 T2152 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 899760 T2152 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 899770 T2152 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 899773 T2152 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 899801 T2152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 899805 T2152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 899812 T2152 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 899813 T2152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 899815 T2152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 899815 T2152 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 899817 T2152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 899817 T2152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 899817 T2152 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 899820 T2152 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 899821 T2152 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\data\
   [junit4]   2> 899821 T2152 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cc7141
   [junit4]   2> 899821 T2152 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\data\
   [junit4]   2> 899821 T2152 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\data\index/
   [junit4]   2> 899821 T2152 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 899822 T2152 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-2023D0FAF8CD305F-001\tempDir-004\collection1\data\index
   [junit4]   2> 899822 T2152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=51.4384765625, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=24.614544285577637, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3945136942698493
   [junit4]   2> 899822 T2152 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e2fb2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f8c29),segFN=segments_1,generation=1}
   [junit4]   2> 899822 T2152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 899829 T2152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 899829 T2152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 899829 T2152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 899830 T2152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 899830 T2152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 899830 T2152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 899833 T2152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 899833 T2152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 899833 T2152 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 899833 T2152 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 899835 T2152 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 899836 T2152 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 899836 T2152 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 899836 T2152 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 899838 T2152 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 899838 T2152 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 899838 T2152 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 899839 T2152 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 899839 T2152 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 899840 T2152 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 899840 T2152 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 899841 T2152 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 899850 T2152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 899852 T2152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 899853 T2152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 899857 T2152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 899857 T2152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 899863 T2152 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 899863 T2152 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 899864 T2152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=52.029296875, floorSegmentMB=1.9560546875, forceMergeDeletesPctAllowed=21.542534771895507, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24890635715876686
   [junit4]   2> 899864 T2152 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e2fb2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18f8c29),segFN=segments_1,generation=1}
   [junit4]   2> 899864 T2152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 899865 T2152 oass.SolrIndexSearcher.<init> Opening Searcher@e15be8[collection1] main
   [junit4]   2> 899865 T2152 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 899868 T2152 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 899868 T2152 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 899868 T2152 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 899868 T2152 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 899868 T2152 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 899871 T2152 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 899871 T2152 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 899871 T2152 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 899871 T2152 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 899878 T2153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e15be8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 899881 T2152 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 899883 T2156 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53791 collection:collection1 shard:shard2
   [junit4]   2> 899884 T2083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 899885 T2083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 899886 T2156 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 899903 T2156 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 899905 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899906 T2156 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 899906 T2156 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C710 name=collection1 org.apache.solr.core.SolrCore@dd5dd1 url=http://127.0.0.1:53791/collection1 node=127.0.0.1:53791_ C710_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53791, core=collection1, node_name=127.0.0.1:53791_}
   [junit4]   2> 899906 T2156 C710 P53791 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53791/collection1/
   [junit4]   2> 899906 T2156 C710 P53791 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 899908 T2156 C710 P53791 oasc.SyncStrategy.syncToMe http://127.0.0.1:53791/collection1/ has no replicas
   [junit4]   2> 899908 T2156 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53791/collection1/ shard2
   [junit4]   2> 899908 T2156 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 899910 T2106 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 899918 T2118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 899919 T2132 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> 899919 T2151 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> 899920 T2116 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> 899921 T2118 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updat

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

 ###Starting testFuncDist
   [junit4]   2> 2172142 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testFuncDist
   [junit4]   2> 2172150 T6858 oas.SolrTestCaseJ4.setUp ###Starting testQueryNested
   [junit4]   2> 2172151 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testQueryNested
   [junit4]   2> 2172157 T6858 oas.SolrTestCaseJ4.setUp ###Starting testFuncSqedist
   [junit4]   2> 2172158 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testFuncSqedist
   [junit4]   2> 2172166 T6858 oas.SolrTestCaseJ4.setUp ###Starting testFuncQuery
   [junit4]   2> 2172167 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testFuncQuery
   [junit4]   2> 2172173 T6858 oas.SolrTestCaseJ4.setUp ###Starting testQueryDismax
   [junit4]   2> 2172177 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testQueryDismax
   [junit4]   2> 2172184 T6858 oas.SolrTestCaseJ4.setUp ###Starting testQueryBoost
   [junit4]   2> 2172185 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testQueryBoost
   [junit4]   2> 2172191 T6858 oas.SolrTestCaseJ4.setUp ###Starting testQueryFunc
   [junit4]   2> 2172192 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testQueryFunc
   [junit4]   2> 2172197 T6858 oas.SolrTestCaseJ4.setUp ###Starting testQueryComplexPhrase
   [junit4]   2> 2172273 T6858 oas.SolrTestCaseJ4.tearDown ###Ending testQueryComplexPhrase
   [junit4]   2> 2172276 T6858 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2172276 T6858 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=33542194
   [junit4]   2> 2172277 T6858 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13313dc
   [junit4]   2> 2172302 T6858 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2172302 T6858 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2172302 T6858 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2172302 T6858 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2172306 T6858 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2172306 T6858 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2172306 T6858 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2172306 T6858 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\
   [junit4]   2> 2172306 T6858 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2172306 T6858 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.search.QueryEqualityTest-2023D0FAF8CD305F-001\init-core-data-001\index
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=de, timezone=US/Pacific-New
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_65 (32-bit)/cpus=2,threads=1,free=179218936,total=293601280
   [junit4]   2> NOTE: All tests run in this JVM: [DefaultValueUpdateProcessorTest, RankQueryTest, BJQParserTest, SuggesterWFSTTest, BadCopyFieldTest, ReturnFieldsTest, TestInfoStreamLogging, HardAutoCommitTest, UpdateRequestProcessorFactoryTest, TestIntervalFaceting, TestFieldResource, HdfsWriteToMultipleCollectionsTest, ShardRoutingCustomTest, DistributedQueryComponentOptimizationTest, DateFieldTest, HdfsRecoveryZkTest, TestBinaryResponseWriter, TestTolerantSearch, SortByFunctionTest, TestFreeTextSuggestions, HdfsChaosMonkeySafeLeaderTest, DisMaxRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, CustomCollectionTest, ChangedSchemaMergeTest, DocExpirationUpdateProcessorFactoryTest, TestLRUCache, OpenExchangeRatesOrgProviderTest, DocumentBuilderTest, AnalysisAfterCoreReloadTest, DebugComponentTest, TestSolrXmlPersistence, TestDistributedGrouping, TestJoin, TestChildDocTransformer, TestConfig, TestDynamicFieldCollectionResource, TestSolr4Spatial, SystemInfoHandlerTest, TestManagedSynonymFilterFactory, ShardSplitTest, TestZkChroot, TestDistributedMissingSort, StatsComponentTest, PreAnalyzedFieldTest, TestSurroundQueryParser, TestDefaultSimilarityFactory, ClusterStateTest, TestPerFieldSimilarity, TestReloadAndDeleteDocs, TestSolrIndexConfig, ShowFileRequestHandlerTest, TimeZoneUtilsTest, TestPHPSerializedResponseWriter, TestAnalyzedSuggestions, TestUtils, TestQuerySenderNoQuery, TestManagedResourceStorage, TestRandomMergePolicy, AsyncMigrateRouteKeyTest, TestSearcherReuse, MultiThreadedOCPTest, ParsingFieldUpdateProcessorsTest, ScriptEngineTest, SolrCoreCheckLockOnStartupTest, OutputWriterTest, SolrIndexConfigTest, ResponseHeaderTest, BadIndexSchemaTest, TestFiltering, SliceStateTest, TestReload, XmlUpdateRequestHandlerTest, HdfsDirectoryTest, DocumentAnalysisRequestHandlerTest, SuggestComponentTest, TestJmxIntegration, XsltUpdateRequestHandlerTest, TestFastWriter, TestLMDirichletSimilarityFactory, TestLuceneMatchVersion, SolrTestCaseJ4Test, ConvertedLegacyTest, SchemaVersionSpecificBehaviorTest, CoreAdminHandlerTest, TestCursorMarkWithoutUniqueKey, TestDocSet, SpellCheckComponentTest, TestElisionMultitermQuery, TestMergePolicyConfig, TestQuerySenderListener, TestRemoteStreaming, DeleteReplicaTest, TestManagedSchema, HdfsBasicDistributedZk2Test, TestNoOpRegenerator, TestUniqueKeyFieldResource, TestComponentsName, TestModifyConfFiles, TestReversedWildcardFilterFactory, DOMUtilTest, TestHighlightDedupGrouping, TestReplicationHandler, AnalyticsQueryTest, TestCSVLoader, TestWordDelimiterFilterFactory, TestManagedSchemaFieldResource, TestMaxScoreQueryParser, TestSchemaSimilarityResource, SampleTest, UpdateParamsTest, CurrencyFieldXmlFileTest, SimplePostToolTest, SynonymTokenizerTest, RequiredFieldsTest, MergeStrategyTest, SolrPluginUtilsTest, TestSerializedLuceneMatchVersion, SpatialFilterTest, JsonLoaderTest, TestIBSimilarityFactory, SoftAutoCommitTest, StandardRequestHandlerTest, TestMultiCoreConfBootstrap, QueryResultKeyTest, PrimitiveFieldTypeTest, AutoCommitTest, LoggingHandlerTest, HighlighterConfigTest, SolrXmlInZkTest, TestExceedMaxTermLength, TestOmitPositions, HdfsLockFactoryTest, TestCloudSchemaless, TestFieldCollectionResource, TestDynamicFieldResource, PrimUtilsTest, HighlighterTest, AssignTest, OverseerTest, TestWriterPerf, TestStressLucene, BlockDirectoryTest, CachingDirectoryFactoryTest, FieldFacetExtrasTest, ZkSolrClientTest, TestOrdValues, ResponseLogComponentTest, TestPartialUpdateDeduplication, QueryEqualityTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest -Dtests.seed=2023D0FAF8CD305F -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=US/Pacific-New -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | QueryEqualityTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was run w/o any other method explicitly testing qparser: terms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2023D0FAF8CD305F]:0)
   [junit4]    > 	at org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:62)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 2.97s, 70 tests, 1 failure <<< FAILURES!

[...truncated 859 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:454: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1298: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:922: There were test failures: 422 suites, 1761 tests, 1 suite-level error, 1 failure, 44 ignored (23 assumptions)

Total time: 164 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_65 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_20-ea-b23) - Build # 4236 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4236/
Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 44665 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build\jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for missing docs...
     [exec] Traceback (most recent call last):
     [exec]   File "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\dev-tools/scripts/checkJavaDocs.py", line 371, in <module>
     [exec]     if checkPackageSummaries(sys.argv[1], level):
     [exec]   File "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\dev-tools/scripts/checkJavaDocs.py", line 351, in checkPackageSummaries
     [exec]     if checkClassSummaries(fullPath):
     [exec]   File "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\dev-tools/scripts/checkJavaDocs.py", line 215, in checkClassSummaries
     [exec]     missing.append((lastCaption, unEscapeURL(lastItem)))
     [exec]   File "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\dev-tools/scripts/checkJavaDocs.py", line 303, in unEscapeURL
     [exec]     s = s.replace('%20', ' ')
     [exec] AttributeError: 'NoneType' object has no attribute 'replace'

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:63: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:212: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:242: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:2347: exec returned: 1

Total time: 174 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any