You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/10 23:01:56 UTC

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_144) - Build # 237 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/237/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=5082, name=jetty-launcher-828-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=5082, name=jetty-launcher-828-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([A462659502D4316B]:0)




Build Log:
[...truncated 11299 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/init-core-data-001
   [junit4]   2> 790521 WARN  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=101 numCloses=101
   [junit4]   2> 790522 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 790523 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 790524 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 790552 WARN  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 790564 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/tempDir-001
   [junit4]   2> 790564 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 790565 INFO  (Thread-1111) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 790565 INFO  (Thread-1111) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 790566 ERROR (Thread-1111) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 790665 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37057
   [junit4]   2> 790668 INFO  (jetty-launcher-828-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 790668 INFO  (jetty-launcher-828-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 790669 INFO  (jetty-launcher-828-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1739c61{/solr,null,AVAILABLE}
   [junit4]   2> 790669 INFO  (jetty-launcher-828-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c77c7{/solr,null,AVAILABLE}
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@902fbd{HTTP/1.1,[http/1.1]}{127.0.0.1:34493}
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e120d6{HTTP/1.1,[http/1.1]}{127.0.0.1:33189}
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.e.j.s.Server Started @793055ms
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.e.j.s.Server Started @793056ms
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34493}
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33189}
   [junit4]   2> 790670 ERROR (jetty-launcher-828-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 790670 ERROR (jetty-launcher-828-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-10T22:23:55.034Z
   [junit4]   2> 790670 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-10T22:23:55.034Z
   [junit4]   2> 790671 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 790671 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 790675 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 790676 INFO  (jetty-launcher-828-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37057/solr
   [junit4]   2> 790676 INFO  (jetty-launcher-828-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37057/solr
   [junit4]   2> 790701 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 790701 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 790701 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33189_solr
   [junit4]   2> 790701 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34493_solr
   [junit4]   2> 790701 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.Overseer Overseer (id=98461537725972486-127.0.0.1:33189_solr-n_0000000000) starting
   [junit4]   2> 790702 INFO  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 790704 INFO  (OverseerStateUpdate-98461537725972486-127.0.0.1:33189_solr-n_0000000000) [n:127.0.0.1:33189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 790704 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33189_solr
   [junit4]   2> 790704 INFO  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790704 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:33189_solr) [n:127.0.0.1:33189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790726 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 790728 WARN  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 790729 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 790732 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 790733 INFO  (jetty-launcher-828-thread-1-EventThread) [n:127.0.0.1:34493_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 790789 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 790790 WARN  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 790790 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 790791 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 790791 INFO  (jetty-launcher-828-thread-2-EventThread) [n:127.0.0.1:33189_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 790808 WARN  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 790846 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33189.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 790848 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33189.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 790848 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33189.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 790849 INFO  (jetty-launcher-828-thread-2) [n:127.0.0.1:33189_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/tempDir-001/node2/.
   [junit4]   2> 791746 WARN  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 791777 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 791780 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 791780 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 791781 INFO  (jetty-launcher-828-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/tempDir-001/node1/.
   [junit4]   2> 791809 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 796841 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1502439836176&s=5A2BbZ2HaCsHl/gFVFNzSVBlons="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:23:56 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:23:56 GMT
   [junit4]   2> 796842 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 796852 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 796854 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=test&e=1502439841216&s=JAPVuKzAJg3xYf4dUuHfllzEfw8="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:01 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:01 GMT
   [junit4]   2> 796855 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 796864 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 796961 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 796961 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37057/solr ready
   [junit4]   2> 796962 INFO  (qtp24843768-5043) [n:127.0.0.1:34493_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 796963 INFO  (OverseerThreadFactory-2269-thread-1-processing-n:127.0.0.1:33189_solr) [n:127.0.0.1:33189_solr    ] o.a.s.c.CreateCollectionCmd Create collection forwardingCollection
   [junit4]   2> 797068 INFO  (OverseerStateUpdate-98461537725972486-127.0.0.1:33189_solr-n_0000000000) [n:127.0.0.1:33189_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"forwardingCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"forwardingCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34493/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 797270 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 797271 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 797378 INFO  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 797378 INFO  (zkCallback-840-thread-2-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 798287 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 798300 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema [forwardingCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 798387 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 798394 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'forwardingCollection_shard1_replica_n1' using configuration from collection forwardingCollection, trusted=true
   [junit4]   2> 798395 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.core.forwardingCollection.shard1.replica_n1' (registry 'solr.core.forwardingCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc62df
   [junit4]   2> 798395 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 798395 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [[forwardingCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/tempDir-001/node1/forwardingCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_A462659502D4316B-001/tempDir-001/node1/./forwardingCollection_shard1_replica_n1/data/]
   [junit4]   2> 798398 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.73387643005614]
   [junit4]   2> 798435 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 798435 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798436 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 798436 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 798437 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.67629302476063]
   [junit4]   2> 798437 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7afcb4[forwardingCollection_shard1_replica_n1] main]
   [junit4]   2> 798438 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 798459 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 798515 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 798516 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575384611951738880
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 798516 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 798517 INFO  (searcherExecutor-2274-thread-1-processing-n:127.0.0.1:34493_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [forwardingCollection_shard1_replica_n1] Registered new searcher Searcher@7afcb4[forwardingCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34493/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:34493/solr/forwardingCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 798519 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 798520 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34493/solr/forwardingCollection_shard1_replica_n1/ shard1
   [junit4]   2> 798621 INFO  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 798621 INFO  (zkCallback-840-thread-2-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 798670 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 798671 INFO  (qtp24843768-5047) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1400
   [junit4]   2> 798671 WARN  (httpShardExecutor-2267-thread-1-processing-n:127.0.0.1:33189_solr [http:////127.0.0.1:34493//solr] http:////127.0.0.1:34493//solr) [n:127.0.0.1:33189_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1502439841634&s=noTUwdaq8W4egiUUAB6yWfDrdsI="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:01 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:01 GMT
   [junit4]   2> 798672 INFO  (qtp24843768-5043) [n:127.0.0.1:34493_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 798772 INFO  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 798772 INFO  (zkCallback-840-thread-2-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forwardingCollection/state.json] for collection [forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 798964 INFO  (OverseerCollectionConfigSetProcessor-98461537725972486-127.0.0.1:33189_solr-n_0000000000) [n:127.0.0.1:33189_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 799672 INFO  (qtp24843768-5043) [n:127.0.0.1:34493_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2710
   [junit4]   2> 799673 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1502439841326&s=Y1wZUfaEHEu8I5Ekvgz/KFcDYmU="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:01 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:01 GMT
   [junit4]   2> 799673 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 799674 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: forwardingCollection
   [junit4]   2> 799677 INFO  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 799679 INFO  (qtp24843768-5035) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request [forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 799680 WARN  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1502439844042&s=xQFw/yjiu9WCQ1oZjOrpzjGg3tE="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799685 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1502439844040&s=G2jpWlM/A9JbXmuoY3gUPjI1yLs="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799685 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1502439844042&s=xQFw/yjiu9WCQ1oZjOrpzjGg3tE="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799689 INFO  (qtp24843768-5043) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request [forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 799690 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1502439844053&s=TQGuIim5lhkmJa2bPyTm5hRn8iU="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799690 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 799713 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 799720 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502439844078&s=hpLJqY/0iFFIr2Ij8tmzdFuXCXg="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799720 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 799744 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 799745 INFO  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2> 	at org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:134)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 799745 WARN  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request authentication, 
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:453)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2> 	at org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:134)
   [junit4]   2> 	at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
   [junit4]   2> 	... 26 more
   [junit4]   2> 799748 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 799764 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 799765 INFO  (qtp5105163-5048) [n:127.0.0.1:33189_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 799765 INFO  (qtp5105163-5048) [n:127.0.0.1:33189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 799766 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1502439844128&s=jl+fFlzEY3H6XC340eKqy5LtbBc="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799766 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 799777 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 799778 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1502439844141&s=RCNjAuQ71x2czf66P6TPSwGUizI="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799778 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 799788 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 799807 INFO  (qtp5105163-5036) [n:127.0.0.1:33189_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 799808 INFO  (qtp5105163-5036) [n:127.0.0.1:33189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 799808 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1502439844153&s=RNqRkpqG1JTRnPL9b5G/GoCx7dQ="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799808 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 799818 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 799820 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=test&e=1502439844183&s=aJoBLqnv4rGq+UMjqfT9qVXoJo8="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 799820 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 799830 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 815636 WARN  (jetty-launcher-828-thread-1-SendThread(127.0.0.1:37057)) [n:127.0.0.1:34493_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 16864ms for sessionid 0x15dce3f34320005
   [junit4]   2> 815636 WARN  (jetty-launcher-828-thread-2-SendThread(127.0.0.1:37057)) [n:127.0.0.1:33189_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17216ms for sessionid 0x15dce3f34320008
   [junit4]   2> 815636 WARN  (jetty-launcher-828-thread-1-SendThread(127.0.0.1:37057)) [n:127.0.0.1:34493_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17215ms for sessionid 0x15dce3f34320007
   [junit4]   2> 815636 WARN  (jetty-launcher-828-thread-2-SendThread(127.0.0.1:37057)) [n:127.0.0.1:33189_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15828ms for sessionid 0x15dce3f34320006
   [junit4]   2> 815637 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 815637 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 815637 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 815637 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 815637 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502439844195&s=dP4QqTYzO1CeLiDvCbocON5Vv4M="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:04 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:04 GMT
   [junit4]   2> 815637 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 815653 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 815653 INFO  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 815737 WARN  (zkCallback-847-thread-3) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1027035 name: ZooKeeperConnection Watcher:127.0.0.1:37057/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 815737 WARN  (zkCallback-847-thread-3) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 815737 INFO  (jetty-launcher-828-thread-1-EventThread) [n:127.0.0.1:34493_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 815740 WARN  (zkCallback-839-thread-2-processing-n:127.0.0.1:33189_solr) [n:127.0.0.1:33189_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c2d37f name: ZooKeeperConnection Watcher:127.0.0.1:37057/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 815740 WARN  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fd796c name: ZooKeeperConnection Watcher:127.0.0.1:37057/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 815740 WARN  (zkCallback-839-thread-2-processing-n:127.0.0.1:33189_solr) [n:127.0.0.1:33189_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 815740 WARN  (zkCallback-840-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 816888 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[A462659502D4316B]-SendThread(127.0.0.1:37057)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15dce3f3432000b has expired
   [junit4]   2> 816889 WARN  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1027035 name: ZooKeeperConnection Watcher:127.0.0.1:37057/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 816889 WARN  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 816889 WARN  (zkCallback-847-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 816889 INFO  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 816890 INFO  (zkCallback-847-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 816890 INFO  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 817238 INFO  (qtp5105163-5034) [n:127.0.0.1:33189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=1584
   [junit4]   2> 817238 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502439860017&s=dcWjpAKdySKfH1QUk2O/QTO81AY="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:20 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:20 GMT
   [junit4]   2> 817238 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 817271 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 817280 WARN  (qtp5105163-5036) [n:127.0.0.1:33189_solr    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: ‘bar’: no such user
   [junit4]   2> 
   [junit4]   2> 817280 WARN  (qtp5105163-5036) [n:127.0.0.1:33189_solr    ] o.a.h.s.UserGroupInformation No groups available for user bar
   [junit4]   2> 817283 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[A462659502D4316B]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1502439861636&s=MqFjmPPqko9/ZBTqKLynFsUb4zU="; Path=/; Domain=127.0.0.1; Expires=vie, 11-ago-2017 08:24:21 GMT; HttpOnly". Invalid 'expires' attribute: vie, 11-ago-2017 08:24:21 GMT
   [junit4]   2> 817283 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[A462659502D4316B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 817286 INFO  (jetty-closer-829-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@902fbd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 817286 INFO  (jetty-closer-829-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27590489
   [junit4]   2> 817286 INFO  (jetty-closer-829-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e120d6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 817286 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=18073143
   [junit4]   2> 817287 INFO  (jetty-closer-829-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 817287 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 817289 INFO  (jetty-closer-829-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 817289 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 817291 INFO  (jetty-closer-829-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 817291 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 817292 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 817294 INFO  (jetty-closer-829-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98461537725972486-127.0.0.1:33189_solr-n_0000000000) closing
   [junit4]   2> 817294 INFO  (OverseerStateUpdate-98461537725972486-127.0.0.1:33189_solr-n_0000000000) [n:127.0.0.1:33189_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33189_solr
   [junit4]   2> 817559 INFO  (zkCallback-840-thread-3-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34493_solr
   [junit4]   2> 817559 INFO  (zkCallback-840-thread-5-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 817560 INFO  (jetty-closer-829-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 817560 INFO  (coreCloseExecutor-2280-thread-1) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore [forwardingCollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d5e4bc
   [junit4]   2> 817562 INFO  (coreCloseExecutor-2280-thread-1) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.forwardingCollection.shard1.replica_n1, tag=30794940
   [junit4]   2> 817565 INFO  (coreCloseExecutor-2280-thread-1) [n:127.0.0.1:34493_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.forwardingCollection.shard1.leader, tag=30794940
   [junit4]   2> 817566 WARN  (zkCallback-840-thread-3-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 817566 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dce3f34320005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 817566 ERROR (Thread[Thread-1131,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:34493_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 817567 INFO  (jetty-closer-829-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1739c61{/solr,null,UNAVAILABLE}
   [junit4]   2> 817609 INFO  (jetty-launcher-828-thread-2-EventThread) [n:127.0.0.1:33189_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 818794 WARN  (zkCallback-839-thread-2-processing-n:127.0.0.1:33189_solr) [n:127.0.0.1:33189_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 818795 ERROR (Thread[Thread-1128,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:33189_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 818796 INFO  (jetty-closer-829-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c77c7{/solr,null,UNAVAILABLE}
   [junit4]   2> 818797 ERROR (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 818797 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37057 37057
   [junit4]   2> 826461 INFO  (Thread-1111) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37057 37057
   [junit4]   2> 826462 WARN  (Thread-1111) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/forwardingCollection/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 826475 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[A462659502D4316B]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 10, 2017 10:24:30 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 845747 ERROR (jetty-launcher-828-thread-1-EventThread) [n:127.0.0.1:34493_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.IllegalStateException: Client is not started
   [junit4]   2> 	at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:113)
   [junit4]   2> 	at org.apache.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:477)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceFacade.getZooKeeper(NamespaceFacade.java:112)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:302)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:291)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 10, 2017 10:24:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]   2>    1) Thread[id=5082, name=jetty-launcher-828-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 10, 2017 10:24:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5082, name=jetty-launcher-828-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2> 846562 ERROR (jetty-launcher-828-thread-2-EventThread) [n:127.0.0.1:33189_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 10, 2017 10:24:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=13516, maxDocsPerChunk=321, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=13516, blockSize=7)), sim=RandomSimilarity(queryNorm=true): {}, locale=es-CL, timezone=Asia/Vientiane
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=98201864,total=389406720
   [junit4]   2> NOTE: All tests run in this JVM: [TestAuthenticationFramework, StatelessScriptUpdateProcessorFactoryTest, TestFieldTypeCollectionResource, TestTolerantUpdateProcessorRandomCloud, ConcurrentDeleteAndCreateCollectionTest, SoftAutoCommitTest, TestManagedSchema, CacheHeaderTest, LeaderFailureAfterFreshStartTest, TestJavabinTupleStreamParser, TestRandomFlRTGCloud, LoggingHandlerTest, TestCharFilters, TestLeaderElectionZkExpiry, TestFilteredDocIdSet, PeerSyncWithIndexFingerprintCachingTest, CoreMergeIndexesAdminHandlerTest, TermVectorComponentTest, HdfsSyncSliceTest, TestDeleteCollectionOnDownNodes, DistributedIntervalFacetingTest, ZkCLITest, MoreLikeThisHandlerTest, SuggesterTSTTest, ClusterStateUpdateTest, ConvertedLegacyTest, TestLockTree, TestSizeLimitedDistributedMap, TestDelegationWithHadoopAuth, TestReplicationHandlerBackup, DirectSolrConnectionTest, TestInfoStreamLogging, TestReplicaProperties, DirectSolrSpellCheckerTest, TestPartialUpdateDeduplication, SliceStateTest, ManagedSchemaRoundRobinCloudTest, CollectionsAPIDistributedZkTest, ImplicitSnitchTest, TestCustomStream, DistributedMLTComponentTest, TestAddFieldRealTimeGet, TestReRankQParserPlugin, TestMacroExpander, TestConfigSetsAPIExclusivity, ZkSolrClientTest, TestSolr4Spatial2, SolrCmdDistributorTest, ChaosMonkeySafeLeaderWithPullReplicasTest, DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=A462659502D4316B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CL -Dtests.timezone=Asia/Vientiane -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=5082, name=jetty-launcher-828-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A462659502D4316B]:0)
   [junit4] Completed [176/728 (1!)] on J1 in 56.06s, 12 tests, 1 error <<< FAILURES!

[...truncated 41286 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-9-ea+181) - Build # 239 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/239/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseParallelGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:46293/_/l/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:46293/_/l/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([D1E4C6963C48552A:59B0F94C92B438D2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11324 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 416585 INFO  (SUITE-HttpPartitionTest-seed#[D1E4C6963C48552A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/init-core-data-001
   [junit4]   2> 416586 WARN  (SUITE-HttpPartitionTest-seed#[D1E4C6963C48552A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 416586 INFO  (SUITE-HttpPartitionTest-seed#[D1E4C6963C48552A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 416587 INFO  (SUITE-HttpPartitionTest-seed#[D1E4C6963C48552A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 416587 INFO  (SUITE-HttpPartitionTest-seed#[D1E4C6963C48552A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/l
   [junit4]   2> 416588 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 416589 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 416589 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 416592 ERROR (Thread-907) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 416689 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkTestServer start zk server on port:36585
   [junit4]   2> 416699 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 416700 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 416701 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 416701 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 416702 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 416703 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 416704 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 416705 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 416705 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 416706 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 416707 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 416707 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 416818 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 416821 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4894aace{/_/l,null,AVAILABLE}
   [junit4]   2> 416822 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@29bebede{HTTP/1.1,[http/1.1]}{127.0.0.1:46335}
   [junit4]   2> 416822 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server Started @417872ms
   [junit4]   2> 416822 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/l, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/tempDir-001/control/data, hostPort=37203, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores}
   [junit4]   2> 416823 ERROR (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 416823 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 416823 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 416823 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 416823 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T06:12:55.417192Z
   [junit4]   2> 416826 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15dcfec97120002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 416826 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 416826 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/solr.xml
   [junit4]   2> 416829 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 416831 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36585/solr
   [junit4]   2> 416875 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 416878 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37203__%2Fl
   [junit4]   2> 416878 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) starting
   [junit4]   2> 416884 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37203__%2Fl
   [junit4]   2> 416885 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 416909 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 416911 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 416911 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 416912 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores
   [junit4]   2> 416922 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 416922 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36585/solr ready
   [junit4]   2> 416923 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38678,localport=37203], receiveBufferSize:531000
   [junit4]   2> 416923 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46335,localport=33154], receiveBufferSize=530904
   [junit4]   2> 416924 INFO  (qtp2054188986-3926) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37203__%252Fl&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 416925 INFO  (OverseerThreadFactory-2089-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 417028 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38682,localport=37203], receiveBufferSize:531000
   [junit4]   2> 417028 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46335,localport=33158], receiveBufferSize=530904
   [junit4]   2> 417028 INFO  (qtp2054188986-3928) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 417028 INFO  (qtp2054188986-3928) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 417134 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418041 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 418055 INFO  (qtp2054188986-3928) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 418107 INFO  (qtp2054188986-3928) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 418114 INFO  (qtp2054188986-3928) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 418114 INFO  (qtp2054188986-3928) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 418114 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 418114 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 418115 INFO  (qtp2054188986-3928) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 418117 WARN  (qtp2054188986-3928) [    ] 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> 418138 INFO  (qtp2054188986-3928) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 418138 INFO  (qtp2054188986-3928) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 418138 INFO  (qtp2054188986-3928) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 418139 INFO  (qtp2054188986-3928) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 418139 INFO  (qtp2054188986-3928) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 418139 INFO  (qtp2054188986-3928) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@39ae083c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 418140 INFO  (qtp2054188986-3928) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 418140 INFO  (qtp2054188986-3928) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 418140 INFO  (qtp2054188986-3928) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 418141 INFO  (qtp2054188986-3928) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575414112436879360
   [junit4]   2> 418141 INFO  (searcherExecutor-2092-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@39ae083c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37203/_/l/control_collection_shard1_replica_n1/
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:37203/_/l/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 418143 INFO  (qtp2054188986-3928) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 418144 INFO  (qtp2054188986-3928) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37203/_/l/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 418249 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418296 INFO  (qtp2054188986-3928) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 418297 INFO  (qtp2054188986-3928) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1269
   [junit4]   2> 418300 INFO  (qtp2054188986-3926) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 418400 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418926 INFO  (OverseerCollectionConfigSetProcessor-98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 419300 INFO  (qtp2054188986-3926) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37203__%252Fl&wt=javabin&version=2} status=0 QTime=2376
   [junit4]   2> 419304 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 419304 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36585/solr ready
   [junit4]   2> 419304 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 419305 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38700,localport=37203], receiveBufferSize:531000
   [junit4]   2> 419305 INFO  (SocketProxy-Acceptor-37203) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46335,localport=33176], receiveBufferSize=530904
   [junit4]   2> 419305 INFO  (qtp2054188986-3926) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 419306 INFO  (OverseerThreadFactory-2089-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 419307 WARN  (OverseerThreadFactory-2089-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 419511 INFO  (qtp2054188986-3926) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 419511 INFO  (qtp2054188986-3926) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 419606 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001 of type TLOG
   [junit4]   2> 419606 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 419607 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d55f0c6{/_/l,null,AVAILABLE}
   [junit4]   2> 419607 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@37c1b1a9{HTTP/1.1,[http/1.1]}{127.0.0.1:46563}
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server Started @420657ms
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/l, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/tempDir-001/jetty1, hostPort=44915, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001/cores, replicaType=TLOG}
   [junit4]   2> 419608 ERROR (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 419608 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T06:12:58.202526Z
   [junit4]   2> 419610 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 419610 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001/solr.xml
   [junit4]   2> 419611 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 419613 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36585/solr
   [junit4]   2> 419617 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 419618 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 419618 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44915__%2Fl
   [junit4]   2> 419619 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 419619 INFO  (zkCallback-615-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 419619 INFO  (zkCallback-610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 419660 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 419663 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 419663 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 419664 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001/cores
   [junit4]   2> 419673 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44582,localport=44915], receiveBufferSize:531000
   [junit4]   2> 419674 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39798], receiveBufferSize=530904
   [junit4]   2> 419674 INFO  (qtp71573995-3975) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44915__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 419676 INFO  (OverseerThreadFactory-2089-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44915__%2Fl for creating new replica
   [junit4]   2> 419676 INFO  (OverseerCollectionConfigSetProcessor-98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 419677 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44586,localport=44915], receiveBufferSize:531000
   [junit4]   2> 419677 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39802], receiveBufferSize=530904
   [junit4]   2> 419677 INFO  (qtp71573995-3977) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 419678 INFO  (qtp71573995-3977) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 420689 INFO  (qtp71573995-3977) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 420702 INFO  (qtp71573995-3977) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 420762 INFO  (qtp71573995-3977) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 420768 INFO  (qtp71573995-3977) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 420768 INFO  (qtp71573995-3977) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 420768 INFO  (qtp71573995-3977) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 420768 INFO  (qtp71573995-3977) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 420769 INFO  (qtp71573995-3977) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 420771 WARN  (qtp71573995-3977) [    ] 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> 420802 INFO  (qtp71573995-3977) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 420802 INFO  (qtp71573995-3977) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 420803 INFO  (qtp71573995-3977) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 420803 INFO  (qtp71573995-3977) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 420804 INFO  (qtp71573995-3977) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 420804 INFO  (qtp71573995-3977) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c41e2fe[collection1_shard2_replica_t41] main]
   [junit4]   2> 420805 INFO  (qtp71573995-3977) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 420805 INFO  (qtp71573995-3977) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 420806 INFO  (qtp71573995-3977) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 420806 INFO  (searcherExecutor-2103-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@5c41e2fe[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 420806 INFO  (qtp71573995-3977) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575414115231334400
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 420810 INFO  (qtp71573995-3977) [    ] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 420811 INFO  (qtp71573995-3977) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 420961 INFO  (qtp71573995-3977) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 420963 INFO  (qtp71573995-3977) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1285
   [junit4]   2> 420965 INFO  (qtp71573995-3975) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44915__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1291
   [junit4]   2> 421054 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001 of type TLOG
   [junit4]   2> 421054 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 421055 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e86f22{/_/l,null,AVAILABLE}
   [junit4]   2> 421055 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6edfe19c{HTTP/1.1,[http/1.1]}{127.0.0.1:43299}
   [junit4]   2> 421055 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server Started @422105ms
   [junit4]   2> 421055 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/l, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/tempDir-001/jetty2, hostPort=46293, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores, replicaType=TLOG}
   [junit4]   2> 421056 ERROR (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421056 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 421056 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421056 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 421056 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T06:12:59.650263Z
   [junit4]   2> 421058 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421058 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/solr.xml
   [junit4]   2> 421060 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421061 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36585/solr
   [junit4]   2> 421066 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 421066 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 421067 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46293__%2Fl
   [junit4]   2> 421067 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 421067 INFO  (zkCallback-610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 421067 INFO  (zkCallback-615-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 421067 INFO  (zkCallback-621-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 421090 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 421093 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 421093 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 421094 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores
   [junit4]   2> 421108 INFO  (qtp71573995-3976) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:46293__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 421109 INFO  (OverseerThreadFactory-2089-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46293__%2Fl for creating new replica
   [junit4]   2> 421109 INFO  (OverseerCollectionConfigSetProcessor-98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 421109 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53686,localport=46293], receiveBufferSize:531000
   [junit4]   2> 421110 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43299,localport=40272], receiveBufferSize=530904
   [junit4]   2> 421110 INFO  (qtp2054851041-4009) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 421110 INFO  (qtp2054851041-4009) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 422121 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 422136 INFO  (qtp2054851041-4009) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 422241 INFO  (qtp2054851041-4009) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 422250 INFO  (qtp2054851041-4009) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 422250 INFO  (qtp2054851041-4009) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 422250 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 422250 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 422252 INFO  (qtp2054851041-4009) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 422254 WARN  (qtp2054851041-4009) [    ] 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> 422299 INFO  (qtp2054851041-4009) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 422299 INFO  (qtp2054851041-4009) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 422300 INFO  (qtp2054851041-4009) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 422300 INFO  (qtp2054851041-4009) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 422300 INFO  (qtp2054851041-4009) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 422301 INFO  (qtp2054851041-4009) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3428603e[collection1_shard1_replica_t43] main]
   [junit4]   2> 422301 INFO  (qtp2054851041-4009) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 422301 INFO  (qtp2054851041-4009) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 422302 INFO  (qtp2054851041-4009) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 422302 INFO  (searcherExecutor-2114-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@3428603e[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 422302 INFO  (qtp2054851041-4009) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575414116800004096
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46293/_/l/collection1_shard1_replica_t43/
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:46293/_/l/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 422305 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 422307 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46293/_/l/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 422457 INFO  (qtp2054851041-4009) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 422459 INFO  (qtp2054851041-4009) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1348
   [junit4]   2> 422461 INFO  (qtp71573995-3976) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:46293__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1353
   [junit4]   2> 422586 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001 of type TLOG
   [junit4]   2> 422587 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 422588 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10c52d7e{/_/l,null,AVAILABLE}
   [junit4]   2> 422588 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b34931c{HTTP/1.1,[http/1.1]}{127.0.0.1:45445}
   [junit4]   2> 422588 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.Server Started @423638ms
   [junit4]   2> 422588 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/l, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/tempDir-001/jetty3, hostPort=35671, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001/cores, replicaType=TLOG}
   [junit4]   2> 422589 ERROR (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 422589 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 422589 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 422589 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 422589 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T06:13:01.183216Z
   [junit4]   2> 422590 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 422591 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001/solr.xml
   [junit4]   2> 422592 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 422594 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36585/solr
   [junit4]   2> 422598 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 422599 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 422600 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35671__%2Fl
   [junit4]   2> 422600 INFO  (zkCallback-615-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 422600 INFO  (zkCallback-610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 422600 INFO  (zkCallback-603-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 422601 INFO  (zkCallback-627-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 422600 INFO  (zkCallback-621-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 422640 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 422642 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 422642 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 422644 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001/cores
   [junit4]   2> 422663 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38172,localport=35671], receiveBufferSize:531000
   [junit4]   2> 422663 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45445,localport=48954], receiveBufferSize=530904
   [junit4]   2> 422663 INFO  (qtp1255113252-4041) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35671__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 422665 INFO  (OverseerThreadFactory-2089-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35671__%2Fl for creating new replica
   [junit4]   2> 422665 INFO  (OverseerCollectionConfigSetProcessor-98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 422665 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38176,localport=35671], receiveBufferSize:531000
   [junit4]   2> 422665 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45445,localport=48958], receiveBufferSize=530904
   [junit4]   2> 422666 INFO  (qtp1255113252-4043) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 422666 INFO  (qtp1255113252-4043) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 423678 INFO  (qtp1255113252-4043) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 423703 INFO  (qtp1255113252-4043) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 423761 INFO  (qtp1255113252-4043) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 423767 INFO  (qtp1255113252-4043) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 423768 INFO  (qtp1255113252-4043) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 423768 INFO  (qtp1255113252-4043) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 423768 INFO  (qtp1255113252-4043) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 423769 INFO  (qtp1255113252-4043) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 423770 WARN  (qtp1255113252-4043) [    ] 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> 423796 INFO  (qtp1255113252-4043) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 423796 INFO  (qtp1255113252-4043) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 423797 INFO  (qtp1255113252-4043) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 423797 INFO  (qtp1255113252-4043) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 423798 INFO  (qtp1255113252-4043) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 423798 INFO  (qtp1255113252-4043) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e4e3efa[collection1_shard2_replica_t45] main]
   [junit4]   2> 423798 INFO  (qtp1255113252-4043) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 423799 INFO  (qtp1255113252-4043) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 423799 INFO  (qtp1255113252-4043) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 423800 INFO  (searcherExecutor-2125-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@4e4e3efa[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 423800 INFO  (qtp1255113252-4043) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575414118370770944
   [junit4]   2> 423802 INFO  (qtp1255113252-4043) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 423802 INFO  (updateExecutor-624-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 423802 INFO  (qtp1255113252-4043) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1136
   [junit4]   2> 423802 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 423803 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 423803 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 423803 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 423803 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 423803 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:35671/_/l/collection1_shard2_replica_t45/]
   [junit4]   2> 423804 INFO  (qtp1255113252-4041) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35671__%252Fl&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1140
   [junit4]   2> 423804 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:44915/_/l]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:35671__%252Fl&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 423804 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44656,localport=44915], receiveBufferSize:531000
   [junit4]   2> 423804 INFO  (qtp71573995-3977) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 423805 INFO  (qtp71573995-3977) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35671__%2Fl, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:35671/_/l","node_name":"127.0.0.1:35671__%2Fl","state":"down","type":"TLOG"}
   [junit4]   2> 423806 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39872], receiveBufferSize=530904
   [junit4]   2> 423810 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 423810 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 423810 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 424666 INFO  (OverseerCollectionConfigSetProcessor-98463381925789700-127.0.0.1:37203__%2Fl-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 424805 INFO  (qtp71573995-3977) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:35671__%2Fl, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:35671/_/l","node_name":"127.0.0.1:35671__%2Fl","state":"recovering","type":"TLOG"}
   [junit4]   2> 424805 INFO  (qtp71573995-3977) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 424805 INFO  (qtp71573995-3977) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:35671__%252Fl&onlyIfLeaderActive=true&core=collection1_shard2_replica_t41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 425305 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 425305 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/].
   [junit4]   2> 425306 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44662,localport=44915], receiveBufferSize:531000
   [junit4]   2> 425306 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39878], receiveBufferSize=530904
   [junit4]   2> 425307 INFO  (qtp71573995-3977) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575414119950974976,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 425307 INFO  (qtp71573995-3977) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 425307 INFO  (qtp71573995-3977) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 425307 INFO  (qtp71573995-3977) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t41]  webapp=/_/l path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 425308 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44666,localport=44915], receiveBufferSize:531000
   [junit4]   2> 425308 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39882], receiveBufferSize=530904
   [junit4]   2> 425308 INFO  (qtp71573995-3977) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/_/l path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.ZkController collection1_shard2_replica_t45 starting background replication from leader
   [junit4]   2> 425308 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 425309 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 425309 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/
   [junit4]   2> 425309 INFO  (qtp71573995-3975) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/_/l path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 425310 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 425310 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 425310 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 425310 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 425310 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 425310 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575414119954120704
   [junit4]   2> 425311 INFO  (recoveryExecutor-625-thread-1) [    ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 425811 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 425811 INFO  (qtp2054188986-3928) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575414120479457280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 425812 INFO  (qtp2054188986-3928) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 425812 INFO  (qtp2054188986-3928) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 425812 INFO  (qtp2054188986-3928) [    ] o.a.s.u.p.LogUpdateProcessorFactory [control_collection_shard1_replica_n1]  webapp=/_/l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 425814 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53762,localport=46293], receiveBufferSize:531000
   [junit4]   2> 425814 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38216,localport=35671], receiveBufferSize:531000
   [junit4]   2> 425814 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44690,localport=44915], receiveBufferSize:531000
   [junit4]   2> 425814 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43299,localport=40352], receiveBufferSize=530904
   [junit4]   2> 425815 INFO  (qtp2054851041-4011) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575414120483651584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 425816 INFO  (qtp2054851041-4011) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 425816 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39912], receiveBufferSize=530904
   [junit4]   2> 425816 INFO  (qtp1255113252-4037) [    ] o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 425817 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45445,localport=49000], receiveBufferSize=530904
   [junit4]   2> 425817 INFO  (qtp2054851041-4011) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 425817 INFO  (qtp2054851041-4011) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t43]  webapp=/_/l path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 425817 INFO  (qtp71573995-3973) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575414120485748736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 425818 INFO  (qtp71573995-3973) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 425818 INFO  (qtp71573995-3973) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 425818 INFO  (qtp71573995-3973) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t41]  webapp=/_/l path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 425818 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44700,localport=44915], receiveBufferSize:531000
   [junit4]   2> 425819 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39916], receiveBufferSize=530904
   [junit4]   2> 425819 INFO  (qtp71573995-3976) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/_/l path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 425819 INFO  (qtp1255113252-4037) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t45]  webapp=/_/l path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44915/_/l/collection1_shard2_replica_t41/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 425819 INFO  (qtp71573995-3971) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t41]  webapp=/_/l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 425820 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44704,localport=44915], receiveBufferSize:531000
   [junit4]   2> 425820 INFO  (SocketProxy-Acceptor-44915) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46563,localport=39920], receiveBufferSize=530904
   [junit4]   2> 425820 INFO  (qtp71573995-3976) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/_/l path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 425821 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38232,localport=35671], receiveBufferSize:531000
   [junit4]   2> 425821 INFO  (SocketProxy-Acceptor-35671) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45445,localport=49014], receiveBufferSize=530904
   [junit4]   2> 425821 INFO  (qtp1255113252-4041) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t45]  webapp=/_/l path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 425822 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53786,localport=46293], receiveBufferSize:531000
   [junit4]   2> 425823 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43299,localport=40372], receiveBufferSize=530904
   [junit4]   2> 425823 INFO  (qtp2054851041-4009) [    ] o.a.s.c.S.Request [collection1_shard1_replica_t43]  webapp=/_/l path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 427824 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_crud_1x2
   [junit4]   2> 427826 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53804,localport=46293], receiveBufferSize:531000
   [junit4]   2> 427827 INFO  (SocketProxy-Acceptor-46293) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43299,localport=40390], receiveBufferSize=530904
   [junit4]   2> 427827 INFO  (qtp2054851041-4011) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=0&name=c8n_crud_1x2&action=CREATE&numShards=1&tlogReplicas=2&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 427830 INFO  (OverseerThreadFactory-2089-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_crud_1x2
   [junit4]   2> 427937 INFO  (qtp2054851041-4010) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_crud_1x2_shard1_replica_t1&action=CREATE&numShards=1&collection=c8n_crud_1x2&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 427942 INFO  (qtp2054188986-3921) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_crud_1x2_shard1_replica_t2&action=CREATE&numShards=1&collection=c8n_crud_1x2&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 428309 INFO  (qtp71573995-3975) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/_/l path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 428309 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 428309 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 428309 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 428309 INFO  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 428951 INFO  (qtp2054851041-4010) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 428962 INFO  (qtp2054188986-3921) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 428966 INFO  (qtp2054851041-4010) [    ] o.a.s.s.IndexSchema [c8n_crud_1x2_shard1_replica_t1] Schema name=test
   [junit4]   2> 428974 INFO  (qtp2054188986-3921) [    ] o.a.s.s.IndexSchema [c8n_crud_1x2_shard1_replica_t2] Schema name=test
   [junit4]   2> 429038 INFO  (qtp2054851041-4010) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 429044 INFO  (qtp2054188986-3921) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 429045 INFO  (qtp2054851041-4010) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_crud_1x2_shard1_replica_t1' using configuration from collection c8n_crud_1x2, trusted=true
   [junit4]   2> 429045 INFO  (qtp2054851041-4010) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.c8n_crud_1x2.shard1.replica_t1' (registry 'solr.core.c8n_crud_1x2.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 429046 INFO  (qtp2054851041-4010) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 429046 INFO  (qtp2054851041-4010) [    ] o.a.s.c.SolrCore [[c8n_crud_1x2_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores/c8n_crud_1x2_shard1_replica_t1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/shard-2-001/cores/c8n_crud_1x2_shard1_replica_t1/data/]
   [junit4]   2> 429047 INFO  (qtp2054851041-4010) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 429049 WARN  (qtp2054851041-4010) [    ] 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> 429051 INFO  (qtp2054188986-3921) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_crud_1x2_shard1_replica_t2' using configuration from collection c8n_crud_1x2, trusted=true
   [junit4]   2> 429051 INFO  (qtp2054188986-3921) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.c8n_crud_1x2.shard1.replica_t2' (registry 'solr.core.c8n_crud_1x2.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c403ba0
   [junit4]   2> 429051 INFO  (qtp2054188986-3921) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 429051 INFO  (qtp2054188986-3921) [    ] o.a.s.c.SolrCore [[c8n_crud_1x2_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores/c8n_crud_1x2_shard1_replica_t2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001/control-001/cores/c8n_crud_1x2_shard1_replica_t2/data/]
   [junit4]   2> 429053 INFO  (qtp2054188986-3921) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=96.216796875, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=23.678268426123683, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 429054 WARN  (qtp2054188986-3921) [    ] 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> 429081 INFO  (qtp2054851041-4010) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 429081 INFO  (qtp2054851041-4010) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 429082 INFO  (qtp2054851041-4010) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429082 INFO  (qtp2054851041-4010) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429083 INFO  (qtp2054188986-3921) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 429083 INFO  (qtp2054188986-3921) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 429083 INFO  (qtp2054851041-4010) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 429083 INFO  (qtp2054851041-4010) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47cf785d[c8n_crud_1x2_shard1_replica_t1] main]
   [junit4]   2> 429084 INFO  (qtp2054188986-3921) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429084 INFO  (qtp2054188986-3921) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429084 INFO  (qtp2054851041-4010) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 429084 INFO  (qtp2054851041-4010) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 429084 INFO  (qtp2054188986-3921) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=48.7216796875, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=0.28950052110228275, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 429084 INFO  (qtp2054188986-3921) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@192751ab[c8n_crud_1x2_shard1_replica_t2] main]
   [junit4]   2> 429085 INFO  (qtp2054851041-4010) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 429085 INFO  (qtp2054188986-3921) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 429085 INFO  (qtp2054188986-3921) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 429085 INFO  (searcherExecutor-2132-thread-1) [    ] o.a.s

[...truncated too long message...]

178-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=510032041
   [junit4]   2> 444146 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.Overseer Overseer (id=98463381925789711-127.0.0.1:35671__%2Fl-n_0000000003) closing
   [junit4]   2> 444146 INFO  (OverseerStateUpdate-98463381925789711-127.0.0.1:35671__%2Fl-n_0000000003) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35671__%2Fl
   [junit4]   2> 444162 WARN  (indexFetcher-2131-thread-1) [    ] o.a.s.h.IndexFetcher Could not log failed replication details
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: Already closed
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:337)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.loadReplicationProperties(ReplicationHandler.java:1131)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:769)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:677)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:659)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:332)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:419)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1183)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2> 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:300)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 445647 WARN  (zkCallback-627-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 445648 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b34931c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 445648 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10c52d7e{/_/l,null,UNAVAILABLE}
   [junit4]   2> 445648 ERROR (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 445649 INFO  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36585 36585
   [junit4]   2> 445675 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36585 36585
   [junit4]   2> 445675 WARN  (Thread-907) [    ] 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> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/collMinRf_1x3/state.json
   [junit4]   2> 	2	/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 445675 WARN  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:35671/_/l, target: http://127.0.0.1:45445/_/l
   [junit4]   2> 445675 WARN  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SocketProxy Closing 14 connections to: http://127.0.0.1:44915/_/l, target: http://127.0.0.1:46563/_/l
   [junit4]   2> 445675 WARN  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:37203/_/l, target: http://127.0.0.1:46335/_/l
   [junit4]   2> 445675 WARN  (TEST-HttpPartitionTest.test-seed#[D1E4C6963C48552A]) [    ] o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:46293/_/l, target: http://127.0.0.1:43299/_/l
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=D1E4C6963C48552A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sw-KE -Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 29.1s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:46293/_/l/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1E4C6963C48552A:59B0F94C92B438D2]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_D1E4C6963C48552A-001
   [junit4]   2> Aug 11, 2017 6:13:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Memory), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1371, maxMBSortInHeap=6.075129407732106, sim=RandomSimilarity(queryNorm=false): {}, locale=sw-KE, timezone=Asia/Karachi
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=131760936,total=427819008
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, TestSSLRandomization, TestReplicationHandlerBackup, TestJavabinTupleStreamParser, RecoveryAfterSoftCommitTest, DistributedSuggestComponentTest, OverseerCollectionConfigSetProcessorTest, ActionThrottleTest, DistribDocExpirationUpdateProcessorTest, TestAddFieldRealTimeGet, SSLMigrationTest, FileUtilsTest, AnalysisAfterCoreReloadTest, TestEmbeddedSolrServerSchemaAPI, SolrMetricReporterTest, TestTolerantUpdateProcessorRandomCloud, TestBackupRepositoryFactory, TestSolr4Spatial2, TestInfoStreamLogging, DirectSolrSpellCheckerTest, BigEndianAscendingWordDeserializerTest, BlockJoinFacetRandomTest, SystemInfoHandlerTest, TestSearcherReuse, TestManagedSchema, DeleteLastCustomShardedReplicaTest, BufferStoreTest, TestNumericTokenStream, SchemaVersionSpecificBehaviorTest, TestFastLRUCache, CoreMergeIndexesAdminHandlerTest, CloneFieldUpdateProcessorFactoryTest, SmileWriterTest, TestDeleteCollectionOnDownNodes, TestCharFilters, TestManagedResource, CloudExitableDirectoryReaderTest, TestSolrConfigHandler, HighlighterTest, TestAuthenticationFramework, CdcrBootstrapTest, TestUnifiedSolrHighlighter, TestSolrCoreSnapshots, ConfigureRecoveryStrategyTest, BlobRepositoryCloudTest, TestTestInjection, CdcrRequestHandlerTest, TestSolrCloudWithSecureImpersonation, TestSystemIdResolver, TestPartialUpdateDeduplication, TestSerializedLuceneMatchVersion, TestInPlaceUpdatesStandalone, ReplicaListTransformerTest, TestSolrIndexConfig, ExplicitHLLTest, ScriptEngineTest, TestScoreJoinQPScore, HdfsBasicDistributedZk2Test, DistributedTermsComponentTest, TestDefaultStatsCache, DOMUtilTest, SpellCheckComponentTest, DistributedVersionInfoTest, HttpPartitionTest]
   [junit4] Completed [160/728 (1!)] on J1 in 29.86s, 1 test, 1 failure <<< FAILURES!

[...truncated 38457 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-9-ea+181) - Build # 238 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/238/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:42855/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:42855/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([1E763A35F8C3F963:F8E10EF5C1410002]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:36627/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:36627/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([1E763A35F8C3F963:962205EF563F949B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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 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:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11616 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 729998 INFO  (SUITE-ForceLeaderTest-seed#[1E763A35F8C3F963]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/init-core-data-001
   [junit4]   2> 729999 INFO  (SUITE-ForceLeaderTest-seed#[1E763A35F8C3F963]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 729999 INFO  (SUITE-ForceLeaderTest-seed#[1E763A35F8C3F963]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 729999 INFO  (SUITE-ForceLeaderTest-seed#[1E763A35F8C3F963]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 730000 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 730000 INFO  (Thread-1334) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 730000 INFO  (Thread-1334) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 730001 ERROR (Thread-1334) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 730100 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkTestServer start zk server on port:34669
   [junit4]   2> 730110 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 730112 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 730113 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 730114 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 730114 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 730115 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 730115 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 730116 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 730116 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 730117 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 730117 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 730118 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 730211 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 730212 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74a8bf12{/,null,AVAILABLE}
   [junit4]   2> 730213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19ad82ed{HTTP/1.1,[http/1.1]}{127.0.0.1:41977}
   [junit4]   2> 730213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server Started @731644ms
   [junit4]   2> 730213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/tempDir-001/control/data, hostPort=33517, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 730213 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 730213 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 730214 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 730214 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 730214 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T02:26:54.977076Z
   [junit4]   2> 730217 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 730217 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/solr.xml
   [junit4]   2> 730221 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 730225 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34669/solr
   [junit4]   2> 730263 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 730264 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33517_
   [junit4]   2> 730264 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=98462493229973508-127.0.0.1:33517_-n_0000000000) starting
   [junit4]   2> 730279 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33517_
   [junit4]   2> 730281 INFO  (OverseerStateUpdate-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 730314 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 730319 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 730319 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 730320 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores
   [junit4]   2> 730340 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 730340 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34669/solr ready
   [junit4]   2> 730340 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=46708,localport=33517], receiveBufferSize:531000
   [junit4]   2> 730341 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41977,localport=38030], receiveBufferSize=530904
   [junit4]   2> 730342 INFO  (qtp300437177-6434) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33517_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 730344 INFO  (OverseerThreadFactory-2817-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 730453 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=46712,localport=33517], receiveBufferSize:531000
   [junit4]   2> 730453 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41977,localport=38034], receiveBufferSize=530904
   [junit4]   2> 730456 INFO  (qtp300437177-6430) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 730456 INFO  (qtp300437177-6430) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 730559 INFO  (zkCallback-1096-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 731493 INFO  (qtp300437177-6430) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 731535 INFO  (qtp300437177-6430) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 731608 INFO  (qtp300437177-6430) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 731628 INFO  (qtp300437177-6430) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 731629 INFO  (qtp300437177-6430) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 731629 INFO  (qtp300437177-6430) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 731629 INFO  (qtp300437177-6430) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 731631 INFO  (qtp300437177-6430) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 731634 WARN  (qtp300437177-6430) [    ] 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> 731684 INFO  (qtp300437177-6430) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 731684 INFO  (qtp300437177-6430) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 731686 INFO  (qtp300437177-6430) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 731686 INFO  (qtp300437177-6430) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 731688 INFO  (qtp300437177-6430) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 731688 INFO  (qtp300437177-6430) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7772b9ea[control_collection_shard1_replica_n1] main]
   [junit4]   2> 731689 INFO  (qtp300437177-6430) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 731689 INFO  (qtp300437177-6430) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 731690 INFO  (qtp300437177-6430) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 731691 INFO  (qtp300437177-6430) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575399893451669504
   [junit4]   2> 731693 INFO  (searcherExecutor-2820-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@7772b9ea[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33517/control_collection_shard1_replica_n1/
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:33517/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 731696 INFO  (qtp300437177-6430) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 731698 INFO  (qtp300437177-6430) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33517/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 731800 INFO  (zkCallback-1096-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 731849 INFO  (qtp300437177-6430) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 731851 INFO  (qtp300437177-6430) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1395
   [junit4]   2> 731853 INFO  (qtp300437177-6434) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 731954 INFO  (zkCallback-1096-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 732347 INFO  (OverseerCollectionConfigSetProcessor-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 732855 INFO  (qtp300437177-6434) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33517_&wt=javabin&version=2} status=0 QTime=2513
   [junit4]   2> 732878 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 732882 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34669/solr ready
   [junit4]   2> 732882 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 732882 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=46722,localport=33517], receiveBufferSize:531000
   [junit4]   2> 732883 INFO  (qtp300437177-6431) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 732885 INFO  (SocketProxy-Acceptor-33517) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41977,localport=38044], receiveBufferSize=530904
   [junit4]   2> 732894 INFO  (OverseerThreadFactory-2817-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 732894 WARN  (OverseerThreadFactory-2817-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 733099 INFO  (qtp300437177-6431) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 733100 INFO  (qtp300437177-6431) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=217
   [junit4]   2> 733230 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001 of type NRT
   [junit4]   2> 733230 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 733254 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63b475b7{/,null,AVAILABLE}
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@533bc4f1{HTTP/1.1,[http/1.1]}{127.0.0.1:32893}
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server Started @734686ms
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/tempDir-001/jetty1, hostPort=41699, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores}
   [junit4]   2> 733255 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 733255 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T02:26:58.018784Z
   [junit4]   2> 733262 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 733262 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/solr.xml
   [junit4]   2> 733265 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 733341 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34669/solr
   [junit4]   2> 733488 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 733492 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 733493 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41699_
   [junit4]   2> 733495 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733496 INFO  (zkCallback-1103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733496 INFO  (zkCallback-1096-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733535 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 733542 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 733542 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 733544 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores
   [junit4]   2> 733580 INFO  (qtp300437177-6434) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 733591 INFO  (OverseerCollectionConfigSetProcessor-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 733591 INFO  (OverseerThreadFactory-2817-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41699_ for creating new replica
   [junit4]   2> 733597 INFO  (SocketProxy-Acceptor-41699) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50962,localport=41699], receiveBufferSize:531000
   [junit4]   2> 733598 INFO  (SocketProxy-Acceptor-41699) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32893,localport=59424], receiveBufferSize=530904
   [junit4]   2> 733598 INFO  (qtp930493510-6482) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 733598 INFO  (qtp930493510-6482) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 733707 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734639 INFO  (qtp930493510-6482) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 734655 INFO  (qtp930493510-6482) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 734755 INFO  (qtp930493510-6482) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 734766 INFO  (qtp930493510-6482) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 734766 INFO  (qtp930493510-6482) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 734766 INFO  (qtp930493510-6482) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 734767 INFO  (qtp930493510-6482) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 734769 INFO  (qtp930493510-6482) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 734786 WARN  (qtp930493510-6482) [    ] 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> 734865 INFO  (qtp930493510-6482) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 734865 INFO  (qtp930493510-6482) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 734866 INFO  (qtp930493510-6482) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 734866 INFO  (qtp930493510-6482) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 734868 INFO  (qtp930493510-6482) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 734869 INFO  (qtp930493510-6482) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58c0cf4b[collection1_shard2_replica_n41] main]
   [junit4]   2> 734869 INFO  (qtp930493510-6482) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 734870 INFO  (qtp930493510-6482) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 734870 INFO  (qtp930493510-6482) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 734871 INFO  (qtp930493510-6482) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575399896786141184
   [junit4]   2> 734874 INFO  (qtp930493510-6482) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 734875 INFO  (qtp930493510-6482) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 734875 INFO  (qtp930493510-6482) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41699/collection1_shard2_replica_n41/
   [junit4]   2> 734875 INFO  (qtp930493510-6482) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 734875 INFO  (qtp930493510-6482) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:41699/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 734875 INFO  (qtp930493510-6482) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 734877 INFO  (qtp930493510-6482) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41699/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 734888 INFO  (searcherExecutor-2831-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@58c0cf4b[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 734989 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 735028 INFO  (qtp930493510-6482) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 735029 INFO  (qtp930493510-6482) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1430
   [junit4]   2> 735034 INFO  (qtp300437177-6434) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1453
   [junit4]   2> 735181 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 735264 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001 of type NRT
   [junit4]   2> 735265 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 735305 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fc06b56{/,null,AVAILABLE}
   [junit4]   2> 735306 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@746eb419{HTTP/1.1,[http/1.1]}{127.0.0.1:36923}
   [junit4]   2> 735306 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server Started @736737ms
   [junit4]   2> 735306 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/tempDir-001/jetty2, hostPort=32769, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 735306 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 735308 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 735308 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 735308 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 735308 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T02:27:00.071371Z
   [junit4]   2> 735317 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 735317 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001/solr.xml
   [junit4]   2> 735320 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 735325 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34669/solr
   [junit4]   2> 735349 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 735354 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 735361 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32769_
   [junit4]   2> 735362 INFO  (zkCallback-1103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 735365 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 735365 INFO  (zkCallback-1096-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 735366 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 735405 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 735411 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 735411 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 735413 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001/cores
   [junit4]   2> 735441 INFO  (qtp300437177-6429) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:32769_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 735443 INFO  (OverseerCollectionConfigSetProcessor-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 735444 INFO  (OverseerThreadFactory-2817-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32769_ for creating new replica
   [junit4]   2> 735446 INFO  (SocketProxy-Acceptor-32769) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60118,localport=32769], receiveBufferSize:531000
   [junit4]   2> 735452 INFO  (SocketProxy-Acceptor-32769) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36923,localport=57164], receiveBufferSize=530904
   [junit4]   2> 735453 INFO  (qtp1020656654-6516) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 735453 INFO  (qtp1020656654-6516) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 735557 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 735557 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 736468 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 736475 INFO  (qtp1020656654-6516) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 736525 INFO  (qtp1020656654-6516) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 736531 INFO  (qtp1020656654-6516) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 736532 INFO  (qtp1020656654-6516) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 736532 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 736532 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 736534 INFO  (qtp1020656654-6516) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 736536 WARN  (qtp1020656654-6516) [    ] 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> 736568 INFO  (qtp1020656654-6516) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 736568 INFO  (qtp1020656654-6516) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 736569 INFO  (qtp1020656654-6516) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 736569 INFO  (qtp1020656654-6516) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 736570 INFO  (qtp1020656654-6516) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 736571 INFO  (qtp1020656654-6516) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fe4704[collection1_shard1_replica_n43] main]
   [junit4]   2> 736571 INFO  (qtp1020656654-6516) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 736571 INFO  (qtp1020656654-6516) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 736572 INFO  (qtp1020656654-6516) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 736572 INFO  (searcherExecutor-2842-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@3fe4704[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 736572 INFO  (qtp1020656654-6516) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575399898569768960
   [junit4]   2> 736575 INFO  (qtp1020656654-6516) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 736575 INFO  (qtp1020656654-6516) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 736575 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32769/collection1_shard1_replica_n43/
   [junit4]   2> 736575 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 736575 INFO  (qtp1020656654-6516) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:32769/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 736576 INFO  (qtp1020656654-6516) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 736577 INFO  (qtp1020656654-6516) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32769/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 736678 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 736678 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 736727 INFO  (qtp1020656654-6516) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 736728 INFO  (qtp1020656654-6516) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1275
   [junit4]   2> 736729 INFO  (qtp300437177-6429) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:32769_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1287
   [junit4]   2> 736829 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 736829 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 736852 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001 of type NRT
   [junit4]   2> 736852 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 736853 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44ab03be{/,null,AVAILABLE}
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a21930f{HTTP/1.1,[http/1.1]}{127.0.0.1:36217}
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.Server Started @738285ms
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/tempDir-001/jetty3, hostPort=33699, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores}
   [junit4]   2> 736854 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 736854 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-11T02:27:01.617523Z
   [junit4]   2> 736855 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 736856 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/solr.xml
   [junit4]   2> 736858 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 736859 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34669/solr
   [junit4]   2> 736863 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 736863 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 736864 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33699_
   [junit4]   2> 736864 INFO  (zkCallback-1103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 736865 INFO  (zkCallback-1120-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 736865 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 736865 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 736865 INFO  (zkCallback-1096-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 736889 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 736893 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 736893 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 736894 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores
   [junit4]   2> 736911 INFO  (qtp300437177-6430) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 736913 INFO  (OverseerCollectionConfigSetProcessor-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 736913 INFO  (OverseerThreadFactory-2817-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33699_ for creating new replica
   [junit4]   2> 736914 INFO  (SocketProxy-Acceptor-33699) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44192,localport=33699], receiveBufferSize:531000
   [junit4]   2> 736914 INFO  (SocketProxy-Acceptor-33699) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36217,localport=35374], receiveBufferSize=530904
   [junit4]   2> 736914 INFO  (qtp1973437955-6548) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 736914 INFO  (qtp1973437955-6548) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 737016 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 737017 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 737017 INFO  (zkCallback-1120-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 737921 INFO  (qtp1973437955-6548) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 737927 INFO  (qtp1973437955-6548) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 737966 INFO  (qtp1973437955-6548) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 737973 INFO  (qtp1973437955-6548) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true
   [junit4]   2> 737973 INFO  (qtp1973437955-6548) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 737973 INFO  (qtp1973437955-6548) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 737973 INFO  (qtp1973437955-6548) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 737975 INFO  (qtp1973437955-6548) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 737976 WARN  (qtp1973437955-6548) [    ] 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> 738012 INFO  (qtp1973437955-6548) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 738012 INFO  (qtp1973437955-6548) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 738018 INFO  (qtp1973437955-6548) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 738018 INFO  (qtp1973437955-6548) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 738019 INFO  (qtp1973437955-6548) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 738019 INFO  (qtp1973437955-6548) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e5bf946[collection1_shard2_replica_n45] main]
   [junit4]   2> 738020 INFO  (qtp1973437955-6548) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 738020 INFO  (qtp1973437955-6548) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 738020 INFO  (qtp1973437955-6548) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 738021 INFO  (searcherExecutor-2853-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@7e5bf946[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 738021 INFO  (qtp1973437955-6548) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575399900089155584
   [junit4]   2> 738024 INFO  (qtp1973437955-6548) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 738025 INFO  (updateExecutor-1117-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 738025 INFO  (qtp1973437955-6548) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1110
   [junit4]   2> 738026 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 738027 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 738027 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 738027 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 738027 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:41699/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:33699/collection1_shard2_replica_n45/]
   [junit4]   2> 738027 INFO  (qtp300437177-6430) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1115
   [junit4]   2> 738028 INFO  (recoveryExecutor-1118-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:41699]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:33699_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 738028 INFO  (SocketProxy-Acceptor-41699) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51048,localport=41699], receiveBufferSize:531000
   [junit4]   2> 738028 INFO  (SocketProxy-Acceptor-41699) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=32893,localport=59510], receiveBufferSize=530904
   [junit4]   2> 738029 INFO  (qtp930493510-6485) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 738029 INFO  (qtp930493510-6485) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:33699_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33699","node_name":"127.0.0.1:33699_","state":"down","type":"NRT"}
   [junit4]   2> 738029 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[1E763A35F8C3F963]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive
   [junit4]   2> 738034 INFO  (SocketProxy-Acceptor-32769) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60136,localport=32769], receiveBufferSize:531000
   [junit4]   2> 738034 INFO  (SocketProxy-Acceptor-32769) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36923,localport=57182], receiveBufferSize=530904
   [junit4]   2> 738034 INFO  (qtp1020656654-6518) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=3&name=forceleader_last_published&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 738035 INFO  (OverseerThreadFactory-2817-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection forceleader_last_published
   [junit4]   2> 738035 INFO  (OverseerCollectionConfigSetProcessor-98462493229973508-127.0.0.1:33517_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 738137 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 738137 INFO  (zkCallback-1114-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 738137 INFO  (zkCallback-1120-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 738239 INFO  (qtp300437177-6436) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n1&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 738240 INFO  (qtp1973437955-6549) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n3&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 738240 INFO  (qtp930493510-6484) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n2&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 738343 INFO  (zkCallback-1120-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forceleader_last_published/state.json] for collection [forceleader_last_published] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 738343 INFO  (zkCallback-1096-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forceleader_last_published/state.json] for collection [forceleader_last_published] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 738343 INFO  (zkCallback-1108-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/forceleader_last_published/state.json] for collection [forceleader_last_published] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 739029 INFO  (qtp930493510-6485) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:33699_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33699","node_name":"127.0.0.1:33699_","state":"recovering","type":"NRT"}
   [junit4]   2> 739029 INFO  (qtp930493510-6485) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 739029 INFO  (qtp930493510-6485) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:33699_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 739249 INFO  (qtp300437177-6436) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 739249 INFO  (qtp1973437955-6549) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 739250 INFO  (qtp930493510-6484) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 739256 INFO  (qtp1973437955-6549) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_n3] Schema name=test
   [junit4]   2> 739256 INFO  (qtp300437177-6436) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_n1] Schema name=test
   [junit4]   2> 739261 INFO  (qtp930493510-6484) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_n2] Schema name=test
   [junit4]   2> 739363 INFO  (qtp300437177-6436) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 739369 INFO  (qtp930493510-6484) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 739369 INFO  (qtp1973437955-6549) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 739378 INFO  (qtp300437177-6436) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_n1' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 739379 INFO  (qtp300437177-6436) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_n1' (registry 'solr.core.forceleader_last_published.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 739379 INFO  (qtp300437177-6436) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 739379 INFO  (qtp300437177-6436) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores/forceleader_last_published_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/control-001/cores/forceleader_last_published_shard1_replica_n1/data/]
   [junit4]   2> 739382 INFO  (qtp1973437955-6549) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_n3' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 739382 INFO  (qtp930493510-6484) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_n2' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 739382 INFO  (qtp1973437955-6549) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_n3' (registry 'solr.core.forceleader_last_published.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 739382 INFO  (qtp930493510-6484) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_n2' (registry 'solr.core.forceleader_last_published.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fcfbbb0
   [junit4]   2> 739382 INFO  (qtp1973437955-6549) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 739382 INFO  (qtp930493510-6484) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 739382 INFO  (qtp1973437955-6549) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores/forceleader_last_published_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-3-001/cores/forceleader_last_published_shard1_replica_n3/data/]
   [junit4]   2> 739382 INFO  (qtp930493510-6484) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores/forceleader_last_published_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_1E763A35F8C3F963-001/shard-1-001/cores/forceleader_last_published_shard1_replica_n2/data/]
   [junit4]   2> 739382 INFO  (qtp300437177-6436) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 739384 WARN  (qtp300437177-6436) [    ] 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> 739385 INFO  (qtp1973437955-6549) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 739386 INFO  (qtp930493510-6484) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 739390 WARN  (qtp930493510-6484) [    ] 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> 739390 WARN  (qtp1973437955-6549) [    ] 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> 739436 INFO  (qtp1973437955-6549) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 739436 INFO  (qtp1973437955-6549) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 739437 INFO  (qtp1973437955-6549) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 739437 INFO  (qtp1973437955-6549) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 739438 INFO  (qtp1973437955-6549) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 739438 INFO  (qtp1973437955-6549) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7de582c2[forceleader_last_published_shard1_replica_n3] main]
   [junit4]   2> 739439 INFO  (qtp1973437955-6549) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 739439 INFO  (qtp1973437955-6549) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 739439 INFO  (qtp300437177-6436) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 739440 INFO  (qtp300437177-6436) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 739440 INFO  (qtp1973437955-6549) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 739441 INFO  (qtp300437177-6436) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 739441 INFO  (qtp300437177-6436) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 739441 INFO  (qtp1973437955-6549) [    ] o.a.s.u.UpdateLog Could not find max ver

[...truncated too long message...]

coreCloseExecutor-7650-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collMinRf_1x3.shard1.replica_t2, tag=1250190473
   [junit4]   2> 1736913 INFO  (coreCloseExecutor-7650-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collMinRf_1x3.shard1.leader, tag=1250190473
   [junit4]   2> 1736914 INFO  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.Overseer Overseer (id=98462557297573903-127.0.0.1:34027_-n_0000000003) closing
   [junit4]   2> 1736914 INFO  (OverseerStateUpdate-98462557297573903-127.0.0.1:34027_-n_0000000003) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34027_
   [junit4]   2> 1736914 WARN  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1736915 INFO  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2c6ad42f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1736915 INFO  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76aed11e{/,null,UNAVAILABLE}
   [junit4]   2> 1736915 ERROR (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1736915 INFO  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42845 42845
   [junit4]   2> 1741946 INFO  (Thread-4127) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42845 42845
   [junit4]   2> 1741947 WARN  (Thread-4127) [    ] 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> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/collMinRf_1x3/state.json
   [junit4]   2> 	2	/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1741947 WARN  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SocketProxy Closing 11 connections to: http://127.0.0.1:36627/, target: http://127.0.0.1:35687/
   [junit4]   2> 1741947 WARN  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:34027/, target: http://127.0.0.1:46795/
   [junit4]   2> 1741947 WARN  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:35277/, target: http://127.0.0.1:43473/
   [junit4]   2> 1741947 WARN  (TEST-HttpPartitionTest.test-seed#[1E763A35F8C3F963]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:36113/, target: http://127.0.0.1:43937/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=1E763A35F8C3F963 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mua-CM -Dtests.timezone=Asia/Tbilisi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 34.4s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:36627/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1E763A35F8C3F963:962205EF563F949B]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_1E763A35F8C3F963-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=21689, maxDocsPerChunk=178, blockSize=19), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=21689, blockSize=19)), sim=RandomSimilarity(queryNorm=false): {}, locale=mua-CM, timezone=Asia/Tbilisi
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=321367248,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestStatusCollectionAPI, BaseCdcrDistributedZkTest, SimpleCollectionCreateDeleteTest, TolerantUpdateProcessorTest, TestReloadDeadlock, AssignBackwardCompatibilityTest, TestDistributedStatsComponentCardinality, DistributedSpellCheckComponentTest, SolrPluginUtilsTest, TestMaxScoreQueryParser, ZkNodePropsTest, CdcrReplicationHandlerTest, JSONWriterTest, OverriddenZkACLAndCredentialsProvidersTest, TestOmitPositions, ChaosMonkeyNothingIsSafeTest, TestNRTOpen, ZkStateWriterTest, SolrIndexSplitterTest, EchoParamsTest, TestFastOutputStream, TestHashQParserPlugin, TestRandomDVFaceting, SuggesterWFSTTest, TestLazyCores, BitVectorTest, TriLevelCompositeIdRoutingTest, TestPolicyCloud, DistributedQueueTest, SearchHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, TestComplexPhraseLeadingWildcard, TestSolrConfigHandlerCloud, RulesTest, DefaultValueUpdateProcessorTest, GraphQueryTest, ConnectionReuseTest, TestComponentsName, PluginInfoTest, TestSchemaNameResource, TestLegacyTerms, TestNoOpRegenerator, DebugComponentTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, MetricUtilsTest, TestHalfAndHalfDocValues, HdfsLockFactoryTest, HighlighterMaxOffsetTest, DeleteInactiveReplicaTest, TestPullReplicaErrorHandling, SubstringBytesRefFilterTest, TestChildDocTransformer, CollectionsAPISolrJTest, TestConfigSetImmutable, MetricsHandlerTest, CleanupOldIndexTest, TestMergePolicyConfig, TestSolrCloudSnapshots, ConnectionManagerTest, UUIDFieldTest, ForceLeaderTest, TestLocalFSCloudBackupRestore, AtomicUpdatesTest, TestCSVResponseWriter, XmlUpdateRequestHandlerTest, DataDrivenBlockJoinTest, TestSha256AuthenticationProvider, TestFaceting, TestOrdValues, SpellCheckCollatorTest, RequestHandlersTest, CursorPagingTest, TestLuceneMatchVersion, RollingRestartTest, StressHdfsTest, DistributedFacetPivotLargeTest, ResponseHeaderTest, DirectoryFactoryTest, HighlighterConfigTest, TestPivotHelperCode, TestSchemaVersionResource, TestOnReconnectListenerSupport, TestCrossCoreJoin, DeleteReplicaTest, TestFieldCacheVsDocValues, TestStreamBody, SolrGangliaReporterTest, MBeansHandlerTest, CurrencyFieldTypeTest, OutputWriterTest, HLLSerializationTest, TestConfig, TestEmbeddedSolrServerConstructors, AddBlockUpdateTest, BasicAuthIntegrationTest, TestJoin, TestWriterPerf, TestCloudPseudoReturnFields, TestLeaderElectionWithEmptyReplica, InfixSuggestersTest, TestSolrCLIRunExample, DistributedQueryElevationComponentTest, TestAnalyzeInfixSuggestions, TestRangeQuery, TestRawResponseWriter, TestAuthorizationFramework, TestReplicationHandler, SpatialHeatmapFacetsTest, HdfsTlogReplayBufferedWhileIndexingTest, VersionInfoTest, TestSolrCloudWithKerberosAlt, BlockDirectoryTest, TestShortCircuitedRequests, OverseerRolesTest, MoveReplicaHDFSTest, OverseerTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, TestZkChroot, TestDistributedSearch, TestReload, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, QueryElevationComponentTest, TestFiltering, TestFunctionQuery, TestBadConfig, TestCoreDiscovery, SolrRequestParserTest, SuggesterTSTTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryTypes, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, IndexSchemaTest, TestCollationField, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, SearchHandlerTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CreateCollectionCleanupTest, CustomCollectionTest, HttpPartitionTest]
   [junit4] Completed [502/728 (2!)] on J0 in 34.39s, 1 test, 1 failure <<< FAILURES!

[...truncated 37259 lines...]