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 2015/03/18 11:03:53 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_31) - Build # 4556 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4556/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC

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

Error Message:
[[], [], [], [], [CopyField source=a4,dest=hello_lol4 still exists, new type mystr4 still exists, dynamic field *_lol4 still exists, field a4 still exists]]

Stack Trace:
java.lang.AssertionError: [[], [], [], [], [CopyField source=a4,dest=hello_lol4 still exists, new type mystr4 still exists, dynamic field *_lol4 still exists, field a4 still exists]]
	at __randomizedtesting.SeedInfo.seed([BC40460CA19F8AB5:341479D60F63E74D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.schema.TestBulkSchemaConcurrent.test(TestBulkSchemaConcurrent.java:121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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 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:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	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 10430 lines...]
   [junit4] Suite: org.apache.solr.schema.TestBulkSchemaConcurrent
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\init-core-data-001
   [junit4]   2> 1725919 T12732 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1725920 T12732 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /wu_e/f
   [junit4]   2> 1725923 T12732 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1725924 T12733 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1726034 T12732 oasc.ZkTestServer.run start zk server on port:60615
   [junit4]   2> 1726034 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1726035 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1726038 T12740 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170f18b name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1726038 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1726038 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1726038 T12732 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1726041 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1726043 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1726044 T12743 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc549f name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1726044 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1726044 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1726045 T12732 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1726046 T12732 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1726048 T12732 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1726049 T12732 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1726051 T12732 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1726052 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1726055 T12732 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> 1726056 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1726059 T12732 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> 1726059 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1726061 T12732 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> 1726062 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1726064 T12732 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> 1726064 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1726066 T12732 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> 1726066 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1726069 T12732 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> 1726069 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1726072 T12732 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> 1726072 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1726074 T12732 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> 1726074 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1726076 T12732 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> 1726077 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1726079 T12732 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> 1726079 T12732 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1726394 T12732 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1
   [junit4]   2> 1726397 T12732 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1726400 T12732 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@168fd54{/wu_e/f,null,AVAILABLE}
   [junit4]   2> 1726403 T12732 oejs.AbstractConnector.doStart Started ServerConnector@16dee51{HTTP/1.1}{127.0.0.1:60622}
   [junit4]   2> 1726403 T12732 oejs.Server.doStart Started @1727878ms
   [junit4]   2> 1726403 T12732 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\tempDir-001/control/data, hostContext=/wu_e/f, hostPort=60622, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores}
   [junit4]   2> 1726403 T12732 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1726405 T12732 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\'
   [junit4]   2> 1726431 T12732 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\solr.xml
   [junit4]   2> 1726438 T12732 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores
   [junit4]   2> 1726438 T12732 oasc.CoreContainer.<init> New CoreContainer 9931584
   [junit4]   2> 1726439 T12732 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\]
   [junit4]   2> 1726439 T12732 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\lib
   [junit4]   2> 1726439 T12732 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\lib).
   [junit4]   2> 1726445 T12732 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1726446 T12732 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1726446 T12732 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1726446 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1726447 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1726447 T12732 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1726447 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1726447 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1726447 T12732 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1726449 T12732 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1726449 T12732 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1726449 T12732 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1726449 T12732 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1726450 T12732 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1726450 T12732 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1726450 T12732 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60615/solr
   [junit4]   2> 1726450 T12732 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1726451 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1726452 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1726454 T12757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1679821 name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1726454 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1726454 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1726456 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1726458 T12760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de8294 name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1726458 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1726459 T12732 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1726461 T12732 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1726465 T12732 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1726467 T12732 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1726469 T12732 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1726471 T12732 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1726473 T12732 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1726475 T12732 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1726478 T12732 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60622_wu_e%2Ff
   [junit4]   2> 1726479 T12732 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60622_wu_e%2Ff
   [junit4]   2> 1726480 T12732 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1726482 T12732 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1726483 T12732 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1726485 T12732 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60622_wu_e%2Ff
   [junit4]   2> 1726485 T12732 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1726487 T12732 oasc.Overseer.start Overseer (id=93498435322773507-127.0.0.1:60622_wu_e%2Ff-n_0000000000) starting
   [junit4]   2> 1726489 T12732 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1726497 T12732 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1726498 T12762 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1726498 T12732 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1726498 T12761 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1726502 T12732 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1726504 T12732 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\
   [junit4]   2> 1726504 T12732 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1726505 T12764 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1726505 T12764 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1726507 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1726507 T12764 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1726508 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60622/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60622_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1726508 T12761 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60622/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60622_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1726508 T12761 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1726508 T12761 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1726509 T12760 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> 1727607 T12764 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1727607 T12764 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1727608 T12764 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1727608 T12764 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1727609 T12764 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1727609 T12764 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\'
   [junit4]   2> 1727621 T12764 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1727623 T12764 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1727628 T12764 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1727630 T12764 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1727632 T12764 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1727633 T12764 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1727634 T12764 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1727639 T12764 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1727708 T12764 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1727714 T12764 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1727715 T12764 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1727724 T12764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1727726 T12764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1727728 T12764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1727729 T12764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1727729 T12764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1727729 T12764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1727730 T12764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1727730 T12764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1727732 T12764 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1727733 T12764 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 1727737 T12764 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 1727737 T12764 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1727737 T12764 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1727738 T12764 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\
   [junit4]   2> 1727738 T12764 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1727739 T12764 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data
   [junit4]   2> 1727740 T12764 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1727740 T12764 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1727741 T12764 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\index
   [junit4]   2> 1727741 T12764 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.08203125, floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=0.5637770066409331, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1727759 T12764 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129b923; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1727759 T12764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1727762 T12764 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1727762 T12764 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1727766 T12764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1727767 T12764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1727768 T12764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1727769 T12764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1727772 T12764 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1727772 T12764 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1727773 T12764 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1727773 T12764 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1727774 T12764 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1727774 T12764 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1727775 T12764 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=81.5751953125, floorSegmentMB=2.0234375, forceMergeDeletesPctAllowed=18.002630061449405, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8986067980820085
   [junit4]   2> 1727775 T12764 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\control-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129b923; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1727775 T12764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1727776 T12764 oass.SolrIndexSearcher.<init> Opening Searcher@1bd3282[collection1] main
   [junit4]   2> 1727776 T12764 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1727777 T12764 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1727777 T12764 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1727777 T12764 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1727777 T12764 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1727777 T12764 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1727778 T12764 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1727778 T12764 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1727778 T12764 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1727778 T12764 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1727779 T12764 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1727779 T12765 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bd3282[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1727779 T12764 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1727781 T12768 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60622/wu_e/f collection:control_collection shard:shard1
   [junit4]   2> 1727782 T12732 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1727782 T12732 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1727782 T12768 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1727782 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1727784 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1727785 T12771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13f80f3 name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1727785 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1727785 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1727786 T12732 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1727787 T12768 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1727788 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1727788 T12732 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1727788 T12768 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1727788 T12768 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2517 name=collection1 org.apache.solr.core.SolrCore@ee534f url=http://127.0.0.1:60622/wu_e/f/collection1 node=127.0.0.1:60622_wu_e%2Ff C2517_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60622/wu_e/f, node_name=127.0.0.1:60622_wu_e%2Ff, state=down}
   [junit4]   2> 1727788 T12768 C2517 P60622 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60622/wu_e/f/collection1/
   [junit4]   2> 1727789 T12768 C2517 P60622 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1727789 T12768 C2517 P60622 oasc.SyncStrategy.syncToMe http://127.0.0.1:60622/wu_e/f/collection1/ has no replicas
   [junit4]   2> 1727789 T12768 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60622/wu_e/f/collection1/ shard1
   [junit4]   2> 1727789 T12768 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1727789 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1727795 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1727796 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60622/wu_e/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1727907 T12760 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> 1727907 T12771 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> 1727962 T12768 oasc.ZkController.register We are http://127.0.0.1:60622/wu_e/f/collection1/ and leader is http://127.0.0.1:60622/wu_e/f/collection1/
   [junit4]   2> 1727962 T12768 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60622/wu_e/f
   [junit4]   2> 1727962 T12768 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1727962 T12768 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1727962 T12768 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1727963 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1727964 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60622/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60622_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1727965 T12761 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60622/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60622_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1728052 T12732 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1
   [junit4]   2> 1728054 T12732 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001
   [junit4]   2> 1728054 T12732 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1728058 T12732 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@9160d6{/wu_e/f,null,AVAILABLE}
   [junit4]   2> 1728059 T12732 oejs.AbstractConnector.doStart Started ServerConnector@f0045c{HTTP/1.1}{127.0.0.1:60652}
   [junit4]   2> 1728059 T12732 oejs.Server.doStart Started @1729384ms
   [junit4]   2> 1728059 T12732 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/wu_e/f, hostPort=60652, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores}
   [junit4]   2> 1728060 T12732 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1728060 T12732 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\'
   [junit4]   2> 1728078 T12771 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> 1728078 T12760 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> 1728082 T12732 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\solr.xml
   [junit4]   2> 1728089 T12732 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores
   [junit4]   2> 1728089 T12732 oasc.CoreContainer.<init> New CoreContainer 32692839
   [junit4]   2> 1728090 T12732 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\]
   [junit4]   2> 1728090 T12732 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\lib
   [junit4]   2> 1728090 T12732 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\lib).
   [junit4]   2> 1728096 T12732 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1728097 T12732 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1728097 T12732 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1728097 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1728097 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1728097 T12732 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1728099 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1728099 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1728099 T12732 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1728099 T12732 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1728099 T12732 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1728100 T12732 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1728100 T12732 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1728100 T12732 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1728100 T12732 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1728101 T12732 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60615/solr
   [junit4]   2> 1728101 T12732 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1728101 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1728102 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1728104 T12785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f16d28 name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1728104 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1728104 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1728106 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1728108 T12788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c8715e name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1728108 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1728114 T12732 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1729218 T12732 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60652_wu_e%2Ff
   [junit4]   2> 1729219 T12732 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60652_wu_e%2Ff
   [junit4]   2> 1729222 T12732 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1729224 T12732 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1729226 T12732 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\
   [junit4]   2> 1729226 T12732 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1729229 T12789 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1729229 T12789 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1729229 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1729229 T12789 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1729230 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60652/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60652_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1729231 T12761 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60652/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60652_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1729231 T12761 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1729231 T12761 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1729345 T12760 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> 1729345 T12788 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> 1729345 T12771 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> 1730330 T12789 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1730330 T12789 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1730331 T12789 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1730331 T12789 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1730332 T12789 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1730332 T12789 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1730344 T12789 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1730346 T12789 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1730353 T12789 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1730354 T12789 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1730364 T12789 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1730366 T12789 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 1730369 T12789 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1730434 T12789 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1730440 T12789 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1730440 T12789 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1730442 T12789 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1730445 T12789 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1730452 T12789 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1730452 T12789 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1730452 T12789 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1730452 T12789 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1730453 T12789 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1730453 T12789 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1730456 T12789 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1730456 T12789 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1730456 T12789 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1730456 T12789 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1730459 T12789 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data
   [junit4]   2> 1730460 T12789 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1730460 T12789 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1730461 T12789 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1730461 T12789 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.08203125, floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=0.5637770066409331, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1730467 T12789 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18ddbe8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1730467 T12789 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1730469 T12789 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1730469 T12789 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1730474 T12789 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1730475 T12789 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1730475 T12789 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1730476 T12789 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1730478 T12789 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1730478 T12789 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1730479 T12789 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1730479 T12789 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1730480 T12789 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1730480 T12789 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1730480 T12789 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=81.5751953125, floorSegmentMB=2.0234375, forceMergeDeletesPctAllowed=18.002630061449405, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8986067980820085
   [junit4]   2> 1730481 T12789 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-1-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18ddbe8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1730481 T12789 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1730481 T12789 oass.SolrIndexSearcher.<init> Opening Searcher@1d648b0[collection1] main
   [junit4]   2> 1730482 T12789 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1730483 T12789 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1730483 T12789 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1730483 T12789 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1730483 T12789 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1730484 T12789 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1730484 T12789 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1730484 T12789 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1730484 T12789 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1730485 T12789 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1730485 T12789 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1730485 T12790 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d648b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730485 T12789 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1730489 T12732 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1730489 T12732 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1730489 T12793 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60652/wu_e/f collection:collection1 shard:shard2
   [junit4]   2> 1730490 T12793 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1730494 T12793 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1730495 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1730496 T12793 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1730496 T12793 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2518 name=collection1 org.apache.solr.core.SolrCore@1d33bb7 url=http://127.0.0.1:60652/wu_e/f/collection1 node=127.0.0.1:60652_wu_e%2Ff C2518_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60652/wu_e/f, node_name=127.0.0.1:60652_wu_e%2Ff, state=down}
   [junit4]   2> 1730496 T12793 C2518 P60652 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60652/wu_e/f/collection1/
   [junit4]   2> 1730496 T12793 C2518 P60652 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1730496 T12793 C2518 P60652 oasc.SyncStrategy.syncToMe http://127.0.0.1:60652/wu_e/f/collection1/ has no replicas
   [junit4]   2> 1730496 T12793 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60652/wu_e/f/collection1/ shard2
   [junit4]   2> 1730497 T12793 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1730498 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1730503 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1730503 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60652/wu_e/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1730615 T12788 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> 1730615 T12771 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> 1730615 T12760 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> 1730671 T12793 oasc.ZkController.register We are http://127.0.0.1:60652/wu_e/f/collection1/ and leader is http://127.0.0.1:60652/wu_e/f/collection1/
   [junit4]   2> 1730671 T12793 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60652/wu_e/f
   [junit4]   2> 1730671 T12793 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1730671 T12793 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1730671 T12793 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1730672 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1730673 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60652/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60652_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1730673 T12761 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60652/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60652_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1730758 T12732 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1
   [junit4]   2> 1730760 T12732 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001
   [junit4]   2> 1730761 T12732 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1730765 T12732 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@120b4bc{/wu_e/f,null,AVAILABLE}
   [junit4]   2> 1730766 T12732 oejs.AbstractConnector.doStart Started ServerConnector@1028144{HTTP/1.1}{127.0.0.1:60673}
   [junit4]   2> 1730766 T12732 oejs.Server.doStart Started @1731848ms
   [junit4]   2> 1730766 T12732 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/wu_e/f, hostPort=60673, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores}
   [junit4]   2> 1730766 T12732 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1730767 T12732 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\'
   [junit4]   2> 1730786 T12760 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> 1730786 T12771 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> 1730786 T12788 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> 1730789 T12732 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\solr.xml
   [junit4]   2> 1730796 T12732 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores
   [junit4]   2> 1730796 T12732 oasc.CoreContainer.<init> New CoreContainer 13148690
   [junit4]   2> 1730796 T12732 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\]
   [junit4]   2> 1730796 T12732 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\lib
   [junit4]   2> 1730797 T12732 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\lib).
   [junit4]   2> 1730803 T12732 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1730803 T12732 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1730803 T12732 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1730803 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1730803 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1730804 T12732 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1730804 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1730804 T12732 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1730804 T12732 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1730806 T12732 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1730806 T12732 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1730806 T12732 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1730806 T12732 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1730807 T12732 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1730807 T12732 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1730807 T12732 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60615/solr
   [junit4]   2> 1730807 T12732 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1730807 T12732 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1730809 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1730810 T12807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eda2fe name:ZooKeeperConnection Watcher:127.0.0.1:60615 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1730810 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1730811 T12732 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1730813 T12732 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1730814 T12810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@160d0ac name:ZooKeeperConnection Watcher:127.0.0.1:60615/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1730814 T12732 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1730821 T12732 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1731925 T12732 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60673_wu_e%2Ff
   [junit4]   2> 1731926 T12732 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60673_wu_e%2Ff
   [junit4]   2> 1731929 T12732 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1731931 T12732 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1731932 T12732 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\
   [junit4]   2> 1731932 T12732 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1731934 T12811 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1731934 T12811 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1731936 T12760 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1731936 T12811 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1731937 T12761 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60673/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60673_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1731937 T12761 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60673/wu_e/f",
   [junit4]   2> 	  "node_name":"127.0.0.1:60673_wu_e%2Ff",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1731937 T12761 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 1731937 T12761 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1732049 T12810 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> 1732049 T12771 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> 1732049 T12760 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> 1732049 T12788 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> 1732983 T12811 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1732983 T12811 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1732984 T12811 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1732984 T12811 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1732985 T12811 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1732985 T12811 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1732997 T12811 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1732999 T12811 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1733003 T12811 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1733004 T12811 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1733008 T12811 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1733010 T12811 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 1733012 T12811 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1733068 T12811 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1733074 T12811 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1733074 T12811 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1733076 T12811 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1733078 T12811 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1733089 T12811 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1733090 T12811 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1733090 T12811 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1733090 T12811 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1733091 T12811 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1733091 T12811 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1733093 T12811 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1733093 T12811 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1733094 T12811 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1733094 T12811 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1733095 T12811 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data
   [junit4]   2> 1733095 T12811 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1733096 T12811 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1733097 T12811 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1733097 T12811 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.08203125, floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=0.5637770066409331, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1733103 T12811 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f038b6; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1733104 T12811 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1733106 T12811 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1733106 T12811 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1733109 T12811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1733110 T12811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1733112 T12811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1733113 T12811 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1733115 T12811 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1733115 T12811 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1733119 T12811 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1733119 T12811 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1733120 T12811 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1733120 T12811 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1733120 T12811 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=81.5751953125, floorSegmentMB=2.0234375, forceMergeDeletesPctAllowed=18.002630061449405, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8986067980820085
   [junit4]   2> 1733120 T12811 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001\shard-2-001\cores\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f038b6; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1733121 T12811 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1733121 T12811 oass.SolrIndexSearcher.<init> Opening Searcher@1482d17[collection1] main
   [junit4]   2> 1733121 T12811 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1733122 T12811 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1733122 T12811 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1733123 T12811 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1733123 T12811 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1733123 T12811 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1733123 T12811 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1733123 T12811 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1733123 T12811 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1733123 T12811 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1733124 T12811 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1733124 T12812 oas

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

