You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/10/26 04:11:17 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1708 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1708/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:63901/collection1 Dead Guy:http://127.0.0.1:63894/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:63897/collection1], CloudJettyRunner [url=http://127.0.0.1:63897/collection1]]

Stack Trace:
java.lang.AssertionError: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:63901/collection1 Dead Guy:http://127.0.0.1:63894/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:63897/collection1], CloudJettyRunner [url=http://127.0.0.1:63897/collection1]]
	at __randomizedtesting.SeedInfo.seed([7410C30B87ACA140:F5F64D13F0F3C17C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:216)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 9814 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 179965 T369 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 179971 T369 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1382751008011
   [junit4]   2> 179983 T369 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 179995 T370 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 180298 T369 oasc.ZkTestServer.run start zk server on port:15890
   [junit4]   2> 180573 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 180629 T371 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 182357 T375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@330b425b name:ZooKeeperConnection Watcher:127.0.0.1:15890 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182357 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 182364 T369 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 182457 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 182460 T378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ab287b4 name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182460 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 182466 T369 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 182471 T369 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 182476 T369 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 182479 T369 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 182484 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 182485 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 182498 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 182499 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 182604 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 182605 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 182610 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 182610 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 182615 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 182615 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 182620 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 182620 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 182625 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 182626 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 182631 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 182631 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 182635 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 182636 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 182640 T369 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 182641 T369 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 182951 T369 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 182956 T369 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63890
   [junit4]   2> 182957 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 182958 T369 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 182958 T369 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684
   [junit4]   2> 182959 T369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/'
   [junit4]   2> 182998 T369 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/solr.xml
   [junit4]   2> 183091 T369 oasc.CoreContainer.<init> New CoreContainer 1685780906
   [junit4]   2> 183092 T369 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/]
   [junit4]   2> 183094 T369 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 183095 T369 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 183095 T369 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 183096 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 183096 T369 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 183096 T369 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 183097 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 183097 T369 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 183098 T369 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 183105 T369 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 183105 T369 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 183106 T369 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15890/solr
   [junit4]   2> 183137 T369 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 183139 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 183143 T389 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a735b5d name:ZooKeeperConnection Watcher:127.0.0.1:15890 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 183143 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 183169 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 183172 T391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b53e584 name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 183172 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 183189 T369 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 183210 T369 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 183235 T369 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 183238 T369 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63890_
   [junit4]   2> 183251 T369 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63890_
   [junit4]   2> 183257 T369 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 183290 T369 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 183294 T369 oasc.Overseer.start Overseer (id=90619970090958851-127.0.0.1:63890_-n_0000000000) starting
   [junit4]   2> 183347 T369 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 183375 T393 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 183376 T369 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 183380 T369 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 183383 T369 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 183420 T392 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 183446 T394 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 183446 T394 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 183449 T394 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 184933 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 184940 T392 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:63890",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63890_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 184940 T392 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 184974 T392 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 185007 T391 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> 185451 T394 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 185451 T394 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/collection1
   [junit4]   2> 185452 T394 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 185453 T394 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 185453 T394 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 185455 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/collection1/'
   [junit4]   2> 185457 T394 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/collection1/lib/README' to classloader
   [junit4]   2> 185458 T394 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/collection1/lib/classes/' to classloader
   [junit4]   2> 185568 T394 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 185630 T394 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 185732 T394 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 185744 T394 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 186429 T394 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 186429 T394 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 186430 T394 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 186444 T394 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 186449 T394 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 186469 T394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 186475 T394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 186481 T394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 186483 T394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 186483 T394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 186484 T394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 186485 T394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 186485 T394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 186486 T394 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186486 T394 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1382751010684/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1382751008010/control/data/
   [junit4]   2> 186487 T394 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5878bda2
   [junit4]   2> 186488 T394 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/control/data
   [junit4]   2> 186488 T394 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1382751008010/control/data/index/
   [junit4]   2> 186488 T394 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1382751008010/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186489 T394 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/control/data/index
   [junit4]   2> 186489 T394 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 186490 T394 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5cea091f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6be06a2f),segFN=segments_1,generation=1}
   [junit4]   2> 186490 T394 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 186495 T394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 186495 T394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 186496 T394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 186496 T394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 186496 T394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 186497 T394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 186497 T394 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 186498 T394 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 186498 T394 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 186499 T394 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 186499 T394 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 186500 T394 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 186500 T394 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 186501 T394 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 186501 T394 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 186518 T394 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 186536 T394 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 186536 T394 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 186537 T394 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19069020646810797]
   [junit4]   2> 186538 T394 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5cea091f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6be06a2f),segFN=segments_1,generation=1}
   [junit4]   2> 186538 T394 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 186539 T394 oass.SolrIndexSearcher.<init> Opening Searcher@30b8b99f main
   [junit4]   2> 186543 T395 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30b8b99f main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 186545 T394 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 186545 T394 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63890 collection:control_collection shard:shard1
   [junit4]   2> 186567 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 186600 T394 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 186604 T394 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 186605 T394 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 186611 T394 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63890/collection1/
   [junit4]   2> 186612 T394 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 186612 T394 oasc.SyncStrategy.syncToMe http://127.0.0.1:63890/collection1/ has no replicas
   [junit4]   2> 186612 T394 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63890/collection1/ shard1
   [junit4]   2> 186612 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 188017 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 188041 T391 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> 188102 T394 oasc.ZkController.register We are http://127.0.0.1:63890/collection1/ and leader is http://127.0.0.1:63890/collection1/
   [junit4]   2> 188102 T394 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63890
   [junit4]   2> 188102 T394 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 188102 T394 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 188103 T394 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 188106 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 188107 T369 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 188108 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 188149 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 188152 T398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ab06063 name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 188152 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 188154 T369 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 188161 T369 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 188475 T369 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 188478 T369 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63894
   [junit4]   2> 188478 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 188479 T369 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188479 T369 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199
   [junit4]   2> 188480 T369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/'
   [junit4]   2> 188521 T369 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/solr.xml
   [junit4]   2> 188615 T369 oasc.CoreContainer.<init> New CoreContainer 1846276472
   [junit4]   2> 188616 T369 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/]
   [junit4]   2> 188618 T369 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 188618 T369 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 188619 T369 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 188619 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 188619 T369 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 188620 T369 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 188620 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 188621 T369 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 188621 T369 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 188629 T369 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 188629 T369 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 188630 T369 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15890/solr
   [junit4]   2> 188630 T369 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 188631 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 188635 T409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e4b2d80 name:ZooKeeperConnection Watcher:127.0.0.1:15890 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 188635 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 188649 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 188652 T411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@271fedd name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 188652 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 188658 T369 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 189556 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 189557 T392 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:63890",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63890_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 189594 T391 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> 189594 T411 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> 189594 T398 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> 189664 T369 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63894_
   [junit4]   2> 189708 T369 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63894_
   [junit4]   2> 189736 T398 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 189736 T391 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 189736 T411 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 189753 T412 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 189754 T412 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 189756 T412 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 191104 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 191105 T392 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:63894",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63894_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 191105 T392 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 191106 T392 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 191113 T391 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> 191113 T411 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> 191113 T398 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> 191758 T412 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 191758 T412 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/collection1
   [junit4]   2> 191758 T412 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 191759 T412 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 191759 T412 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 191761 T412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/collection1/'
   [junit4]   2> 191762 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/collection1/lib/README' to classloader
   [junit4]   2> 191762 T412 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/collection1/lib/classes/' to classloader
   [junit4]   2> 191809 T412 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 191854 T412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 191955 T412 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 191964 T412 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 192437 T412 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 192437 T412 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 192438 T412 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 192447 T412 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 192450 T412 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 192466 T412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 192470 T412 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 192474 T412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 192475 T412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 192476 T412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 192476 T412 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 192477 T412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 192477 T412 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 192478 T412 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 192478 T412 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.SyncSliceTest-jetty1-1382751016199/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty1/
   [junit4]   2> 192478 T412 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5878bda2
   [junit4]   2> 192479 T412 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty1
   [junit4]   2> 192479 T412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty1/index/
   [junit4]   2> 192479 T412 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 192479 T412 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty1/index
   [junit4]   2> 192480 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 192481 T412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55c2445c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@562a84cd),segFN=segments_1,generation=1}
   [junit4]   2> 192481 T412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 192485 T412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 192485 T412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 192486 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 192486 T412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 192486 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 192486 T412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 192487 T412 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 192487 T412 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 192487 T412 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 192488 T412 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 192488 T412 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 192489 T412 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 192489 T412 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 192489 T412 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 192490 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 192503 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 192507 T412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 192507 T412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 192508 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19069020646810797]
   [junit4]   2> 192509 T412 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55c2445c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@562a84cd),segFN=segments_1,generation=1}
   [junit4]   2> 192509 T412 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 192509 T412 oass.SolrIndexSearcher.<init> Opening Searcher@3f00ae1f main
   [junit4]   2> 192513 T413 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f00ae1f main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 192515 T412 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 192515 T412 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63894 collection:collection1 shard:shard1
   [junit4]   2> 192517 T412 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 192536 T412 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 192539 T412 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 192539 T412 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 192539 T412 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63894/collection1/
   [junit4]   2> 192540 T412 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 192540 T412 oasc.SyncStrategy.syncToMe http://127.0.0.1:63894/collection1/ has no replicas
   [junit4]   2> 192540 T412 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63894/collection1/ shard1
   [junit4]   2> 192540 T412 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 192620 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 192629 T391 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> 192629 T398 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> 192629 T411 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> 192650 T412 oasc.ZkController.register We are http://127.0.0.1:63894/collection1/ and leader is http://127.0.0.1:63894/collection1/
   [junit4]   2> 192650 T412 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63894
   [junit4]   2> 192650 T412 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 192650 T412 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 192650 T412 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 192653 T412 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 192654 T369 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 192654 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 192849 T369 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 192851 T369 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63897
   [junit4]   2> 192852 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 192852 T369 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 192853 T369 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693
   [junit4]   2> 192853 T369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/'
   [junit4]   2> 192878 T369 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/solr.xml
   [junit4]   2> 192950 T369 oasc.CoreContainer.<init> New CoreContainer 1994754468
   [junit4]   2> 192950 T369 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/]
   [junit4]   2> 192952 T369 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 192952 T369 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 192952 T369 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 192953 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 192953 T369 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 192953 T369 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 192954 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 192954 T369 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 192954 T369 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 192959 T369 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 192959 T369 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 192959 T369 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15890/solr
   [junit4]   2> 192960 T369 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 192961 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 192965 T425 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f1e9ff8 name:ZooKeeperConnection Watcher:127.0.0.1:15890 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 192966 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 192982 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 192984 T427 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38e3dfd2 name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 192984 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 192996 T369 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 194000 T369 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63897_
   [junit4]   2> 194004 T369 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63897_
   [junit4]   2> 194008 T411 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 194008 T398 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 194008 T427 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 194008 T391 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 194029 T428 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 194029 T428 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 194031 T428 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 194138 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 194139 T392 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:63894",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63894_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 194146 T392 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:63897",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63897_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 194146 T392 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 194146 T392 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 194159 T391 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> 194159 T427 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> 194159 T411 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> 194159 T398 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> 195032 T428 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 195032 T428 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/collection1
   [junit4]   2> 195032 T428 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 195034 T428 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 195034 T428 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 195036 T428 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/collection1/'
   [junit4]   2> 195038 T428 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/collection1/lib/README' to classloader
   [junit4]   2> 195038 T428 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/collection1/lib/classes/' to classloader
   [junit4]   2> 195105 T428 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 195170 T428 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 195272 T428 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 195281 T428 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 195753 T428 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 195754 T428 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 195755 T428 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 195764 T428 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 195767 T428 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 195782 T428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 195786 T428 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 195791 T428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 195792 T428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 195793 T428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 195793 T428 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 195794 T428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 195795 T428 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 195795 T428 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 195795 T428 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1382751020693/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty2/
   [junit4]   2> 195795 T428 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5878bda2
   [junit4]   2> 195796 T428 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty2
   [junit4]   2> 195797 T428 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty2/index/
   [junit4]   2> 195797 T428 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 195797 T428 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty2/index
   [junit4]   2> 195797 T428 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 195798 T428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@636d2b03 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab50624),segFN=segments_1,generation=1}
   [junit4]   2> 195798 T428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 195803 T428 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 195803 T428 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 195803 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 195803 T428 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 195804 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 195804 T428 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 195804 T428 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 195805 T428 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 195805 T428 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 195805 T428 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 195806 T428 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 195806 T428 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 195806 T428 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 195807 T428 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 195807 T428 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 195818 T428 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 195822 T428 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 195822 T428 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 195823 T428 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19069020646810797]
   [junit4]   2> 195824 T428 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@636d2b03 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ab50624),segFN=segments_1,generation=1}
   [junit4]   2> 195824 T428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 195824 T428 oass.SolrIndexSearcher.<init> Opening Searcher@7897c6c1 main
   [junit4]   2> 195828 T429 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7897c6c1 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 195830 T428 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 195831 T428 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63897 collection:collection1 shard:shard1
   [junit4]   2> 195835 T428 oasc.ZkController.register We are http://127.0.0.1:63897/collection1/ and leader is http://127.0.0.1:63894/collection1/
   [junit4]   2> 195835 T428 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63897
   [junit4]   2> 195835 T428 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 195836 T428 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C155 name=collection1 org.apache.solr.core.SolrCore@2bf6645c url=http://127.0.0.1:63897/collection1 node=127.0.0.1:63897_ C155_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:63897, core=collection1, node_name=127.0.0.1:63897_}
   [junit4]   2> 195841 T430 C155 P63897 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 195842 T430 C155 P63897 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 195842 T428 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 195842 T430 C155 P63897 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 195842 T430 C155 P63897 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 195843 T369 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 195843 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 195862 T401 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 196049 T369 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 196051 T369 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63901
   [junit4]   2> 196052 T369 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 196052 T369 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 196053 T369 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882
   [junit4]   2> 196053 T369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/'
   [junit4]   2> 196080 T369 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/solr.xml
   [junit4]   2> 196142 T369 oasc.CoreContainer.<init> New CoreContainer 1188389840
   [junit4]   2> 196143 T369 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/]
   [junit4]   2> 196144 T369 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 196144 T369 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 196145 T369 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 196145 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 196145 T369 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 196145 T369 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 196146 T369 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 196146 T369 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 196146 T369 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 196152 T369 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 196152 T369 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 196153 T369 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15890/solr
   [junit4]   2> 196153 T369 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 196154 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 196157 T442 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79270ae7 name:ZooKeeperConnection Watcher:127.0.0.1:15890 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 196158 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 196161 T369 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 196171 T444 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23cf08ee name:ZooKeeperConnection Watcher:127.0.0.1:15890/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 196172 T369 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 196178 T369 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 197174 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 197175 T392 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:63897",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63897_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 197184 T369 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63901_
   [junit4]   2> 197186 T369 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63901_
   [junit4]   2> 197194 T391 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> 197194 T398 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> 197194 T444 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> 197194 T427 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> 197194 T411 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> 197197 T444 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 197198 T398 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 197198 T411 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 197199 T427 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 197200 T391 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 197227 T445 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 197227 T445 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 197229 T445 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 197864 T401 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
   [junit4]   2> 197864 T401 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node2&state=recovering&nodeName=127.0.0.1:63897_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2007 
   [junit4]   2> 198703 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 198704 T392 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:63901",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63901_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node3"}
   [junit4]   2> 198704 T392 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 198704 T392 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 198719 T391 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 198719 T398 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 198719 T444 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 198719 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 198719 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 199231 T445 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 199231 T445 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/collection1
   [junit4]   2> 199231 T445 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 199233 T445 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 199233 T445 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 199234 T445 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/collection1/'
   [junit4]   2> 199236 T445 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/collection1/lib/README' to classloader
   [junit4]   2> 199236 T445 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/collection1/lib/classes/' to classloader
   [junit4]   2> 199307 T445 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 199378 T445 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 199480 T445 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 199492 T445 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> ASYNC  NEW_CORE C156 name=collection1 org.apache.solr.core.SolrCore@2bf6645c url=http://127.0.0.1:63897/collection1 node=127.0.0.1:63897_ C156_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=http://127.0.0.1:63897, core=collection1, node_name=127.0.0.1:63897_}
   [junit4]   2> 199866 T430 C156 P63897 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:63894/collection1/ core=collection1 - recoveringAfterStartup=true
   [junit4]   2> 199894 T430 C156 P63897 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:63897 START replicas=[http://127.0.0.1:63894/collection1/] nUpdates=100
   [junit4]   2> 199895 T430 C156 P63897 oasu.PeerSync.sync WARN no frame of reference to tell if we've missed updates
   [junit4]   2> 199895 T430 C156 P63897 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
   [junit4]   2> 199896 T430 C156 P63897 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
   [junit4]   2> 199896 T430 C156 P63897 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
   [junit4]   2> 199896 T430 C156 P63897 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 199896 T430 C156 P63897 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:63894/collection1/. core=collection1
   [junit4]   2> ASYNC  NEW_CORE C157 name=collection1 org.apache.solr.core.SolrCore@7015aa39 url=http://127.0.0.1:63894/collection1 node=127.0.0.1:63894_ C157_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:63894, core=collection1, node_name=127.0.0.1:63894_, leader=true}
   [junit4]   2> 199905 T402 C157 P63894 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> 199945 T403 C157 P63894 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 199946 T403 C157 P63894 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 199947 T403 C157 P63894 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 199947 T403 C157 P63894 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 39
   [junit4]   2> ASYNC  NEW_CORE C158 name=collection1 org.apache.solr.core.SolrCore@2bf6645c url=http://127.0.0.1:63897/collection1 node=127.0.0.1:63897_ C158_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=http://127.0.0.1:63897, core=collection1, node_name=127.0.0.1:63897_}
   [junit4]   2> 200018 T430 C158 P63897 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 200032 T430 C158 P63897 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> ASYNC  NEW_CORE C159 name=collection1 org.apache.solr.core.SolrCore@7015aa39 url=http://127.0.0.1:63894/collection1 node=127.0.0.1:63894_ C159_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:63894, core=collection1, node_name=127.0.0.1:63894_, leader=true}
   [junit4]   2> 200034 T404 C159 P63894 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 200035 T404 C159 P63894 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 200036 T430 C158 P63897 oasc.RecoveryStrategy.replay No replay needed. core=collection1
   [junit4]   2> 200036 T430 C158 P63897 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
   [junit4]   2> 200036 T430 C158 P63897 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 200037 T430 C158 P63897 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 200066 T430 C158 P63897 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
   [junit4]   2> 200205 T445 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 200206 T445 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 200206 T445 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 200216 T445 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 200219 T445 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 200225 T392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 200226 T392 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:63897",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63897_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 200266 T391 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 200266 T427 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 200266 T398 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 200266 T444 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 200266 T411 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 200273 T445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 200293 T445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 200298 T445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 200300 T445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 200300 T445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 200300 T445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 200302 T445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 200302 T445 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 200302 T445 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 200303 T445 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.SyncSliceTest-jetty3-1382751023882/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty3/
   [junit4]   2> 200303 T445 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5878bda2
   [junit4]   2> 200304 T445 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty3
   [junit4]   2> 200304 T445 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty3/index/
   [junit4]   2> 200305 T445 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 200305 T445 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1382751008010/jetty3/index
   [junit4]   2> 200306 T445 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 200307 T445 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@21643b7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44ccd31d),segFN=segments_1,generation=1}
   [junit4]   2> 200307 T445 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 200313 T445 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 200314 T445 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 200314 T445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 200314 T445 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 200315 T445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 200315 T445 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 200316 T445 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 200316 T445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 200316 T445 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 200317 T445 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 200318 T445 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 200318 T445 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 200325 T445 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 200326 T445 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 200327 T445 oasc.RequestHandlers.initHandlersFromConfig crea

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

 [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "collection1":{
   [junit4]   1>           "shards":{"shard1":{
   [junit4]   1>               "range":"80000000-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{
   [junit4]   1>                 "core_node1":{
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "base_url":"http://127.0.0.1:63894",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "node_name":"127.0.0.1:63894_"},
   [junit4]   1>                 "core_node2":{
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "base_url":"http://127.0.0.1:63897",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "node_name":"127.0.0.1:63897_"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "base_url":"http://127.0.0.1:63901",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "node_name":"127.0.0.1:63901_",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node4":{
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "base_url":"http://127.0.0.1:63908",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "node_name":"127.0.0.1:63908_"}}}},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "router":{"name":"compositeId"},
   [junit4]   1>           "replicationFactor":"1"},
   [junit4]   1>         "control_collection":{
   [junit4]   1>           "shards":{"shard1":{
   [junit4]   1>               "range":"80000000-7fffffff",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "replicas":{"core_node1":{
   [junit4]   1>                   "state":"active",
   [junit4]   1>                   "base_url":"http://127.0.0.1:63890",
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "node_name":"127.0.0.1:63890_",
   [junit4]   1>                   "leader":"true"}}}},
   [junit4]   1>           "maxShardsPerNode":"1",
   [junit4]   1>           "router":{"name":"compositeId"},
   [junit4]   1>           "replicationFactor":"1"}}
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>   /solr/live_nodes (5)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:63897_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:63890_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:63894_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:63908_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:63901_ (0)
   [junit4]   1>   /solr/overseer (3)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>    /solr/overseer/queue-work (0)
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>   /solr/collections (2)
   [junit4]   1>    /solr/collections/collection1 (3)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/collection1/shards (0)
   [junit4]   1>     /solr/collections/collection1/leader_elect (1)
   [junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (4)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/90619970090958858-core_node3-n_0000000002 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/90619970090958860-core_node4-n_0000000003 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/90619970090958862-core_node1-n_0000000005 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/90619970090958856-core_node2-n_0000000004 (0)
   [junit4]   1>     /solr/collections/collection1/leaders (1)
   [junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
   [junit4]   1>      DATA:
   [junit4]   1>          {
   [junit4]   1>            "core":"collection1",
   [junit4]   1>            "node_name":"127.0.0.1:63901_",
   [junit4]   1>            "base_url":"http://127.0.0.1:63901"}
   [junit4]   1>    /solr/collections/control_collection (3)
   [junit4]   1>    DATA:
   [junit4]   1>        {"configName":"conf1"}
   [junit4]   1>     /solr/collections/control_collection/shards (0)
   [junit4]   1>     /solr/collections/control_collection/leader_elect (1)
   [junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
   [junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/90619970090958851-core_node1-n_0000000000 (0)
   [junit4]   1>     /solr/collections/control_collection/leaders (1)
   [junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
   [junit4]   1>      DATA:
   [junit4]   1>          {
   [junit4]   1>            "core":"collection1",
   [junit4]   1>            "node_name":"127.0.0.1:63890_",
   [junit4]   1>            "base_url":"http://127.0.0.1:63890"}
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/election (5)
   [junit4]   1>     /solr/overseer_elect/election/90619970090958862-127.0.0.1:63894_-n_0000000005 (0)
   [junit4]   1>     /solr/overseer_elect/election/90619970090958856-127.0.0.1:63897_-n_0000000002 (0)
   [junit4]   1>     /solr/overseer_elect/election/90619970090958851-127.0.0.1:63890_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/90619970090958860-127.0.0.1:63908_-n_0000000004 (0)
   [junit4]   1>     /solr/overseer_elect/election/90619970090958858-127.0.0.1:63901_-n_0000000003 (0)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"90619970090958851-127.0.0.1:63890_-n_0000000000"}
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=testDistribSearch -Dtests.seed=7410C30B87ACA140 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=America/Los_Angeles -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  115s J1 | SyncSliceTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:63901/collection1 Dead Guy:http://127.0.0.1:63894/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:63897/collection1], CloudJettyRunner [url=http://127.0.0.1:63897/collection1]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7410C30B87ACA140:F5F64D13F0F3C17C]:0)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:216)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 295388 T369 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 115429 T368 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 295395 T444 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 296491 T462 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_SA, timezone=America/Los_Angeles
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=117673032,total=178257920
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedGrouping, DateFieldTest, InfoHandlerTest, MBeansHandlerTest, PingRequestHandlerTest, HighlighterConfigTest, TestTrie, EchoParamsTest, TestFastWriter, TestSurroundQueryParser, CacheHeaderTest, CurrencyFieldXmlFileTest, QueryResultKeyTest, QueryEqualityTest, BlockCacheTest, TestSolrQueryParserResource, TestDocumentBuilder, DirectSolrConnectionTest, TermsComponentTest, TestGroupingSearch, TestRecovery, CachingDirectoryFactoryTest, TestFastOutputStream, TestSweetSpotSimilarityFactory, CoreContainerCoreInitFailuresTest, SyncSliceTest]
   [junit4] Completed on J1 in 116.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 912 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:408: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:483: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1263: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:906: There were test failures: 328 suites, 1455 tests, 1 failure, 36 ignored (7 assumptions)

Total time: 66 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure