Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1770/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC
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:53345/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53345/collection1 at __randomizedtesting.SeedInfo.seed([4A6F028C67071AA1:CB898C9410587A9D]: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 12066 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-4A6F028C67071AA1-001/init-core-data-001 [junit4] 2> 7461615 T15726 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 7461615 T15726 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 7461622 T15726 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 7461623 T15726 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 7461625 T15727 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 7461726 T15726 oasc.ZkTestServer.run start zk server on port:53334 [junit4] 2> 7461728 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7461735 T15733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c8d9198 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7461736 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7461737 T15726 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 7461749 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7461752 T15735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bdc9156 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7461752 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7461753 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 7461762 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 7461770 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 7461775 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 7461784 T15726 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> 7461784 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 7461796 T15726 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> 7461796 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 7461804 T15726 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> 7461805 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 7461813 T15726 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> 7461814 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 7461822 T15726 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> 7461823 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 7461833 T15726 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> 7461833 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 7461842 T15726 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> 7461844 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 7461852 T15726 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> 7461852 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 7461861 T15726 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> 7461861 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 7461869 T15726 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> 7461870 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 7461879 T15726 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> 7461879 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 7461891 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7461895 T15737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40a8d299 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7461895 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7464394 T15726 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7464406 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7464410 T15726 oejs.AbstractConnector.doStart Started [email protected]:53338 [junit4] 2> 7464416 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7464417 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7464417 T15726 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-4A6F028C67071AA1-001/tempDir-002 [junit4] 2> 7464418 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/' [junit4] 2> 7464487 T15726 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-4A6F028C67071AA1-001/tempDir-002/solr.xml [junit4] 2> 7464647 T15726 oasc.CoreContainer.<init> New CoreContainer 1497233130 [junit4] 2> 7464647 T15726 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-4A6F028C67071AA1-001/tempDir-002/] [junit4] 2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7464651 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7464653 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7464656 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7464658 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7464658 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7464659 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7464659 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr [junit4] 2> 7464660 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7464662 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7464668 T15748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374e3daa name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7464668 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7464674 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7464677 T15750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a69b066 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7464677 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7464681 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 7464691 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 7464700 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 7464712 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 7464725 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 7464738 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 7464743 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53338_ [junit4] 2> 7464745 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53338_ [junit4] 2> 7464754 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 7464760 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 7464767 T15726 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 7464773 T15726 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53338_ [junit4] 2> 7464774 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 7464779 T15726 oasc.Overseer.start Overseer (id=92276903204487172-127.0.0.1:53338_-n_0000000000) starting [junit4] 2> 7464788 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 7464818 T15726 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 7464820 T15752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 7464823 T15726 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 7464830 T15726 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 7464836 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7464846 T15751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 7464861 T15754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 7464861 T15754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7464863 T15754 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7464864 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7464871 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "base_url":"https://127.0.0.1:53338", [junit4] 2> "shard":null, [junit4] 2> "state":"down", [junit4] 2> "collection":"control_collection", [junit4] 2> "roles":null, [junit4] 2> "numShards":"1", [junit4] 2> "node_name":"127.0.0.1:53338_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 7464880 T15755 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> 7465866 T15754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7465866 T15754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 7465869 T15754 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7465870 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 7465873 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7465874 T15754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/' [junit4] 2> 7465875 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 7465957 T15754 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7466027 T15754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7466031 T15754 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> 7466035 T15754 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 7466043 T15754 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7466095 T15754 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7466099 T15754 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema [junit4] 2> 7466104 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak [junit4] 2> 7466116 T15754 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> 7466117 T15754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 7466117 T15754 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7466118 T15754 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-4A6F028C67071AA1-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/ [junit4] 2> 7466118 T15754 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7466119 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data [junit4] 2> 7466120 T15754 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-4A6F028C67071AA1-001/tempDir-002/collection1/data/index/ [junit4] 2> 7466121 T15754 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-4A6F028C67071AA1-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7466121 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index [junit4] 2> 7466122 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7466129 T15754 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-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7466129 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7466132 T15754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7466137 T15754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7466139 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7466141 T15754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7466142 T15754 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7466161 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7466163 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7466165 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7466167 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7466170 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7466179 T15754 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7466179 T15754 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7466181 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 7466183 T15754 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-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7466183 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7466183 T15754 oass.SolrIndexSearcher.<init> Opening Searcher@1c25dab4[collection1] main [junit4] 2> 7466184 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 7466187 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7466187 T15754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7466190 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7466190 T15754 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7466190 T15754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7466192 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 7466192 T15754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7466194 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 7466205 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 7466205 T15754 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7466206 T15754 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7466206 T15754 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7466215 T15754 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7466215 T15756 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c25dab4[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7466219 T15759 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53338 collection:control_collection shard:shard1 [junit4] 2> 7466219 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7466221 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7466223 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 7466231 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7466234 T15761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76bfd6e1 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7466235 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7466239 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7466242 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 7466248 T15726 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 7466248 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7466250 T15759 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7466250 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3144 name=collection1 org.apache.solr.core.SolrCore@1f5d9464 url=https://127.0.0.1:53338/collection1 node=127.0.0.1:53338_ C3144_STATE=coll:control_collection core:collection1 props:{base_url=https://127.0.0.1:53338, state=down, node_name=127.0.0.1:53338_, core=collection1} [junit4] 2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53338/collection1/ [junit4] 2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7466251 T15759 C3144 P53338 oasc.SyncStrategy.syncToMe https://127.0.0.1:53338/collection1/ has no replicas [junit4] 2> 7466251 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53338/collection1/ shard1 [junit4] 2> 7466251 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 7466280 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7466291 T15755 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> 7466292 T15762 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> 7466316 T15759 oasc.ZkController.register We are https://127.0.0.1:53338/collection1/ and leader is https://127.0.0.1:53338/collection1/ [junit4] 2> 7466316 T15759 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53338 [junit4] 2> 7466316 T15759 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7466317 T15759 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 7466317 T15759 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7466323 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7466328 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53338", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard1", [junit4] 2> "state":"active", [junit4] 2> "collection":"control_collection", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53338_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7466439 T15762 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> 7466440 T15755 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> 7468680 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 7468681 T15726 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7468692 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7468693 T15726 oejs.AbstractConnector.doStart Started [email protected]:53342 [junit4] 2> 7468699 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7468700 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7468700 T15726 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-4A6F028C67071AA1-001/tempDir-003 [junit4] 2> 7468701 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/' [junit4] 2> 7468760 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/solr.xml [junit4] 2> 7468842 T15726 oasc.CoreContainer.<init> New CoreContainer 420773577 [junit4] 2> 7468842 T15726 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-4A6F028C67071AA1-001/tempDir-003/] [junit4] 2> 7468846 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7468852 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7468854 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7468855 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7468856 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7468856 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr [junit4] 2> 7468857 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7468858 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7468862 T15773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18dfb23a name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7468863 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7468869 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7468871 T15775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fbad71 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7468872 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7468893 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7469904 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53342_ [junit4] 2> 7469906 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53342_ [junit4] 2> 7469919 T15726 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 7470276 T15777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7470276 T15777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7470278 T15777 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7470278 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53342", [junit4] 2> "shard":null, [junit4] 2> "state":"down", [junit4] 2> "collection":"collection1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53342_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4] [junit4] 2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 7470295 T15776 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> 7470296 T15762 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> 7470296 T15755 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> 7471280 T15777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7471281 T15777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 7471283 T15777 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7471283 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7471287 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7471287 T15777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/' [junit4] 2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 7471290 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 7471381 T15777 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7471448 T15777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7471454 T15777 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 7471463 T15777 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7471512 T15777 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7471514 T15777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 7471515 T15777 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7471516 T15777 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-4A6F028C67071AA1-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/ [junit4] 2> 7471516 T15777 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7471518 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data [junit4] 2> 7471519 T15777 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-4A6F028C67071AA1-001/tempDir-003/collection1/data/index/ [junit4] 2> 7471520 T15777 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-4A6F028C67071AA1-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7471520 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index [junit4] 2> 7471521 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7471528 T15777 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-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7471529 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7471531 T15777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7471533 T15777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7471556 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7471559 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7471562 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7471564 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7471567 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7471576 T15777 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7471577 T15777 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7471579 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 7471582 T15777 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-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7471583 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7471583 T15777 oass.SolrIndexSearcher.<init> Opening Searcher@5e351d88[collection1] main [junit4] 2> 7471584 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7471588 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7471588 T15777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7471590 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7471591 T15777 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7471591 T15777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7471594 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 7471595 T15777 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7471595 T15777 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 7471595 T15777 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7471595 T15777 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7471600 T15777 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7471600 T15778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e351d88[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7471603 T15781 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53342 collection:collection1 shard:shard3 [junit4] 2> 7471603 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7471604 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7471605 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 7471620 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 7471624 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7471625 T15781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7471625 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3145 name=collection1 org.apache.solr.core.SolrCore@423f01e5 url=https://127.0.0.1:53342/collection1 node=127.0.0.1:53342_ C3145_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53342, state=down, node_name=127.0.0.1:53342_, core=collection1} [junit4] 2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53342/collection1/ [junit4] 2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7471627 T15781 C3145 P53342 oasc.SyncStrategy.syncToMe https://127.0.0.1:53342/collection1/ has no replicas [junit4] 2> 7471627 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53342/collection1/ shard3 [junit4] 2> 7471627 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 7471661 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7471672 T15755 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> 7471672 T15762 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> 7471677 T15776 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> 7471693 T15781 oasc.ZkController.register We are https://127.0.0.1:53342/collection1/ and leader is https://127.0.0.1:53342/collection1/ [junit4] 2> 7471694 T15781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53342 [junit4] 2> 7471694 T15781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7471694 T15781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 7471695 T15781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7471699 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7471707 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53342", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "shard":"shard3", [junit4] 2> "state":"active", [junit4] 2> "collection":"collection1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53342_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7471833 T15755 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> 7471834 T15776 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> 7471834 T15762 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> 7473727 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 7473728 T15726 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7473735 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7473739 T15726 oejs.AbstractConnector.doStart Started [email protected]:53345 [junit4] 2> 7473744 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7473745 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7473745 T15726 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-4A6F028C67071AA1-001/tempDir-004 [junit4] 2> 7473745 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/' [junit4] 2> 7473803 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/solr.xml [junit4] 2> 7473882 T15726 oasc.CoreContainer.<init> New CoreContainer 2101729582 [junit4] 2> 7473887 T15726 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-4A6F028C67071AA1-001/tempDir-004/] [junit4] 2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7473892 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7473900 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7473900 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7473901 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7473902 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr [junit4] 2> 7473902 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7473904 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7473909 T15792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1843ef13 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7473909 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7473914 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7473917 T15794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4546efe9 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7473918 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7473947 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7474961 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53345_ [junit4] 2> 7474964 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53345_ [junit4] 2> 7474978 T15726 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 7475002 T15796 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7475003 T15796 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7475007 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7475007 T15796 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53345", [junit4] 2> "shard":null, [junit4] 2> "state":"down", [junit4] 2> "collection":"collection1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53345_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 7475029 T15755 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> 7475029 T15776 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> 7475030 T15795 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> 7475030 T15762 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> 7476010 T15796 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7476011 T15796 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 7476012 T15796 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7476013 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7476016 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7476017 T15796 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/' [junit4] 2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 7476019 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 7476101 T15796 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7476204 T15796 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7476208 T15796 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 7476214 T15796 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7476262 T15796 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7476264 T15796 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 7476264 T15796 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7476265 T15796 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-4A6F028C67071AA1-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/ [junit4] 2> 7476266 T15796 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7476268 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data [junit4] 2> 7476269 T15796 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-4A6F028C67071AA1-001/tempDir-004/collection1/data/index/ [junit4] 2> 7476270 T15796 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-4A6F028C67071AA1-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7476270 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index [junit4] 2> 7476271 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7476277 T15796 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-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7476277 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7476280 T15796 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7476282 T15796 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7476282 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7476288 T15796 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7476302 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7476304 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7476307 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7476309 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7476312 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7476319 T15796 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7476320 T15796 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7476321 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 7476323 T15796 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-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7476323 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7476324 T15796 oass.SolrIndexSearcher.<init> Opening Searcher@16a1acad[collection1] main [junit4] 2> 7476324 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7476328 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7476328 T15796 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7476333 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7476333 T15796 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7476333 T15796 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7476337 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 7476337 T15796 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7476337 T15796 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 7476337 T15796 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7476338 T15796 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7476341 T15796 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7476341 T15797 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16a1acad[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7476345 T15800 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53345 collection:collection1 shard:shard1 [junit4] 2> 7476346 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7476346 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7476348 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4] 2> 7476360 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 7476367 T15800 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7476367 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3146 name=collection1 org.apache.solr.core.SolrCore@d0ab067 url=https://127.0.0.1:53345/collection1 node=127.0.0.1:53345_ C3146_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53345, state=down, node_name=127.0.0.1:53345_, core=collection1} [junit4] 2> 7476367 T15800 C3146 P53345 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53345/collection1/ [junit4] 2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncToMe https://127.0.0.1:53345/collection1/ has no replicas [junit4] 2> 7476368 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53345/collection1/ shard1 [junit4] 2> 7476368 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4] 2> 7476379 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7476413 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7476417 T15755 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> 7476419 T15776 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> 7476420 T15795 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> 7476422 T15762 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> 7476435 T15800 oasc.ZkController.register We are https://127.0.0.1:53345/collection1/ and leader is https://127.0.0.1:53345/collection1/ [junit4] 2> 7476435 T15800 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53345 [junit4] 2> 7476436 T15800 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7476436 T15800 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 7476437 T15800 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7476441 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7476450 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53345", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "shard":"shard1", [junit4] 2> "state":"active", [junit4] 2> "collection":"collection1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53345_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7476570 T15762 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> 7476573 T15795 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> 7476574 T15755 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> 7476574 T15776 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> 7478481 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 7478483 T15726 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7478491 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7478493 T15726 oejs.AbstractConnector.doStart Started [email protected]:53348 [junit4] 2> 7478497 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7478497 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7478498 T15726 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-4A6F028C67071AA1-001/tempDir-005 [junit4] 2> 7478498 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/' [junit4] 2> 7478550 T15726 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-4A6F028C67071AA1-001/tempDir-005/solr.xml [junit4] 2> 7478639 T15726 oasc.CoreContainer.<init> New CoreContainer 25289832 [junit4] 2> 7478640 T15726 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-4A6F028C67071AA1-001/tempDir-005/] [junit4] 2> 7478641 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7478649 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7478652 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7478653 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7478654 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7478654 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr [junit4] 2> 7478654 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7478656 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7478660 T15811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76f1ec09 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7478660 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7478665 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7478670 T15813 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20e29e name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7478670 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7478696 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7479708 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53348_ [junit4] 2> 7479712 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53348_ [junit4] 2> 7479724 T15726 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 7479740 T15815 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7479741 T15815 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7479743 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7479743 T15815 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7479749 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "base_url":"https://127.0.0.1:53348", [junit4] 2> "shard":null, [junit4] 2> "state":"down", [junit4] 2> "collection":"collection1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"4", [junit4] 2> "node_name":"127.0.0.1:53348_", [junit4] 2> "operation":"state", [junit4] 2> "core":"collection1"} [junit4] 2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 7479759 T15755 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> 7479760 T15814 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> 7479759 T15762 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> 7479760 T15776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataCh [...truncated too long message...] rTest, TestFileDictionaryLookup, SyncSliceTest, TestQuerySenderNoQuery, SuggesterTSTTest, TestOmitPositions, TestGroupingSearch, TestCollapseQParserPlugin, RequiredFieldsTest, OpenCloseCoreStressTest, SSLMigrationTest, CacheHeaderTest, DirectUpdateHandlerOptimizeTest, ModifyConfFileTest, JSONWriterTest, SuggesterFSTTest, SharedFSAutoReplicaFailoverTest, TestSchemaVersionResource, ReturnFieldsTest, WordBreakSolrSpellCheckerTest, ZkSolrClientTest, RangeFacetTest, TestSolrQueryParserResource, ExternalFileFieldSortTest, TestExtendedDismaxParser, URLClassifyProcessorTest, DeleteShardTest, TestShortCircuitedRequests, AddBlockUpdateTest, LukeRequestHandlerTest, TermsComponentTest, TestNonNRTOpen, TestQuerySenderListener, TestPerFieldSimilarity, UpdateRequestProcessorFactoryTest, FieldFacetTest, SolrXmlInZkTest, TestExpandComponent, TestSerializedLuceneMatchVersion, TestSolrJ, AsyncMigrateRouteKeyTest, DistributedSpellCheckComponentTest, TestReversedWildcardFilterFactory, FullSolrCloudDistribCmdsTest, TestCollationField, XmlUpdateRequestHandlerTest, BasicDistributedZk2Test, TestCoreDiscovery, TestUniqueKeyFieldResource, SolrPluginUtilsTest, TestPhraseSuggestions, TestNRTOpen, TestDocBasedVersionConstraints, HighlighterTest, TestWordDelimiterFilterFactory, SchemaVersionSpecificBehaviorTest, ChaosMonkeyNothingIsSafeTest, RollingRestartTest, TestClassNameShortening, TestManagedSchema, TestMiniSolrCloudCluster, SimplePostToolTest, TestQueryTypes, SpellPossibilityIteratorTest, DistributedTermsComponentTest, TestCopyFieldCollectionResource, FieldAnalysisRequestHandlerTest, TestCSVResponseWriter, TestComponentsName, TestTrie, HdfsCollectionsAPIDistributedZkTest, PrimUtilsTest, TestBlendedInfixSuggestions, TestModifyConfFiles, CoreMergeIndexesAdminHandlerTest, ZkNodePropsTest, TestReplicationHandlerBackup, PluginInfoTest, TestRecovery, TimeZoneUtilsTest, TestFuzzyAnalyzedSuggestions, TestCollectionAPI, OutputWriterTest, TestIndexingPerformance, HdfsBasicDistributedZkTest, InfoHandlerTest, DistributedQueryComponentOptimizationTest, HdfsSyncSliceTest, BJQParserTest, JsonLoaderTest, DirectSolrSpellCheckerTest, DocumentBuilderTest, TestDFRSimilarityFactory, TestFreeTextSuggestions, TestOrdValues, SolrCoreTest, RequestHandlersTest, TestLMDirichletSimilarityFactory, AbstractAnalyticsFacetTest, TestCharFilters, TestSort, TestBinaryField, TestStressVersions, TestBadConfig, DistribDocExpirationUpdateProcessorTest, NumericFieldsTest, TestRemoteStreaming, RecoveryZkTest, TestPostingsSolrHighlighter, RankQueryTest, TestSolrCoreProperties, HdfsRecoveryZkTest, CustomCollectionTest, TestCustomSort, SolrRequestParserTest, TestImplicitCoreProperties, MultiThreadedOCPTest, TestSchemaSimilarityResource, QueryParsingTest, ParsingFieldUpdateProcessorsTest, TestStressLucene, ClusterStateUpdateTest, AnalysisErrorHandlingTest, CopyFieldTest, LegacyHTMLStripCharFilterTest, CoreAdminHandlerTest, TestLuceneMatchVersion, TestJoin, CurrencyFieldOpenExchangeTest, ShardRoutingTest, DistributedIntervalFacetingTest, IndexSchemaTest, TestManagedResource, TestRequestStatusCollectionAPI, SystemInfoHandlerTest, HdfsLockFactoryTest, ChaosMonkeySafeLeaderTest, TestIBSimilarityFactory, SOLR749Test, TestInfoStreamLogging, TestSweetSpotSimilarityFactory, SampleTest, LeaderElectionTest, TestSolrXmlPersistence, BadComponentTest, SuggesterWFSTTest, TestSolrQueryParser, CursorPagingTest, BadIndexSchemaTest, QueryEqualityTest, CurrencyFieldXmlFileTest, CoreAdminCreateDiscoverTest, SignatureUpdateProcessorFactoryTest, TestFieldSortValues, AddSchemaFieldsUpdateProcessorFactoryTest, RemoteQueryErrorTest, UUIDUpdateProcessorFallbackTest, HttpPartitionTest, CachingDirectoryFactoryTest, ResponseLogComponentTest, TestZkChroot, BlockCacheTest, TestReplicationHandler, AlternateDirectoryTest, TestManagedResourceStorage, ChangedSchemaMergeTest, DefaultValueUpdateProcessorTest, OverseerStatusTest, SolrCoreCheckLockOnStartupTest, DateFieldTest, TestCloudManagedSchemaConcurrent, TestMaxScoreQueryParser, TestIntervalFaceting, RegexBoostProcessorTest, SliceStateTest, TestSchemaResource, TestComplexPhraseQParserPlugin, AtomicUpdatesTest, DistributedExpandComponentTest, DeleteReplicaTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestMultiCoreConfBootstrap, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, TestJmxIntegration, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, UpdateParamsTest, TestSolrIndexConfig, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, UUIDFieldTest, FileUtilsTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, AbstractAnalyticsStatsTest, NoFacetTest, FieldFacetExtrasTest, FunctionTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, MigrateRouteKeyTest, OverseerRolesTest, ReplicationFactorTest, ShardSplitTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCloudPivotFacet, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestConfigSets, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXml, TestSolrXmlPersistor, CoreAdminRequestStatusTest, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, HighlighterMaxOffsetTest, TestChildDocTransformer, TestRestManager, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestSchemaNameResource, TestSolrQueryParserDefaultOperatorResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, BadCopyFieldTest, DateRangeFieldTest, DocValuesMissingTest, EnumFieldTest, TestCloudManagedSchema, TestCloudSchemaless] [junit4] Completed in 294.97s, 1 test, 1 error <<< FAILURES! [...truncated 75 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: 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:496: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 429 suites, 1780 tests, 1 error, 45 ignored (18 assumptions) Total time: 185 minutes 51 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