516-127.0.0.1:60710_wu_e%2Ff-n_0000000004) closing
   [junit4]   2> 1842876 T12970 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:60710_wu_e%2Ff
   [junit4]   2> 1842876 T12950 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1842878 T12732 oejs.AbstractConnector.doStop Stopped ServerConnector@1544b16{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1842878 T12732 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@12151ed{/wu_e/f,null,UNAVAILABLE}
   [junit4]   2> 1842880 T12732 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:60615 60615
   [junit4]   2> 1845065 T12733 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:60615 60615
   [junit4]   2> 1845066 T12733 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		35	/solr/configs/conf1
   [junit4]   2> 		34	/solr/configs/conf1/managed-schema
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		3	/solr/configs/conf1/managed-schema
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBulkSchemaConcurrent -Dtests.method=test -Dtests.seed=BC40460CA19F8AB5 -Dtests.slow=true -Dtests.locale=es_CL -Dtests.timezone=America/Santa_Isabel -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  119s J1 | TestBulkSchemaConcurrent.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [[], [], [], [], [CopyField source=a4,dest=hello_lol4 still exists, new type mystr4 still exists, dynamic field *_lol4 still exists, field a4 still exists]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC40460CA19F8AB5:341479D60F63E74D]:0)
   [junit4]    > 	at org.apache.solr.schema.TestBulkSchemaConcurrent.test(TestBulkSchemaConcurrent.java:121)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1845073 T12732 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.schema.TestBulkSchemaConcurrent BC40460CA19F8AB5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=es_CL, timezone=America/Santa_Isabel
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=3,threads=1,free=277667960,total=443547648
   [junit4]   2> NOTE: All tests run in this JVM: [IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, ExternalCollectionsTest, TestNonDefinedSimilarityFactory, SimplePostToolTest, HdfsBasicDistributedZk2Test, CurrencyFieldXmlFileTest, TestFieldTypeResource, TestSolrConfigHandler, ZkStateWriterTest, TestPseudoReturnFields, TestFiltering, TriLevelCompositeIdRoutingTest, MBeansHandlerTest, TestRealTimeGet, TestSchemaVersionResource, TestSolrJ, TestCursorMarkWithoutUniqueKey, TestDocSet, TestMissingGroups, TestSuggestSpellingConverter, TestStressUserVersions, TestCloudManagedSchema, FieldMutatingUpdateProcessorTest, JsonLoaderTest, TestFieldTypeCollectionResource, TestDocBasedVersionConstraints, TestDFRSimilarityFactory, SimpleCollectionCreateDeleteTest, QueryParsingTest, SpellingQueryConverterTest, TestRandomMergePolicy, DistribJoinFromCollectionTest, TestDefaultSimilarityFactory, HdfsWriteToMultipleCollectionsTest, TestRandomFaceting, PolyFieldTest, LoggingHandlerTest, DebugComponentTest, TestFuzzyAnalyzedSuggestions, DeleteInactiveReplicaTest, SSLMigrationTest, TermVectorComponentTest, DateFieldTest, StatsComponentTest, TestSchemaResource, ChaosMonkeySafeLeaderTest, TestCollapseQParserPlugin, TestSolr4Spatial, HighlighterTest, TestQuerySenderNoQuery, FastVectorHighlighterTest, SolrXmlInZkTest, ZkSolrClientTest, TestHashQParserPlugin, BadCopyFieldTest, TestSchemaNameResource, DirectUpdateHandlerOptimizeTest, TestBadConfig, HdfsSyncSliceTest, HdfsLockFactoryTest, DistributedFacetPivotLongTailTest, TestUtils, SpellCheckCollatorTest, ShardRoutingCustomTest, DirectSolrSpellCheckerTest, TestAnalyzeInfixSuggestions, WordBreakSolrSpellCheckerTest, TermsComponentTest, NotRequiredUniqueKeyTest, LeaderInitiatedRecoveryOnCommitTest, CurrencyFieldOpenExchangeTest, SchemaVersionSpecificBehaviorTest, TestCloudManagedSchemaConcurrent, FullSolrCloudDistribCmdsTest, FileBasedSpellCheckerTest, TermVectorComponentDistributedTest, SegmentsInfoRequestHandlerTest, DistributedQueryComponentOptimizationTest, AnalyticsMergeStrategyTest, LeaderElectionIntegrationTest, TestNamedUpdateProcessors, CopyFieldTest, CoreAdminRequestStatusTest, TestBlendedInfixSuggestions, BadIndexSchemaTest, TestAddFieldRealTimeGet, TestPivotHelperCode, TestBlobHandler, TestRTGBase, OpenCloseCoreStressTest, IndexSchemaTest, CSVRequestHandlerTest, RegexBoostProcessorTest, AutoCommitTest, TestTolerantSearch, PrimitiveFieldTypeTest, TestLMJelinekMercerSimilarityFactory, TestCloudInspectUtil, TestStandardQParsers, ConvertedLegacyTest, SolrRequestParserTest, TestSearcherReuse, DistributedQueryComponentCustomSortTest, MinimalSchemaTest, PluginInfoTest, BasicFunctionalityTest, TestHdfsUpdateLog, TestDefaultSearchFieldResource, TestLuceneMatchVersion, InfoHandlerTest, DistributedFacetPivotSmallTest, HdfsCollectionsAPIDistributedZkTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OverseerTest, ClusterStateUpdateTest, ZkCLITest, DistributedSpellCheckComponentTest, TestStressReorder, TestReload, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestFunctionQuery, OverseerCollectionProcessorTest, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterWFSTTest, TestUpdate, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, TestOmitPositions, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, TestBinaryField, TestElisionMultitermQuery, TestSolrCoreProperties, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestPerFieldSimilarity, TestBM25SimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncMigrateRouteKeyTest, DeleteReplicaTest, DeleteShardTest, DistributedQueueTest, HttpPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestDynamicLoading, TestReplicationHandlerBackup, CoreAdminCreateDiscoverTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, FacetPivotSmallTest, SpatialHeatmapFacetsTest, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, TestUniqueKeyFieldResource, DateRangeFieldTest, EnumFieldTest, TestBulkSchemaConcurrent]
   [junit4] Completed on J1 in 119.18s, 1 test, 1 failure <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 475 suites, 1891 tests, 1 failure, 57 ignored (30 assumptions)

Total time: 45 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any