Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2196/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC
1 tests failed. FAILED: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed] at __randomizedtesting.SeedInfo.seed([7C2933234486A405:D43C81C8988037F3]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1292) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61) at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387) ... 45 more Build Log: [...truncated 11221 lines...] [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/init-core-data-001 [junit4] 2> 663070 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 663073 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001 [junit4] 2> 663073 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 663074 INFO (Thread-1060) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 663074 INFO (Thread-1060) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 663174 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:34507 [junit4] 2> 663181 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 663181 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 663182 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@182c558{/solr,null,AVAILABLE} [junit4] 2> 663182 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b296b8{/solr,null,AVAILABLE} [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@add126{SSL,[ssl, http/1.1]}{127.0.0.1:45655} [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@1b20533{SSL,[ssl, http/1.1]}{127.0.0.1:33013} [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.Server Started @665060ms [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.Server Started @665060ms [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45655} [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33013} [junit4] 2> 663183 ERROR (jetty-launcher-755-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 663183 ERROR (jetty-launcher-755-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.4.0 [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.4.0 [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 663183 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-11-16T17:46:56.845525Z [junit4] 2> 663183 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-11-16T17:46:56.845562Z [junit4] 2> 663185 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 663185 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 663190 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x1586e3fad6b0001, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 663193 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 663194 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 663195 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34507/solr [junit4] 2> 663196 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34507/solr [junit4] 2> 663206 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33013_solr [junit4] 2> 663206 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45655_solr [junit4] 2> 663206 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.Overseer Overseer (id=96948611759931398-127.0.0.1:33013_solr-n_0000000000) starting [junit4] 2> 663207 INFO (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 663207 INFO (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 663210 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33013_solr [junit4] 2> 663210 INFO (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 663210 INFO (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 663230 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/. [junit4] 2> 663231 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/. [junit4] 2> 663236 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 663314 INFO (qtp31971719-4580) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 663315 INFO (OverseerThreadFactory-2333-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection managed-preanalyzed [junit4] 2> 663422 INFO (qtp31971719-4594) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2 [junit4] 2> 663501 INFO (qtp10533388-4579) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2 [junit4] 2> 663604 INFO (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 663604 INFO (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 664429 INFO (qtp31971719-4594) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] 2> 664436 INFO (qtp31971719-4594) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 664442 INFO (qtp31971719-4594) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 664443 INFO (qtp31971719-4594) [ ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 664443 INFO (qtp31971719-4594) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/] [junit4] 2> 664450 INFO (qtp31971719-4594) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 664450 INFO (qtp31971719-4594) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 664455 INFO (qtp31971719-4594) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 664455 INFO (qtp31971719-4594) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 664455 INFO (qtp31971719-4594) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd6f3c[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 664456 INFO (qtp31971719-4594) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 664456 INFO (qtp31971719-4594) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 664457 INFO (qtp31971719-4594) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 664458 INFO (qtp31971719-4594) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 664458 INFO (searcherExecutor-2338-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@1dd6f3c[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 664458 INFO (qtp31971719-4594) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177789598597120 [junit4] 2> 664462 INFO (qtp31971719-4594) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 664462 INFO (qtp31971719-4594) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 664462 INFO (qtp31971719-4594) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/ [junit4] 2> 664463 INFO (qtp31971719-4594) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 664463 INFO (qtp31971719-4594) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/ has no replicas [junit4] 2> 664464 INFO (qtp31971719-4594) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33013/solr/managed-preanalyzed_shard1_replica1/ shard1 [junit4] 2> 664515 INFO (qtp10533388-4579) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] 2> 664526 INFO (qtp10533388-4579) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 664528 INFO (qtp10533388-4579) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 664528 INFO (qtp10533388-4579) [ ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 664529 INFO (qtp10533388-4579) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/] [junit4] 2> 664537 INFO (qtp10533388-4579) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 664537 INFO (qtp10533388-4579) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 664542 INFO (qtp10533388-4579) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 664542 INFO (qtp10533388-4579) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 664542 INFO (qtp10533388-4579) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1861822[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 664544 INFO (qtp10533388-4579) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 664544 INFO (qtp10533388-4579) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 664544 INFO (qtp10533388-4579) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 664544 INFO (qtp10533388-4579) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 664544 INFO (searcherExecutor-2343-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1861822[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 664544 INFO (qtp10533388-4579) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177789688774656 [junit4] 2> 664548 INFO (qtp10533388-4579) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 664548 INFO (qtp10533388-4579) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 664548 INFO (qtp10533388-4579) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/ [junit4] 2> 664548 INFO (qtp10533388-4579) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 664548 INFO (qtp10533388-4579) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/ has no replicas [junit4] 2> 664549 INFO (qtp10533388-4579) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45655/solr/managed-preanalyzed_shard2_replica1/ shard2 [junit4] 2> 664650 INFO (zkCallback-766-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 664651 INFO (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 664665 INFO (qtp31971719-4594) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 664668 INFO (qtp31971719-4594) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2} status=0 QTime=1246 [junit4] 2> 664700 INFO (qtp10533388-4579) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 664702 INFO (qtp10533388-4579) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2} status=0 QTime=1201 [junit4] 2> 664704 INFO (qtp31971719-4580) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 664802 INFO (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 664802 INFO (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 665317 INFO (OverseerCollectionConfigSetProcessor-96948611759931398-127.0.0.1:33013_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 665704 INFO (qtp31971719-4580) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2390 [junit4] 2> 665715 INFO (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testAdd2Fields [junit4] 2> 665724 INFO (qtp10533388-4579) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 0 [junit4] 2> 665726 INFO (qtp10533388-4579) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665732 INFO (qtp10533388-4579) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665737 INFO (qtp10533388-4579) [ ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 665737 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 665737 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 665738 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper [junit4] 2> 665738 INFO (Thread-1079) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1 [junit4] 2> 665738 INFO (qtp10533388-4579) [ ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 1 for collection managed-preanalyzed [junit4] 2> 665739 INFO (Thread-1080) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1 [junit4] 2> 665739 INFO (Thread-1079) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 665739 INFO (Thread-1080) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 665740 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665740 INFO (Thread-1079) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665740 INFO (Thread-1080) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665751 INFO (Thread-1080) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665752 INFO (Thread-1080) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1 [junit4] 2> 665752 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665752 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms [junit4] 2> 665752 INFO (Thread-1079) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665752 INFO (Thread-1079) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1 [junit4] 2> 665754 INFO (qtp31971719-4594) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 665754 INFO (qtp10533388-4579) [ ] o.a.s.s.ManagedIndexSchema Took 16.0ms for 1 replicas to apply schema update version 1 for collection managed-preanalyzed [junit4] 2> 665755 INFO (qtp10533388-4579) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=32 [junit4] 2> 665756 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper [junit4] 2> 665757 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665761 INFO (Thread-1080) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] 2> 665761 INFO (Thread-1079) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] 2> 665764 INFO (qtp10533388-4581) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema/fields/field1 params={wt=javabin&version=2} status=0 QTime=3 [junit4] 2> 665768 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665768 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 12 ms [junit4] 2> 665773 INFO (qtp31971719-4590) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 665773 INFO (Thread-1080) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665774 INFO (Thread-1079) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665775 INFO (qtp31971719-4590) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665777 INFO (Thread-1080) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665778 INFO (Thread-1080) [ ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 665778 INFO (Thread-1079) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665779 INFO (Thread-1079) [ ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 665780 INFO (Thread-1080) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/] [junit4] 2> 665780 INFO (Thread-1079) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/] [junit4] 2> 665783 INFO (qtp31971719-4590) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665784 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 665784 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 665784 INFO (qtp31971719-4590) [ ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 665784 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper [junit4] 2> 665785 INFO (qtp31971719-4590) [ ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection managed-preanalyzed [junit4] 2> 665785 INFO (Thread-1081) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1 [junit4] 2> 665785 INFO (Thread-1082) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1 [junit4] 2> 665786 INFO (Thread-1082) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 2 [junit4] 2> 665786 INFO (Thread-1081) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 2 [junit4] 2> 665786 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665786 INFO (Thread-1079) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 665786 INFO (Thread-1079) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 665787 INFO (Thread-1079) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ad8bdd[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 665787 INFO (Thread-1082) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665787 INFO (Thread-1080) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 665787 INFO (Thread-1080) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 665787 INFO (Thread-1079) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 665787 INFO (Thread-1080) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9d388f[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 665787 INFO (Thread-1079) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 665788 INFO (Thread-1079) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 665790 INFO (Thread-1081) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665792 INFO (Thread-1079) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 665792 INFO (searcherExecutor-2350-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1ad8bdd[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 665795 INFO (Thread-1079) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177791000543232 [junit4] 2> 665795 INFO (Thread-1080) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 665795 INFO (Thread-1080) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 665795 INFO (Thread-1080) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 665796 INFO (Thread-1082) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665796 INFO (Thread-1082) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1 [junit4] 2> 665796 INFO (Thread-1080) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 665796 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665796 INFO (zkCallback-765-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 11 ms [junit4] 2> 665796 INFO (searcherExecutor-2349-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@9d388f[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 665796 INFO (Thread-1080) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1551177791001591808 [junit4] 2> 665797 INFO (qtp10533388-4583) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 665797 INFO (qtp31971719-4590) [ ] o.a.s.s.ManagedIndexSchema Took 12.0ms for 1 replicas to apply schema update version 2 for collection managed-preanalyzed [junit4] 2> 665797 INFO (qtp31971719-4590) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=24 [junit4] 2> 665797 INFO (Thread-1081) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665797 INFO (Thread-1081) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1 [junit4] 2> 665797 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper [junit4] 2> 665798 INFO (Thread-1079) [ ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used. [junit4] 2> 665798 INFO (Thread-1079) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b2682[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 665798 INFO (searcherExecutor-2350-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@5b2682[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 665798 INFO (Thread-1079) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@1a8fec3 [junit4] 2> 665799 INFO (Thread-1080) [ ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used. [junit4] 2> 665799 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665799 INFO (Thread-1080) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c1c69c[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 665799 INFO (qtp10533388-4591) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0 [junit4] 2> 665799 INFO (searcherExecutor-2349-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@c1c69c[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 665799 INFO (Thread-1080) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@1433a4d [junit4] 2> 665804 INFO (qtp31971719-4594) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0 [junit4] 2> 665805 ERROR (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [ ] o.a.s.c.s.i.CloudSolrClient Request to collection managed-preanalyzed failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2, retry? 0 [junit4] 2> 665805 INFO (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[7C2933234486A405]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testAdd2Fields [junit4] 2> 665805 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665805 INFO (zkCallback-766-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.method=testAdd2Fields -Dtests.seed=7C2933234486A405 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-BS -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] 2> 665809 INFO (Thread-1081) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] ERROR 0.10s J0 | PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45655/solr/managed-preanalyzed, https://127.0.0.1:33013/solr/managed-preanalyzed] [junit4] > at __randomizedtesting.SeedInfo.seed([7C2933234486A405:D43C81C8988037F3]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1292) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) [junit4] > at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61) [junit4] > at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) [junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33013/solr/managed-preanalyzed: No such path /schema/fields/field2 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387) [junit4] > ... 45 more [junit4] 2> 665809 INFO (Thread-1082) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0 [junit4] 2> 665813 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@add126{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 665813 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@1b20533{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 665813 INFO (jetty-launcher-755-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27933113 [junit4] 2> 665813 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=19332325 [junit4] 2> 665818 INFO (coreCloseExecutor-2359-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@10f156d [junit4] 2> 665818 INFO (coreCloseExecutor-2358-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@b67795 [junit4] 2> 665820 INFO (jetty-launcher-755-thread-2) [ ] o.a.s.c.Overseer Overseer (id=96948611759931398-127.0.0.1:33013_solr-n_0000000000) closing [junit4] 2> 665821 INFO (OverseerStateUpdate-96948611759931398-127.0.0.1:33013_solr-n_0000000000) [ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33013_solr [junit4] 2> 665821 INFO (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 665821 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x1586e3fad6b0006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 665822 INFO (Thread-1081) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 665822 INFO (Thread-1082) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 665826 INFO (Thread-1081) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665828 INFO (Thread-1082) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 665828 WARN (Thread-1081) [ ] o.a.s.c.ZkController listener throws error [junit4] 2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard1_replica1] [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950) [junit4] 2> at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2716) [junit4] 2> at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard1_replica1: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85) [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942) [junit4] 2> ... 3 more [junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57) [junit4] 2> at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117) [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79) [junit4] 2> ... 4 more [junit4] 2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118) [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52) [junit4] 2> ... 6 more [junit4] 2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/configsetprops.json [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:834) [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89) [junit4] 2> ... 7 more [junit4] 2> 665828 WARN (Thread-1082) [ ] o.a.s.c.ZkController listener throws error [junit4] 2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard2_replica1] [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950) [junit4] 2> at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2716) [junit4] 2> at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard2_replica1: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85) [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:942) [junit4] 2> ... 3 more [junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57) [junit4] 2> at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117) [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79) [junit4] 2> ... 4 more [junit4] 2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118) [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52) [junit4] 2> ... 6 more [junit4] 2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/configsetprops.json [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:834) [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89) [junit4] 2> ... 7 more [junit4] 2> 667321 WARN (zkCallback-765-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 667321 INFO (jetty-launcher-755-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@182c558{/solr,null,UNAVAILABLE} [junit4] 2> 667321 WARN (zkCallback-766-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 667321 INFO (jetty-launcher-755-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b296b8{/solr,null,UNAVAILABLE} [junit4] 2> 667322 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34507 34507 [junit4] 2> 667338 INFO (Thread-1060) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34507 34507 [junit4] 2> 667340 WARN (Thread-1060) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/configs/cloud-managed-preanalyzed [junit4] 2> 4 /solr/configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 3 /solr/aliases.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 3 /solr/clusterstate.json [junit4] 2> 3 /solr/collections/managed-preanalyzed/state.json [junit4] 2> 3 /solr/clusterprops.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/overseer/queue [junit4] 2> 3 /solr/live_nodes [junit4] 2> 3 /solr/collections [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 667340 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[7C2933234486A405]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_7C2933234486A405-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=en-BS, timezone=Europe/Bucharest [junit4] 2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=147799672,total=263323648 [junit4] 2> NOTE: All tests run in this JVM: [TestSolrCloudSnapshots, TestReplicationHandlerBackup, TestLockTree, TestLazyCores, TestQuerySenderNoQuery, TestRequestForwarding, TestRandomRequestDistribution, UUIDUpdateProcessorFallbackTest, CursorMarkTest, TestHighlightDedupGrouping, ClassificationUpdateProcessorFactoryTest, HdfsRecoveryZkTest, TestRandomFaceting, TestRestManager, TestMacros, TestDocBasedVersionConstraints, NotRequiredUniqueKeyTest, DistributedQueryElevationComponentTest, TestSchemaResource, TestManagedSchemaThreadSafety, TestMinMaxOnMultiValuedField, TestBinaryResponseWriter, TestOmitPositions, TestSolr4Spatial, TestSubQueryTransformerDistrib, MultiThreadedOCPTest, SortSpecParsingTest, TestSQLHandler, CdcrVersionReplicationTest, SegmentsInfoRequestHandlerTest, DateFieldTest, CursorPagingTest, TestFieldCacheSortRandom, TestExactSharedStatsCache, QueryResultKeyTest, TestNRTOpen, TestImplicitCoreProperties, TestRawResponseWriter, RequiredFieldsTest, SolrRequestParserTest, BitVectorTest, HighlighterMaxOffsetTest, BasicAuthIntegrationTest, TestFunctionQuery, DirectoryFactoryTest, PeerSyncTest, TestRealTimeGet, ScriptEngineTest, HdfsLockFactoryTest, ReplicationFactorTest, TestConfigSetsAPIExclusivity, SynonymTokenizerTest, DeleteShardTest, TestStressUserVersions, TestCloudPivotFacet, TestReRankQParserPlugin, TestLeaderElectionZkExpiry, TestStressRecovery, TestClusterProperties, TestBadConfig, TestDocumentBuilder, OverseerStatusTest, ZkNodePropsTest, DistributedVersionInfoTest, TestDistributedSearch, TestCorePropertiesReload, PreAnalyzedFieldManagedSchemaCloudTest] [junit4] Completed [170/653 (1!)] on J0 in 4.28s, 1 test, 1 error <<< FAILURES! [...truncated 51570 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
