Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3594/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Could not find collection:testkerberoscollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testkerberoscollection
        at 
__randomizedtesting.SeedInfo.seed([E70977311182F333:DAD1D91D296CAD43]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize

Error Message:
expected:<17> but was:<33>

Stack Trace:
java.lang.AssertionError: expected:<17> but was:<33>
        at 
__randomizedtesting.SeedInfo.seed([F3F568A0F01A8222:35D77E756940279E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize(HttpSolrClientConPoolTest.java:98)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.client.solrj.impl.HttpSolrClientSSLAuthConPoolTest.testPoolSize

Error Message:
expected:<17> but was:<33>

Stack Trace:
java.lang.AssertionError: expected:<17> but was:<33>
        at 
__randomizedtesting.SeedInfo.seed([F3F568A0F01A8222:35D77E756940279E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest.testPoolSize(HttpSolrClientConPoolTest.java:98)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11013 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
   [junit4]   2> 932313 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of 
directory service instance 'DefaultKrbServer'.  Please update the admin 
password as soon as possible to prevent a possible security breach.
   [junit4]   2> 933392 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.TestSolrCloudWithKerberosAlt Enable delegation token: true
   [junit4]   2> 933393 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-002
   [junit4]   2> 933393 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 933394 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 933394 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 933497 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62800
   [junit4]   2> 933498 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 933499 WARN  (zkCallback-1528-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@77f214b2 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933499 WARN  (zkCallback-1528-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933537 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29884b6b{/solr,null,AVAILABLE}
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7066fb6b{HTTP/1.1,[http/1.1]}{127.0.0.1:62802}
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.Server Started @938858ms
   [junit4]   2> 933539 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62802}
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 933540 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T09:14:53.349Z
   [junit4]   2> 933547 WARN  
(jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 933548 WARN  (zkCallback-1529-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@294057bb name: 
ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933548 WARN  (zkCallback-1529-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933558 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 933597 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62800/solr
   [junit4]   2> 933598 WARN  
(jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) [    ] 
o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 933599 WARN  (zkCallback-1532-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@28048338 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933600 WARN  (zkCallback-1532-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 933606 WARN  
(jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) 
[n:127.0.0.1:62802_solr    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 933607 WARN  
(zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@43b802a3 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 933607 WARN  
(zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.c.ConnectionManager zkClient received 
AuthFailed
   [junit4]   2> 933741 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62802_solr
   [junit4]   2> 933745 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.Overseer Overseer 
(id=96731430466682883-127.0.0.1:62802_solr-n_0000000000) starting
   [junit4]   2> 933779 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62802_solr
   [junit4]   2> 933788 INFO  
(zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 933793 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.security.KerberosPlugin
   [junit4]   2> 933801 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 933867 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, 
kerberos.principal=HTTP/127.0.0.1, 
kerberos.keytab=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/keytabs,
 cookie.domain=127.0.0.1, token.validity=36000, type=kerberos, 
delegation-token.token-kind=solr-dt, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, 
kerberos.name.rules=RULE:[1:$1@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> RULE:[2:$2@$0](.*EXAMPLE.COM)s/@.*//
   [junit4]   2> DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 934146 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 934158 WARN  
(jetty-launcher-1527-thread-1-SendThread(127.0.0.1:62800)) 
[n:127.0.0.1:62802_solr    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 934178 ERROR (jetty-launcher-1527-thread-1-EventThread) 
[n:127.0.0.1:62802_solr    ] o.a.c.ConnectionState Authentication failed
   [junit4]   2> 934194 INFO  (jetty-launcher-1527-thread-1-EventThread) 
[n:127.0.0.1:62802_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 934774 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder Setting up 
SPNego auth with config: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf
   [junit4]   2> 934778 INFO  (jetty-launcher-1527-thread-1) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-002/node1/.
   [junit4]   2> 934780 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 934781 WARN  (zkCallback-1535-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c76c208 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800 got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 934781 WARN  (zkCallback-1535-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 934806 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 934807 WARN  (zkCallback-1537-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@53740b27 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 934807 WARN  (zkCallback-1537-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 936889 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 936890 WARN  (zkCallback-1539-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@15a99ba6 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 936890 WARN  (zkCallback-1539-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 936894 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   1> Debug is  true storeKey true useTicketCache false useKeyTab 
true doNotPrompt false ticketCache is null isInitiator true KeyTab is 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/keytabs
 refreshKrb5Config is true principal is solr tryFirstPass is false useFirstPass 
is false storePass is false clearPass is false
   [junit4]   1> Refreshing Kerberos configuration
   [junit4]   1> principal is s...@example.com
   [junit4]   1> Will use keytab
   [junit4]   1> Commit Succeeded 
   [junit4]   1> 
   [junit4]   2> 937245 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin
 and sendToOCPQueue=true
   [junit4]   2> 937325 INFO  
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testkerberoscollection
   [junit4]   2> 937325 INFO  
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:solrCloudCollectionConfig
   [junit4]   2> 937541 ERROR 
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:62802/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:62802/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" 
content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 401 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 401</h2>
   [junit4]   2> <p>Problem accessing /solr/admin/cores. Reason:
   [junit4]   2> <pre>    Authentication required</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.8.v20160314</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 937542 ERROR 
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning 
up collection [testkerberoscollection].
   [junit4]   2> 937543 INFO  
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 938312 INFO  
(OverseerThreadFactory-3549-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts 
for failed create collection for [testkerberoscollection]
   [junit4]   2> 938367 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_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> 939335 INFO  
(OverseerCollectionConfigSetProcessor-96731430466682883-127.0.0.1:62802_solr-n_0000000000)
 [n:127.0.0.1:62802_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> 968513 ERROR (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] 
o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to 
become ACTIVE with timeout=30
   [junit4]   2> 968514 INFO  (qtp265095179-7339) [n:127.0.0.1:62802_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&property.solr.tests.ramBufferSizeMB=100&property.solr.tests.mergePolicyFactory=org.apache.solr.index.TieredMergePolicyFactory&property.solr.tests.useMergePolicyFactory=true&property.solr.tests.useMergePolicy=false&version=2&property.solr.tests.mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler&property.config=solrconfig-tlog.xml&property.solr.tests.maxBufferedDocs=100000&name=testkerberoscollection&action=CREATE&numShards=1&property.solr.directoryFactory=solr.RAMDirectoryFactory&wt=javabin}
 status=0 QTime=31268
   [junit4]   2> 968522 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=solr&p=s...@example.com&t=kerberos-dt&e=1476040496813&s=X5HDTP9644Ajw1SBuj7ETfNpM0k=";
 Path=/; Domain=127.0.0.1; Expires=Die, 09-Tet-2016 19:14:56 GMT; HttpOnly". 
Invalid 'expires' attribute: Die, 09-Tet-2016 19:14:56 GMT
   [junit4]   2> 968523 WARN  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]-SendThread(127.0.0.1:62800))
 [    ] o.a.z.ClientCnxn SASL configuration failed: 
javax.security.auth.login.LoginException: No JAAS configuration section named 
'Client' was found in specified JAAS configuration file: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001/tempDir-001/minikdc/jaas-client.conf'.
 Will continue connection to Zookeeper server without SASL authentication, if 
Zookeeper server allows it.
   [junit4]   2> 968524 WARN  (zkCallback-1540-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5759d8f0 name: 
ZooKeeperConnection Watcher:127.0.0.1:62800/solr got event WatchedEvent 
state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 968524 WARN  (zkCallback-1540-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 968535 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 968537 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
testkerberoscollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 968545 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@7066fb6b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 968545 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=605109996
   [junit4]   2> 968565 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=96731430466682883-127.0.0.1:62802_solr-n_0000000000) closing
   [junit4]   2> 968565 INFO  
(OverseerStateUpdate-96731430466682883-127.0.0.1:62802_solr-n_0000000000) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62802_solr
   [junit4]   2> 968570 WARN  
(zkCallback-1533-thread-1-processing-n:127.0.0.1:62802_solr) 
[n:127.0.0.1:62802_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 968572 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 0x157a8b937950003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 968572 ERROR 
(Thread[Thread-1267,5,TGRP-TestSolrCloudWithKerberosAlt]) 
[n:127.0.0.1:62802_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 968598 INFO  (jetty-launcher-1527-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29884b6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 968600 INFO  
(TEST-TestSolrCloudWithKerberosAlt.testBasics-seed#[E70977311182F333]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62800 62800
   [junit4]   2> 968615 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62800 62800
   [junit4]   2> 974540 WARN  (Thread-1258) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithKerberosAlt -Dtests.method=testBasics 
-Dtests.seed=E70977311182F333 -Dtests.slow=true -Dtests.locale=sq-AL 
-Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 52.9s J1 | TestSolrCloudWithKerberosAlt.testBasics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:testkerberoscollection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E70977311182F333:DAD1D91D296CAD43]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testCollectionCreateSearchDelete(TestSolrCloudWithKerberosAlt.java:206)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics(TestSolrCloudWithKerberosAlt.java:152)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithKerberosAlt_E70977311182F333-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1239, maxMBSortInHeap=7.6753749957601745, 
sim=ClassicSimilarity, locale=sq-AL, timezone=Etc/GMT+4
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=164345568,total=311775232
   [junit4]   2> NOTE: All tests run in this JVM: [FullHLLTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestCodecSupport, 
LukeRequestHandlerTest, ReplicationFactorTest, TestGraphTermsQParserPlugin, 
OverriddenZkACLAndCredentialsProvidersTest, 
DocExpirationUpdateProcessorFactoryTest, BasicZkTest, 
BigEndianAscendingWordDeserializerTest, CurrencyFieldOpenExchangeTest, 
RegexBoostProcessorTest, TestDistributedStatsComponentCardinality, 
ConfigSetsAPITest, TestBulkSchemaConcurrent, StatsReloadRaceTest, 
TestRequestForwarding, BadIndexSchemaTest, SortByFunctionTest, 
ReturnFieldsTest, TlogReplayBufferedWhileIndexingTest, 
TestSuggestSpellingConverter, SaslZkACLProviderTest, TestHdfsUpdateLog, 
CleanupOldIndexTest, EchoParamsTest, TestReloadAndDeleteDocs, 
TestFieldCacheReopen, NoCacheHeaderTest, CoreAdminHandlerTest, 
HdfsSyncSliceTest, TestCoreDiscovery, TermVectorComponentTest, 
BooleanFieldTest, FullSolrCloudDistribCmdsTest, TestConfigReload, 
AliasIntegrationTest, CircularListTest, TestLocalFSCloudBackupRestore, 
BitVectorTest, TestClassicSimilarityFactory, UUIDFieldTest, 
DefaultValueUpdateProcessorTest, SolrIndexSplitterTest, 
TermVectorComponentDistributedTest, ResourceLoaderTest, 
TestSolrDeletionPolicy2, SuggesterTest, HdfsDirectoryTest, ConnectionReuseTest, 
TestSearchPerf, TestGeoJSONResponseWriter, SpellPossibilityIteratorTest, 
TestObjectReleaseTracker, CloudMLTQParserTest, EnumFieldTest, TestTrie, 
TestQueryWrapperFilter, ScriptEngineTest, HdfsNNFailoverTest, TestReload, 
TestDefaultSearchFieldResource, TestSolrConfigHandlerCloud, TestSearcherReuse, 
LeaderElectionIntegrationTest, BlobRepositoryCloudTest, AddBlockUpdateTest, 
HighlighterConfigTest, ParsingFieldUpdateProcessorsTest, OverseerStatusTest, 
TestLuceneMatchVersion, UpdateParamsTest, TestRandomFaceting, DeleteShardTest, 
TestRebalanceLeaders, SolrCloudExampleTest, FieldAnalysisRequestHandlerTest, 
SimpleCollectionCreateDeleteTest, RemoteQueryErrorTest, StatsComponentTest, 
TestBadConfig, UUIDUpdateProcessorFallbackTest, 
TestLMDirichletSimilarityFactory, TestInitParams, ConvertedLegacyTest, 
CSVRequestHandlerTest, TestSolrFieldCacheMBean, CollectionsAPISolrJTest, 
TestNoOpRegenerator, DistribCursorPagingTest, TestSolrCloudWithKerberosAlt]
   [junit4] Completed [152/635 (1!)] on J1 in 52.91s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 2177 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.HttpSolrClientConPoolTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/init-core-data-001
   [junit4]   2> 155185 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 155300 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 155300 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 155301 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-002/cores/core
   [junit4]   2> 155319 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 155321 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35bd663d{/solr,null,AVAILABLE}
   [junit4]   2> 155323 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@55f2782d{HTTP/1.1,[http/1.1]}{127.0.0.1:59741}
   [junit4]   2> 155323 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.Server Started @165451ms
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59741, 
configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001,
 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-002/cores}
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T10:04:35.198Z
   [junit4]   2> 155324 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/solr.xml
   [junit4]   2> 155362 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001
   [junit4]   2> 155362 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 155383 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 155384 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155385 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 155385 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155386 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 155386 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155387 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 155387 WARN  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 155398 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 155400 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 155432 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 155576 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 155576 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 155577 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/data/]
   [junit4]   2> 155597 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e0cbf6
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@548dea6d
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
init: create=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@283d83c9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f16acf0)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@690b14c6
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@2d6cf1e5
   [junit4]   2> 
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
now flush at close
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   
start flush: applyAllDeletes=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   
index before flush 
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
startFullFlush
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
apply all deletes during flush
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: 
prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: 
initDynamicDefaults spins=false maxThreadCount=2 maxMergeCount=7
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]: 
now merge
   [junit4]   2> 155601 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]:   
index: 
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-506-thread-1]:   
no more merges pending; now return
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
waitForMerges
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
waitForMerges done
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: start
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: enter lock
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: now prepare
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
prepareCommit: flush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]:   
index before flush 
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
startFullFlush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
apply all deletes during flush
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: 
prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
startCommit(): start
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
startCommit index= changeCount=2
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
done all syncs: []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: pendingCommit != null
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: done writing segments file "segments_1"
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: took 0.4 msec
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
commit: done
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
rollback
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
all running merges have aborted
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
rollback: done finish merges
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
abort
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
done abort success=true
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
rollback: infos=
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 155602 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155603 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 155617 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 155617 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 
15000ms; 
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
init: current segments file is "segments_1"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@548dea6d
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
init: load commit "segments_1"
   [junit4]   2> 155618 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
delete []
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-506-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
init: create=false
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@283d83c9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f16acf0)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@7a93bbb
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@ad9c658
   [junit4]   2> 
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
flush at getReader
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
startFullFlush
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
apply all deletes during flush
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
now apply all deletes for all segments maxDoc=0
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-506-thread-1]: 
prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-506-thread-1]: 
coreLoadExecutor-506-thread-1 finishFullFlush success=true
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-506-thread-1]: 
getReader took 0 msec
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d712a85[collection1] main]
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155619 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for 
/schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_synonyms_english.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs 
{ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym 
mappings for /schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 155620 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 155621 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 155625 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 155625 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@4d712a85[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155626 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
 hits=0 status=0 QTime=0
   [junit4]   2> 155626 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 155626 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 155626 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 155626 INFO  
(searcherExecutor-507-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d712a85[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155626 INFO  (coreLoadExecutor-506-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1547706014629888000
   [junit4]   2> 155867 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#59741
   [junit4]   2> 156149 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 156149 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 156151 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-004/cores/core
   [junit4]   2> 156154 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 156156 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7158731{/solr,null,AVAILABLE}
   [junit4]   2> 156157 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@dfa2dba{HTTP/1.1,[http/1.1]}{127.0.0.1:59742}
   [junit4]   2> 156157 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.Server Started @166285ms
   [junit4]   2> 156157 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59742, 
configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003,
 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-004/cores}
   [junit4]   2> 156158 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 156158 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 156158 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 156158 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-09T10:04:36.032Z
   [junit4]   2> 156158 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/solr.xml
   [junit4]   2> 156190 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003
   [junit4]   2> 156190 INFO  
(SUITE-HttpSolrClientConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 156201 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 156203 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/langid/lib
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156204 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 156205 WARN  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/../../../../dist
   [junit4]   2> 156211 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 156213 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 156246 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 156450 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 156450 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 156451 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.HttpSolrClientConPoolTest_F3F568A0F01A8222-001/tempDir-003/collection1/data/]
   [junit4]   2> 156495 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e0cbf6
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 
init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@2f24e783
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 
delete []
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 
delete []
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-517-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: 
init: create=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@4b8f216c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dd8e938)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$1
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@39350c98
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@b83ce93
   [junit4]   2> 
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]: 
now flush at close
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]:   
start flush: applyAllDeletes=true
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-517-thread-1]:   
index before flush 
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-517-thread-1]: 
startFullFlush
   [junit4]   2> 156497 INFO  (coreLoadExecutor-517-thread-1) [    x:collectio

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

 close
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:  
 start flush: applyAllDeletes=true
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:  
 index before flush _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
startFullFlush
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
coreCloseExecutor-407-thread-1 finishFullFlush success=true
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
apply all deletes during flush
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
now apply all deletes for all segments maxDoc=39
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
applyDeletes: open segment readers took 0 msec
   [junit4]   2> 165735 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
applyDeletes: no segments; skipping
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
prune sis=segments_3: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17 minGen=10 
packetCount=0
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]: 
now merge
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]:  
 index: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-407-thread-1]:  
 no more merges pending; now return
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
waitForMerges
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
waitForMerges done
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: start
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: enter lock
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: now prepare
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
prepareCommit: flush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:  
 index before flush _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
startFullFlush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
apply all deletes during flush
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
now apply all deletes for all segments maxDoc=39
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
applyDeletes: open segment readers took 0 msec
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
applyDeletes: no segments; skipping
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-407-thread-1]: 
prune sis=segments_3: _0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17 minGen=10 
packetCount=0
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
coreCloseExecutor-407-thread-1 finishFullFlush success=true
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
startCommit(): start
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]:  
 skip startCommit(): no changes pending
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
delete []
   [junit4]   2> 165736 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: pendingCommit == null; skip
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: took 0.3 msec
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
commit: done
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
rollback
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
all running merges have aborted
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
rollback: done finish merges
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
abort
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-407-thread-1]: 
done abort success=true
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-407-thread-1]: 
rollback: infos=_0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
now checkpoint "_0(7.0.0):C22/6:delGen=1 _1(7.0.0):C17" [2 segments ; isCommit 
= false]
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
delete []
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
delete []
   [junit4]   2> 165737 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-407-thread-1]: 
delete []
   [junit4]   2> 165757 INFO  
(SUITE-HttpSolrClientSSLAuthConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@417567c9{/solr,null,UNAVAILABLE}
   [junit4]   2> 165758 INFO  
(SUITE-HttpSolrClientSSLAuthConPoolTest-seed#[F3F568A0F01A8222]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.HttpSolrClientSSLAuthConPoolTest_F3F568A0F01A8222-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=10, maxDocsPerChunk=415, blockSize=201), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=10, blockSize=201)), sim=ClassicSimilarity, locale=ro, 
timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=67047176,total=153104384
   [junit4]   2> NOTE: All tests run in this JVM: [TestUpdateRequestCodec, 
FieldAnalysisResponseTest, ConcurrentUpdateSolrClientTest, 
TestDelegationTokenResponse, StreamExpressionToExpessionTest, SolrDocumentTest, 
ShardParamsTest, JettyWebappTest, ModifiableSolrParamsTest, JdbcDriverTest, 
CloudSolrClientTest, JDBCStreamTest, TestBatchUpdate, TestRetryUtil, 
SolrExampleEmbeddedTest, TermsResponseTest, TestDocumentObjectBinder, 
ConcatOperationTest, LBHttpSolrClientBuilderTest, GraphExpressionTest, 
TestXMLEscaping, CommonAdminParamsTest, SolrExampleStreamingBinaryTest, 
TestSpellCheckResponse, TestSolrProperties, TestEmbeddedSolrServer, 
TestJavaBinCodec, SolrQueryTest, TestHash, TestFastInputStream, 
SolrExceptionTest, ClientUtilsTest, FacetFieldTest, SolrSchemalessExampleTest, 
BasicHttpSolrClientTest, HttpSolrClientSSLAuthConPoolTest]
   [junit4] Completed [72/87 (2!)] on J0 in 9.45s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 59728 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to