You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/05/26 12:41:25 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_55) - Build # 10387 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10387/
Java: 64bit/jdk1.7.0_55 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 seconds
	at __randomizedtesting.SeedInfo.seed([961F4165BA5534F2:17F9CF7DCD0A54CE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:178)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:724)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1335)
	at org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:87)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Leader never changed

Stack Trace:
java.lang.AssertionError: Leader never changed
	at __randomizedtesting.SeedInfo.seed([961F4165BA5534F2:17F9CF7DCD0A54CE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:335)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:75)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10801 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/init-core-data-001
   [junit4]   2> 97966 T591 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 97966 T591 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 97971 T591 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 97972 T591 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 97973 T592 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 98073 T591 oasc.ZkTestServer.run start zk server on port:47119
   [junit4]   2> 98074 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 98088 T598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14b3e7bb name:ZooKeeperConnection Watcher:127.0.0.1:47119 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 98089 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 98089 T591 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 98095 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 98096 T600 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@960a09e name:ZooKeeperConnection Watcher:127.0.0.1:47119/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 98096 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 98096 T591 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 98101 T591 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 98105 T591 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 98108 T591 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 98110 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 98110 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 98121 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 98122 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 98125 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 98126 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 98130 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 98130 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 98135 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 98135 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 98140 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 98141 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 98146 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 98147 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 98152 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 98153 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 98157 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 98158 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 98164 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 98165 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 98171 T591 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 98171 T591 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 98509 T591 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 98513 T591 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38715
   [junit4]   2> 98514 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 98514 T591 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 98514 T591 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002
   [junit4]   2> 98514 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/'
   [junit4]   2> 98532 T591 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/solr.xml
   [junit4]   2> 98570 T591 oasc.CoreContainer.<init> New CoreContainer 1660827786
   [junit4]   2> 98570 T591 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/]
   [junit4]   2> 98571 T591 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 98571 T591 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 98571 T591 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 98572 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 98572 T591 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 98572 T591 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 98572 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 98572 T591 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 98573 T591 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 98573 T591 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 98573 T591 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 98574 T591 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 98574 T591 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47119/solr
   [junit4]   2> 98574 T591 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 98575 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 98577 T611 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20321ecc name:ZooKeeperConnection Watcher:127.0.0.1:47119 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 98578 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 98582 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 98583 T613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a485b1e name:ZooKeeperConnection Watcher:127.0.0.1:47119/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 98583 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 98585 T591 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 98589 T591 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 98595 T591 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 98601 T591 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 98606 T591 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 98613 T591 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 98615 T591 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38715_
   [junit4]   2> 98615 T591 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38715_
   [junit4]   2> 98620 T591 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 98627 T591 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 98631 T591 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38715_
   [junit4]   2> 98631 T591 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 98633 T591 oasc.Overseer.start Overseer (id=91822435584770051-127.0.0.1:38715_-n_0000000000) starting
   [junit4]   2> 98649 T591 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 98667 T615 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 98668 T591 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 98673 T591 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 98677 T591 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 98682 T614 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 98689 T616 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 98690 T616 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 98692 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98692 T616 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 98693 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98694 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38715",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38715_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 98694 T614 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 98695 T614 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 98697 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98707 T613 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> 99692 T616 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 99693 T616 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 99694 T616 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 99694 T616 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 99697 T616 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 99697 T616 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/collection1/'
   [junit4]   2> 99698 T616 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 99699 T616 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 99699 T616 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 99744 T616 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 99780 T616 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 99782 T616 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 99788 T616 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 100101 T616 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 100106 T616 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 100108 T616 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 100133 T616 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 100138 T616 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 100145 T616 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 100147 T616 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 100147 T616 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 100148 T616 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 100150 T616 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 100150 T616 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 100151 T616 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 100151 T616 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 100151 T616 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/control/data/
   [junit4]   2> 100152 T616 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49fc1d7e
   [junit4]   2> 100153 T616 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/control/data
   [junit4]   2> 100153 T616 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/control/data/index/
   [junit4]   2> 100153 T616 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 100153 T616 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/control/data/index
   [junit4]   2> 100153 T616 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 100154 T616 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7cd8db58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@316ed8bb),segFN=segments_1,generation=1}
   [junit4]   2> 100154 T616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 100158 T616 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 100158 T616 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 100158 T616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 100159 T616 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 100159 T616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 100159 T616 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 100159 T616 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 100160 T616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 100160 T616 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 100160 T616 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 100161 T616 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 100161 T616 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 100161 T616 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 100161 T616 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 100162 T616 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 100162 T616 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 100162 T616 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 100165 T616 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 100169 T616 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 100169 T616 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 100170 T616 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=61.087890625, floorSegmentMB=1.8427734375, forceMergeDeletesPctAllowed=22.246503140421495, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16227697529247243
   [junit4]   2> 100170 T616 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7cd8db58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@316ed8bb),segFN=segments_1,generation=1}
   [junit4]   2> 100170 T616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 100171 T616 oass.SolrIndexSearcher.<init> Opening Searcher@3cbc30fd[collection1] main
   [junit4]   2> 100171 T616 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 100172 T616 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 100172 T616 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 100175 T616 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 100175 T616 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 100175 T616 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 100176 T616 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 100176 T616 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 100176 T616 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 100177 T616 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 100179 T617 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cbc30fd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 100180 T616 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 100181 T620 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38715 collection:control_collection shard:shard1
   [junit4]   2> 100181 T591 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 100182 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 100182 T620 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 100190 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 100191 T620 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 100192 T622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15b59ce7 name:ZooKeeperConnection Watcher:127.0.0.1:47119/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 100192 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 100194 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100195 T591 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 100195 T620 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 100195 T620 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C96 name=collection1 org.apache.solr.core.SolrCore@74941918 url=http://127.0.0.1:38715/collection1 node=127.0.0.1:38715_ C96_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:38715, core=collection1, node_name=127.0.0.1:38715_}
   [junit4]   2> 100196 T620 C96 P38715 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38715/collection1/
   [junit4]   2> 100196 T620 C96 P38715 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 100197 T620 C96 P38715 oasc.SyncStrategy.syncToMe http://127.0.0.1:38715/collection1/ has no replicas
   [junit4]   2> 100197 T620 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38715/collection1/ shard1
   [junit4]   2> 100197 T620 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 100199 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100204 T591 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 100235 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100236 T613 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> 100236 T622 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> 100241 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100244 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100346 T613 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> 100346 T622 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> 100389 T620 oasc.ZkController.register We are http://127.0.0.1:38715/collection1/ and leader is http://127.0.0.1:38715/collection1/
   [junit4]   2> 100390 T620 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38715
   [junit4]   2> 100390 T620 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 100390 T620 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 100390 T620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 100393 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100393 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100394 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100394 T620 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100395 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100396 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38715",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38715_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 100400 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100497 T591 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 100498 T591 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 100500 T591 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43537
   [junit4]   2> 100501 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 100502 T591 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 100502 T591 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003
   [junit4]   2> 100502 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/'
   [junit4]   2> 100502 T622 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> 100502 T613 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> 100517 T591 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/solr.xml
   [junit4]   2> 100554 T591 oasc.CoreContainer.<init> New CoreContainer 417406462
   [junit4]   2> 100554 T591 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/]
   [junit4]   2> 100555 T591 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 100555 T591 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 100556 T591 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 100556 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 100556 T591 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 100556 T591 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 100557 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 100557 T591 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 100557 T591 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 100557 T591 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 100558 T591 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 100558 T591 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 100558 T591 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47119/solr
   [junit4]   2> 100558 T591 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 100559 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 100561 T633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63781b74 name:ZooKeeperConnection Watcher:127.0.0.1:47119 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 100562 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 100564 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 100565 T635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6027288c name:ZooKeeperConnection Watcher:127.0.0.1:47119/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 100565 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 100577 T591 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 101582 T591 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43537_
   [junit4]   2> 101585 T591 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43537_
   [junit4]   2> 101604 T636 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 101604 T636 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 101606 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 101606 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 101606 T636 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 101606 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 101607 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 101608 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43537",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43537_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 101608 T614 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 101608 T614 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 101611 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 101714 T622 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> 101714 T613 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> 101714 T635 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> 102606 T636 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 102607 T636 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 102608 T636 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 102608 T636 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 102610 T636 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 102610 T636 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/collection1/'
   [junit4]   2> 102611 T636 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 102612 T636 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 102612 T636 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 102679 T636 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 102715 T636 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 102718 T636 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 102731 T636 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 103029 T636 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 103035 T636 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 103037 T636 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 103062 T636 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 103068 T636 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 103075 T636 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 103077 T636 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 103077 T636 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 103078 T636 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 103080 T636 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 103081 T636 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 103081 T636 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 103081 T636 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 103082 T636 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty1/
   [junit4]   2> 103082 T636 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49fc1d7e
   [junit4]   2> 103083 T636 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty1
   [junit4]   2> 103084 T636 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty1/index/
   [junit4]   2> 103084 T636 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 103084 T636 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty1/index
   [junit4]   2> 103085 T636 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 103086 T636 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3da45b7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@420094f1),segFN=segments_1,generation=1}
   [junit4]   2> 103087 T636 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 103094 T636 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 103094 T636 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 103094 T636 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 103094 T636 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 103095 T636 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 103095 T636 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 103095 T636 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 103095 T636 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 103096 T636 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 103096 T636 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 103096 T636 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 103097 T636 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 103097 T636 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 103097 T636 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 103098 T636 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 103098 T636 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 103098 T636 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 103101 T636 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 103103 T636 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 103103 T636 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 103104 T636 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=61.087890625, floorSegmentMB=1.8427734375, forceMergeDeletesPctAllowed=22.246503140421495, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16227697529247243
   [junit4]   2> 103104 T636 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3da45b7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@420094f1),segFN=segments_1,generation=1}
   [junit4]   2> 103105 T636 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 103105 T636 oass.SolrIndexSearcher.<init> Opening Searcher@69fd6c0d[collection1] main
   [junit4]   2> 103105 T636 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 103106 T636 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 103106 T636 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 103107 T636 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 103107 T636 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 103107 T636 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 103108 T636 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 103108 T636 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 103108 T636 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 103109 T636 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 103111 T637 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69fd6c0d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 103117 T636 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 103118 T640 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43537 collection:collection1 shard:shard1
   [junit4]   2> 103119 T591 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 103119 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 103119 T640 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 103134 T640 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 103136 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103137 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103137 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103137 T640 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 103137 T640 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C97 name=collection1 org.apache.solr.core.SolrCore@4ab10434 url=http://127.0.0.1:43537/collection1 node=127.0.0.1:43537_ C97_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43537, core=collection1, node_name=127.0.0.1:43537_}
   [junit4]   2> 103137 T640 C97 P43537 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43537/collection1/
   [junit4]   2> 103138 T640 C97 P43537 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 103138 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 103138 T640 C97 P43537 oasc.SyncStrategy.syncToMe http://127.0.0.1:43537/collection1/ has no replicas
   [junit4]   2> 103138 T640 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43537/collection1/ shard1
   [junit4]   2> 103138 T640 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 103141 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103144 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103149 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103252 T613 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> 103252 T635 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> 103252 T622 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> 103295 T640 oasc.ZkController.register We are http://127.0.0.1:43537/collection1/ and leader is http://127.0.0.1:43537/collection1/
   [junit4]   2> 103296 T640 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43537
   [junit4]   2> 103296 T640 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 103296 T640 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 103296 T640 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 103298 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103298 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103298 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103298 T640 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 103299 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 103300 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43537",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43537_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 103302 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103390 T591 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 103391 T591 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 103393 T591 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55230
   [junit4]   2> 103393 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 103394 T591 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 103394 T591 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004
   [junit4]   2> 103394 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/'
   [junit4]   2> 103405 T622 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> 103405 T613 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> 103405 T635 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> 103406 T591 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/solr.xml
   [junit4]   2> 103442 T591 oasc.CoreContainer.<init> New CoreContainer 966196043
   [junit4]   2> 103442 T591 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/]
   [junit4]   2> 103443 T591 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 103444 T591 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 103444 T591 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 103444 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 103444 T591 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 103445 T591 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 103445 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 103445 T591 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 103445 T591 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 103446 T591 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 103446 T591 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 103446 T591 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 103446 T591 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47119/solr
   [junit4]   2> 103447 T591 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 103447 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103449 T651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@674c1676 name:ZooKeeperConnection Watcher:127.0.0.1:47119 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103449 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103451 T591 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103452 T653 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d36ea90 name:ZooKeeperConnection Watcher:127.0.0.1:47119/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103453 T591 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103460 T591 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 104463 T591 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55230_
   [junit4]   2> 104464 T591 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55230_
   [junit4]   2> 104479 T654 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 104480 T654 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 104486 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104486 T654 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 104486 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104487 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104490 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 104491 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55230",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55230_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 104492 T614 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 104492 T614 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 104494 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104597 T622 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> 104597 T653 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> 104597 T635 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> 104597 T613 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> 105487 T654 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 105487 T654 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 105488 T654 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 105488 T654 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 105489 T654 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 105490 T654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/collection1/'
   [junit4]   2> 105490 T654 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 105490 T654 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 105491 T654 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 105525 T654 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 105561 T654 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 105562 T654 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 105568 T654 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 105897 T654 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 105903 T654 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 105905 T654 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 105919 T654 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 105923 T654 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 105926 T654 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 105927 T654 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 105927 T654 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 105927 T654 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 105928 T654 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 105929 T654 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 105929 T654 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 105929 T654 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 105929 T654 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty2/
   [junit4]   2> 105929 T654 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49fc1d7e
   [junit4]   2> 105930 T654 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty2
   [junit4]   2> 105930 T654 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty2/index/
   [junit4]   2> 105930 T654 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 105931 T654 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-001/jetty2/index
   [junit4]   2> 105931 T654 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 105931 T654 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6aaf3ed3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6338a96),segFN=segments_1,generation=1}
   [junit4]   2> 105932 T654 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 105936 T654 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 105936 T654 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 105937 T654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 105937 T654 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 105937 T654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 105937 T654 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 105937 T654 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 105938 T654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 105938 T654 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 105938 T654 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 105939 T654 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 105939 T654 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 105939 T654 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 105940 T654 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 105940 T654 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 105940 T654 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 105941 T654 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 105943 T654 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 105945 T654 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 105946 T654 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 105946 T654 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=61.087890625, floorSegmentMB=1.8427734375, forceMergeDeletesPctAllowed=22.246503140421495, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16227697529247243
   [junit4]   2> 105947 T654 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6aaf3ed3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6338a96),segFN=segments_1,generation=1}
   [junit4]   2> 105947 T654 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 105947 T654 oass.SolrIndexSearcher.<init> Opening Searcher@72ad3b3d[collection1] main
   [junit4]   2> 105947 T654 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 105949 T654 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 105949 T654 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 105949 T654 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 105950 T654 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 105950 T654 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 105951 T654 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 105951 T654 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 105951 T654 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 105951 T654 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 105954 T655 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72ad3b3d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 105957 T654 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 105958 T658 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55230 collection:collection1 shard:shard1
   [junit4]   2> 105958 T591 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 105958 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 105965 T658 oasc.ZkController.register We are http://127.0.0.1:55230/collection1/ and leader is http://127.0.0.1:43537/collection1/
   [junit4]   2> 105965 T658 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55230
   [junit4]   2> 105965 T658 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 105966 T658 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C98 name=collection1 org.apache.solr.core.SolrCore@77225c00 url=http://127.0.0.1:55230/collection1 node=127.0.0.1:55230_ C98_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:55230, core=collection1, node_name=127.0.0.1:55230_}
   [junit4]   2> 105970 T659 C98 P55230 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 105970 T658 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105973 T659 C98 P55230 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 105974 T659 C98 P55230 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:43537/collection1/ and I am http://127.0.0.1:55230/collection1/
   [junit4]   2> 105974 T659 C98 P55230 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 105974 T659 C98 P55230 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 105976 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105976 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105977 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105978 T614 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105979 T614 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55230",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55230_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 105981 T659 C98 P55230 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:43537; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A55230_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 105981 T613 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105985 T628 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 105985 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105986 T628 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 105986 T628 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:55230_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"down","base_url":"http://127.0.0.1:55230","core":"collection1","node_name":"127.0.0.1:55230_"}
   [junit4]   2> 106240 T591 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 106241 T591 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 106243 T591 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56181
   [junit4]   2> 106243 T591 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 106243 T591 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 106244 T591 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-005
   [junit4]   2> 106244 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-005/'
   [junit4]   2> 106255 T591 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-005/solr.xml
   [junit4]   2> 106323 T591 oasc.CoreContainer.<init> New CoreContainer 1590208180
   [junit4]   2> 106323 T591 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.AliasIntegrationTest-961F4165BA5534F2-001/tempDir-005/]
   [junit4]   2> 106324 T591 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 106324 T591 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 106325 T591 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 106325 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 106325 T591 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 106325 T591 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 106326 T591 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 106326 T591 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 106326 T591 oashc

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

