Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10884/ Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:46293/e_dm/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:46293/e_dm/collection1 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560) 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:867) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) 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:954) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911) 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) ... 48 more Build Log: [...truncated 11540 lines...] [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/init-core-data-001 [junit4] 2> 819410 T2643 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 819410 T2643 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /e_dm/ [junit4] 2> 819415 T2643 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 819416 T2643 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 819417 T2644 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 819516 T2643 oasc.ZkTestServer.run start zk server on port:55361 [junit4] 2> 819518 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 819523 T2650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce2709 name:ZooKeeperConnection Watcher:127.0.0.1:55361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 819524 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 819525 T2643 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 819532 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 819533 T2652 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c0934 name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 819534 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 819534 T2643 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 819539 T2643 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 819541 T2643 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 819544 T2643 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 819546 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml [junit4] 2> 819547 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 819551 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml [junit4] 2> 819552 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 819555 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 819556 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 819560 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 819560 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 819565 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 819566 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 819571 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 819572 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 819578 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 819579 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 819583 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 819584 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 819588 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 819589 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 819593 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 819594 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 819598 T2643 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 819599 T2643 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 819605 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 819607 T2654 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@153e322 name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 819608 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 819988 T2643 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 819993 T2643 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 820022 T2643 oejs.AbstractConnector.doStart Started [email protected]:39167 [junit4] 2> 820025 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 820025 T2643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 820026 T2643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002 [junit4] 2> 820027 T2643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/' [junit4] 2> 820055 T2643 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/solr.xml [junit4] 2> 820070 T2643 oasc.CoreContainer.<init> New CoreContainer 17185354 [junit4] 2> 820070 T2643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/] [junit4] 2> 820071 T2643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 820072 T2643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 820072 T2643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 820072 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 820073 T2643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 820073 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 820073 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 820074 T2643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 820074 T2643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 820076 T2643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 820077 T2643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 820078 T2643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 820078 T2643 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 820079 T2643 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55361/solr [junit4] 2> 820079 T2643 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 820080 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 820082 T2665 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bbec7 name:ZooKeeperConnection Watcher:127.0.0.1:55361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 820083 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 820086 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 820088 T2667 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa121f name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 820088 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 820090 T2643 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 820093 T2643 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 820097 T2643 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 820100 T2643 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 820103 T2643 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 820108 T2643 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 820110 T2643 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39167_e_dm [junit4] 2> 820111 T2643 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39167_e_dm [junit4] 2> 820116 T2643 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 820119 T2643 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 820126 T2643 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39167_e_dm [junit4] 2> 820127 T2643 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 820131 T2643 oasc.Overseer.start Overseer (id=92261669805096964-127.0.0.1:39167_e_dm-n_0000000000) starting [junit4] 2> 820136 T2643 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 820153 T2669 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 820154 T2643 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 820158 T2643 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 820161 T2643 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 820167 T2668 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 820172 T2670 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 820173 T2670 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 820174 T2670 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 820174 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 820178 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 820180 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:39167/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:39167_e_dm", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"1", [junit4] 2> "core_node_name":null} [junit4] 2> 820180 T2668 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 820181 T2668 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 820187 T2671 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> 821175 T2670 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 821176 T2670 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 821177 T2670 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 821177 T2670 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 821178 T2670 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 821179 T2670 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/' [junit4] 2> 821180 T2670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 821180 T2670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 821181 T2670 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 821220 T2670 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10 [junit4] 2> 821246 T2670 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 821260 T2670 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> 821264 T2670 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 821267 T2670 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 821278 T2670 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 821284 T2670 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema [junit4] 2> 821286 T2670 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak [junit4] 2> 821291 T2670 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> 821291 T2670 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 821292 T2670 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 821292 T2670 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/ [junit4] 2> 821293 T2670 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 821293 T2670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data [junit4] 2> 821294 T2670 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/index/ [junit4] 2> 821294 T2670 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 821295 T2670 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/index [junit4] 2> 821296 T2670 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=64.55859375, floorSegmentMB=0.5009765625, forceMergeDeletesPctAllowed=17.075399348521437, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 821441 T2670 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@83d541; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 821442 T2670 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 821444 T2670 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 821604 T2670 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 821604 T2670 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 821604 T2670 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 821605 T2670 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 821605 T2670 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 821605 T2670 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 821606 T2670 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 821606 T2670 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 821606 T2670 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 821606 T2670 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 821607 T2670 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 821607 T2670 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 821609 T2670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 821610 T2670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 821611 T2670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 821612 T2670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 821613 T2670 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 821615 T2670 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 821615 T2670 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 821616 T2670 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 821617 T2670 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@83d541; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 821617 T2670 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 821618 T2670 oass.SolrIndexSearcher.<init> Opening Searcher@28df86[collection1] main [junit4] 2> 821618 T2670 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 821620 T2670 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 821620 T2670 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 821621 T2670 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 821621 T2670 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 821622 T2670 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 821623 T2670 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 821623 T2670 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 821624 T2670 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 821628 T2670 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 821628 T2670 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 821628 T2670 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 821630 T2670 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 821638 T2670 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 821638 T2672 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28df86[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 821639 T2675 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39167/e_dm collection:control_collection shard:shard1 [junit4] 2> 821639 T2643 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 821640 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 821641 T2675 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 821646 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 821648 T2677 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec7715 name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 821648 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 821649 T2675 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 821650 T2643 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 821652 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 821653 T2675 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 821653 T2675 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 821654 T2643 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 821654 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> ASYNC NEW_CORE C709 name=collection1 org.apache.solr.core.SolrCore@74308 url=https://127.0.0.1:39167/e_dm/collection1 node=127.0.0.1:39167_e_dm C709_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:39167/e_dm, core=collection1, node_name=127.0.0.1:39167_e_dm} [junit4] 2> 821654 T2675 C709 P39167 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39167/e_dm/collection1/ [junit4] 2> 821656 T2675 C709 P39167 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 821657 T2675 C709 P39167 oasc.SyncStrategy.syncToMe https://127.0.0.1:39167/e_dm/collection1/ has no replicas [junit4] 2> 821657 T2675 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39167/e_dm/collection1/ shard1 [junit4] 2> 821658 T2675 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 821665 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 821772 T2671 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> 821773 T2678 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> 821819 T2675 oasc.ZkController.register We are https://127.0.0.1:39167/e_dm/collection1/ and leader is https://127.0.0.1:39167/e_dm/collection1/ [junit4] 2> 821819 T2675 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39167/e_dm [junit4] 2> 821819 T2675 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 821820 T2675 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 821820 T2675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 821822 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 821822 T2675 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 821824 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 821825 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:39167/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:39167_e_dm", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 821929 T2671 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> 821929 T2678 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> 822041 T2643 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 822042 T2643 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 822046 T2643 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 822049 T2643 oejs.AbstractConnector.doStart Started [email protected]:53135 [junit4] 2> 822051 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 822051 T2643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 822051 T2643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003 [junit4] 2> 822052 T2643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/' [junit4] 2> 822071 T2643 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/solr.xml [junit4] 2> 822089 T2643 oasc.CoreContainer.<init> New CoreContainer 3774088 [junit4] 2> 822089 T2643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/] [junit4] 2> 822091 T2643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 822091 T2643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 822092 T2643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 822093 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 822093 T2643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 822094 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 822094 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 822095 T2643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 822095 T2643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 822098 T2643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 822100 T2643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 822100 T2643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 822101 T2643 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 822101 T2643 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55361/solr [junit4] 2> 822102 T2643 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 822103 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 822105 T2689 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e4c18 name:ZooKeeperConnection Watcher:127.0.0.1:55361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 822106 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 822109 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 822110 T2691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cb2b name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 822111 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 822120 T2643 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 823124 T2643 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53135_e_dm [junit4] 2> 823126 T2643 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53135_e_dm [junit4] 2> 823132 T2671 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 823132 T2678 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 823133 T2692 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 823144 T2693 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 823145 T2693 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 823147 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 823147 T2693 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 823150 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 823151 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:53135/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53135_e_dm", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":null} [junit4] 2> 823152 T2668 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4] [junit4] 2> 823152 T2668 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 823257 T2671 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> 823257 T2692 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> 823257 T2678 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> 824148 T2693 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 824149 T2693 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 824151 T2693 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 824151 T2693 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 824153 T2693 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 824154 T2693 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/' [junit4] 2> 824157 T2693 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 824158 T2693 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 824160 T2693 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 824208 T2693 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10 [junit4] 2> 824238 T2693 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 824241 T2693 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 824247 T2693 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 824259 T2693 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 824260 T2693 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 824260 T2693 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 824260 T2693 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/ [junit4] 2> 824261 T2693 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 824261 T2693 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data [junit4] 2> 824262 T2693 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/index/ [junit4] 2> 824262 T2693 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 824263 T2693 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/index [junit4] 2> 824264 T2693 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=64.55859375, floorSegmentMB=0.5009765625, forceMergeDeletesPctAllowed=17.075399348521437, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 824273 T2693 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d63a2a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 824275 T2693 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 824276 T2693 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 824279 T2693 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 824280 T2693 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 824280 T2693 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 824280 T2693 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 824281 T2693 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 824281 T2693 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 824282 T2693 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 824282 T2693 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 824283 T2693 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 824283 T2693 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 824283 T2693 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 824284 T2693 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 824287 T2693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 824288 T2693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 824289 T2693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 824291 T2693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 824292 T2693 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 824294 T2693 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 824294 T2693 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 824295 T2693 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 824296 T2693 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d63a2a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 824296 T2693 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 824297 T2693 oass.SolrIndexSearcher.<init> Opening Searcher@e04d64[collection1] main [junit4] 2> 824297 T2693 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 824299 T2693 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 824300 T2693 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 824300 T2693 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 824300 T2693 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 824301 T2693 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 824303 T2693 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 824304 T2693 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 824304 T2693 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 824305 T2693 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 824305 T2693 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 824308 T2694 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e04d64[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 824308 T2693 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 824310 T2697 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53135/e_dm collection:collection1 shard:shard2 [junit4] 2> 824310 T2643 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 824311 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 824311 T2697 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 824318 T2697 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 824323 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 824323 T2697 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 824324 T2697 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C710 name=collection1 org.apache.solr.core.SolrCore@18414f5 url=https://127.0.0.1:53135/e_dm/collection1 node=127.0.0.1:53135_e_dm C710_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53135/e_dm, core=collection1, node_name=127.0.0.1:53135_e_dm} [junit4] 2> 824324 T2697 C710 P53135 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53135/e_dm/collection1/ [junit4] 2> 824325 T2697 C710 P53135 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 824326 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 824326 T2697 C710 P53135 oasc.SyncStrategy.syncToMe https://127.0.0.1:53135/e_dm/collection1/ has no replicas [junit4] 2> 824327 T2697 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53135/e_dm/collection1/ shard2 [junit4] 2> 824329 T2697 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 824334 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 824438 T2671 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> 824438 T2678 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> 824438 T2692 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> 824485 T2697 oasc.ZkController.register We are https://127.0.0.1:53135/e_dm/collection1/ and leader is https://127.0.0.1:53135/e_dm/collection1/ [junit4] 2> 824485 T2697 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53135/e_dm [junit4] 2> 824486 T2697 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 824486 T2697 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 824486 T2697 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 824488 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 824488 T2697 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 824489 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 824490 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:53135/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53135_e_dm", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 824594 T2671 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> 824594 T2678 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> 824594 T2692 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> 824684 T2643 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 824685 T2643 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 824690 T2643 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 824691 T2643 oejs.AbstractConnector.doStart Started [email protected]:50885 [junit4] 2> 824694 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 824694 T2643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 824695 T2643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004 [junit4] 2> 824695 T2643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/' [junit4] 2> 824715 T2643 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/solr.xml [junit4] 2> 824734 T2643 oasc.CoreContainer.<init> New CoreContainer 20402602 [junit4] 2> 824734 T2643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/] [junit4] 2> 824735 T2643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 824736 T2643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 824736 T2643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 824737 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 824737 T2643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 824738 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 824738 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 824739 T2643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 824739 T2643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 824741 T2643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 824743 T2643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 824744 T2643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 824744 T2643 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 824745 T2643 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55361/solr [junit4] 2> 824745 T2643 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 824746 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 824748 T2708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e23dce name:ZooKeeperConnection Watcher:127.0.0.1:55361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 824749 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 824753 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 824757 T2710 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@864493 name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 824757 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 824768 T2643 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 825773 T2643 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50885_e_dm [junit4] 2> 825775 T2643 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50885_e_dm [junit4] 2> 825778 T2671 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 825778 T2678 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 825779 T2692 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 825779 T2711 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 825784 T2712 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 825785 T2712 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 825786 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 825786 T2712 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 825787 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 825788 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:50885/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:50885_e_dm", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":null} [junit4] 2> 825788 T2668 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 825788 T2668 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 825893 T2671 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> 825893 T2678 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> 825893 T2711 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> 825893 T2692 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> 826787 T2712 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 826787 T2712 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 826789 T2712 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 826789 T2712 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 826791 T2712 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 826792 T2712 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/' [junit4] 2> 826793 T2712 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 826794 T2712 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 826795 T2712 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 826846 T2712 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10 [junit4] 2> 826861 T2712 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 826862 T2712 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 826867 T2712 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 826877 T2712 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 826878 T2712 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 826878 T2712 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 826878 T2712 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/ [junit4] 2> 826879 T2712 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 826879 T2712 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data [junit4] 2> 826880 T2712 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/index/ [junit4] 2> 826880 T2712 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 826881 T2712 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/index [junit4] 2> 826881 T2712 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=64.55859375, floorSegmentMB=0.5009765625, forceMergeDeletesPctAllowed=17.075399348521437, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 826893 T2712 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d857e5; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 826893 T2712 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 826895 T2712 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 826897 T2712 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 826898 T2712 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 826898 T2712 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 826899 T2712 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 826899 T2712 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 826900 T2712 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 826901 T2712 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 826901 T2712 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 826902 T2712 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 826902 T2712 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 826903 T2712 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 826903 T2712 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 826908 T2712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 826910 T2712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 826911 T2712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 826912 T2712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 826925 T2712 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 826927 T2712 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 826927 T2712 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 826928 T2712 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 826930 T2712 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d857e5; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 826931 T2712 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 826932 T2712 oass.SolrIndexSearcher.<init> Opening Searcher@a815d5[collection1] main [junit4] 2> 826932 T2712 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 826934 T2712 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 826934 T2712 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 826936 T2712 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 826936 T2712 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 826937 T2712 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 826938 T2712 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 826939 T2712 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 826939 T2712 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 826940 T2712 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 826940 T2712 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 826942 T2713 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a815d5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 826942 T2712 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 826944 T2716 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:50885/e_dm collection:collection1 shard:shard3 [junit4] 2> 826945 T2643 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 826945 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 826946 T2716 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 826953 T2716 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 826955 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 826955 T2716 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 826956 T2716 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C711 name=collection1 org.apache.solr.core.SolrCore@11b77d6 url=https://127.0.0.1:50885/e_dm/collection1 node=127.0.0.1:50885_e_dm C711_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:50885/e_dm, core=collection1, node_name=127.0.0.1:50885_e_dm} [junit4] 2> 826956 T2716 C711 P50885 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:50885/e_dm/collection1/ [junit4] 2> 826956 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 826956 T2716 C711 P50885 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 826957 T2716 C711 P50885 oasc.SyncStrategy.syncToMe https://127.0.0.1:50885/e_dm/collection1/ has no replicas [junit4] 2> 826957 T2716 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:50885/e_dm/collection1/ shard3 [junit4] 2> 826958 T2716 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 826961 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 827065 T2671 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> 827065 T2678 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> 827065 T2692 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> 827065 T2711 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> 827112 T2716 oasc.ZkController.register We are https://127.0.0.1:50885/e_dm/collection1/ and leader is https://127.0.0.1:50885/e_dm/collection1/ [junit4] 2> 827113 T2716 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:50885/e_dm [junit4] 2> 827113 T2716 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 827113 T2716 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 827113 T2716 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 827115 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 827115 T2716 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 827117 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 827117 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:50885/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:50885_e_dm", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node2"} [junit4] 2> 827220 T2692 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> 827221 T2711 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> 827220 T2671 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> 827220 T2678 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> 827332 T2643 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 827333 T2643 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 827337 T2643 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 827339 T2643 oejs.AbstractConnector.doStart Started [email protected]:46293 [junit4] 2> 827343 T2643 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 827343 T2643 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 827344 T2643 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-005 [junit4] 2> 827344 T2643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-005/' [junit4] 2> 827363 T2643 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-005/solr.xml [junit4] 2> 827375 T2643 oasc.CoreContainer.<init> New CoreContainer 20682656 [junit4] 2> 827376 T2643 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001/tempDir-005/] [junit4] 2> 827376 T2643 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 827377 T2643 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 827377 T2643 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 827377 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 827378 T2643 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 827378 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 827379 T2643 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 827379 T2643 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 827379 T2643 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 827381 T2643 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 827382 T2643 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 827383 T2643 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 827383 T2643 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 827383 T2643 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55361/solr [junit4] 2> 827384 T2643 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 827385 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 827386 T2727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c85a6 name:ZooKeeperConnection Watcher:127.0.0.1:55361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 827387 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 827390 T2643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 827393 T2729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19848cd name:ZooKeeperConnection Watcher:127.0.0.1:55361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 827394 T2643 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 827404 T2643 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 828408 T2643 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46293_e_dm [junit4] 2> 828410 T2643 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46293_e_dm [junit4] 2> 828415 T2671 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 828416 T2711 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 828417 T2730 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 828415 T2678 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 828415 T2692 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 828427 T2731 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 828427 T2731 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 828429 T2671 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 828430 T2731 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 828432 T2668 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 828432 T2668 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:46293/e_dm", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:46293_e_dm", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":null} [junit4] 2> 828433 T2668 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 828433 T2668 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4 [junit4] 2> 828538 T2671 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> 828538 T2730 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConne [...truncated too long message...] .process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 1105299 T2643 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/e_dm,null} [junit4] 2> 1110289 T2643 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 1110290 T2643 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:55361 55361 [junit4] 2> 1110998 T2644 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:55361 55361 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=B615BACA0638B03A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no_NO_NY -Dtests.timezone=Pacific/Kosrae -Dtests.file.encoding=UTF-8 [junit4] ERROR 292s J1 | TestCloudSchemaless.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:46293/e_dm/collection1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68) [junit4] > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54) [junit4] > at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:150) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:121) [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:954) [junit4] > at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911) [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] > ... 48 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2846, name=updateExecutor-408-thread-2, state=RUNNABLE, group=TGRP-TestCloudSchemaless] [junit4] > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@1d46b67 rejected from java.util.concurrent.ThreadPoolExecutor@d6e5f9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 44] [junit4] > at __randomizedtesting.SeedInfo.seed([B615BACA0638B03A]:0) [junit4] > at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) [junit4] > at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) [junit4] > at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) [junit4] > at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:263) [junit4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [junit4] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 1111032 T2643 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-B615BACA0638B03A-001 [junit4] 2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=no_NO_NY, timezone=Pacific/Kosrae [junit4] 2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=50011584,total=213909504 [junit4] 2> NOTE: All tests run in this JVM: [TestSystemIdResolver, EnumFieldTest, SortByFunctionTest, TestMergePolicyConfig, UniqFieldsUpdateProcessorFactoryTest, MigrateRouteKeyTest, TestLFUCache, AlternateDirectoryTest, TestManagedResource, TestRecovery, TestCSVLoader, ResponseHeaderTest, TestXIncludeConfig, TestSerializedLuceneMatchVersion, SynonymTokenizerTest, FullSolrCloudDistribCmdsTest, DeleteReplicaTest, TestCSVResponseWriter, TestPhraseSuggestions, PrimUtilsTest, BinaryUpdateRequestHandlerTest, ChaosMonkeySafeLeaderTest, TestRestManager, FieldAnalysisRequestHandlerTest, AliasIntegrationTest, QueryElevationComponentTest, DistributedQueryElevationComponentTest, RankQueryTest, TestReversedWildcardFilterFactory, CopyFieldTest, SoftAutoCommitTest, TestValueSourceCache, TestInfoStreamLogging, SolrInfoMBeanTest, DistributedDebugComponentTest, SpatialFilterTest, LegacyHTMLStripCharFilterTest, TestOmitPositions, AddBlockUpdateTest, TestQueryUtils, OverseerStatusTest, TimeZoneUtilsTest, PolyFieldTest, TestLazyCores, TestRecoveryHdfs, TestStressLucene, TestZkChroot, TestWriterPerf, DebugComponentTest, TestFileDictionaryLookup, ChaosMonkeyNothingIsSafeTest, ZkSolrClientTest, LukeRequestHandlerTest, TestCollapseQParserPlugin, SolrRequestParserTest, HardAutoCommitTest, TestPerFieldSimilarity, TestGroupingSearch, TestClassNameShortening, TestExceedMaxTermLength, TestManagedResourceStorage, TestSolrQueryParser, DefaultValueUpdateProcessorTest, DocExpirationUpdateProcessorFactoryTest, TestFastWriter, TestLMDirichletSimilarityFactory, DistanceFunctionTest, AtomicUpdatesTest, InfoHandlerTest, ScriptEngineTest, TestQueryTypes, TestSimpleQParserPlugin, DirectUpdateHandlerOptimizeTest, TestPostingsSolrHighlighter, LoggingHandlerTest, TestPseudoReturnFields, DOMUtilTest, TestSolrQueryParserDefaultOperatorResource, StatsComponentTest, HdfsBasicDistributedZkTest, TestDynamicFieldCollectionResource, HdfsBasicDistributedZk2Test, BasicZkTest, TestCloudSchemaless] [junit4] Completed on J1 in 291.68s, 1 test, 1 error <<< FAILURES! [...truncated 834 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:474: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:454: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1308: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: There were test failures: 410 suites, 1711 tests, 1 error, 38 ignored (17 assumptions) Total time: 99 minutes 16 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseG1GC 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]
