Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/43/ Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:39067/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:39067/collection1 at __randomizedtesting.SeedInfo.seed([957856AEDB9D7817:149ED8B6ACC2182B]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:564) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54) at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871) at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) 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:260) 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:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) ... 47 more Build Log: [...truncated 12476 lines...] [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/init-core-data-001 [junit4] 2> 3109285 T7554 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 3109286 T7554 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 3109289 T7554 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 3109290 T7554 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 3109291 T7555 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 3109391 T7554 oasc.ZkTestServer.run start zk server on port:35544 [junit4] 2> 3109392 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3109394 T7561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1546752 name:ZooKeeperConnection Watcher:127.0.0.1:35544 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3109395 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3109395 T7554 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 3109403 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3109404 T7563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f4a54a name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3109404 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3109405 T7554 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 3109408 T7554 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 3109411 T7554 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 3109414 T7554 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 3109417 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml [junit4] 2> 3109418 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 3109422 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml [junit4] 2> 3109423 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 3109425 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 3109426 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 3109428 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 3109428 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 3109431 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 3109431 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 3109434 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 3109434 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 3109437 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 3109438 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 3109441 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 3109441 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 3109444 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 3109444 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 3109449 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 3109450 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 3109454 T7554 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 3109456 T7554 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 3109461 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3109470 T7565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b89e28 name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3109470 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3109783 T7554 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 3109791 T7554 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 3109794 T7554 oejs.AbstractConnector.doStart Started [email protected]:55024 [junit4] 2> 3109797 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 3109798 T7554 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3109798 T7554 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002 [junit4] 2> 3109799 T7554 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/' [junit4] 2> 3109821 T7554 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/solr.xml [junit4] 2> 3109832 T7554 oasc.CoreContainer.<init> New CoreContainer 1912915 [junit4] 2> 3109832 T7554 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/] [junit4] 2> 3109833 T7554 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 3109833 T7554 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 3109833 T7554 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 3109834 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 3109834 T7554 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 3109834 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 3109835 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 3109835 T7554 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 3109835 T7554 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 3109836 T7554 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 3109837 T7554 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 3109839 T7554 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3109839 T7554 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3109840 T7554 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 3109840 T7554 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35544/solr [junit4] 2> 3109840 T7554 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 3109841 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3109842 T7576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@999d86 name:ZooKeeperConnection Watcher:127.0.0.1:35544 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3109843 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3109845 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3109846 T7578 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17fd5c2 name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3109847 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3109848 T7554 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 3109851 T7554 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 3109855 T7554 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 3109858 T7554 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 3109861 T7554 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 3109864 T7554 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 3109866 T7554 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55024_ [junit4] 2> 3109867 T7554 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55024_ [junit4] 2> 3109869 T7554 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 3109871 T7554 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 3109873 T7554 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 3109875 T7554 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55024_ [junit4] 2> 3109875 T7554 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 3109877 T7554 oasc.Overseer.start Overseer (id=93401043614892036-127.0.0.1:55024_-n_0000000000) starting [junit4] 2> 3109880 T7554 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 3109889 T7554 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 3109890 T7580 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 3109891 T7554 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 3109894 T7554 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 3109896 T7554 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 3109899 T7579 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 3109901 T7582 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 3109901 T7582 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3109902 T7582 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 3109902 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3109905 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:55024", [junit4] 2> "node_name":"127.0.0.1:55024_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 3109905 T7579 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 3109905 T7579 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 3109908 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 3110903 T7582 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 3110903 T7582 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 3110904 T7582 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 3110904 T7582 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 3110905 T7582 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3110905 T7582 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/' [junit4] 2> 3110906 T7582 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 3110906 T7582 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 3110907 T7582 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 3110935 T7582 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.4 [junit4] 2> 3110954 T7582 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 3110955 T7582 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 3110956 T7582 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 3110959 T7582 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 3110967 T7582 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 3110969 T7582 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema [junit4] 2> 3110970 T7582 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak [junit4] 2> 3110973 T7582 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak [junit4] 2> 3110974 T7582 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 3110974 T7582 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 3110974 T7582 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/ [junit4] 2> 3110974 T7582 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 3110975 T7582 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data [junit4] 2> 3110975 T7582 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/index/ [junit4] 2> 3110976 T7582 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 3110976 T7582 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/index [junit4] 2> 3110976 T7582 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=46.98828125, floorSegmentMB=1.6357421875, forceMergeDeletesPctAllowed=5.227285870621319, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26599704710149963 [junit4] 2> 3110986 T7582 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af3f17; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3110986 T7582 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3110988 T7582 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 3111060 T7582 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 3111060 T7582 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3111061 T7582 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3111061 T7582 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3111061 T7582 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3111061 T7582 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 3111062 T7582 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 3111062 T7582 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 3111062 T7582 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3111062 T7582 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 3111063 T7582 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 3111063 T7582 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 3111065 T7582 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3111065 T7582 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3111066 T7582 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3111067 T7582 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3111068 T7582 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3111069 T7582 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 3111070 T7582 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 3111070 T7582 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=34.58203125, floorSegmentMB=0.9453125, forceMergeDeletesPctAllowed=12.162451058253946, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2232514802951034 [junit4] 2> 3111071 T7582 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af3f17; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3111072 T7582 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3111072 T7582 oass.SolrIndexSearcher.<init> Opening Searcher@ba33be[collection1] main [junit4] 2> 3111072 T7582 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 3111074 T7582 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3111074 T7582 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 3111075 T7582 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 3111075 T7582 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 3111075 T7582 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3111076 T7582 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 3111076 T7582 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3111077 T7582 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 3111080 T7582 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 3111080 T7582 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3111081 T7582 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 3111082 T7582 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 3111087 T7584 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ba33be[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 3111087 T7582 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 3111088 T7587 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55024 collection:control_collection shard:shard1 [junit4] 2> 3111088 T7554 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1 [junit4] 2> 3111089 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 3111089 T7587 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 3111092 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3111093 T7589 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39251c name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3111094 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3111095 T7554 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 3111095 T7587 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 3111097 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3111097 T7587 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 3111098 T7587 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 3111098 T7554 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> ASYNC NEW_CORE C2092 name=collection1 org.apache.solr.core.SolrCore@34945d url=https://127.0.0.1:55024/collection1 node=127.0.0.1:55024_ C2092_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:55024, node_name=127.0.0.1:55024_, state=down} [junit4] 2> 3111098 T7587 C2092 P55024 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55024/collection1/ [junit4] 2> 3111099 T7587 C2092 P55024 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 3111099 T7587 C2092 P55024 oasc.SyncStrategy.syncToMe https://127.0.0.1:55024/collection1/ has no replicas [junit4] 2> 3111099 T7587 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55024/collection1/ shard1 [junit4] 2> 3111100 T7587 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 3111104 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3111208 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 3111208 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 3111255 T7587 oasc.ZkController.register We are https://127.0.0.1:55024/collection1/ and leader is https://127.0.0.1:55024/collection1/ [junit4] 2> 3111256 T7587 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55024 [junit4] 2> 3111256 T7587 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 3111256 T7587 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 3111256 T7587 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3111258 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3111261 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:55024", [junit4] 2> "node_name":"127.0.0.1:55024_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 3111365 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 3111365 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 3111469 T7554 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 3111470 T7554 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 3111476 T7554 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 3111479 T7554 oejs.AbstractConnector.doStart Started [email protected]:57507 [junit4] 2> 3111482 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 3111482 T7554 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3111482 T7554 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003 [junit4] 2> 3111483 T7554 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/' [junit4] 2> 3111504 T7554 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/solr.xml [junit4] 2> 3111515 T7554 oasc.CoreContainer.<init> New CoreContainer 14186636 [junit4] 2> 3111516 T7554 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/] [junit4] 2> 3111517 T7554 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 3111517 T7554 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 3111517 T7554 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 3111518 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 3111518 T7554 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 3111519 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 3111519 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 3111519 T7554 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 3111520 T7554 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 3111520 T7554 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 3111522 T7554 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 3111523 T7554 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3111523 T7554 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3111524 T7554 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 3111524 T7554 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35544/solr [junit4] 2> 3111525 T7554 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 3111525 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3111527 T7601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12d1420 name:ZooKeeperConnection Watcher:127.0.0.1:35544 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3111527 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3111529 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3111530 T7603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1570ecd name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3111530 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3111536 T7554 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 3112539 T7554 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57507_ [junit4] 2> 3112540 T7554 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57507_ [junit4] 2> 3112544 T7554 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 3112548 T7605 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 3112548 T7605 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3112549 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3112549 T7605 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 3112551 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:57507", [junit4] 2> "node_name":"127.0.0.1:57507_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 3112552 T7579 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4] [junit4] 2> 3112552 T7579 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 3112655 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3112655 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3112655 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113550 T7605 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 3113550 T7605 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 3113551 T7605 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 3113551 T7605 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 3113553 T7605 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3113553 T7605 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/' [junit4] 2> 3113553 T7605 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 3113554 T7605 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 3113554 T7605 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 3113585 T7605 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.4 [junit4] 2> 3113596 T7605 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 3113597 T7605 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema [junit4] 2> 3113600 T7605 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 3113609 T7605 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 3113610 T7605 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 3113610 T7605 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 3113610 T7605 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/ [junit4] 2> 3113610 T7605 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 3113611 T7605 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data [junit4] 2> 3113611 T7605 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/index/ [junit4] 2> 3113612 T7605 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 3113612 T7605 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/index [junit4] 2> 3113613 T7605 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=46.98828125, floorSegmentMB=1.6357421875, forceMergeDeletesPctAllowed=5.227285870621319, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26599704710149963 [junit4] 2> 3113620 T7605 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c1735; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3113620 T7605 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3113622 T7605 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 3113624 T7605 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 3113624 T7605 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3113624 T7605 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3113625 T7605 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3113625 T7605 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3113625 T7605 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 3113626 T7605 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 3113626 T7605 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 3113626 T7605 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3113627 T7605 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 3113627 T7605 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 3113627 T7605 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 3113629 T7605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3113630 T7605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3113631 T7605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3113632 T7605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3113633 T7605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3113634 T7605 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 3113634 T7605 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 3113635 T7605 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=34.58203125, floorSegmentMB=0.9453125, forceMergeDeletesPctAllowed=12.162451058253946, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2232514802951034 [junit4] 2> 3113636 T7605 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c1735; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3113636 T7605 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3113636 T7605 oass.SolrIndexSearcher.<init> Opening Searcher@12a3068[collection1] main [junit4] 2> 3113637 T7605 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 3113638 T7605 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3113638 T7605 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 3113638 T7605 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 3113639 T7605 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 3113639 T7605 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3113640 T7605 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 3113640 T7605 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3113640 T7605 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 3113640 T7605 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 3113641 T7605 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 3113642 T7606 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12a3068[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 3113642 T7605 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 3113643 T7609 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57507 collection:collection1 shard:shard2 [junit4] 2> 3113644 T7554 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1 [junit4] 2> 3113644 T7609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 3113644 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 3113648 T7609 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 3113650 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3113650 T7609 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 3113650 T7609 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C2093 name=collection1 org.apache.solr.core.SolrCore@265feb url=https://127.0.0.1:57507/collection1 node=127.0.0.1:57507_ C2093_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:57507, node_name=127.0.0.1:57507_, state=down} [junit4] 2> 3113651 T7609 C2093 P57507 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57507/collection1/ [junit4] 2> 3113651 T7609 C2093 P57507 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 3113651 T7609 C2093 P57507 oasc.SyncStrategy.syncToMe https://127.0.0.1:57507/collection1/ has no replicas [junit4] 2> 3113651 T7609 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57507/collection1/ shard2 [junit4] 2> 3113652 T7609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 3113656 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3113760 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113760 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113760 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113807 T7609 oasc.ZkController.register We are https://127.0.0.1:57507/collection1/ and leader is https://127.0.0.1:57507/collection1/ [junit4] 2> 3113807 T7609 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57507 [junit4] 2> 3113808 T7609 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 3113808 T7609 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 3113808 T7609 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3113809 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3113811 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:57507", [junit4] 2> "node_name":"127.0.0.1:57507_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 3113914 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113914 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113914 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 3113936 T7554 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 3113937 T7554 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 3113944 T7554 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 3113947 T7554 oejs.AbstractConnector.doStart Started [email protected]:56033 [junit4] 2> 3113949 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 3113949 T7554 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3113950 T7554 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004 [junit4] 2> 3113950 T7554 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/' [junit4] 2> 3113978 T7554 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/solr.xml [junit4] 2> 3113988 T7554 oasc.CoreContainer.<init> New CoreContainer 1154032 [junit4] 2> 3113989 T7554 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/] [junit4] 2> 3113989 T7554 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 3113990 T7554 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 3113990 T7554 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 3113991 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 3113991 T7554 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 3113991 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 3113992 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 3113992 T7554 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 3113992 T7554 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 3113993 T7554 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 3113994 T7554 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 3113995 T7554 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3113996 T7554 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3113996 T7554 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 3113997 T7554 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35544/solr [junit4] 2> 3113997 T7554 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 3113998 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3113999 T7620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d2997d name:ZooKeeperConnection Watcher:127.0.0.1:35544 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3113999 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3114002 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3114003 T7622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eec8ba name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3114003 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3114008 T7554 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 3115011 T7554 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56033_ [junit4] 2> 3115012 T7554 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56033_ [junit4] 2> 3115016 T7554 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 3115021 T7624 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 3115021 T7624 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3115022 T7624 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 3115022 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3115025 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:56033", [junit4] 2> "node_name":"127.0.0.1:56033_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 3115025 T7579 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 3115025 T7579 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 3115129 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3115130 T7623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3115130 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3115129 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116022 T7624 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 3116023 T7624 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 3116024 T7624 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 3116024 T7624 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 3116025 T7624 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3116026 T7624 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/' [junit4] 2> 3116027 T7624 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 3116027 T7624 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 3116028 T7624 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 3116073 T7624 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.4 [junit4] 2> 3116089 T7624 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 3116090 T7624 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema [junit4] 2> 3116095 T7624 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 3116107 T7624 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 3116108 T7624 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 3116108 T7624 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 3116109 T7624 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/ [junit4] 2> 3116109 T7624 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 3116110 T7624 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data [junit4] 2> 3116110 T7624 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/index/ [junit4] 2> 3116111 T7624 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 3116111 T7624 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/index [junit4] 2> 3116112 T7624 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=46.98828125, floorSegmentMB=1.6357421875, forceMergeDeletesPctAllowed=5.227285870621319, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26599704710149963 [junit4] 2> 3116126 T7624 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b62b8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3116126 T7624 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3116127 T7624 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 3116128 T7624 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 3116129 T7624 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3116129 T7624 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3116129 T7624 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3116130 T7624 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3116130 T7624 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 3116130 T7624 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 3116131 T7624 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 3116131 T7624 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 3116131 T7624 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 3116131 T7624 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 3116131 T7624 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 3116133 T7624 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3116134 T7624 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3116135 T7624 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3116136 T7624 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3116137 T7624 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 3116138 T7624 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 3116139 T7624 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 3116139 T7624 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=34.58203125, floorSegmentMB=0.9453125, forceMergeDeletesPctAllowed=12.162451058253946, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2232514802951034 [junit4] 2> 3116140 T7624 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b62b8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 3116140 T7624 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 3116141 T7624 oass.SolrIndexSearcher.<init> Opening Searcher@1a5ddd2[collection1] main [junit4] 2> 3116141 T7624 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 3116142 T7624 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3116142 T7624 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 3116143 T7624 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 3116143 T7624 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 3116143 T7624 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3116144 T7624 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 3116144 T7624 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 3116145 T7624 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 3116145 T7624 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 3116145 T7624 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 3116146 T7625 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a5ddd2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 3116146 T7624 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 3116147 T7628 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:56033 collection:collection1 shard:shard3 [junit4] 2> 3116147 T7554 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1 [junit4] 2> 3116148 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 3116148 T7628 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 3116153 T7628 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 3116154 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3116155 T7628 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 3116155 T7628 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C2094 name=collection1 org.apache.solr.core.SolrCore@1876d8 url=https://127.0.0.1:56033/collection1 node=127.0.0.1:56033_ C2094_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:56033, node_name=127.0.0.1:56033_, state=down} [junit4] 2> 3116155 T7628 C2094 P56033 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:56033/collection1/ [junit4] 2> 3116155 T7628 C2094 P56033 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 3116156 T7628 C2094 P56033 oasc.SyncStrategy.syncToMe https://127.0.0.1:56033/collection1/ has no replicas [junit4] 2> 3116156 T7628 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:56033/collection1/ shard3 [junit4] 2> 3116156 T7628 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 3116161 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3116265 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116265 T7623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116265 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116265 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116312 T7628 oasc.ZkController.register We are https://127.0.0.1:56033/collection1/ and leader is https://127.0.0.1:56033/collection1/ [junit4] 2> 3116312 T7628 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:56033 [junit4] 2> 3116313 T7628 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 3116313 T7628 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 3116313 T7628 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3116315 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3116317 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:56033", [junit4] 2> "node_name":"127.0.0.1:56033_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 3116420 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116420 T7623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116420 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116420 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 3116433 T7554 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 3116434 T7554 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 3116439 T7554 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 3116442 T7554 oejs.AbstractConnector.doStart Started [email protected]:42854 [junit4] 2> 3116444 T7554 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 3116444 T7554 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 3116444 T7554 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-005 [junit4] 2> 3116445 T7554 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-005/' [junit4] 2> 3116464 T7554 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-005/solr.xml [junit4] 2> 3116474 T7554 oasc.CoreContainer.<init> New CoreContainer 8933776 [junit4] 2> 3116474 T7554 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-005/] [junit4] 2> 3116475 T7554 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 3116475 T7554 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 3116476 T7554 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 3116476 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 3116476 T7554 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 3116477 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 3116477 T7554 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 3116477 T7554 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 3116478 T7554 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 3116478 T7554 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 3116479 T7554 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 3116481 T7554 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 3116481 T7554 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 3116481 T7554 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 3116482 T7554 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35544/solr [junit4] 2> 3116482 T7554 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 3116483 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3116484 T7639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@168fc71 name:ZooKeeperConnection Watcher:127.0.0.1:35544 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3116484 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3116485 T7554 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 3116487 T7641 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1376435 name:ZooKeeperConnection Watcher:127.0.0.1:35544/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 3116487 T7554 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 3116492 T7554 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 3117495 T7554 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42854_ [junit4] 2> 3117498 T7554 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42854_ [junit4] 2> 3117502 T7554 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 3117505 T7643 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 3117506 T7643 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 3117507 T7643 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 3117507 T7583 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 3117508 T7579 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:42854", [junit4] 2> "node_name":"127.0.0.1:42854_", [junit4] 2> "numShards":"4", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 3117509 T7579 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 3117509 T7579 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4 [junit4] 2> 3117612 T7604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 3117612 T7642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 3117612 T7590 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 3117612 T7623 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 3117612 T7583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 3118507 T7643 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 3118507 T7643 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 3118508 T7643 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 3118508 T7643 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 3118509 T7643 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 3118510 T7643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-957856AEDB9D7817-001/tempDir-005/collection1/' [junit4] 2> 3118510 T7643 oasc.SolrResourceLoader.replaceC [...truncated too long message...] ema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871) [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.socketRead(SocketInputStream.java:116) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:170) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:141) [junit4] > at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) [junit4] > at sun.security.ssl.InputRecord.read(InputRecord.java:503) [junit4] > at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961) [junit4] > at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918) [junit4] > at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) [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:260) [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:271) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) [junit4] > ... 47 more [junit4] 2> 3271125 T7554 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-957856AEDB9D7817-001 [junit4] 2> NOTE: test params are: codec=Lucene49, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_US, timezone=America/Regina [junit4] 2> NOTE: Linux 3.13.0-45-generic i386/Oracle Corporation 1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=113592736,total=520617984 [junit4] 2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, CSVRequestHandlerTest, TestManagedSchemaFieldResource, NumericFieldsTest, TestStressUserVersions, TestReRankQParserPlugin, TestQueryTypes, UpdateRequestProcessorFactoryTest, DistributedDebugComponentTest, TestJoin, DebugComponentTest, TestSolrQueryParser, DistanceFunctionTest, TestGroupingSearch, TestReversedWildcardFilterFactory, TestFieldResource, TestCharFilters, QueryElevationComponentTest, TestRecovery, AssignTest, TestCSVLoader, BinaryUpdateRequestHandlerTest, HdfsDirectoryTest, TestDistributedMissingSort, AutoCommitTest, DistributedExpandComponentTest, TestBlendedInfixSuggestions, TestRandomFaceting, StatsComponentTest, TestManagedSchema, ChaosMonkeyNothingIsSafeTest, TestFastWriter, TestWriterPerf, CollectionsAPIAsyncDistributedZkTest, ClusterStateTest, BasicDistributedZk2Test, TestSystemIdResolver, SolrCoreTest, TestLMDirichletSimilarityFactory, CachingDirectoryFactoryTest, CopyFieldTest, TestStressLucene, TestRecoveryHdfs, IndexSchemaRuntimeFieldTest, TestConfigSets, ChaosMonkeySafeLeaderTest, CoreContainerCoreInitFailuresTest, ShardRoutingCustomTest, TestDocumentBuilder, CursorMarkTest, TestDefaultSearchFieldResource, TestNoOpRegenerator, DistributedFacetPivotSmallTest, SearchHandlerTest, SortByFunctionTest, AnalysisErrorHandlingTest, SynonymTokenizerTest, OutputWriterTest, FileBasedSpellCheckerTest, CurrencyFieldXmlFileTest, TestPHPSerializedResponseWriter, LukeRequestHandlerTest, AnalysisAfterCoreReloadTest, TestIndexingPerformance, SOLR749Test, TestIndexSearcher, TestOmitPositions, TestComplexPhraseQParserPlugin, TestPhraseSuggestions, SliceStateTest, ReplicationFactorTest, TestCollapseQParserPlugin, TestPostingsSolrHighlighter, DistributedQueueTest, TestFieldTypeResource, TestCollationField, DefaultValueUpdateProcessorTest, TestDynamicFieldCollectionResource, DocValuesTest, HardAutoCommitTest, DistribDocExpirationUpdateProcessorTest, TestUpdate, TestIBSimilarityFactory, CursorPagingTest, TestMultiCoreConfBootstrap, TestManagedStopFilterFactory, MultiThreadedOCPTest, TestLRUCache, FullSolrCloudDistribCmdsTest, UUIDFieldTest, TestCoreContainer, TestSimpleQParserPlugin, CacheHeaderTest, TestFieldTypeCollectionResource, QueryParsingTest, TestShardHandlerFactory, OverseerStatusTest, TestRealTimeGet, BasicZkTest, RemoteQueryErrorTest, AtomicUpdatesTest, DistributedQueryElevationComponentTest, DistributedTermsComponentTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, ShowFileRequestHandlerTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, PrimitiveFieldTypeTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, TestJmxIntegration, MBeansHandlerTest, PingRequestHandlerTest, TestLFUCache, HighlighterConfigTest, AlternateDirectoryTest, TestQuerySenderNoQuery, MultiTermTest, TestBinaryField, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, LegacyHTMLStripCharFilterTest, TestFastOutputStream, URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, CircularListTest, DistributedIntervalFacetingTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, OverseerRolesTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestNonNRTOpen, TestReloadAndDeleteDocs, TestSolrXmlPersistor, TestReplicationHandlerBackup, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, DistributedFacetPivotLongTailTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, SuggestComponentTest, TestExpandComponent, TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest, TestIntervalFaceting, TestSchemaNameResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, TestUniqueKeyFieldResource, TestCloudSchemaless] [junit4] Completed on J1 in 161.89s, 1 test, 1 error <<< FAILURES! [...truncated 67 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1351: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:966: There were test failures: 424 suites, 1762 tests, 1 error, 39 ignored (18 assumptions) Total time: 115 minutes 33 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseParallelGC 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]