transaction_logs_total_number=0}
   [junit4]   2> 1084399 T4344 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1084399 T4344 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1084399 T4344 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1084402 T4344 oasc.SolrCore.closeSearcher [unloadcollection4] Closing main searcher on request.
   [junit4]   2> 1084402 T4344 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1084402 T4344 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n;done=false>>]
   [junit4]   2> 1084403 T4344 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n
   [junit4]   2> 1084403 T4344 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n/index;done=false>>]
   [junit4]   2> 1084404 T4344 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001/tempDir-007/1401100147652unloadcollection_4n/index
   [junit4]   2> 1084404 T4344 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue/qn-
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:243)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:240)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:240)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.createData(DistributedQueue.java:313)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.offer(DistributedQueue.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:190)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:267)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:444)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:208)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1084406 T4344 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> 1084406 T4344 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1084406 T4344 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1084407 T4344 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1084407 T4344 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1084407 T4344 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1084407 T4344 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.UnloadDistributedZkTest-961F4165BA5534F2-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=es_DO, timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 1.7.0_55 (64-bit)/cpus=8,threads=1,free=339123552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSplitterTest, SolrCoreTest, TermVectorComponentTest, TestRemoteStreaming, FastVectorHighlighterTest, ClusterStateUpdateTest, TestReloadAndDeleteDocs, TestValueSourceCache, TestRestManager, TestRealTimeGet, LeaderElectionTest, TestBlendedInfixSuggestions, SliceStateUpdateTest, TestSort, ModifyConfFileTest, TestFieldSortValues, TestSolrIndexConfig, TestUtils, TestExceedMaxTermLength, DistributedQueryElevationComponentTest, TestSimpleQParserPlugin, SpellingQueryConverterTest, ClusterStateTest, CSVRequestHandlerTest, PeerSyncTest, AliasIntegrationTest, TestPostingsSolrHighlighter, TestInitQParser, RAMDirectoryFactoryTest, DistributedSpellCheckComponentTest, HdfsChaosMonkeySafeLeaderTest, TestCollapseQParserPlugin, TestExtendedDismaxParser, TestSearchPerf, MultiThreadedOCPTest, TestSolrXmlPersistor, TestPHPSerializedResponseWriter, TestBadConfig, StatelessScriptUpdateProcessorFactoryTest, TestHighlightDedupGrouping, TestDefaultSimilarityFactory, SuggesterTest, TestFaceting, TestDocSet, SyncSliceTest, TestNonDefinedSimilarityFactory, EchoParamsTest, TestElisionMultitermQuery, LukeRequestHandlerTest, TestRandomDVFaceting, TestNonNRTOpen, TestFieldCollectionResource, ReplicationFactorTest, FileBasedSpellCheckerTest, TestJmxMonitoredMap, URLClassifyProcessorTest, TestGroupingSearch, BasicDistributedZkTest, FieldMutatingUpdateProcessorTest, DocValuesTest, TimeZoneUtilsTest, TestSuggestSpellingConverter, TestDynamicFieldCollectionResource, TestClassNameShortening, TestQueryUtils, JsonLoaderTest, AutoCommitTest, TestMaxScoreQueryParser, AsyncMigrateRouteKeyTest, DistributedQueryComponentOptimizationTest, TestSolrQueryParser, TestSchemaNameResource, DistributedSuggestComponentTest, ExternalFileFieldSortTest, TestMergePolicyConfig, StressHdfsTest, DistribDocExpirationUpdateProcessorTest, OverseerTest, TestInfoStreamLogging, TestConfig, MoreLikeThisHandlerTest, EnumFieldTest, ZkControllerTest, TestBM25SimilarityFactory, UpdateParamsTest, ShowFileRequestHandlerTest, TestLuceneMatchVersion, TestCloudManagedSchema, SpellPossibilityIteratorTest, QueryEqualityTest, HdfsBasicDistributedZk2Test, DirectUpdateHandlerOptimizeTest, SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest, AnalysisAfterCoreReloadTest, TestShortCircuitedRequests, TestRandomMergePolicy, CacheHeaderTest, SoftAutoCommitTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
   [junit4] Completed on J0 in 46.12s, 1 test, 1 failure <<< FAILURES!

