Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/137/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was 
not:<FAILED>

Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED 
expected same:<COMPLETED> was not:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:986C9D86EABAC182]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotSame(Assert.java:641)
        at org.junit.Assert.assertSame(Assert.java:580)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:226)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't 
used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise 
LogUpdateProcessor isn't used and can't be tested.
        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:61DC5C8A32AD8BB6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:55464/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:986C9D86EABAC182]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12074 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> 1876794 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_1038A25C4446AC7A-001/init-core-data-001
   [junit4]   2> 1876795 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1876795 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1876799 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-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> 1876800 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1877328 WARN  (coreLoadExecutor-10289-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 1877330 WARN  (coreLoadExecutor-10289-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1877332 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1877335 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1877336 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest 
-Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=1038A25C4446AC7A 
-Dtests.slow=true -Dtests.locale=en -Dtests.timezone=SystemV/CST6CDT 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J1 | 
UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with 
INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:61DC5C8A32AD8BB6]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1877351 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1877352 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 1877354 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1877354 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[1038A25C4446AC7A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1877354 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_1038A25C4446AC7A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1332, maxMBSortInHeap=5.6850269550150445, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en, timezone=SystemV/CST6CDT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=143717280,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, 
ConvertedLegacyTest, TestLRUCache, DirectSolrSpellCheckerTest, TestBadConfig, 
SpatialRPTFieldTypeTest, DocumentBuilderTest, SolrCloudReportersTest, 
SolrMetricsIntegrationTest, SolrCoreCheckLockOnStartupTest, 
PingRequestHandlerTest, LeaderFailoverAfterPartitionTest, ZkNodePropsTest, 
TestMaxScoreQueryParser, StatsComponentTest, InfixSuggestersTest, 
TestShardHandlerFactory, CachingDirectoryFactoryTest, TestCrossCoreJoin, 
TestCloudNestedDocsSort, TestCSVLoader, TestStressUserVersions, 
SchemaVersionSpecificBehaviorTest, TestCryptoKeys, TestJoin, 
TestDFISimilarityFactory, PolyFieldTest, SolrMetricManagerTest, 
TestManagedSchema, TestPayloadScoreQParserPlugin, FileBasedSpellCheckerTest, 
TestRTGBase, TestRecovery, DistanceUnitsTest, TestRestManager, UpdateLogTest, 
MigrateRouteKeyTest, TestTlogReplica, RemoteQueryErrorTest, 
SuggestComponentContextFilterQueryTest, TemplateUpdateProcessorTest, 
TestCollationFieldDocValues, DistributedFacetExistsSmallTest, 
PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncReplicationTest, 
TestRemoteStreaming, SolrGraphiteReporterTest, ShardRoutingCustomTest, 
TestMultiWordSynonyms, DistributedQueryComponentCustomSortTest, 
ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformerCrossCore, 
TestAnalyzedSuggestions, TestSearchPerf, TestDocTermOrds, 
CollectionsAPIDistributedZkTest, TestCloudPivotFacet, HdfsDirectoryTest, 
StatelessScriptUpdateProcessorFactoryTest, TestValueSourceCache, 
TestHdfsBackupRestoreCore, HdfsRecoveryZkTest, TestCorePropertiesReload, 
TestFieldResource, TestSolr4Spatial2, TestEmbeddedSolrServerAdminHandler, 
SolrCloudExampleTest, QueryEqualityTest, TestCollationField, 
TestComponentsName, MetricUtilsTest, DocValuesMultiTest, CacheHeaderTest, 
MoveReplicaTest, TestSchemaVersionResource, 
TestPerFieldSimilarityWithDefaultOverride, TestDynamicLoading, 
TestScoreJoinQPNoScore, HdfsChaosMonkeySafeLeaderTest, 
TestCollectionsAPIViaSolrCloudCluster, FullHLLTest, TestLegacyField, 
TestZkChroot, TestSlowCompositeReaderWrapper, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, 
TestHttpShardHandlerFactory, TestPullReplica, RuleEngineTest, 
DocumentAnalysisRequestHandlerTest, SimpleCollectionCreateDeleteTest, 
TestElisionMultitermQuery, SampleTest, TestNumericRangeQuery64, 
AtomicUpdatesTest, EnumFieldTest, TestReload, TestFastLRUCache, 
DebugComponentTest, TestDelegationWithHadoopAuth, TestPolicyCloud, 
TestConfigsApi, TestSystemIdResolver, TestConfigSetsAPIExclusivity, 
LeaderInitiatedRecoveryOnCommitTest, PreAnalyzedUpdateProcessorTest, 
BigEndianAscendingWordDeserializerTest, TestRequestForwarding, 
OverseerModifyCollectionTest, MetricsConfigTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFieldCacheWithThreads, 
TestPostingsSolrHighlighter, DeleteLastCustomShardedReplicaTest, 
TestMinMaxOnMultiValuedField, BasicDistributedZk2Test, 
ChaosMonkeySafeLeaderTest, TestUseDocValuesAsStored, OverseerStatusTest, 
TestSQLHandler, TestSolr4Spatial, TestSolrConfigHandlerCloud, V2StandaloneTest, 
TestEmbeddedSolrServerSchemaAPI, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestAnalyzeInfixSuggestions, TestRealTimeGet, TermsComponentTest, 
TestRuleBasedAuthorizationPlugin, TestIntervalFaceting, 
TestAuthorizationFramework, AliasIntegrationTest, 
TestPartialUpdateDeduplication, TestSolrCloudWithSecureImpersonation, 
TestCloudRecovery, TestSolrDeletionPolicy1, SortSpecParsingTest, 
LeaderElectionIntegrationTest, TestFastWriter, BlockJoinFacetDistribTest, 
TestSimpleQParserPlugin, SOLR749Test, WrapperMergePolicyFactoryTest, 
TestRandomFlRTGCloud, EchoParamsTest, SpellCheckComponentTest, 
TestReloadDeadlock, TestManagedSynonymFilterFactory, 
CollectionsAPIAsyncDistributedZkTest, IndexSchemaRuntimeFieldTest, 
DistributedQueryElevationComponentTest, ShufflingReplicaListTransformerTest, 
TestFieldCacheReopen, TestUniqueKeyFieldResource, JSONWriterTest, 
TestBM25SimilarityFactory, FieldMutatingUpdateProcessorTest, 
BadIndexSchemaTest, SuggesterFSTTest, TestLeaderInitiatedRecoveryThread, 
ReplicationFactorTest, DeleteStatusTest, BadComponentTest, TestFieldSortValues, 
TestSchemaManager, TestShortCircuitedRequests, ShowFileRequestHandlerTest, 
TestInfoStreamLogging, BlobRepositoryCloudTest, 
CdcrReplicationDistributedZkTest, ZkStateWriterTest, TestApiFramework, 
TestSolrCloudSnapshots, AnalyticsMergeStrategyTest, TestDistributedGrouping, 
TestNumericTerms32, TestJsonFacetRefinement, TestDocSet, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, OverseerTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
ZkSolrClientTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestStressVersions, DistributedTermsComponentTest, 
TestRangeQuery, SolrCmdDistributorTest, TestSort, TestFiltering, 
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, 
DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, 
SoftAutoCommitTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestTrie, WordBreakSolrSpellCheckerTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, 
TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, 
SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [425/731 (1!)] on J1 in 0.58s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 268 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 2296804 INFO  
(SUITE-HttpPartitionTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1038A25C4446AC7A-001/init-core-data-001
   [junit4]   2> 2296804 WARN  
(SUITE-HttpPartitionTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 2296804 INFO  
(SUITE-HttpPartitionTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2296807 INFO  
(SUITE-HttpPartitionTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2296813 ERROR (Thread-4874) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2297438 ERROR 
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2298997 WARN  (qtp2052568261-26530) [n:127.0.0.1:55464_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2300254 WARN  
(OverseerThreadFactory-11606-thread-2-processing-n:127.0.0.1:55464_) 
[n:127.0.0.1:55464_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2300854 ERROR 
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2302209 WARN  (qtp1946494445-26578) [n:127.0.0.1:55483_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2302832 ERROR 
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2304204 WARN  (qtp1720155440-26612) [n:127.0.0.1:55492_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2304755 ERROR 
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2306225 WARN  (qtp435150938-26647) [n:127.0.0.1:55502_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2306304 INFO  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2311638 WARN  (qtp1946494445-26577) [n:127.0.0.1:55483_ 
c:c8n_crud_1x2 s:shard1  x:c8n_crud_1x2_shard1_replica_t1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2311638 WARN  (qtp1720155440-26612) [n:127.0.0.1:55492_ 
c:c8n_crud_1x2 s:shard1  x:c8n_crud_1x2_shard1_replica_t2] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2313768 WARN  
(zkCallback-5760-thread-1-processing-n:127.0.0.1:55483_) [n:127.0.0.1:55483_    
] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not 
found:c8n_crud_1x2_shard1_replica_t1 in [collection1_shard2_replica_t41]
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:297)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [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:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2316119 WARN  (qtp1946494445-26577) [n:127.0.0.1:55483_ 
c:collMinRf_1x3 s:shard1  x:collMinRf_1x3_shard1_replica_t3] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2316145 WARN  (qtp2052568261-26530) [n:127.0.0.1:55464_ 
c:collMinRf_1x3 s:shard1  x:collMinRf_1x3_shard1_replica_t2] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2316221 WARN  (qtp1720155440-26614) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1  x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2318396 WARN  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.c.SocketProxy Closing 11 connections to: http://127.0.0.1:55483/, target: 
http://127.0.0.1:55484/
   [junit4]   2> 2318399 ERROR 
(updateExecutor-5763-thread-1-processing-http:////127.0.0.1:55483//collMinRf_1x3_shard1_replica_t3
 x:collMinRf_1x3_shard1_replica_t1 r:core_node4 n:127.0.0.1:55492_ s:shard1 
c:collMinRf_1x3) [n:127.0.0.1:55492_ c:collMinRf_1x3 s:shard1 r:core_node4 
x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.u.ErrorReportingConcurrentUpdateSolrClient error
   [junit4]   2> java.net.SocketException: Broken pipe (Write failed)
   [junit4]   2>        at java.net.SocketOutputStream.socketWrite0(Native 
Method)
   [junit4]   2>        at 
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2>        at 
java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2>        at 
org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2318405 WARN  (qtp1720155440-26612) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1 r:core_node4 x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.u.p.DistributedUpdateProcessor Error sending update to 
http://127.0.0.1:55483
   [junit4]   2> java.net.SocketException: Broken pipe (Write failed)
   [junit4]   2>        at java.net.SocketOutputStream.socketWrite0(Native 
Method)
   [junit4]   2>        at 
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2>        at 
java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2>        at 
org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2318405 ERROR (qtp1720155440-26612) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1 r:core_node4 x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on 
replica http://127.0.0.1:55483/collMinRf_1x3_shard1_replica_t3/
   [junit4]   2> java.net.SocketException: Broken pipe (Write failed)
   [junit4]   2>        at java.net.SocketOutputStream.socketWrite0(Native 
Method)
   [junit4]   2>        at 
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2>        at 
java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2>        at 
org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2318413 WARN  
(updateExecutor-5763-thread-3-processing-x:collMinRf_1x3_shard1_replica_t1 
r:core_node4 http:////127.0.0.1:55483//collMinRf_1x3_shard1_replica_t3// 
n:127.0.0.1:55492_ s:shard1 c:collMinRf_1x3) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1 r:core_node4 x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing 
core=collMinRf_1x3_shard1_replica_t3 coreNodeName =core_node6 state=down on 
behalf of un-reachable replica 
http://127.0.0.1:55483/collMinRf_1x3_shard1_replica_t3/
   [junit4]   2> 2318415 ERROR 
(updateExecutor-5763-thread-3-processing-x:collMinRf_1x3_shard1_replica_t1 
r:core_node4 http:////127.0.0.1:55483//collMinRf_1x3_shard1_replica_t3// 
n:127.0.0.1:55492_ s:shard1 c:collMinRf_1x3) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1 r:core_node4 x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.c.LeaderInitiatedRecoveryThread http://127.0.0.1:55483: Could not tell a 
replica to recover:org.apache.solr.client.solrj.SolrServerException: Server 
refused connection at: http://127.0.0.1:55483
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:634)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryThread.sendRecoveryCommandWithRetry(LeaderInitiatedRecoveryThread.java:209)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:95)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: 
Connect to 127.0.0.1:55483 [/127.0.0.1] failed: Connection refused (Connection 
refused)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
   [junit4]   2>        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused 
(Connection refused)
   [junit4]   2>        at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2>        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2>        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2>        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2>        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2>        at java.net.Socket.connect(Socket.java:589)
   [junit4]   2>        at 
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]   2>        ... 20 more
   [junit4]   2> 
   [junit4]   2> 2323426 WARN  
(updateExecutor-5763-thread-3-processing-x:collMinRf_1x3_shard1_replica_t1 
r:core_node4 http:////127.0.0.1:55483//collMinRf_1x3_shard1_replica_t3// 
n:127.0.0.1:55492_ s:shard1 c:collMinRf_1x3) [n:127.0.0.1:55492_ 
c:collMinRf_1x3 s:shard1 r:core_node4 x:collMinRf_1x3_shard1_replica_t1] 
o.a.s.c.LeaderInitiatedRecoveryThread Asking 
core=collMinRf_1x3_shard1_replica_t3 coreNodeName=core_node6 on 
http://127.0.0.1:55483 to recover; unsuccessful after 2 of 120 attempts so far 
...
   [junit4]   2> 2324987 WARN  
(recoveryExecutor-5758-thread-1-processing-n:127.0.0.1:55483_ 
x:collMinRf_1x3_shard1_replica_t3 s:shard1 c:collMinRf_1x3 r:core_node6) 
[n:127.0.0.1:55483_ c:collMinRf_1x3 s:shard1 r:core_node6 
x:collMinRf_1x3_shard1_replica_t3] o.a.s.h.IndexFetcher File segments_2 did not 
match. expected checksum is 2129244994 and actual is checksum 3901506105. 
expected length is 203 and actual length is 120
   [junit4]   2> 2325315 INFO  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2325346 WARN  
(zkCallback-5748-thread-1-processing-n:127.0.0.1:55464_) [n:127.0.0.1:55464_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2325371 WARN  
(zkCallback-5760-thread-1-processing-n:127.0.0.1:55483_) [n:127.0.0.1:55483_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2325399 WARN  
(zkCallback-5766-thread-2-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2325820 WARN  (indexFetcher-11648-thread-1) 
[n:127.0.0.1:55502_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler I was asked to 
replicate but CoreContainer is shutting down
   [junit4]   2> 2326923 WARN  
(zkCallback-5772-thread-3-processing-n:127.0.0.1:55502_) [n:127.0.0.1:55502_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2327883 WARN  
(zkCallback-5772-thread-1-processing-n:127.0.0.1:55502_) [n:127.0.0.1:55502_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2327892 ERROR 
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2328119 WARN  (Thread-4874) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/collections/collMinRf_1x3/state.json
   [junit4]   2>        2       /solr/collections/c8n_crud_1x2/state.json
   [junit4]   2>        2       
/solr/collections/collMinRf_1x3/leader_elect/shard1/election/98551288322523148-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2328120 WARN  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:55502/, target: 
http://127.0.0.1:55503/
   [junit4]   2> 2328120 WARN  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:55464/, target: 
http://127.0.0.1:55465/
   [junit4]   2> 2328120 WARN  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.c.SocketProxy Closing 10 connections to: http://127.0.0.1:55492/, target: 
http://127.0.0.1:55493/
   [junit4]   2> 2328120 WARN  
(TEST-HttpPartitionTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:55483/, target: 
http://127.0.0.1:55484/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=1038A25C4446AC7A -Dtests.slow=true 
-Dtests.locale=ga-IE -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 31.3s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not 
found in http://127.0.0.1:55464/collMinRf_1x3 due to: Path not found: /id; 
rsp={doc=null}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:986C9D86EABAC182]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1038A25C4446AC7A-001
   [junit4]   2> Aug 26, 2017 6:49:11 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Direct), 
id=FSTOrd50, text=PostingsFormat(name=MockRandom)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1101, 
maxMBSortInHeap=6.859953492395666, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ga-IE, timezone=Etc/GMT0
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=118215048,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, 
ConvertedLegacyTest, TestLRUCache, DirectSolrSpellCheckerTest, TestBadConfig, 
SpatialRPTFieldTypeTest, DocumentBuilderTest, SolrCloudReportersTest, 
SolrMetricsIntegrationTest, SolrCoreCheckLockOnStartupTest, 
PingRequestHandlerTest, LeaderFailoverAfterPartitionTest, ZkNodePropsTest, 
TestMaxScoreQueryParser, StatsComponentTest, InfixSuggestersTest, 
TestShardHandlerFactory, CachingDirectoryFactoryTest, TestCrossCoreJoin, 
TestCloudNestedDocsSort, TestCSVLoader, TestStressUserVersions, 
SchemaVersionSpecificBehaviorTest, TestCryptoKeys, TestJoin, 
TestDFISimilarityFactory, PolyFieldTest, SolrMetricManagerTest, 
TestManagedSchema, TestPayloadScoreQParserPlugin, FileBasedSpellCheckerTest, 
TestRTGBase, TestRecovery, DistanceUnitsTest, TestRestManager, UpdateLogTest, 
MigrateRouteKeyTest, TestTlogReplica, RemoteQueryErrorTest, 
SuggestComponentContextFilterQueryTest, TemplateUpdateProcessorTest, 
TestCollationFieldDocValues, DistributedFacetExistsSmallTest, 
PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncReplicationTest, 
TestRemoteStreaming, SolrGraphiteReporterTest, ShardRoutingCustomTest, 
TestMultiWordSynonyms, DistributedQueryComponentCustomSortTest, 
ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformerCrossCore, 
TestAnalyzedSuggestions, TestSearchPerf, TestDocTermOrds, 
CollectionsAPIDistributedZkTest, TestCloudPivotFacet, HdfsDirectoryTest, 
StatelessScriptUpdateProcessorFactoryTest, TestValueSourceCache, 
TestHdfsBackupRestoreCore, HdfsRecoveryZkTest, TestCorePropertiesReload, 
TestFieldResource, TestSolr4Spatial2, TestEmbeddedSolrServerAdminHandler, 
SolrCloudExampleTest, QueryEqualityTest, TestCollationField, 
TestComponentsName, MetricUtilsTest, DocValuesMultiTest, CacheHeaderTest, 
MoveReplicaTest, TestSchemaVersionResource, 
TestPerFieldSimilarityWithDefaultOverride, TestDynamicLoading, 
TestScoreJoinQPNoScore, HdfsChaosMonkeySafeLeaderTest, 
TestCollectionsAPIViaSolrCloudCluster, FullHLLTest, TestLegacyField, 
TestZkChroot, TestSlowCompositeReaderWrapper, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, 
TestHttpShardHandlerFactory, TestPullReplica, RuleEngineTest, 
DocumentAnalysisRequestHandlerTest, SimpleCollectionCreateDeleteTest, 
TestElisionMultitermQuery, SampleTest, TestNumericRangeQuery64, 
AtomicUpdatesTest, EnumFieldTest, TestReload, TestFastLRUCache, 
DebugComponentTest, TestDelegationWithHadoopAuth, TestPolicyCloud, 
TestConfigsApi, TestSystemIdResolver, TestConfigSetsAPIExclusivity, 
LeaderInitiatedRecoveryOnCommitTest, PreAnalyzedUpdateProcessorTest, 
BigEndianAscendingWordDeserializerTest, TestRequestForwarding, 
OverseerModifyCollectionTest, MetricsConfigTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFieldCacheWithThreads, 
TestPostingsSolrHighlighter, DeleteLastCustomShardedReplicaTest, 
TestMinMaxOnMultiValuedField, BasicDistributedZk2Test, 
ChaosMonkeySafeLeaderTest, TestUseDocValuesAsStored, OverseerStatusTest, 
TestSQLHandler, TestSolr4Spatial, TestSolrConfigHandlerCloud, V2StandaloneTest, 
TestEmbeddedSolrServerSchemaAPI, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestAnalyzeInfixSuggestions, TestRealTimeGet, TermsComponentTest, 
TestRuleBasedAuthorizationPlugin, TestIntervalFaceting, 
TestAuthorizationFramework, AliasIntegrationTest, 
TestPartialUpdateDeduplication, TestSolrCloudWithSecureImpersonation, 
TestCloudRecovery, TestSolrDeletionPolicy1, SortSpecParsingTest, 
LeaderElectionIntegrationTest, TestFastWriter, BlockJoinFacetDistribTest, 
TestSimpleQParserPlugin, SOLR749Test, WrapperMergePolicyFactoryTest, 
TestRandomFlRTGCloud, EchoParamsTest, SpellCheckComponentTest, 
TestReloadDeadlock, TestManagedSynonymFilterFactory, 
CollectionsAPIAsyncDistributedZkTest, IndexSchemaRuntimeFieldTest, 
DistributedQueryElevationComponentTest, ShufflingReplicaListTransformerTest, 
TestFieldCacheReopen, TestUniqueKeyFieldResource, JSONWriterTest, 
TestBM25SimilarityFactory, FieldMutatingUpdateProcessorTest, 
BadIndexSchemaTest, SuggesterFSTTest, TestLeaderInitiatedRecoveryThread, 
ReplicationFactorTest, DeleteStatusTest, BadComponentTest, TestFieldSortValues, 
TestSchemaManager, TestShortCircuitedRequests, ShowFileRequestHandlerTest, 
TestInfoStreamLogging, BlobRepositoryCloudTest, 
CdcrReplicationDistributedZkTest, ZkStateWriterTest, TestApiFramework, 
TestSolrCloudSnapshots, AnalyticsMergeStrategyTest, TestDistributedGrouping, 
TestNumericTerms32, TestJsonFacetRefinement, TestDocSet, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, OverseerTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
ZkSolrClientTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestStressVersions, DistributedTermsComponentTest, 
TestRangeQuery, SolrCmdDistributorTest, TestSort, TestFiltering, 
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, 
DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, 
SoftAutoCommitTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestTrie, WordBreakSolrSpellCheckerTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, 
TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, 
SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, 
TestMergePolicyConfig, TestConfig, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, 
DOMUtilTest, TestSolrJ, TestDocumentBuilder, SystemInfoHandlerTest, 
UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AssignTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HttpPartitionTest]
   [junit4] Completed [512/731 (2!)] on J1 in 31.86s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 25 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 2334705 INFO  
(SUITE-MultiThreadedOCPTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_1038A25C4446AC7A-001/init-core-data-001
   [junit4]   2> 2334706 INFO  
(SUITE-MultiThreadedOCPTest-seed#[1038A25C4446AC7A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2334710 INFO  
(SUITE-MultiThreadedOCPTest-seed#[1038A25C4446AC7A]-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> 2334716 ERROR (Thread-4974) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2335164 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2336722 WARN  (qtp731822666-27010) [n:127.0.0.1:55657_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2337967 WARN  
(OverseerThreadFactory-11742-thread-2-processing-n:127.0.0.1:55657_) 
[n:127.0.0.1:55657_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2338463 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2339748 WARN  (qtp1070515132-27051) [n:127.0.0.1:55670_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2340246 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2341548 WARN  (qtp1325204121-27078) [n:127.0.0.1:55681_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2342035 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2343400 WARN  (qtp1987214392-27108) [n:127.0.0.1:55687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2343785 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2346403 WARN  (qtp1339106195-27141) [n:127.0.0.1:55699_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n47] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2346482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2348624 WARN  
(parallelCoreAdminExecutor-11754-thread-1-processing-n:127.0.0.1:55670_ 
21487583562617171 CREATE) [n:127.0.0.1:55670_ c:ocptest2 s:shard2  
x:ocptest2_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348649 WARN  
(parallelCoreAdminExecutor-11787-thread-2-processing-n:127.0.0.1:55699_ 
11487583569267366 CREATE) [n:127.0.0.1:55699_ c:ocptest1 s:shard3  
x:ocptest1_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348764 WARN  
(parallelCoreAdminExecutor-11743-thread-1-processing-n:127.0.0.1:55657_ 
11487583562250658 CREATE) [n:127.0.0.1:55657_ c:ocptest1 s:shard2  
x:ocptest1_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348903 WARN  
(parallelCoreAdminExecutor-11765-thread-2-processing-n:127.0.0.1:55681_ 
21487583581617818 CREATE) [n:127.0.0.1:55681_ c:ocptest2 s:shard4  
x:ocptest2_shard4_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348905 WARN  
(parallelCoreAdminExecutor-11787-thread-3-processing-n:127.0.0.1:55699_ 
21487583569295249 CREATE) [n:127.0.0.1:55699_ c:ocptest2 s:shard3  
x:ocptest2_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348963 WARN  
(parallelCoreAdminExecutor-11787-thread-1-processing-n:127.0.0.1:55699_ 
31487583568413252 CREATE) [n:127.0.0.1:55699_ c:ocptest3 s:shard1  
x:ocptest3_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348970 WARN  
(parallelCoreAdminExecutor-11776-thread-1-processing-n:127.0.0.1:55687_ 
11487583552598470 CREATE) [n:127.0.0.1:55687_ c:ocptest1 s:shard1  
x:ocptest1_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348972 WARN  
(parallelCoreAdminExecutor-11776-thread-4-processing-n:127.0.0.1:55687_ 
41487583582092697 CREATE) [n:127.0.0.1:55687_ c:ocptest4 s:shard2  
x:ocptest4_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348974 WARN  
(parallelCoreAdminExecutor-11776-thread-2-processing-n:127.0.0.1:55687_ 
21487583552692358 CREATE) [n:127.0.0.1:55687_ c:ocptest2 s:shard1  
x:ocptest2_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348976 WARN  
(parallelCoreAdminExecutor-11765-thread-3-processing-n:127.0.0.1:55681_ 
31487583593541023 CREATE) [n:127.0.0.1:55681_ c:ocptest3 s:shard4  
x:ocptest3_shard4_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348979 WARN  
(parallelCoreAdminExecutor-11754-thread-2-processing-n:127.0.0.1:55670_ 
41487583594071845 CREATE) [n:127.0.0.1:55670_ c:ocptest4 s:shard4  
x:ocptest4_shard4_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348982 WARN  
(parallelCoreAdminExecutor-11743-thread-3-processing-n:127.0.0.1:55657_ 
31487583588963902 CREATE) [n:127.0.0.1:55657_ c:ocptest3 s:shard3  
x:ocptest3_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348992 WARN  
(parallelCoreAdminExecutor-11787-thread-4-processing-n:127.0.0.1:55699_ 
41487583589987413 CREATE) [n:127.0.0.1:55699_ c:ocptest4 s:shard3  
x:ocptest4_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348995 WARN  
(parallelCoreAdminExecutor-11765-thread-1-processing-n:127.0.0.1:55681_ 
11487583581195607 CREATE) [n:127.0.0.1:55681_ c:ocptest1 s:shard4  
x:ocptest1_shard4_replica_n5] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2349000 WARN  
(parallelCoreAdminExecutor-11743-thread-2-processing-n:127.0.0.1:55657_ 
41487583575699903 CREATE) [n:127.0.0.1:55657_ c:ocptest4 s:shard1  
x:ocptest4_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2349008 WARN  
(parallelCoreAdminExecutor-11776-thread-3-processing-n:127.0.0.1:55687_ 
31487583580084136 CREATE) [n:127.0.0.1:55687_ c:ocptest3 s:shard2  
x:ocptest3_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2352024 WARN  
(parallelCoreAdminExecutor-11776-thread-5-processing-n:127.0.0.1:55687_ 
10001487587609777259 CREATE) [n:127.0.0.1:55687_ c:ocptest_shardsplit s:shard1  
x:ocptest_shardsplit_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2352031 WARN  
(parallelCoreAdminExecutor-11787-thread-5-processing-n:127.0.0.1:55699_ 
10001487587611967206 CREATE) [n:127.0.0.1:55699_ c:ocptest_shardsplit s:shard2  
x:ocptest_shardsplit_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2352092 WARN  
(parallelCoreAdminExecutor-11743-thread-4-processing-n:127.0.0.1:55657_ 
10001487587614969038 CREATE) [n:127.0.0.1:55657_ c:ocptest_shardsplit s:shard3  
x:ocptest_shardsplit_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2352131 WARN  
(parallelCoreAdminExecutor-11765-thread-4-processing-n:127.0.0.1:55681_ 
10001487587619686086 CREATE) [n:127.0.0.1:55681_ c:ocptest_shardsplit s:shard4  
x:ocptest_shardsplit_shard4_replica_n5] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2359007 WARN  
(parallelCoreAdminExecutor-11754-thread-3-processing-n:127.0.0.1:55670_ 
30001487594583917864 CREATE) [n:127.0.0.1:55670_ c:ocptest_shardsplit2 s:shard3 
 x:ocptest_shardsplit2_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2359058 WARN  
(parallelCoreAdminExecutor-11776-thread-6-processing-n:127.0.0.1:55687_ 
30001487594581692280 CREATE) [n:127.0.0.1:55687_ c:ocptest_shardsplit2 s:shard2 
 x:ocptest_shardsplit2_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2359097 WARN  
(parallelCoreAdminExecutor-11787-thread-6-processing-n:127.0.0.1:55699_ 
30001487594579811328 CREATE) [n:127.0.0.1:55699_ c:ocptest_shardsplit2 s:shard1 
 x:ocptest_shardsplit2_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2359113 WARN  
(parallelCoreAdminExecutor-11743-thread-5-processing-n:127.0.0.1:55657_ 
30001487594587449769 CREATE) [n:127.0.0.1:55657_ c:ocptest_shardsplit2 s:shard4 
 x:ocptest_shardsplit2_shard4_replica_n4] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2371656 ERROR 
(OverseerThreadFactory-11742-thread-3-processing-n:127.0.0.1:55657_) 
[n:127.0.0.1:55657_    ] o.a.s.c.OverseerCollectionMessageHandler Collection: 
ocptest_shardsplit2 operation: splitshard 
failed:org.apache.solr.common.SolrException: No registered leader was found 
after waiting for 10000ms , collection: ocptest_shardsplit2 slice: shard2
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:758)
   [junit4]   2>        at 
org.apache.solr.cloud.SplitShardCmd.split(SplitShardCmd.java:125)
   [junit4]   2>        at 
org.apache.solr.cloud.SplitShardCmd.call(SplitShardCmd.java:75)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:227)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2371659 ERROR 
(OverseerThreadFactory-11742-thread-2-processing-n:127.0.0.1:55657_) 
[n:127.0.0.1:55657_    ] o.a.s.c.OverseerCollectionMessageHandler Collection: 
ocptest_shardsplit2 operation: splitshard 
failed:org.apache.solr.common.SolrException: No registered leader was found 
after waiting for 10000ms , collection: ocptest_shardsplit2 slice: shard1
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:758)
   [junit4]   2>        at 
org.apache.solr.cloud.SplitShardCmd.split(SplitShardCmd.java:125)
   [junit4]   2>        at 
org.apache.solr.cloud.SplitShardCmd.call(SplitShardCmd.java:75)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:227)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2371729 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2373281 WARN  
(zkCallback-5832-thread-1-processing-n:127.0.0.1:55657_) [n:127.0.0.1:55657_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2373318 WARN  
(zkCallback-5844-thread-1-processing-n:127.0.0.1:55670_) [n:127.0.0.1:55670_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2373364 WARN  
(zkCallback-5850-thread-1-processing-n:127.0.0.1:55681_) [n:127.0.0.1:55681_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2373405 WARN  
(zkCallback-5856-thread-1-processing-n:127.0.0.1:55687_) [n:127.0.0.1:55687_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2375831 WARN  
(zkCallback-5856-thread-2-processing-n:127.0.0.1:55687_) [n:127.0.0.1:55687_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2375888 WARN  
(zkCallback-5863-thread-3-processing-n:127.0.0.1:55699_) [n:127.0.0.1:55699_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2375896 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[1038A25C4446AC7A]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2376283 WARN  (Thread-4974) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/ocptest_shardsplit2/state.json
   [junit4]   2>        4       /solr/collections/ocptest1/state.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        4       /solr/collections/ocptest3/state.json
   [junit4]   2>        4       /solr/collections/ocptest2/state.json
   [junit4]   2>        4       /solr/collections/ocptest4/state.json
   [junit4]   2>        4       /solr/collections/ocptest_shardsplit/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MultiThreadedOCPTest -Dtests.method=test 
-Dtests.seed=1038A25C4446AC7A -Dtests.slow=true -Dtests.locale=pt-PT 
-Dtests.timezone=America/Port_of_Spain -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 41.6s J1 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Task 3001 did not 
complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1038A25C4446AC7A:986C9D86EABAC182]:0)
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:226)
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_1038A25C4446AC7A-001
   [junit4]   2> Aug 26, 2017 6:49:59 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=976, maxMBSortInHeap=6.954242102023828, 
sim=RandomSimilarity(queryNorm=true): {}, locale=pt-PT, 
timezone=America/Port_of_Spain
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=60357496,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, 
ConvertedLegacyTest, TestLRUCache, DirectSolrSpellCheckerTest, TestBadConfig, 
SpatialRPTFieldTypeTest, DocumentBuilderTest, SolrCloudReportersTest, 
SolrMetricsIntegrationTest, SolrCoreCheckLockOnStartupTest, 
PingRequestHandlerTest, LeaderFailoverAfterPartitionTest, ZkNodePropsTest, 
TestMaxScoreQueryParser, StatsComponentTest, InfixSuggestersTest, 
TestShardHandlerFactory, CachingDirectoryFactoryTest, TestCrossCoreJoin, 
TestCloudNestedDocsSort, TestCSVLoader, TestStressUserVersions, 
SchemaVersionSpecificBehaviorTest, TestCryptoKeys, TestJoin, 
TestDFISimilarityFactory, PolyFieldTest, SolrMetricManagerTest, 
TestManagedSchema, TestPayloadScoreQParserPlugin, FileBasedSpellCheckerTest, 
TestRTGBase, TestRecovery, DistanceUnitsTest, TestRestManager, UpdateLogTest, 
MigrateRouteKeyTest, TestTlogReplica, RemoteQueryErrorTest, 
SuggestComponentContextFilterQueryTest, TemplateUpdateProcessorTest, 
TestCollationFieldDocValues, DistributedFacetExistsSmallTest, 
PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncReplicationTest, 
TestRemoteStreaming, SolrGraphiteReporterTest, ShardRoutingCustomTest, 
TestMultiWordSynonyms, DistributedQueryComponentCustomSortTest, 
ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformerCrossCore, 
TestAnalyzedSuggestions, TestSearchPerf, TestDocTermOrds, 
CollectionsAPIDistributedZkTest, TestCloudPivotFacet, HdfsDirectoryTest, 
StatelessScriptUpdateProcessorFactoryTest, TestValueSourceCache, 
TestHdfsBackupRestoreCore, HdfsRecoveryZkTest, TestCorePropertiesReload, 
TestFieldResource, TestSolr4Spatial2, TestEmbeddedSolrServerAdminHandler, 
SolrCloudExampleTest, QueryEqualityTest, TestCollationField, 
TestComponentsName, MetricUtilsTest, DocValuesMultiTest, CacheHeaderTest, 
MoveReplicaTest, TestSchemaVersionResource, 
TestPerFieldSimilarityWithDefaultOverride, TestDynamicLoading, 
TestScoreJoinQPNoScore, HdfsChaosMonkeySafeLeaderTest, 
TestCollectionsAPIViaSolrCloudCluster, FullHLLTest, TestLegacyField, 
TestZkChroot, TestSlowCompositeReaderWrapper, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, 
TestHttpShardHandlerFactory, TestPullReplica, RuleEngineTest, 
DocumentAnalysisRequestHandlerTest, SimpleCollectionCreateDeleteTest, 
TestElisionMultitermQuery, SampleTest, TestNumericRangeQuery64, 
AtomicUpdatesTest, EnumFieldTest, TestReload, TestFastLRUCache, 
DebugComponentTest, TestDelegationWithHadoopAuth, TestPolicyCloud, 
TestConfigsApi, TestSystemIdResolver, TestConfigSetsAPIExclusivity, 
LeaderInitiatedRecoveryOnCommitTest, PreAnalyzedUpdateProcessorTest, 
BigEndianAscendingWordDeserializerTest, TestRequestForwarding, 
OverseerModifyCollectionTest, MetricsConfigTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFieldCacheWithThreads, 
TestPostingsSolrHighlighter, DeleteLastCustomShardedReplicaTest, 
TestMinMaxOnMultiValuedField, BasicDistributedZk2Test, 
ChaosMonkeySafeLeaderTest, TestUseDocValuesAsStored, OverseerStatusTest, 
TestSQLHandler, TestSolr4Spatial, TestSolrConfigHandlerCloud, V2StandaloneTest, 
TestEmbeddedSolrServerSchemaAPI, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestAnalyzeInfixSuggestions, TestRealTimeGet, TermsComponentTest, 
TestRuleBasedAuthorizationPlugin, TestIntervalFaceting, 
TestAuthorizationFramework, AliasIntegrationTest, 
TestPartialUpdateDeduplication, TestSolrCloudWithSecureImpersonation, 
TestCloudRecovery, TestSolrDeletionPolicy1, SortSpecParsingTest, 
LeaderElectionIntegrationTest, TestFastWriter, BlockJoinFacetDistribTest, 
TestSimpleQParserPlugin, SOLR749Test, WrapperMergePolicyFactoryTest, 
TestRandomFlRTGCloud, EchoParamsTest, SpellCheckComponentTest, 
TestReloadDeadlock, TestManagedSynonymFilterFactory, 
CollectionsAPIAsyncDistributedZkTest, IndexSchemaRuntimeFieldTest, 
DistributedQueryElevationComponentTest, ShufflingReplicaListTransformerTest, 
TestFieldCacheReopen, TestUniqueKeyFieldResource, JSONWriterTest, 
TestBM25SimilarityFactory, FieldMutatingUpdateProcessorTest, 
BadIndexSchemaTest, SuggesterFSTTest, TestLeaderInitiatedRecoveryThread, 
ReplicationFactorTest, DeleteStatusTest, BadComponentTest, TestFieldSortValues, 
TestSchemaManager, TestShortCircuitedRequests, ShowFileRequestHandlerTest, 
TestInfoStreamLogging, BlobRepositoryCloudTest, 
CdcrReplicationDistributedZkTest, ZkStateWriterTest, TestApiFramework, 
TestSolrCloudSnapshots, AnalyticsMergeStrategyTest, TestDistributedGrouping, 
TestNumericTerms32, TestJsonFacetRefinement, TestDocSet, 
TestCopyFieldCollectionResource, OpenCloseCoreStressTest, OverseerTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
ZkSolrClientTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestStressVersions, DistributedTermsComponentTest, 
TestRangeQuery, SolrCmdDistributorTest, TestSort, TestFiltering, 
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, 
DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, 
SoftAutoCommitTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestTrie, WordBreakSolrSpellCheckerTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, 
TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, 
SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, 
TestMergePolicyConfig, TestConfig, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, 
DOMUtilTest, TestSolrJ, TestDocumentBuilder, SystemInfoHandlerTest, 
UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AssignTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HttpPartitionTest, MoveReplicaHDFSTest, MoveReplicaHDFSUlogDirTest, 
MultiThreadedOCPTest]
   [junit4] Completed [521/731 (3!)] on J1 in 41.87s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44193 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to