Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2208/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:57649/nfuz/r Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:57649/nfuz/r at __randomizedtesting.SeedInfo.seed([BE31E1DFC1571C6:83B721C752E91C3E]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220) at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:497) at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:131) at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:83) 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:1627) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466) ... 47 more Build Log: [...truncated 10138 lines...] [junit4] Suite: org.apache.solr.cloud.ShardSplitTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/init-core-data-001 [junit4] 2> 957330 T4525 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /nfuz/r [junit4] 2> 957340 T4525 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 2> 957341 T4526 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 957341 T4526 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 957442 T4525 oasc.ZkTestServer.run start zk server on port:57617 [junit4] 2> 957477 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 957484 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml [junit4] 2> 957489 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 957494 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 957498 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 957503 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 957508 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 957513 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 957518 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 957522 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 957527 T4525 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 958002 T4525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1 [junit4] 2> 958005 T4525 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 958009 T4525 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@783c6ca{/nfuz/r,null,AVAILABLE} [junit4] 2> 958010 T4525 oejs.AbstractConnector.doStart Started ServerConnector@5c6ffba0{HTTP/1.1}{127.0.0.1:57624} [junit4] 2> 958010 T4525 oejs.Server.doStart Started @961305ms [junit4] 2> 958010 T4525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=57624, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/tempDir-001/control/data, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores, hostContext=/nfuz/r} [junit4] 2> 958010 T4525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@42293b53 [junit4] 2> 958011 T4525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/' [junit4] 2> 958042 T4525 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/solr.xml [junit4] 2> 958184 T4525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores [junit4] 2> 958185 T4525 oasc.CoreContainer.<init> New CoreContainer 521754719 [junit4] 2> 958185 T4525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/] [junit4] 2> 958186 T4525 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/lib [junit4] 2> 958186 T4525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/lib). [junit4] 2> 958196 T4525 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 958199 T4525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 958199 T4525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 958199 T4525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 958199 T4525 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 958200 T4525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr [junit4] 2> 958200 T4525 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 958250 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57624_nfuz%2Fr [junit4] 2> 958261 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 958264 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57624_nfuz%2Fr [junit4] 2> 958268 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer.start Overseer (id=93756065823391747-127.0.0.1:57624_nfuz%2Fr-n_0000000000) starting [junit4] 2> 958289 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 958290 T4555 n:127.0.0.1:57624_nfuz%2Fr oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 958291 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 958299 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores [junit4] 2> 958301 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, config=solrconfig.xml, collection=control_collection, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/, schema=schema.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1, loadOnStartup=true, coreNodeName=, name=collection1, transient=false, dataDir=data/} [junit4] 2> 958301 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/ [junit4] 2> 958301 T4525 n:127.0.0.1:57624_nfuz%2Fr oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 958303 T4557 n:127.0.0.1:57624_nfuz%2Fr c:control_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 958303 T4557 n:127.0.0.1:57624_nfuz%2Fr c:control_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 958305 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 958305 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 958308 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"1", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57624_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:57624/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} current state version: 0 [junit4] 2> 958309 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"1", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57624_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:57624/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} [junit4] 2> 958310 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ClusterStateMutator.createCollection building a new cName: control_collection [junit4] 2> 958310 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 959307 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 959307 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 959308 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 959310 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/' [junit4] 2> 959331 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 959340 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 959367 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 959402 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 959404 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 959413 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 959661 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 959671 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.IndexSchema.readSchema unique key field: id [junit4] 2> 959672 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 959677 T4557 n:127.0.0.1:57624_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 959719 T4557 n:127.0.0.1:57624_nfuz%2Fr oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 959719 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 959719 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/], dataDir=[null] [junit4] 2> 959719 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2885432f [junit4] 2> 959720 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/data [junit4] 2> 959720 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/data/index/ [junit4] 2> 959721 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 959721 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/control-001/cores/collection1/data/index [junit4] 2> 959721 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=919642341, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 959722 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@61979568 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26d210e6),segFN=segments_1,generation=1} [junit4] 2> 959722 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 959726 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 959726 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 959727 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 959727 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 959727 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 959727 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 959728 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 959728 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 959728 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 959740 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 959742 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 959743 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 959744 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 959751 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/logging,/update/json/docs,/schema,/config,/replication,/update/json,/admin/mbeans,/admin/properties,/admin/threads,/update,standard,/admin/system,/admin/luke,/admin/segments,/update/csv,/admin/file,/admin/plugins,/get [junit4] 2> 959752 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 959753 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 959753 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 959754 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 959754 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 959754 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=12.255859375, floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=3.585055218583154, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8953060430268034 [junit4] 2> 959755 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@61979568 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26d210e6),segFN=segments_1,generation=1} [junit4] 2> 959755 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 959755 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@658da388[collection1] main [junit4] 2> 959757 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 959759 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 959759 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 959759 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 959760 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 959760 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 959760 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 959760 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 959761 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1 [junit4] 2> 959761 T4558 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@658da388[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 959762 T4557 n:127.0.0.1:57624_nfuz%2Fr x:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 959764 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57624/nfuz/r collection:control_collection shard:shard1 [junit4] 2> 959764 T4525 n:127.0.0.1:57624_nfuz%2Fr oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1 [junit4] 2> 959764 T4525 n:127.0.0.1:57624_nfuz%2Fr oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 959777 T4525 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 959777 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 959781 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 959781 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 959781 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3421 name=collection1 org.apache.solr.core.SolrCore@1bb69e1a url=http://127.0.0.1:57624/nfuz/r/collection1 node=127.0.0.1:57624_nfuz%2Fr C3421_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:57624_nfuz%2Fr, base_url=http://127.0.0.1:57624/nfuz/r, state=down} [junit4] 2> 959782 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 C3421 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57624/nfuz/r/collection1/ [junit4] 2> 959782 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 C3421 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 959782 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 C3421 oasc.SyncStrategy.syncToMe http://127.0.0.1:57624/nfuz/r/collection1/ has no replicas [junit4] 2> 959782 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57624/nfuz/r/collection1/ shard1 [junit4] 2> 959782 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection"} current state version: 1 [junit4] 2> 959791 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 959794 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:57624/nfuz/r", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 1 [junit4] 2> 959947 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:57624/nfuz/r/collection1/ and leader is http://127.0.0.1:57624/nfuz/r/collection1/ [junit4] 2> 959948 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57624/nfuz/r [junit4] 2> 959948 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 959948 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 959948 T4561 n:127.0.0.1:57624_nfuz%2Fr c:control_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 959951 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 959953 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:57624_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:57624/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} current state version: 2 [junit4] 2> 959955 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:57624_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:57624/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} [junit4] 2> 960324 T4525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1 [junit4] 2> 960326 T4525 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001 [junit4] 2> 960327 T4525 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 960331 T4525 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@727c0c7d{/nfuz/r,null,AVAILABLE} [junit4] 2> 960332 T4525 oejs.AbstractConnector.doStart Started ServerConnector@2e181d43{HTTP/1.1}{127.0.0.1:57634} [junit4] 2> 960333 T4525 oejs.Server.doStart Started @963627ms [junit4] 2> 960333 T4525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=57634, hostContext=/nfuz/r, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/tempDir-001/jetty1, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores, solrconfig=solrconfig.xml} [junit4] 2> 960333 T4525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@42293b53 [junit4] 2> 960333 T4525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/' [junit4] 2> 960365 T4525 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/solr.xml [junit4] 2> 960401 T4525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores [junit4] 2> 960401 T4525 oasc.CoreContainer.<init> New CoreContainer 1319681477 [junit4] 2> 960402 T4525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/] [junit4] 2> 960402 T4525 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/lib [junit4] 2> 960403 T4525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/lib). [junit4] 2> 960418 T4525 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 960426 T4525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 960427 T4525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 960427 T4525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 960428 T4525 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 960428 T4525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr [junit4] 2> 960428 T4525 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 961465 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57634_nfuz%2Fr [junit4] 2> 961472 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 961477 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores [junit4] 2> 961479 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, name=collection1, collection=collection1, shard=, schema=schema.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/, config=solrconfig.xml, dataDir=data/, transient=false, loadOnStartup=true} [junit4] 2> 961479 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/ [junit4] 2> 961480 T4525 n:127.0.0.1:57634_nfuz%2Fr oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 961482 T4582 n:127.0.0.1:57634_nfuz%2Fr c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 961482 T4582 n:127.0.0.1:57634_nfuz%2Fr c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 961485 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 961486 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 961488 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57634_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57634/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} current state version: 3 [junit4] 2> 961488 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57634_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57634/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} [junit4] 2> 961489 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ClusterStateMutator.createCollection building a new cName: collection1 [junit4] 2> 961489 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2 [junit4] 2> 962487 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 962487 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 962488 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 962490 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/' [junit4] 2> 962510 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 962521 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 962556 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 962593 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 962595 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 962601 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 962863 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 962865 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.IndexSchema.readSchema unique key field: id [junit4] 2> 962866 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 962870 T4582 n:127.0.0.1:57634_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 962918 T4582 n:127.0.0.1:57634_nfuz%2Fr oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 962918 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 962918 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/], dataDir=[null] [junit4] 2> 962918 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2885432f [junit4] 2> 962919 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/data [junit4] 2> 962919 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/data/index/ [junit4] 2> 962919 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 962920 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-1-001/cores/collection1/data/index [junit4] 2> 962920 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=919642341, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 962921 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@485b806a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f4bd442),segFN=segments_1,generation=1} [junit4] 2> 962921 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 962926 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 962926 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 962927 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 962927 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 962927 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 962928 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 962928 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 962928 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 962928 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 962940 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 962942 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 962943 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 962945 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 962952 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/logging,/update/json/docs,/schema,/config,/replication,/update/json,/admin/mbeans,/admin/properties,/admin/threads,/update,standard,/admin/system,/admin/luke,/admin/segments,/update/csv,/admin/file,/admin/plugins,/get [junit4] 2> 962954 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 962955 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 962955 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 962956 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 962956 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 962957 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=12.255859375, floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=3.585055218583154, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8953060430268034 [junit4] 2> 962958 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@485b806a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f4bd442),segFN=segments_1,generation=1} [junit4] 2> 962958 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 962959 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4466c483[collection1] main [junit4] 2> 962961 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 962962 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 962962 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 962962 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 962963 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 962963 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 962964 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 962964 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 962964 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1 [junit4] 2> 962964 T4583 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4466c483[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 962965 T4582 n:127.0.0.1:57634_nfuz%2Fr x:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 962967 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57634/nfuz/r collection:collection1 shard:shard2 [junit4] 2> 962967 T4525 n:127.0.0.1:57634_nfuz%2Fr oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1 [junit4] 2> 962968 T4525 n:127.0.0.1:57634_nfuz%2Fr oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 962979 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 962983 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 962983 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 962983 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3422 name=collection1 org.apache.solr.core.SolrCore@113f304a url=http://127.0.0.1:57634/nfuz/r/collection1 node=127.0.0.1:57634_nfuz%2Fr C3422_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:57634_nfuz%2Fr, base_url=http://127.0.0.1:57634/nfuz/r, state=down} [junit4] 2> 962983 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 C3422 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57634/nfuz/r/collection1/ [junit4] 2> 962984 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 C3422 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 962984 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 C3422 oasc.SyncStrategy.syncToMe http://127.0.0.1:57634/nfuz/r/collection1/ has no replicas [junit4] 2> 962984 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57634/nfuz/r/collection1/ shard2 [junit4] 2> 962985 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1"} current state version: 4 [junit4] 2> 962999 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 963004 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57634/nfuz/r", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 4 [junit4] 2> 963158 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.register We are http://127.0.0.1:57634/nfuz/r/collection1/ and leader is http://127.0.0.1:57634/nfuz/r/collection1/ [junit4] 2> 963159 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57634/nfuz/r [junit4] 2> 963159 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 963159 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 963159 T4586 n:127.0.0.1:57634_nfuz%2Fr c:collection1 s:shard2 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 963161 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 963163 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard2", [junit4] 2> "node_name":"127.0.0.1:57634_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57634/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} current state version: 5 [junit4] 2> 963164 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard2", [junit4] 2> "node_name":"127.0.0.1:57634_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57634/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} [junit4] 2> 963541 T4525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1 [junit4] 2> 963544 T4525 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001 [junit4] 2> 963545 T4525 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 963549 T4525 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1012637d{/nfuz/r,null,AVAILABLE} [junit4] 2> 963550 T4525 oejs.AbstractConnector.doStart Started ServerConnector@48752d41{HTTP/1.1}{127.0.0.1:57649} [junit4] 2> 963550 T4525 oejs.Server.doStart Started @966845ms [junit4] 2> 963550 T4525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=57649, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/tempDir-001/jetty2, hostContext=/nfuz/r} [junit4] 2> 963551 T4525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@42293b53 [junit4] 2> 963551 T4525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/' [junit4] 2> 963588 T4525 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/solr.xml [junit4] 2> 963708 T4525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores [junit4] 2> 963708 T4525 oasc.CoreContainer.<init> New CoreContainer 1838597367 [junit4] 2> 963708 T4525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/] [junit4] 2> 963708 T4525 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/lib [junit4] 2> 963709 T4525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/lib). [junit4] 2> 963719 T4525 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 963722 T4525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 963723 T4525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 963723 T4525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 963723 T4525 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 963723 T4525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57617/solr [junit4] 2> 963724 T4525 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 964762 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57649_nfuz%2Fr [junit4] 2> 964770 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 964776 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores [junit4] 2> 964778 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, config=solrconfig.xml, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/, loadOnStartup=true, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1, transient=false, schema=schema.xml, collection=collection1, dataDir=data/, name=collection1, coreNodeName=} [junit4] 2> 964778 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/ [junit4] 2> 964779 T4525 n:127.0.0.1:57649_nfuz%2Fr oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 964781 T4604 n:127.0.0.1:57649_nfuz%2Fr c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 964781 T4604 n:127.0.0.1:57649_nfuz%2Fr c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 964782 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 964782 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 964784 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57649_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57649/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} current state version: 6 [junit4] 2> 964786 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:57649_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57649/nfuz/r", [junit4] 2> "state":"down", [junit4] 2> "roles":null} [junit4] 2> 964786 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Collection already exists with numShards=2 [junit4] 2> 964786 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 965784 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 965784 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 965785 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 965787 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/' [junit4] 2> 965805 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 965815 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 965843 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0 [junit4] 2> 965879 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 965881 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 965886 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 966154 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 966157 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.IndexSchema.readSchema unique key field: id [junit4] 2> 966158 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 966163 T4604 n:127.0.0.1:57649_nfuz%2Fr oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 966201 T4604 n:127.0.0.1:57649_nfuz%2Fr oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 966202 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 966202 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/], dataDir=[null] [junit4] 2> 966202 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2885432f [junit4] 2> 966204 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/data [junit4] 2> 966204 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/data/index/ [junit4] 2> 966204 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 966204 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-2-001/cores/collection1/data/index [junit4] 2> 966204 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=919642341, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 966205 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4183d8fb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@371a6857),segFN=segments_1,generation=1} [junit4] 2> 966205 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 966221 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 966222 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 966222 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 966222 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 966223 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 966223 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 966223 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 966224 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 966224 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 966235 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 966237 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 966239 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 966241 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 966247 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/logging,/update/json/docs,/schema,/config,/replication,/update/json,/admin/mbeans,/admin/properties,/admin/threads,/update,standard,/admin/system,/admin/luke,/admin/segments,/update/csv,/admin/file,/admin/plugins,/get [junit4] 2> 966248 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 966249 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 966249 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 [junit4] 2> 966250 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 966251 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 966251 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=12.255859375, floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=3.585055218583154, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8953060430268034 [junit4] 2> 966252 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4183d8fb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@371a6857),segFN=segments_1,generation=1} [junit4] 2> 966252 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 966252 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5df77019[collection1] main [junit4] 2> 966255 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 966255 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 966256 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 966256 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 966257 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 966257 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 966258 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 966258 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 966258 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1 [junit4] 2> 966258 T4605 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5df77019[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 966259 T4604 n:127.0.0.1:57649_nfuz%2Fr x:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 966262 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57649/nfuz/r collection:collection1 shard:shard1 [junit4] 2> 966262 T4525 n:127.0.0.1:57649_nfuz%2Fr oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1 [junit4] 2> 966262 T4525 n:127.0.0.1:57649_nfuz%2Fr oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 966273 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 966277 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 966278 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 966278 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3423 name=collection1 org.apache.solr.core.SolrCore@54257467 url=http://127.0.0.1:57649/nfuz/r/collection1 node=127.0.0.1:57649_nfuz%2Fr C3423_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:57649_nfuz%2Fr, base_url=http://127.0.0.1:57649/nfuz/r, state=down} [junit4] 2> 966279 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 C3423 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57649/nfuz/r/collection1/ [junit4] 2> 966279 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 C3423 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 966279 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 C3423 oasc.SyncStrategy.syncToMe http://127.0.0.1:57649/nfuz/r/collection1/ has no replicas [junit4] 2> 966279 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"collection1"} current state version: 7 [junit4] 2> 966279 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57649/nfuz/r/collection1/ shard1 [junit4] 2> 966289 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 966293 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57649/nfuz/r", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 7 [junit4] 2> 966344 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:57649/nfuz/r/collection1/ and leader is http://127.0.0.1:57649/nfuz/r/collection1/ [junit4] 2> 966344 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57649/nfuz/r [junit4] 2> 966344 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 966344 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 966345 T4608 n:127.0.0.1:57649_nfuz%2Fr c:collection1 s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 966347 T4553 n:127.0.0.1:57624_nfuz%2Fr oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 966351 T4554 n:127.0.0.1:57624_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:57649_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57649/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} current state version: 8 [junit4] 2> 966352 T4554 n:127.0.0.1:57624_nfuz%2Fr oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "numShards":"2", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:57649_nfuz%2Fr", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:57649/nfuz/r", [junit4] 2> "state":"active", [junit4] 2> "roles":null} [junit4] 2> 966644 T4525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/cores/collection1 [junit4] 2> 966647 T4525 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001 [junit4] 2> 966648 T4525 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 966652 T4525 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@604dbffa{/nfuz/r,null,AVAILABLE} [junit4] 2> 966652 T4525 oejs.AbstractConnector.doStart Started ServerConnector@1076e77b{HTTP/1.1}{127.0.0.1:57652} [junit4] 2> 966653 T4525 oejs.Server.doStart Started @969948ms [junit4] 2> 966653 T4525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/nfuz/r, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/tempDir-001/jetty3, hostPort=57652, solrconfig=solrconfig.xml, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/cores} [junit4] 2> 966653 T4525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@42293b53 [junit4] 2> 966654 T4525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/' [junit4] 2> 966687 T4525 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/solr.xml [junit4] 2> 966720 T4525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/cores [junit4] 2> 966720 T4525 oasc.CoreContainer.<init> New CoreContainer 306822686 [junit4] 2> 966720 T4525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/] [junit4] 2> 966721 T4525 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/lib [junit4] 2> 966722 T4525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-3-001/lib). [junit4] 2> 966731 T4525 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 966735 T4525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 966737 T4525 oasl.LogWatcher.createWat [...truncated too long message...] -MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-4-001/cores/collection1/data;done=false>>] [junit4] 2> 1286321 T4525 c:control_collection s:shard1 x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001/shard-4-001/cores/collection1/data [junit4] 2> 1286322 T4525 c:control_collection s:shard1 x:collection1 oasc.Overseer.close Overseer (id=93756065823391756-127.0.0.1:57656_nfuz%2Fr-n_0000000004) closing [junit4] 2> 1286322 T4695 n:127.0.0.1:57656_nfuz%2Fr oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:57656_nfuz%2Fr [junit4] 2> 1287825 T4672 n:127.0.0.1:57656_nfuz%2Fr oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 1287827 T4525 oejs.AbstractConnector.doStop Stopped ServerConnector@31cab273{HTTP/1.1}{127.0.0.1:0} [junit4] 2> 1287827 T4525 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@33e1de51{/nfuz/r,null,UNAVAILABLE} [junit4] 2> 1287830 T4525 c:control_collection s:shard1 x:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57617 57617 [junit4] 2> 1287839 T4526 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57617 57617 [junit4] 2> 1288719 T4526 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/aliases.json [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 5 /solr/configs/conf1 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/live_nodes [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ShardSplitTest -Dtests.method=test -Dtests.seed=BE31E1DFC1571C6 -Dtests.slow=true -Dtests.locale=es_EC -Dtests.timezone=Etc/GMT+2 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 331s J1 | ShardSplitTest.test <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:57649/nfuz/r [junit4] > at __randomizedtesting.SeedInfo.seed([BE31E1DFC1571C6:83B721C752E91C3E]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220) [junit4] > at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:497) [junit4] > at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:131) [junit4] > at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:83) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:152) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:122) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) [junit4] > at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) [junit4] > at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) [junit4] > at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) [junit4] > at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466) [junit4] > ... 47 more [junit4] 2> 1288729 T4525 c:control_collection s:shard1 x:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest BE31E1DFC1571C6-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=es_EC, timezone=Etc/GMT+2 [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=47773648,total=163639296 [junit4] 2> NOTE: All tests run in this JVM: [TestShardHandlerFactory, QueryResultKeyTest, TestSerializedLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, TestMiniSolrCloudCluster, TestRangeQuery, TestEmbeddedSolrServerConstructors, RAMDirectoryFactoryTest, TestClassNameShortening, HdfsRecoverLeaseTest, TestExactSharedStatsCache, SaslZkACLProviderTest, TestFuzzyAnalyzedSuggestions, TestConfigReload, HdfsWriteToMultipleCollectionsTest, SimpleCollectionCreateDeleteTest, TestDFRSimilarityFactory, TestInitQParser, TestQuerySenderListener, ExternalFileFieldSortTest, SuggesterTSTTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestNRTOpen, TestCloudSchemaless, AliasIntegrationTest, BadIndexSchemaTest, TestJettySolrRunner, TestNonDefinedSimilarityFactory, TestSystemIdResolver, OverseerStatusTest, DistributedFacetPivotSmallTest, PluginInfoTest, TestSchemaManager, TestReRankQParserPlugin, TestSearchPerf, TestMaxScoreQueryParser, TestDefaultSimilarityFactory, TestSchemaSimilarityResource, AutoCommitTest, SimpleMLTQParserTest, SpellCheckCollatorTest, SpatialFilterTest, TestRandomMergePolicy, TestRemoteStreaming, TestTolerantSearch, DistributedTermsComponentTest, TestRestoreCore, TestBlobHandler, TestOrdValues, MergeStrategyTest, LeaderFailoverAfterPartitionTest, OpenCloseCoreStressTest, TestReload, StandardRequestHandlerTest, CurrencyFieldXmlFileTest, TestMacros, TestSimpleQParserPlugin, TestRTGBase, CollectionsAPIDistributedZkTest, ConvertedLegacyTest, WordBreakSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, TestFastWriter, FileBasedSpellCheckerTest, TestAnalyzeInfixSuggestions, BasicZkTest, HttpPartitionTest, ReturnFieldsTest, TestObjectReleaseTracker, TestSolrQueryParserResource, SolrCloudExampleTest, XsltUpdateRequestHandlerTest, DeleteLastCustomShardedReplicaTest, IndexSchemaTest, ShardRoutingCustomTest, SpatialHeatmapFacetsTest, ShardSplitTest] [junit4] Completed [180/485] on J1 in 331.68s, 1 test, 1 error <<< FAILURES! [...truncated 948 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:536: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:484: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:229: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:511: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1433: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:991: There were test failures: 485 suites, 1950 tests, 1 error, 62 ignored (24 assumptions) Total time: 74 minutes 21 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