[...truncated 651 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 2 failures, 36 ignored (15 assumptions)

Total time: 61 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_55 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 10388 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10388/
Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

2 tests failed.
REGRESSION:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([22EDC1625D28A4D7:B819BC80C3B238EB]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:719)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:853)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2360</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175250081021952</long><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><date name="timestamp">2014-05-26T14:31:42.302Z</date></doc></result>
</response>

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


REGRESSION:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([22EDC1625D28A4D7:983FAE1ADE064AC2]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:719)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:853)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">3137</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175480316854272</long><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2014-05-26T14:35:21.872Z</date></doc></result>
</response>

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




Build Log:
[...truncated 10622 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001
   [junit4]   2> 83178 T297 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 83180 T297 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 83182 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 83184 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 83184 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 83186 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 83290 T297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 83398 T297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 83403 T297 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 83423 T297 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 83738 T297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 83745 T297 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 83747 T297 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 83756 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 83760 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 83765 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 83766 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 83767 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 83767 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 83768 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 83768 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 83769 T297 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 83770 T297 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 83770 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 83811 T297 oasc.CoreContainer.<init> New CoreContainer -1273491225
   [junit4]   2> 83811 T297 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 83812 T297 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 83813 T297 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 83813 T297 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 83813 T297 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 83814 T297 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 83814 T297 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 83814 T297 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 83815 T297 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 83815 T297 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 83816 T297 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 83816 T297 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 83816 T297 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 83820 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 83820 T298 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 83820 T298 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 83821 T298 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 83859 T298 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 83905 T298 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 83906 T298 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 83911 T298 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 84201 T298 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 84206 T298 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 84209 T298 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 84214 T298 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 84218 T298 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 84221 T298 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 84221 T298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 84222 T298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 84222 T298 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 84222 T298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 84222 T298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 84223 T298 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 84223 T298 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 84223 T298 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/
   [junit4]   2> 84224 T298 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fa4aa6d
   [junit4]   2> 84224 T298 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001
   [junit4]   2> 84225 T298 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index/
   [junit4]   2> 84225 T298 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 84226 T298 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index
   [junit4]   2> 84227 T298 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 84228 T298 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_1,generation=1}
   [junit4]   2> 84228 T298 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84229 T298 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 84232 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 84232 T298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 84233 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 84233 T298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 84233 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 84233 T298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 84234 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 84234 T298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 84234 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 84234 T298 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 84235 T298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 84235 T298 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 84235 T298 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 84236 T298 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 84236 T298 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 84236 T298 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 84237 T298 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 84237 T298 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 84237 T298 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 84238 T298 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 84238 T298 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 84238 T298 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 84239 T298 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 84239 T298 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 84239 T298 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 84240 T298 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84240 T298 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84241 T298 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84241 T298 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84242 T298 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84242 T298 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84243 T298 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84243 T298 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 84243 T298 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 84244 T298 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 84245 T298 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 84246 T298 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 84248 T298 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 84248 T298 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 84249 T298 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8094005471773986]
   [junit4]   2> 84250 T298 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_1,generation=1}
   [junit4]   2> 84250 T298 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84250 T298 oass.SolrIndexSearcher.<init> Opening Searcher@e04ab16f[collection1] main
   [junit4]   2> 84251 T298 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 84251 T298 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 84252 T298 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 84252 T298 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 84252 T298 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 84252 T298 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 84401 T298 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 84436 T299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e04ab16f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 84444 T298 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 84446 T297 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 84449 T297 oas.SolrTestCaseJ4.setUp ###Starting testMaxTime
   [junit4]   2> ASYNC  NEW_CORE C368 name=collection1 org.apache.solr.core.SolrCore@36fae866
   [junit4]   2> 84450 T297 C368 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1469175247734308864)} 0 1
   [junit4]   2> 84454 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 84454 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 84455 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 84455 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 84493 T297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 84540 T297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 84540 T297 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 84546 T297 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 84959 T297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 84994 T297 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 84997 T297 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 85057 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 85066 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 85073 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 85073 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 85074 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 85075 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 85076 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 85076 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 85077 T297 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 85078 T297 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/
   [junit4]   2> 85079 T297 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fa4aa6d
   [junit4]   2> 85080 T297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index/
   [junit4]   2> 85081 T297 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 85094 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 85095 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 85096 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 85098 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 85108 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 85110 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 85111 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 85113 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 85113 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 85114 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 85117 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 85118 T297 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 85119 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 85120 T297 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 85121 T297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 85122 T297 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 85127 T297 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 85128 T297 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 85129 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 85134 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 85138 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 85139 T297 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 85140 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 85141 T297 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 85142 T297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 85155 T297 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85156 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85158 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85159 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85160 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85161 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85184 T297 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85187 T297 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 85188 T297 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 85189 T297 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 85191 T297 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 85194 T297 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 85216 T297 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 85218 T297 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 85233 T297 oass.SolrIndexSearcher.<init> Opening Searcher@8d7632f6[collection1] main
   [junit4]   2> 85234 T297 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 85237 T297 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 85238 T297 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 85239 T297 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 85240 T297 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 85241 T297 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 85244 T297 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 85282 T301 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8d7632f6[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 85355 T297 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 85355 T297 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 85356 T297 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 85379 T297 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=44.4326171875, floorSegmentMB=1.0390625, forceMergeDeletesPctAllowed=10.780591935453442, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5219433601853941
   [junit4]   2> 85382 T297 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_1,generation=1}
   [junit4]   2> 85382 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 85383 T297 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 85386 T297 oass.SolrIndexSearcher.<init> Opening Searcher@3c468bd[collection1] main
   [junit4]   2> 85392 T301 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c468bd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 85394 T297 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 85394 T297 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@36fae866
   [junit4]   2> 85450 T297 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 85450 T297 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 86689 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[529 (1469175250081021952)]} 0 1235
   [junit4]   2> 87689 T302 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 87695 T302 oass.SolrIndexSearcher.<init> Opening Searcher@981d5a5e[collection1] main
   [junit4]   2> 87696 T302 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 87699 T301 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@981d5a5e[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> ASYNC  NEW_CORE C369 name=collection1 org.apache.solr.core.SolrCore@883f8ec7
   [junit4]   2> 89050 T297 C369 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:529&version=2.2} hits=1 status=0 QTime=2360 
   [junit4]   2> 89099 T297 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED: xpath=//result[@numFound=0]
   [junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> 	<response>
   [junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">2360</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175250081021952</long><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><date name="timestamp">2014-05-26T14:31:42.302Z</date></doc></result>
   [junit4]   2> 	</response>
   [junit4]   2> 	
   [junit4]   2> 		request was:rows=20&qt=standard&start=0&q=id:529&version=2.2
   [junit4]   2> 89101 T297 oasc.SolrException.log ERROR REQUEST FAILED: rows=20&qt=standard&start=0&q=id:529&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> 	<response>
   [junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">2360</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175250081021952</long><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><date name="timestamp">2014-05-26T14:31:42.302Z</date></doc></result>
   [junit4]   2> 	</response>
   [junit4]   2> 	
   [junit4]   2> 		request was:rows=20&qt=standard&start=0&q=id:529&version=2.2
   [junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:712)
   [junit4]   2> 		at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:619)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> 	
   [junit4]   2> 89102 T297 oas.SolrTestCaseJ4.tearDown ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=22EDC1625D28A4D7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=America/Paramaribo -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   4.69s J0 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([22EDC1625D28A4D7:B819BC80C3B238EB]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:719)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:227)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">2360</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175250081021952</long><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><date name="timestamp">2014-05-26T14:31:42.302Z</date></doc></result>
   [junit4]    > </response>
   [junit4]    > 	request was:rows=20&qt=standard&start=0&q=id:529&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:712)
   [junit4]    > 	... 41 more
   [junit4]   2> 89147 T297 oas.SolrTestCaseJ4.setUp ###Starting testMaxDocs
   [junit4]   2> 89150 T297 C369 oass.SolrIndexSearcher.<init> Opening Searcher@798df734[collection1] realtime
   [junit4]   2> 89155 T297 C369 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1469175252661567488)} 0 7
   [junit4]   2> 89397 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 89398 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 89399 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 89399 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 89476 T297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 89567 T297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89568 T297 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 89600 T297 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 90015 T297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 90024 T297 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 90028 T297 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 90037 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90041 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 90044 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90045 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90045 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90046 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 90046 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 90047 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 90047 T297 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 90048 T297 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/
   [junit4]   2> 90048 T297 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fa4aa6d
   [junit4]   2> 90049 T297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index/
   [junit4]   2> 90049 T297 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 90055 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 90056 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 90056 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 90057 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 90057 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90058 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 90058 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 90059 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 90059 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 90060 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90060 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 90060 T297 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 90061 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 90061 T297 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 90062 T297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 90063 T297 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 90063 T297 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 90064 T297 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 90065 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 90065 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 90066 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 90067 T297 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 90067 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 90067 T297 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 90068 T297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 90069 T297 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90070 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90070 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90071 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90072 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90072 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90073 T297 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90074 T297 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 90074 T297 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 90075 T297 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 90076 T297 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 90078 T297 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 90080 T297 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 90080 T297 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 90081 T297 oass.SolrIndexSearcher.<init> Opening Searcher@6b80a83e[collection1] main
   [junit4]   2> 90082 T297 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 90082 T297 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 90083 T297 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 90083 T297 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 90084 T297 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 90084 T297 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 90086 T297 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 90098 T303 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b80a83e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 90107 T297 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 90108 T297 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 90108 T297 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 90109 T297 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_2,generation=2}
   [junit4]   2> 90110 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 90110 T297 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5081559375231061]
   [junit4]   2> 90112 T297 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_2,generation=2}
   [junit4]   2> 90113 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 90113 T297 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 90114 T297 oass.SolrIndexSearcher.<init> Opening Searcher@492901e0[collection1] main
   [junit4]   2> 90114 T297 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 90115 T297 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@883f8ec7
   [junit4]   2> 90117 T303 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@492901e0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 90125 T297 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 90126 T297 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 90244 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[0 (1469175253809758208)]} 0 116
   [junit4]   2> 90245 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[1 (1469175253811855360)]} 0 116
   [junit4]   2> 90246 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[2 (1469175253812903936)]} 0 116
   [junit4]   2> 90247 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[3 (1469175253813952512)]} 0 116
   [junit4]   2> 90248 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[4 (1469175253815001088)]} 0 116
   [junit4]   2> 90249 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[5 (1469175253816049664)]} 0 116
   [junit4]   2> 90250 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[6 (1469175253817098240)]} 0 116
   [junit4]   2> 90251 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[7 (1469175253818146816)]} 0 116
   [junit4]   2> 90252 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[8 (1469175253819195392)]} 0 116
   [junit4]   2> 90253 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[9 (1469175253820243968)]} 0 116
   [junit4]   2> 90254 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[10 (1469175253821292544)]} 0 116
   [junit4]   2> 90255 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[11 (1469175253822341120)]} 0 116
   [junit4]   2> 90256 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[12 (1469175253823389696)]} 0 116
   [junit4]   2> 90258 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[13 (1469175253824438272)]} 0 116
   [junit4]   2> ASYNC  NEW_CORE C370 name=collection1 org.apache.solr.core.SolrCore@b71184fa
   [junit4]   2> 90265 T297 C370 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:1&version=2.2} hits=0 status=0 QTime=6 
   [junit4]   2> 90268 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[14 (1469175253835972608)]} 0 116
   [junit4]   2> 90269 T304 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 90276 T304 oass.SolrIndexSearcher.<init> Opening Searcher@6fcf431a[collection1] main
   [junit4]   2> 90277 T304 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 90279 T303 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6fcf431a[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c15))}
   [junit4]   2> 90521 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[15 (1469175254100213760)]} 0 116
   [junit4]   2> 90523 T297 C370 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:14&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 90527 T297 C370 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:15&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 90529 T297 oas.SolrTestCaseJ4.tearDown ###Ending testMaxDocs
   [junit4]   2> 90535 T297 oas.SolrTestCaseJ4.setUp ###Starting testCommitWithin
   [junit4]   2> 90540 T297 C370 oass.SolrIndexSearcher.<init> Opening Searcher@171408b5[collection1] realtime
   [junit4]   2> 90541 T297 C370 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1469175254115942400)} 0 6
   [junit4]   2> 90543 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 90544 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 90545 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 90545 T297 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 90603 T297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 90684 T297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 90685 T297 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 90694 T297 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 91038 T297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 91045 T297 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 91048 T297 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 91054 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 91058 T297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 91062 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 91062 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 91063 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 91063 T297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 91064 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 91064 T297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 91065 T297 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 91065 T297 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/
   [junit4]   2> 91066 T297 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fa4aa6d
   [junit4]   2> 91067 T297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index/
   [junit4]   2> 91067 T297 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 91071 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 91072 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 91072 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 91072 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 91073 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 91073 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 91074 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 91074 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 91074 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 91075 T297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 91075 T297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 91076 T297 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 91076 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 91076 T297 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 91077 T297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 91078 T297 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 91079 T297 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 91080 T297 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 91081 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 91082 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 91083 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 91084 T297 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 91084 T297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 91085 T297 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 91086 T297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 91087 T297 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91088 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91089 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91089 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91090 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91091 T297 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91092 T297 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91093 T297 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 91094 T297 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 91095 T297 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 91097 T297 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 91098 T297 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 91100 T297 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 91100 T297 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 91101 T297 oass.SolrIndexSearcher.<init> Opening Searcher@c1ba6a37[collection1] main
   [junit4]   2> 91101 T297 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 91102 T297 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 91102 T297 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 91103 T297 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 91103 T297 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 91103 T297 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 91104 T297 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 91117 T305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1ba6a37[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 91122 T297 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 91122 T297 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 91123 T297 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 91124 T297 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_3,generation=3}
   [junit4]   2> 91124 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 91125 T297 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15059631850862829]
   [junit4]   2> 91126 T297 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_3,generation=3}
   [junit4]   2> 91127 T297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 91128 T297 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 91128 T297 oass.SolrIndexSearcher.<init> Opening Searcher@943fbba2[collection1] main
   [junit4]   2> 91129 T297 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 91130 T297 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b71184fa
   [junit4]   2> 91131 T305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@943fbba2[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 91140 T297 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 91141 T297 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 91146 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[529 (1469175254754525184)]} 0 3
   [junit4]   2> ASYNC  NEW_CORE C371 name=collection1 org.apache.solr.core.SolrCore@cf85bc7d
   [junit4]   2> 91147 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:529&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 95146 T306 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 95150 T306 oass.SolrIndexSearcher.<init> Opening Searcher@96a2a2a[collection1] main
   [junit4]   2> 95150 T306 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 95152 T305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@96a2a2a[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c1))}
   [junit4]   2> 95154 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[530 (1469175258958266368)]} 0 3
   [junit4]   2> 95155 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:530&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 95157 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[529 (-1469175258962460672)]} 0 3
   [junit4]   2> 95157 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:529&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 96157 T306 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 96160 T306 oass.SolrIndexSearcher.<init> Opening Searcher@a5be41b9[collection1] main
   [junit4]   2> 96161 T306 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 96162 T305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a5be41b9[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c1))}
   [junit4]   2> 96409 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:529&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 96412 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:530&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 96415 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260280520704)]} 0 3
   [junit4]   2> 96416 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260282617856)]} 0 3
   [junit4]   2> 96418 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260284715008)]} 0 3
   [junit4]   2> 96419 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260285763584)]} 0 3
   [junit4]   2> 96420 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260286812160)]} 0 3
   [junit4]   2> 96420 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260286812161)]} 0 3
   [junit4]   2> 96421 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260287860736)]} 0 3
   [junit4]   2> 96421 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260287860737)]} 0 3
   [junit4]   2> 96422 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260288909312)]} 0 3
   [junit4]   2> 96423 T297 oasup.LogUpdateProcessor.finish [collection1] {add=[500 (1469175260288909313)]} 0 3
   [junit4]   2> 96423 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:500&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 96425 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260292055040)]} 0 3
   [junit4]   2> 96426 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260292055041)]} 0 3
   [junit4]   2> 96426 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260293103616)]} 0 3
   [junit4]   2> 96427 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260294152192)]} 0 3
   [junit4]   2> 96427 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260294152193)]} 0 3
   [junit4]   2> 96428 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260295200768)]} 0 3
   [junit4]   2> 96428 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260295200769)]} 0 3
   [junit4]   2> 96429 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260296249344)]} 0 3
   [junit4]   2> 96429 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260296249345)]} 0 3
   [junit4]   2> 96430 T297 oasup.LogUpdateProcessor.finish [collection1] {delete=[530 (-1469175260297297920)]} 0 3
   [junit4]   2> 96430 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:530&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 97425 T306 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 97429 T306 oass.SolrIndexSearcher.<init> Opening Searcher@bbd648f7[collection1] main
   [junit4]   2> 97429 T306 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 97431 T305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bbd648f7[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):c10/9:delGen=1))}
   [junit4]   2> 97432 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:500&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 97434 T297 C371 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&qt=standard&start=0&q=id:530&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 97435 T297 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin
   [junit4]   2> 97437 T297 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 97437 T297 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1273491225
   [junit4]   2> 97438 T297 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cf85bc7d
   [junit4]   2> 97449 T297 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 97449 T297 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 97449 T297 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 97450 T297 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 97450 T297 C371 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 97451 T297 C371 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6da717bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c0120fe)),segFN=segments_4,generation=4}
   [junit4]   2> 97451 T297 C371 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 97452 T297 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 97452 T297 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 97452 T297 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001;done=false>>]
   [junit4]   2> 97453 T297 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001
   [junit4]   2> 97453 T297 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 97453 T297 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.update.AutoCommitTest-22EDC1625D28A4D7-001
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=ru, timezone=America/Paramaribo
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=18635424,total=113573888
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesTest, LukeRequestHandlerTest, DistributedQueryComponentOptimizationTest, TestImplicitCoreProperties, TestSurroundQueryParser, HdfsChaosMonkeySafeLeaderTest, TestFieldResource, TestFastLRUCache, MultiThreadedOCPTest, TestSolrQueryParserDefaultOperatorResource, DirectUpdateHandlerOptimizeTest, TestCollationFieldDocValues, TestNRTOpen, OverseerCollectionProcessorTest, LoggingHandlerTest, ParsingFieldUpdateProcessorsTest, TimeZoneUtilsTest, TestClassNameShortening, SliceStateUpdateTest, UnloadDistributedZkTest, TestCharFilters, TestShortCircuitedRequests, TestStressVersions, TestComplexPhraseQParserPlugin, TestReloadAndDeleteDocs, TestElisionMultitermQuery, FileBasedSpellCheckerTest, TestInitQParser, AutoCommitTest]
   [junit4] Completed on J0 in 14.33s, 3 tests, 1 error <<< FAILURES!

