Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3785/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: timeout waiting to see all nodes active Stack Trace: java.lang.AssertionError: timeout waiting to see all nodes active at __randomizedtesting.SeedInfo.seed([2C573CD031B89E0E:A403030A9F44F3F6]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326) at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277) at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259) at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) 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(Thread.java:745) FAILED: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([2C573CD031B89E0E:44E809FAE1228CE2]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128) at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:289) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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(Thread.java:745) Build Log: [...truncated 10723 lines...] [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2C573CD031B89E0E-001/init-core-data-001 [junit4] 2> 204333 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth [junit4] 2> 204336 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2C573CD031B89E0E-001/tempDir-001 [junit4] 2> 204336 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 204336 INFO (Thread-544) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 204337 INFO (Thread-544) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 204446 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:55102 [junit4] 2> 204477 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 204477 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 204487 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@235ee1bc{/solr,null,AVAILABLE} [junit4] 2> 204488 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69f90b0a{/solr,null,AVAILABLE} [junit4] 2> 204489 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@63fedfcb{HTTP/1.1,[http/1.1]}{127.0.0.1:55105} [junit4] 2> 204489 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7d5df0da{HTTP/1.1,[http/1.1]}{127.0.0.1:55104} [junit4] 2> 204489 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.Server Started @210095ms [junit4] 2> 204489 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.Server Started @210095ms [junit4] 2> 204489 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55105} [junit4] 2> 204489 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55104} [junit4] 2> 204490 ERROR (jetty-launcher-272-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 204490 ERROR (jetty-launcher-272-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 204491 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 204491 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 204491 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 204491 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 204491 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 204491 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 204491 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-17T12:51:17.984Z [junit4] 2> 204491 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-17T12:51:17.984Z [junit4] 2> 204500 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 204500 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 204520 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55102/solr [junit4] 2> 204521 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55102/solr [junit4] 2> 204589 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55105_solr [junit4] 2> 204591 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55104_solr [junit4] 2> 204592 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.Overseer Overseer (id=97298512467197957-127.0.0.1:55105_solr-n_0000000000) starting [junit4] 2> 204595 INFO (zkCallback-283-thread-1-processing-n:127.0.0.1:55104_solr) [n:127.0.0.1:55104_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 204595 INFO (zkCallback-282-thread-1-processing-n:127.0.0.1:55105_solr) [n:127.0.0.1:55105_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 204619 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55105_solr [junit4] 2> 204626 INFO (zkCallback-282-thread-1-processing-n:127.0.0.1:55105_solr) [n:127.0.0.1:55105_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 204628 INFO (zkCallback-283-thread-1-processing-n:127.0.0.1:55104_solr) [n:127.0.0.1:55104_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 204655 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin [junit4] 2> 204688 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin [junit4] 2> 204720 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper} [junit4] 2> 204720 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper} [junit4] 2> 205144 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 205144 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 205191 INFO (jetty-launcher-272-thread-1-EventThread) [n:127.0.0.1:55104_solr ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 205191 INFO (jetty-launcher-272-thread-2-EventThread) [n:127.0.0.1:55105_solr ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 205893 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests [junit4] 2> 205895 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests [junit4] 2> 205959 INFO (jetty-launcher-272-thread-1) [n:127.0.0.1:55104_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2C573CD031B89E0E-001/tempDir-001/node1/. [junit4] 2> 205959 INFO (jetty-launcher-272-thread-2) [n:127.0.0.1:55105_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2C573CD031B89E0E-001/tempDir-001/node2/. [junit4] 2> 206099 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel [junit4] 2> 207790 ERROR (qtp146570525-1833) [ ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_1] [junit4] 2> 207842 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 207844 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 207861 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 207868 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 207890 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 207892 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 207893 ERROR (qtp146570525-1833) [ ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2] [junit4] 2> 207901 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 207908 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 207911 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 207912 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 207915 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel [junit4] 2> 207936 INFO (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths [junit4] 2> 207948 INFO (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths [junit4] 2> 207971 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient [junit4] 2> 207982 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 207997 INFO (qtp146570525-1826) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1b5igFZ0Ifa-QQEFEYemAaEzW0Xjb8SO0IoOASYcVP1B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 207997 INFO (qtp146570525-1826) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1b5igFZ0Ifa-QQEFEYemAaEzW0Xjb8SO0IoOASYcVP1B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 207998 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient [junit4] 2> 208026 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew [junit4] 2> 208072 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208075 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208076 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1cwigFZ0IfbMAUEFEtWBd0RtqlLszgmpaMsRu4OVBr1B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208077 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1cwigFZ0IfbMAUEFEtWBd0RtqlLszgmpaMsRu4OVBr1B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208082 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208089 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208092 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208093 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1cwigFZ0IfbMAUEFEtWBd0RtqlLszgmpaMsRu4OVBr1B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208094 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1cwigFZ0IfbMAUEFEtWBd0RtqlLszgmpaMsRu4OVBr1B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208110 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208112 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208114 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208134 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1eLigFZ0IfbiwYEFNSMVqZIhCQ0PK2rlNSNdQcj9Jj8B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208134 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1eLigFZ0IfbiwYEFNSMVqZIhCQ0PK2rlNSNdQcj9Jj8B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208138 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208145 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208147 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208149 INFO (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1eLigFZ0IfbiwYEFNSMVqZIhCQ0PK2rlNSNdQcj9Jj8B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208149 INFO (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1eLigFZ0IfbiwYEFNSMVqZIhCQ0PK2rlNSNdQcj9Jj8B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208157 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208160 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208162 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208181 INFO (qtp146570525-1833) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1e6igFZ0IfbugcEFMHJXjskOQYxVZH3ru1fHFryKGlyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208181 INFO (qtp146570525-1833) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1e6igFZ0IfbugcEFMHJXjskOQYxVZH3ru1fHFryKGlyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208191 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208193 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208196 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208207 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208210 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208212 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1e6igFZ0IfbugcEFMHJXjskOQYxVZH3ru1fHFryKGlyB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208212 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1e6igFZ0IfbugcEFMHJXjskOQYxVZH3ru1fHFryKGlyB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208221 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208222 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208227 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208246 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1f7igFZ0Ifb-wgEFEtBRjrfYmRJgY107W0PkVqYVukTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208246 INFO (qtp146570525-1821) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1f7igFZ0Ifb-wgEFEtBRjrfYmRJgY107W0PkVqYVukTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208254 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208257 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208261 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208268 INFO (qtp1034918840-1828) [n:127.0.0.1:55105_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1f7igFZ0Ifb-wgEFEtBRjrfYmRJgY107W0PkVqYVukTB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208268 INFO (qtp1034918840-1828) [n:127.0.0.1:55105_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1f7igFZ0Ifb-wgEFEtBRjrfYmRJgY107W0PkVqYVukTB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208272 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208272 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew [junit4] 2> 208299 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp [junit4] 2> 208304 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208304 INFO (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208304 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=foo&p=foo&t=simple-dt&e=1484693481796&s=kepogPVtJExCwr2/KdXPYgTzYac="; Domain=127.0.0.1; Expires=M?irt, 17-Ean-2017 22:51:21 GMT; HttpOnly". Invalid 'expires' attribute: M?irt, 17-Ean-2017 22:51:21 GMT [junit4] 2> 208305 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp [junit4] 2> 208332 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail [junit4] 2> 208340 WARN (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo [junit4] 2> 208340 WARN (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues [junit4] 2> 208341 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208342 WARN (qtp1034918840-1828) [n:127.0.0.1:55105_solr ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo [junit4] 2> 208343 WARN (qtp1034918840-1828) [n:127.0.0.1:55105_solr ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues [junit4] 2> 208343 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208351 WARN (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser [junit4] 2> 208351 WARN (qtp146570525-1831) [n:127.0.0.1:55104_solr ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues [junit4] 2> 208351 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208352 WARN (qtp1034918840-1827) [ ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser [junit4] 2> 208353 WARN (qtp1034918840-1827) [ ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues [junit4] 2> 208353 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208353 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail [junit4] 2> 208384 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify [junit4] 2> 208399 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208401 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208403 INFO (qtp146570525-1830) [n:127.0.0.1:55104_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1iWigFZ0IfclgsEFO0daxyRqRyh7zLj89cMcp9aa2fYB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208403 INFO (qtp146570525-1830) [n:127.0.0.1:55104_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1iWigFZ0IfclgsEFO0daxyRqRyh7zLj89cMcp9aa2fYB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208414 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 208418 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55102/solr ready [junit4] 2> 208421 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208427 INFO (qtp1034918840-1818) [n:127.0.0.1:55105_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1iWigFZ0IfclgsEFO0daxyRqRyh7zLj89cMcp9aa2fYB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 208427 INFO (qtp1034918840-1818) [n:127.0.0.1:55105_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVmse1iWigFZ0IfclgsEFO0daxyRqRyh7zLj89cMcp9aa2fYB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 208431 WARN (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=D?ar, 01-Ean-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: D?ar, 01-Ean-1970 00:00:00 GMT [junit4] 2> 208432 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify [junit4] 2> 208453 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail [junit4] 2> 208469 ERROR (qtp1034918840-1828) [n:127.0.0.1:55105_solr ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12] [junit4] 2> 208471 ERROR (qtp146570525-1832) [n:127.0.0.1:55104_solr ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_12] [junit4] 2> 208486 INFO (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=2C573CD031B89E0E -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=America/Chihuahua -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 0.06s J0 | TestDelegationWithHadoopAuth.testDelegationTokenCancelFail <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404> [junit4] > at __randomizedtesting.SeedInfo.seed([2C573CD031B89E0E:44E809FAE1228CE2]:0) [junit4] > at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128) [junit4] > at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:289) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 208490 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@63fedfcb{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 208490 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d5df0da{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 208491 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1744463701 [junit4] 2> 208491 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1148407642 [junit4] 2> 208496 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.c.Overseer Overseer (id=97298512467197957-127.0.0.1:55105_solr-n_0000000000) closing [junit4] 2> 208497 INFO (OverseerStateUpdate-97298512467197957-127.0.0.1:55105_solr-n_0000000000) [n:127.0.0.1:55105_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55105_solr [junit4] 2> 208500 WARN (zkCallback-282-thread-2-processing-n:127.0.0.1:55105_solr) [n:127.0.0.1:55105_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 208500 WARN (zkCallback-283-thread-1-processing-n:127.0.0.1:55104_solr) [n:127.0.0.1:55104_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 208501 INFO (jetty-launcher-272-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node [junit4] 2> 208501 INFO (jetty-launcher-272-thread-2) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node [junit4] 2> 208501 ERROR (Thread[Thread-562,5,TGRP-TestDelegationWithHadoopAuth]) [n:127.0.0.1:55104_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted [junit4] 2> 208501 ERROR (Thread[Thread-561,5,TGRP-TestDelegationWithHadoopAuth]) [n:127.0.0.1:55105_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted [junit4] 2> 208536 INFO (jetty-launcher-272-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69f90b0a{/solr,null,UNAVAILABLE} [junit4] 2> 208536 INFO (jetty-launcher-272-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@235ee1bc{/solr,null,UNAVAILABLE} [junit4] 2> 208538 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55102 55102 [junit4] 2> 208551 INFO (Thread-544) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55102 55102 [junit4] 2> 211137 WARN (Thread-544) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 16 /solr/aliases.json [junit4] 2> 16 /solr/clusterprops.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 16 /solr/clusterstate.json [junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_13 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 16 /solr/live_nodes [junit4] 2> 16 /solr/collections [junit4] 2> 3 /solr/overseer/queue [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot [junit4] 2> [junit4] 2> 211137 INFO (SUITE-TestDelegationWithHadoopAuth-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2C573CD031B89E0E-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=369, maxMBSortInHeap=5.284236268597192, sim=RandomSimilarity(queryNorm=false): {}, locale=ga, timezone=America/Chihuahua [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=46539792,total=132505600 [junit4] 2> NOTE: All tests run in this JVM: [TestCopyFieldCollectionResource, TestExpandComponent, TestPerFieldSimilarityWithDefaultOverride, TestConfigSets, TimeZoneUtilsTest, ClusterStateUpdateTest, TestReplicationHandler, TestReRankQParserPlugin, StandardRequestHandlerTest, RestartWhileUpdatingTest, TestSimpleQParserPlugin, HardAutoCommitTest, TestMinMaxOnMultiValuedField, TestSQLHandler, SmileWriterTest, HdfsChaosMonkeySafeLeaderTest, TestDelegationWithHadoopAuth] [junit4] Completed [19/678 (1!)] on J0 in 6.82s, 8 tests, 1 failure <<< FAILURES! [...truncated 1591 lines...] [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/init-core-data-001 [junit4] 2> 2359215 INFO (SUITE-PeerSyncReplicationTest-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth [junit4] 2> 2359215 INFO (SUITE-PeerSyncReplicationTest-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 2359216 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2359217 INFO (Thread-4001) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2359217 INFO (Thread-4001) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2359318 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkTestServer start zk server on port:60578 [junit4] 2> 2359352 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2359360 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 2359365 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2359368 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2359372 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2359375 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 2359378 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2359382 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2359385 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2359389 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2359393 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2360513 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/cores/collection1 [junit4] 2> 2360515 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 2360517 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d2623d5{/,null,AVAILABLE} [junit4] 2> 2360517 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@baa8ef4{HTTP/1.1,[http/1.1]}{127.0.0.1:60581} [junit4] 2> 2360517 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server Started @2366124ms [junit4] 2> 2360518 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/tempDir-001/control/data, hostContext=/, hostPort=60581, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/cores} [junit4] 2> 2360518 ERROR (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2360518 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 2360518 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2360518 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2360519 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-17T13:27:14.011Z [junit4] 2> 2360524 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2360524 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/solr.xml [junit4] 2> 2360535 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60578/solr [junit4] 2> 2360613 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60581_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60581_ [junit4] 2> 2360615 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60581_ ] o.a.s.c.Overseer Overseer (id=97298653689413636-127.0.0.1:60581_-n_0000000000) starting [junit4] 2> 2360632 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60581_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60581_ [junit4] 2> 2360641 INFO (zkCallback-3689-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2360676 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60581_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/cores [junit4] 2> 2360676 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60581_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 2360729 INFO (OverseerStateUpdate-97298653689413636-127.0.0.1:60581_-n_0000000000) [n:127.0.0.1:60581_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 2361758 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 2361770 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 2361861 WARN (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 2361863 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 2361883 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 2361883 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/control-001/cores/collection1/data/] [junit4] 2> 2361884 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@346cf69a [junit4] 2> 2361887 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=628023768, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 2361905 WARN (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 2361931 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2361931 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2361932 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2361932 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2361933 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=88.4765625, floorSegmentMB=1.8486328125, forceMergeDeletesPctAllowed=27.596512111469437, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5841442370833486 [junit4] 2> 2361954 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@24d12ef4[collection1] main] [junit4] 2> 2361956 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2361956 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2361957 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 2361958 INFO (searcherExecutor-8896-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@24d12ef4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2361958 INFO (coreLoadExecutor-8895-thread-1-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ c:control_collection x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556778461902667776 [junit4] 2> 2361968 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2361968 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2361968 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60581/collection1/ [junit4] 2> 2361969 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2361969 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60581/collection1/ has no replicas [junit4] 2> 2361976 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60581/collection1/ shard1 [junit4] 2> 2362132 INFO (coreZkRegister-8888-thread-1-processing-n:127.0.0.1:60581_ x:collection1 c:control_collection) [n:127.0.0.1:60581_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2362375 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2362377 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60578/solr ready [junit4] 2> 2362377 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2362888 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/cores/collection1 [junit4] 2> 2362890 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001 [junit4] 2> 2362890 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 2362892 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68acdba3{/,null,AVAILABLE} [junit4] 2> 2362893 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@18be7b39{HTTP/1.1,[http/1.1]}{127.0.0.1:60586} [junit4] 2> 2362893 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server Started @2368499ms [junit4] 2> 2362893 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=60586, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/cores} [junit4] 2> 2362893 ERROR (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2362893 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 2362893 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2362894 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2362894 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-17T13:27:16.387Z [junit4] 2> 2362898 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2362898 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/solr.xml [junit4] 2> 2362912 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60578/solr [junit4] 2> 2362932 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60586_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2362941 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60586_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60586_ [junit4] 2> 2362945 INFO (zkCallback-3689-thread-2-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2362945 INFO (zkCallback-3698-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2362945 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2363054 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60586_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/cores [junit4] 2> 2363054 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60586_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 2363057 INFO (OverseerStateUpdate-97298653689413636-127.0.0.1:60581_-n_0000000000) [n:127.0.0.1:60581_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 2364082 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 2364094 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 2364177 WARN (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 2364179 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 2364198 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2364199 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-1-001/cores/collection1/data/] [junit4] 2> 2364199 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@346cf69a [junit4] 2> 2364202 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=628023768, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 2364212 WARN (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 2364227 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2364227 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2364231 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2364231 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2364232 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=88.4765625, floorSegmentMB=1.8486328125, forceMergeDeletesPctAllowed=27.596512111469437, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5841442370833486 [junit4] 2> 2364232 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a913254[collection1] main] [junit4] 2> 2364234 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2364235 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2364235 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 2364236 INFO (searcherExecutor-8907-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a913254[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2364237 INFO (coreLoadExecutor-8906-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556778464292372480 [junit4] 2> 2364247 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2364247 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2364247 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60586/collection1/ [junit4] 2> 2364247 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2364247 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60586/collection1/ has no replicas [junit4] 2> 2364254 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60586/collection1/ shard1 [junit4] 2> 2364428 INFO (coreZkRegister-8901-thread-1-processing-n:127.0.0.1:60586_ x:collection1 c:collection1) [n:127.0.0.1:60586_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2364986 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/cores/collection1 [junit4] 2> 2364987 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001 [junit4] 2> 2364988 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 2364990 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64f83288{/,null,AVAILABLE} [junit4] 2> 2364990 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1a8a6b8d{HTTP/1.1,[http/1.1]}{127.0.0.1:60590} [junit4] 2> 2364990 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.Server Started @2370597ms [junit4] 2> 2364991 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=60590, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/cores} [junit4] 2> 2364991 ERROR (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2364991 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 2364991 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2364991 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2364991 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-01-17T13:27:18.484Z [junit4] 2> 2364995 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2364995 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/solr.xml [junit4] 2> 2365004 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60578/solr [junit4] 2> 2365021 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60590_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2365030 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60590_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60590_ [junit4] 2> 2365033 INFO (zkCallback-3698-thread-1-processing-n:127.0.0.1:60586_) [n:127.0.0.1:60586_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2365033 INFO (zkCallback-3689-thread-3-processing-n:127.0.0.1:60581_) [n:127.0.0.1:60581_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2365034 INFO (zkCallback-3693-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2365034 INFO (zkCallback-3704-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2365122 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60590_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/cores [junit4] 2> 2365122 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [n:127.0.0.1:60590_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 2365125 INFO (OverseerStateUpdate-97298653689413636-127.0.0.1:60581_-n_0000000000) [n:127.0.0.1:60581_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 2366148 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 2366159 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 2366241 WARN (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 2366243 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 2366262 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2366263 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001/shard-2-001/cores/collection1/data/] [junit4] 2> 2366263 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@346cf69a [junit4] 2> 2366266 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=628023768, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 2366277 WARN (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 2366652 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2366653 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2366653 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2366653 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2366654 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=88.4765625, floorSegmentMB=1.8486328125, forceMergeDeletesPctAllowed=27.596512111469437, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5841442370833486 [junit4] 2> 2366655 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@651a3105[collection1] main] [junit4] 2> 2366656 INFO (coreLoadExecutor-8917-thread-1-processing-n:127.0.0.1:60590_) [n:127.0.0.1:60590_ c:collection1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2366657 INFO (coreLoadExecutor-89 [...truncated too long message...] Connector Stopped ServerConnector@44ff92b4{HTTP/1.1,[http/1.1]}{127.0.0.1:60590} [junit4] 2> 2569021 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a690e3a{/,null,UNAVAILABLE} [junit4] 2> 2569022 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ChaosMonkey monkey: stop shard! 60595 [junit4] 2> 2569023 INFO (TEST-PeerSyncReplicationTest.test-seed#[2C573CD031B89E0E]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60578 60578 [junit4] 2> 2569026 INFO (Thread-4001) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60578 60578 [junit4] 2> 2572243 WARN (Thread-4001) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/aliases.json [junit4] 2> 6 /solr/clusterprops.json [junit4] 2> 5 /solr/security.json [junit4] 2> 5 /solr/configs/conf1 [junit4] 2> 4 /solr/collections/collection1/state.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 2 /solr/overseer_elect/election/97298653689413640-127.0.0.1:60586_-n_0000000001 [junit4] 2> 2 /solr/collections/collection1/leader_elect/shard1/election/97298653689413640-core_node1-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 207 /solr/overseer/collection-queue-work [junit4] 2> 45 /solr/overseer/queue [junit4] 2> 8 /solr/overseer/queue-work [junit4] 2> 6 /solr/collections [junit4] 2> 5 /solr/live_nodes [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PeerSyncReplicationTest -Dtests.method=test -Dtests.seed=2C573CD031B89E0E -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Africa/Asmera -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 213s J0 | PeerSyncReplicationTest.test <<< [junit4] > Throwable #1: java.lang.AssertionError: timeout waiting to see all nodes active [junit4] > at __randomizedtesting.SeedInfo.seed([2C573CD031B89E0E:A403030A9F44F3F6]:0) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259) [junit4] > at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 2572247 INFO (SUITE-PeerSyncReplicationTest-seed#[2C573CD031B89E0E]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_2C573CD031B89E0E-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {other_tl1=FSTOrd50, range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), rnd_s=FST50, multiDefault=FST50, intDefault=FSTOrd50, a_i1=FSTOrd50, range_facet_l=FSTOrd50, _version_=FSTOrd50, a_t=FSTOrd50, id=PostingsFormat(name=LuceneFixedGap), range_facet_i_dv=FSTOrd50, text=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=688, maxMBSortInHeap=7.759651211146943, sim=RandomSimilarity(queryNorm=false): {}, locale=ga, timezone=Africa/Asmera [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=190896968,total=469340160 [junit4] 2> NOTE: All tests run in this JVM: [TestCopyFieldCollectionResource, TestExpandComponent, TestPerFieldSimilarityWithDefaultOverride, TestConfigSets, TimeZoneUtilsTest, ClusterStateUpdateTest, TestReplicationHandler, TestReRankQParserPlugin, StandardRequestHandlerTest, RestartWhileUpdatingTest, TestSimpleQParserPlugin, HardAutoCommitTest, TestMinMaxOnMultiValuedField, TestSQLHandler, SmileWriterTest, HdfsChaosMonkeySafeLeaderTest, TestDelegationWithHadoopAuth, LeaderFailoverAfterPartitionTest, OverseerTaskQueueTest, DocValuesMissingTest, TestSolrConfigHandlerCloud, AnalyticsQueryTest, TestObjectReleaseTracker, TestAnalyzeInfixSuggestions, DateFieldTest, UUIDUpdateProcessorFallbackTest, TestDocTermOrds, ManagedSchemaRoundRobinCloudTest, TestSolrXml, TestNamedUpdateProcessors, TestSchemalessBufferedUpdates, ShardRoutingTest, TestStressReorder, ClassificationUpdateProcessorFactoryTest, SearchHandlerTest, SolrSlf4jReporterTest, TestXmlQParser, TestElisionMultitermQuery, QueryEqualityTest, TestExtendedDismaxParser, DocExpirationUpdateProcessorFactoryTest, HdfsRecoveryZkTest, TestFieldCacheSort, CollectionStateFormat2Test, TestTrackingShardHandlerFactory, TestUpdate, CursorPagingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestFilteredDocIdSet, CdcrReplicationDistributedZkTest, TestBM25SimilarityFactory, TestRandomDVFaceting, TestReplicaProperties, HdfsBasicDistributedZkTest, TestSerializedLuceneMatchVersion, TestQuerySenderNoQuery, TestSolrFieldCacheMBean, SimpleMLTQParserTest, TestCloudSchemaless, SpatialHeatmapFacetsTest, TestCustomDocTransformer, DocValuesNotIndexedTest, TestExactSharedStatsCache, TestSlowCompositeReaderWrapper, TestSort, SpatialRPTFieldTypeTest, TestCoreContainer, SolrXmlInZkTest, CoreAdminCreateDiscoverTest, TestLRUCache, TestCustomStream, TestSchemaSimilarityResource, RecoveryZkTest, SystemInfoHandlerTest, ClassificationUpdateProcessorTest, HLLSerializationTest, TestReloadAndDeleteDocs, DistributedFacetPivotLongTailTest, ReplicaListTransformerTest, PrimitiveFieldTypeTest, TestDocBasedVersionConstraints, MetricsHandlerTest, TestDFISimilarityFactory, TestFieldCacheReopen, TestSchemaNameResource, HttpPartitionTest, MultiTermTest, TestDistributedSearch, TestSolrCoreSnapshots, TestFileDictionaryLookup, TestConfigSetsAPIExclusivity, HdfsNNFailoverTest, PingRequestHandlerTest, RecoveryAfterSoftCommitTest, ChaosMonkeyNothingIsSafeTest, TestBulkSchemaAPI, DistributedDebugComponentTest, TestFastLRUCache, OutputWriterTest, SampleTest, AlternateDirectoryTest, PeerSyncWithIndexFingerprintCachingTest, TestSolrQueryParserResource, AnalysisAfterCoreReloadTest, TestNumericTerms64, TestFieldCacheVsDocValues, TestBinaryField, SolrGraphiteReporterTest, HdfsWriteToMultipleCollectionsTest, LeaderElectionTest, DeleteLastCustomShardedReplicaTest, TestWordDelimiterFilterFactory, IndexSchemaRuntimeFieldTest, TestMergePolicyConfig, TestManagedSchemaThreadSafety, DistributedQueueTest, TestSolrDeletionPolicy1, TestPerFieldSimilarity, TestCollectionAPI, DistribDocExpirationUpdateProcessorTest, DistributedFacetPivotSmallTest, TestLegacyNumericRangeQueryBuilder, BasicDistributedZkTest, TestHashPartitioner, TestHashQParserPlugin, SolrIndexConfigTest, SOLR749Test, TestIBSimilarityFactory, TestBlobHandler, TestCustomSort, DirectSolrConnectionTest, SparseHLLTest, IndexBasedSpellCheckerTest, TestSolrCloudWithKerberosAlt, MigrateRouteKeyTest, DeleteReplicaTest, PrimUtilsTest, TestSolrQueryResponse, SyncSliceTest, UnloadDistributedZkTest, DocumentAnalysisRequestHandlerTest, JvmMetricsTest, CopyFieldTest, SortSpecParsingTest, NumericFieldsTest, TestSubQueryTransformerDistrib, PeerSyncTest, TestMacros, HighlighterMaxOffsetTest, TestStressCloudBlindAtomicUpdates, TestCloudDeleteByQuery, BinaryUpdateRequestHandlerTest, TestReloadDeadlock, TestLazyCores, TestManagedResourceStorage, TermsComponentTest, TestSweetSpotSimilarityFactory, OverseerRolesTest, SuggesterFSTTest, ZkStateWriterTest, CustomCollectionTest, MergeStrategyTest, TestSolrCLIRunExample, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestWriterPerf, TestOmitPositions, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, SolrPluginUtilsTest, TestCollationField, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestLFUCache, UUIDFieldTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, CreateCollectionCleanupTest, DeleteStatusTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, PeerSyncReplicationTest] [junit4] Completed [508/678 (2!)] on J0 in 213.06s, 1 test, 1 failure <<< FAILURES! [...truncated 62992 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org