Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1788/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1 at __randomizedtesting.SeedInfo.seed([75C393836DC27B71:F4251D9B1A9D1B4D]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558) 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:869) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) ... 47 more Build Log: [...truncated 10824 lines...] [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/init-core-data-001 [junit4] 2> 712989 T1348 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 712990 T1348 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 713001 T1348 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 713003 T1348 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 713004 T1349 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 713106 T1348 oasc.ZkTestServer.run start zk server on port:49489 [junit4] 2> 713112 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 713125 T1355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27ffea55 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 713126 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 713126 T1348 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 713140 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 713144 T1357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@528c2446 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 713144 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 713145 T1348 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 713155 T1348 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 713163 T1348 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 713168 T1348 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 713173 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml [junit4] 2> 713174 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 713181 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml [junit4] 2> 713182 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 713188 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 713189 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 713196 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 713196 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 713202 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 713203 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 713210 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 713211 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 713218 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 713219 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 713226 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 713226 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 713233 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 713234 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 713241 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 713242 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 713251 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 713252 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 713264 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 713269 T1359 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@460edc83 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 713269 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 715316 T1348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 715328 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 715350 T1348 oejs.AbstractConnector.doStart Started [email protected]:49493 [junit4] 2> 715355 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 715356 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 715357 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002 [junit4] 2> 715360 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/' [junit4] 2> 715402 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/solr.xml [junit4] 2> 715467 T1348 oasc.CoreContainer.<init> New CoreContainer 1868410570 [junit4] 2> 715468 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/] [junit4] 2> 715470 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 715484 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 715485 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 715485 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 715487 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 715487 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 715490 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 715493 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 715493 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 715494 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 715495 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr [junit4] 2> 715495 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 715497 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 715500 T1370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c64be28 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 715501 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 715505 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 715516 T1372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e4d5e76 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 715517 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 715521 T1348 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 715532 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 715543 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 715554 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 715563 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 715571 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 715576 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49493_ [junit4] 2> 715577 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49493_ [junit4] 2> 715585 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 715590 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 715594 T1348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 715600 T1348 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49493_ [junit4] 2> 715600 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 715606 T1348 oasc.Overseer.start Overseer (id=92333226675470340-127.0.0.1:49493_-n_0000000000) starting [junit4] 2> 715616 T1348 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 715642 T1348 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 715644 T1374 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 715647 T1348 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 715651 T1348 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 715655 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 715663 T1373 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 715670 T1376 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 715670 T1376 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 715674 T1376 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 715674 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "node_name":"127.0.0.1:49493_", [junit4] 2> "base_url":"https://127.0.0.1:49493", [junit4] 2> "state":"down", [junit4] 2> "numShards":"1", [junit4] 2> "collection":"control_collection", [junit4] 2> "shard":null, [junit4] 2> "roles":null, [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 715692 T1377 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> 716677 T1376 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 716677 T1376 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 716681 T1376 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 716682 T1376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 716689 T1376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 716689 T1376 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/' [junit4] 2> 716691 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 716691 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 716692 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 716786 T1376 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 716851 T1376 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 716875 T1376 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> 716886 T1376 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 716895 T1376 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 716956 T1376 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 716961 T1376 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema [junit4] 2> 716966 T1376 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak [junit4] 2> 716975 T1376 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> 716975 T1376 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 716975 T1376 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 716976 T1376 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/ [junit4] 2> 716976 T1376 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 717050 T1376 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data [junit4] 2> 717052 T1376 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index/ [junit4] 2> 717053 T1376 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 717055 T1376 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index [junit4] 2> 717056 T1376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215 [junit4] 2> 717068 T1376 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9533218; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 717068 T1376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 717074 T1376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 717840 T1376 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 717841 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 717841 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 717842 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 717843 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 717845 T1376 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 717866 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 717869 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 717872 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 717874 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 717877 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 717884 T1376 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 717884 T1376 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 717886 T1376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 717888 T1376 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9533218; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 717889 T1376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 717890 T1376 oass.SolrIndexSearcher.<init> Opening Searcher@2b7f6225[collection1] main [junit4] 2> 717890 T1376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 717893 T1376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 717894 T1376 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 717895 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 717895 T1376 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 717896 T1376 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 717897 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 717897 T1376 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 717899 T1376 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 717908 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 717908 T1376 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 717909 T1376 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 717913 T1376 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 717944 T1376 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 717944 T1378 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b7f6225[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 717948 T1381 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49493 collection:control_collection shard:shard1 [junit4] 2> 717949 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 717950 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 717952 T1381 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 717962 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 717966 T1383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23ee2324 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 717966 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 717969 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 717971 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 717976 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 717978 T1381 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 717978 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C723 name=collection1 org.apache.solr.core.SolrCore@3121be97 url=https://127.0.0.1:49493/collection1 node=127.0.0.1:49493_ C723_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:49493_, base_url=https://127.0.0.1:49493, state=down, core=collection1} [junit4] 2> 717978 T1381 C723 P49493 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49493/collection1/ [junit4] 2> 717979 T1381 C723 P49493 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 717979 T1381 C723 P49493 oasc.SyncStrategy.syncToMe https://127.0.0.1:49493/collection1/ has no replicas [junit4] 2> 717979 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49493/collection1/ shard1 [junit4] 2> 717980 T1381 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 717985 T1348 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 718003 T1377 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> 718005 T1384 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> 718023 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 718026 T1377 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> 718027 T1384 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> 718056 T1381 oasc.ZkController.register We are https://127.0.0.1:49493/collection1/ and leader is https://127.0.0.1:49493/collection1/ [junit4] 2> 718056 T1381 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49493 [junit4] 2> 718057 T1381 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 718057 T1381 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 718058 T1381 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 718061 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 718073 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49493_", [junit4] 2> "base_url":"https://127.0.0.1:49493", [junit4] 2> "state":"active", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"control_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "roles":null, [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 718182 T1377 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> 718182 T1384 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> 720060 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 720061 T1348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 720071 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 720074 T1348 oejs.AbstractConnector.doStart Started [email protected]:49497 [junit4] 2> 720082 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 720083 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 720084 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003 [junit4] 2> 720086 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/' [junit4] 2> 720161 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/solr.xml [junit4] 2> 720286 T1348 oasc.CoreContainer.<init> New CoreContainer 1898922476 [junit4] 2> 720286 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/] [junit4] 2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 720289 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 720289 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 720290 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 720291 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 720291 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 720292 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 720294 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 720297 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 720297 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 720298 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 720298 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr [junit4] 2> 720298 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 720300 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 720304 T1395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c983f39 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 720306 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 720314 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 720317 T1397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31e39890 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 720318 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 720351 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 721365 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49497_ [junit4] 2> 721368 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49497_ [junit4] 2> 721383 T1348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 721399 T1399 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 721399 T1399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 721402 T1399 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 721402 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 721409 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49497_", [junit4] 2> "base_url":"https://127.0.0.1:49497", [junit4] 2> "state":"down", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "roles":null, [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 721410 T1373 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4] [junit4] 2> 721410 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4 [junit4] 2> 721419 T1384 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> 721420 T1377 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> 721420 T1398 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> 722404 T1399 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 722405 T1399 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 722408 T1399 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 722408 T1399 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 722411 T1399 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 722411 T1399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/' [junit4] 2> 722413 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 722413 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 722414 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 722500 T1399 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 722559 T1399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 722563 T1399 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 722570 T1399 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 722627 T1399 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 722629 T1399 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 722630 T1399 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 722631 T1399 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/ [junit4] 2> 722632 T1399 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 722632 T1399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data [junit4] 2> 722634 T1399 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index/ [junit4] 2> 722635 T1399 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 722636 T1399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index [junit4] 2> 722639 T1399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215 [junit4] 2> 722650 T1399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730604c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 722651 T1399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 722654 T1399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 722657 T1399 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 722658 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 722658 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 722659 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 722659 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 722660 T1399 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 722661 T1399 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 722662 T1399 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 722662 T1399 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 722685 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 722688 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 722691 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 722695 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 722698 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 722710 T1399 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 722710 T1399 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 722712 T1399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 722716 T1399 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730604c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 722717 T1399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 722717 T1399 oass.SolrIndexSearcher.<init> Opening Searcher@2f8e929b[collection1] main [junit4] 2> 722718 T1399 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 722722 T1399 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 722723 T1399 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 722725 T1399 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 722726 T1399 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 722726 T1399 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 722729 T1399 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 722730 T1399 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 722730 T1399 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 722730 T1399 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 722731 T1399 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 722735 T1399 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 722735 T1400 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f8e929b[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 722739 T1403 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49497 collection:collection1 shard:shard4 [junit4] 2> 722740 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 722740 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 722742 T1403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election [junit4] 2> 722758 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4 [junit4] 2> 722765 T1403 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 722766 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C724 name=collection1 org.apache.solr.core.SolrCore@6fbe146e url=https://127.0.0.1:49497/collection1 node=127.0.0.1:49497_ C724_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:49497_, base_url=https://127.0.0.1:49497, state=down, core=collection1} [junit4] 2> 722767 T1403 C724 P49497 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49497/collection1/ [junit4] 2> 722768 T1403 C724 P49497 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 722768 T1403 C724 P49497 oasc.SyncStrategy.syncToMe https://127.0.0.1:49497/collection1/ has no replicas [junit4] 2> 722769 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49497/collection1/ shard4 [junit4] 2> 722769 T1403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4 [junit4] 2> 722773 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 722822 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 722934 T1398 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> 722936 T1384 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> 722936 T1377 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> 722962 T1403 oasc.ZkController.register We are https://127.0.0.1:49497/collection1/ and leader is https://127.0.0.1:49497/collection1/ [junit4] 2> 722964 T1403 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49497 [junit4] 2> 722964 T1403 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 722965 T1403 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 722965 T1403 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 722971 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 722976 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49497_", [junit4] 2> "base_url":"https://127.0.0.1:49497", [junit4] 2> "state":"active", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard4", [junit4] 2> "roles":null, [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 723088 T1398 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> 723088 T1384 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> 723088 T1377 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> 724618 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 724620 T1348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 724628 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 724630 T1348 oejs.AbstractConnector.doStart Started [email protected]:49500 [junit4] 2> 724634 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 724634 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 724634 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004 [junit4] 2> 724635 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/' [junit4] 2> 724682 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/solr.xml [junit4] 2> 724776 T1348 oasc.CoreContainer.<init> New CoreContainer 1398155324 [junit4] 2> 724776 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/] [junit4] 2> 724778 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 724781 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 724782 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 724784 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 724787 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 724788 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 724789 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 724789 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr [junit4] 2> 724790 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 724791 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 724795 T1414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3865764d name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 724797 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 724805 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 724810 T1416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55686109 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 724811 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 724835 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 725848 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49500_ [junit4] 2> 725851 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49500_ [junit4] 2> 725866 T1348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 725893 T1418 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 725893 T1418 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 725895 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 725895 T1418 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 725901 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49500_", [junit4] 2> "base_url":"https://127.0.0.1:49500", [junit4] 2> "state":"down", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "roles":null, [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 725902 T1373 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 725902 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 725914 T1417 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> 725914 T1398 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> 725915 T1384 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> 725916 T1377 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> 726898 T1418 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 726898 T1418 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 726901 T1418 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 726901 T1418 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 726905 T1418 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 726905 T1418 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/' [junit4] 2> 726909 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 726914 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 726915 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 727013 T1418 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 727098 T1418 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 727107 T1418 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 727118 T1418 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 727191 T1418 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 727193 T1418 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 727194 T1418 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 727194 T1418 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/ [junit4] 2> 727195 T1418 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 727196 T1418 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data [junit4] 2> 727197 T1418 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index/ [junit4] 2> 727198 T1418 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 727200 T1418 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index [junit4] 2> 727202 T1418 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215 [junit4] 2> 727208 T1418 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5020f4be; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 727209 T1418 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 727212 T1418 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 727215 T1418 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 727219 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 727221 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 727221 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 727222 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 727222 T1418 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 727223 T1418 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 727223 T1418 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 727225 T1418 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 727248 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 727253 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 727256 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 727260 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 727264 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 727276 T1418 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 727276 T1418 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 727278 T1418 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 727281 T1418 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5020f4be; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 727282 T1418 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 727282 T1418 oass.SolrIndexSearcher.<init> Opening Searcher@4af3dc92[collection1] main [junit4] 2> 727283 T1418 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 727289 T1418 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 727289 T1418 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 727297 T1418 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 727297 T1418 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 727298 T1418 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 727302 T1418 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 727303 T1418 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 727303 T1418 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 727304 T1418 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 727304 T1418 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 727322 T1419 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4af3dc92[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 727323 T1418 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 727330 T1422 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49500 collection:collection1 shard:shard3 [junit4] 2> 727332 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 727337 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 727339 T1422 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 727355 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 727362 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 727365 T1422 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 727365 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C725 name=collection1 org.apache.solr.core.SolrCore@fe8912a url=https://127.0.0.1:49500/collection1 node=127.0.0.1:49500_ C725_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:49500_, base_url=https://127.0.0.1:49500, state=down, core=collection1} [junit4] 2> 727366 T1422 C725 P49500 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49500/collection1/ [junit4] 2> 727367 T1422 C725 P49500 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 727367 T1422 C725 P49500 oasc.SyncStrategy.syncToMe https://127.0.0.1:49500/collection1/ has no replicas [junit4] 2> 727368 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49500/collection1/ shard3 [junit4] 2> 727376 T1422 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 727405 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 727419 T1384 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> 727419 T1377 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> 727420 T1398 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> 727426 T1417 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> 727465 T1422 oasc.ZkController.register We are https://127.0.0.1:49500/collection1/ and leader is https://127.0.0.1:49500/collection1/ [junit4] 2> 727466 T1422 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49500 [junit4] 2> 727466 T1422 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 727468 T1422 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 727468 T1422 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 727477 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 727486 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49500_", [junit4] 2> "base_url":"https://127.0.0.1:49500", [junit4] 2> "state":"active", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard3", [junit4] 2> "roles":null, [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 727596 T1377 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> 727597 T1384 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> 727598 T1398 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> 727597 T1417 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> 730003 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 730004 T1348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 730013 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 730017 T1348 oejs.AbstractConnector.doStart Started [email protected]:49503 [junit4] 2> 730019 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 730020 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 730020 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005 [junit4] 2> 730021 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/' [junit4] 2> 730061 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/solr.xml [junit4] 2> 730163 T1348 oasc.CoreContainer.<init> New CoreContainer 1424942174 [junit4] 2> 730164 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/] [junit4] 2> 730168 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 730168 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 730169 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 730170 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 730171 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 730174 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 730178 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 730183 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 730184 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 730185 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 730186 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr [junit4] 2> 730186 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 730188 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 730197 T1433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41cd1045 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 730199 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 730206 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 730210 T1435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba3eed4 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 730210 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 730233 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 731244 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49503_ [junit4] 2> 731246 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49503_ [junit4] 2> 731262 T1348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 731286 T1437 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 731287 T1437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 731289 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 731291 T1437 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 731297 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "node_name":"127.0.0.1:49503_", [junit4] 2> "base_url":"https://127.0.0.1:49503", [junit4] 2> "state":"down", [junit4] 2> "numShards":"4", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "roles":null, [junit4] 2> "core":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 731298 T1373 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 731299 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 731312 T1384 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> 731313 T1398 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> 731313 T1377 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> 731313 T1436 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> 731315 T1417 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> 732293 T1437 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 732293 T1437 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 732296 T1437 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 732296 T1437 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 732299 T1437 oa [...truncated too long message...] junit4] 2> 1013056 T1348 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index;done=false>>] [junit4] 2> 1013056 T1348 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index [junit4] 2> 1013057 T1348 oasc.Overseer.close Overseer (id=92333226675470357-127.0.0.1:49525_-n_0000000008) closing [junit4] 2> 1013058 T1615 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49525_ [junit4] 2> 1014564 T1618 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293) [junit4] 2> [junit4] 2> 1014565 T1600 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 1014580 T1348 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 1019571 T1348 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 1019576 T1348 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49489 49489 [junit4] 2> 1019591 T1349 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49489 49489 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=75C393836DC27B71 -Dtests.slow=true -Dtests.locale=lt_LT -Dtests.timezone=America/Hermosillo -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 307s | TestCloudSchemaless.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1 [junit4] > at __randomizedtesting.SeedInfo.seed([75C393836DC27B71:F4251D9B1A9D1B4D]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558) [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:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:152) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:122) [junit4] > at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) [junit4] > at sun.security.ssl.InputRecord.read(InputRecord.java:480) [junit4] > at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) [junit4] > at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) [junit4] > at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) [junit4] > at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) [junit4] > at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) [junit4] > at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) [junit4] > at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) [junit4] > ... 47 more [junit4] 2> 1019902 T1348 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001 [junit4] 2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=lt_LT, timezone=America/Hermosillo [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=37635968,total=182525952 [junit4] 2> NOTE: All tests run in this JVM: [AlternateDirectoryTest, TestAnalyzeInfixSuggestions, BinaryUpdateRequestHandlerTest, TermVectorComponentDistributedTest, SolrRequestParserTest, TestSchemaResource, TestUniqueKeyFieldResource, AutoCommitTest, TestFieldResource, TestSuggestSpellingConverter, TestClassNameShortening, RequiredFieldsTest, SolrPluginUtilsTest, QueryEqualityTest, TestOrdValues, CollectionsAPIAsyncDistributedZkTest, DirectSolrConnectionTest, SuggesterTSTTest, RangeFacetTest, UpdateParamsTest, DocValuesTest, DistribCursorPagingTest, SolrInfoMBeanTest, TestDynamicFieldResource, InfoHandlerTest, TestSolrQueryParserResource, TestNoOpRegenerator, RollingRestartTest, DistributedIntervalFacetingTest, TestPseudoReturnFields, SolrIndexConfigTest, TestComplexPhraseQParserPlugin, PreAnalyzedUpdateProcessorTest, TestCoreDiscovery, AsyncMigrateRouteKeyTest, TestDistributedGrouping, TestSerializedLuceneMatchVersion, TestExceedMaxTermLength, TestDefaultSimilarityFactory, TestCloudSchemaless] [junit4] Completed in 306.97s, 1 test, 1 error <<< FAILURES! [...truncated 1225 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:48: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1342: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:957: There were test failures: 430 suites, 1783 tests, 1 error, 45 ignored (18 assumptions) Total time: 173 minutes 11 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC 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]