[...truncated 434 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001
   [junit4]   2> 304722 T954 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 304722 T954 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 304723 T954 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 304723 T954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 304724 T954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 304724 T954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [

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

e.java:42)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> 	
   [junit4]   2> 309376 T954 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=22EDC1625D28A4D7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_LU_PREEURO -Dtests.timezone=SystemV/HST10 -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.65s J1 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([22EDC1625D28A4D7:983FAE1ADE064AC2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:719)
   [junit4]    > 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:79)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=0]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">3137</int></lst><result name="response" numFound="1" start="0"><doc><int name="id">529</int><arr name="range_facet_l"><long>529</long></arr><arr name="field_t"><str>what's inside?</str></arr><arr name="subject"><str>info</str></arr><long name="_version_">1469175480316854272</long><arr name="multiDefault"><str>muLti-Default</str></arr><int name="intDefault">42</int><date name="timestamp">2014-05-26T14:35:21.872Z</date></doc></result>
   [junit4]    > </response>
   [junit4]    > 	request was:start=0&rows=20&q=id:529&version=2.2&qt=standard
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:712)
   [junit4]    > 	... 41 more
   [junit4]   2> 309390 T954 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 309391 T954 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1307403051
   [junit4]   2> 309391 T954 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c7d3e55
   [junit4]   2> 309400 T954 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=1,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=151,transaction_logs_total_number=1}
   [junit4]   2> 309400 T954 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 309401 T954 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 309401 T954 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 309402 T954 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 309402 T954 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 309402 T954 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 309403 T954 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001/index
   [junit4]   2> 309403 T954 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001;done=false>>]
   [junit4]   2> 309403 T954 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.update.HardAutoCommitTest-22EDC1625D28A4D7-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=243), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=243)), sim=DefaultSimilarity, locale=de_LU_PREEURO, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=30331848,total=106823680
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParserResource, BlockCacheTest, TestLMDirichletSimilarityFactory, LeaderElectionIntegrationTest, TestDistributedGrouping, TestSearcherReuse, TestCSVLoader, NotRequiredUniqueKeyTest, TestSolrCoreProperties, PingRequestHandlerTest, TestStressLucene, TestSolrXmlPersistence, TestPhraseSuggestions, AddBlockUpdateTest, TestRecovery, TestDocBasedVersionConstraints, TestManagedResource, UniqFieldsUpdateProcessorFactoryTest, HttpPartitionTest, TestCustomSort, IndexBasedSpellCheckerTest, TestBinaryField, NoCacheHeaderTest, TestAddFieldRealTimeGet, TestRTGBase, RequestHandlersTest, TestSolr4Spatial, CustomCollectionTest, TestAnalyzeInfixSuggestions, DefaultValueUpdateProcessorTest, DistributedDebugComponentTest, FieldFacetExtrasTest, AssignTest, ResponseHeaderTest, ChangedSchemaMergeTest, TestBinaryResponseWriter, DocumentAnalysisRequestHandlerTest, TestManagedSynonymFilterFactory, TestSolrJ, ResourceLoaderTest, AbstractAnalyticsStatsTest, DebugComponentTest, LegacyHTMLStripCharFilterTest, TestAtomicUpdateErrorCases, TestSolrXml, StandardRequestHandlerTest, TestMultiCoreConfBootstrap, TestSolrDeletionPolicy2, TestDFRSimilarityFactory, TestSchemaSimilarityResource, CoreMergeIndexesAdminHandlerTest, TestSolrXMLSerializer, TestReload, TestXIncludeConfig, TestAnalyzedSuggestions, XsltUpdateRequestHandlerTest, TestCoreDiscovery, SystemInfoHandlerTest, RemoteQueryErrorTest, TestLRUCache, TestArbitraryIndexDir, HdfsBasicDistributedZkTest, TestShardHandlerFactory, ZkNodePropsTest, BasicZkTest, TestStressRecovery, TestSweetSpotSimilarityFactory, HdfsSyncSliceTest, TestRangeQuery, ZkSolrClientTest, IndexSchemaRuntimeFieldTest, RangeFacetTest, DOMUtilTest, TestManagedStopFilterFactory, TestCloudInspectUtil, HardAutoCommitTest]
   [junit4] Completed on J1 in 4.70s, 1 test, 1 error <<< FAILURES!

[...truncated 671 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:460: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 2 errors, 94 ignored (15 assumptions)

Total time: 48 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure