Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1264/

2 tests failed.
FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
.response[0][id][0]:1!=2

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:1!=2
        at 
__randomizedtesting.SeedInfo.seed([3850E1F5A3863024:B004DE2F0D7A5DDC]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:913)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:932)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:650)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:641)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:745)


FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.test

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([3850E1F5A3863024:B004DE2F0D7A5DDC]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:128)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:745)




Build Log:
[...truncated 11362 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/init-core-data-001
   [junit4]   2> 31008 WARN  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] o.a.s.SolrTestCaseJ4 
startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 31008 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] o.a.s.SolrTestCaseJ4 
Using TrieFields
   [junit4]   2> 31010 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 31010 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 31011 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 31012 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 31063 WARN  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 31064 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 31127 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 31365 WARN  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.IndexSchema [null] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 31371 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 31450 WARN  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using 
first MBeanServer.
   [junit4]   2> 31453 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 31453 WARN  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using 
first MBeanServer.
   [junit4]   2> 31458 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 31458 WARN  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using 
first MBeanServer.
   [junit4]   2> 31458 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 31505 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 31564 WARN  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 31575 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 31616 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 32089 WARN  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 32093 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 32143 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 32144 WARN  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 32144 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 32144 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 32144 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/init-core-data-001/]
   [junit4]   2> 32145 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 32159 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=72.884765625, 
floorSegmentMB=0.6953125, forceMergeDeletesPctAllowed=17.374379215930666, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 32534 WARN  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 32626 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 32636 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 32638 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 32638 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32639 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=17.0595703125, 
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=13.553250115182951, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17846364660667852
   [junit4]   2> 32642 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@24b5b29f[collection1] main]
   [junit4]   2> 32650 WARN  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 32650 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 32653 INFO  (coreLoadExecutor-64-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562001748840677376
   [junit4]   2> 32659 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 32874 INFO  
(searcherExecutor-65-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@24b5b29f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 33155 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/control/cores/collection1
   [junit4]   2> 33162 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 33378 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@378ba50f{/,null,AVAILABLE}
   [junit4]   2> 33379 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@1530749b{HTTP/1.1,[http/1.1]}{127.0.0.1:38386}
   [junit4]   2> 33381 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server Started @36136ms
   [junit4]   2> 33381 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=38386, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/control/cores}
   [junit4]   2> 33382 ERROR (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 33382 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 33382 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 33382 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 33382 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-16T05:09:10.780Z
   [junit4]   2> 33382 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/control/solr.xml
   [junit4]   2> 33444 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/control/cores
   [junit4]   2> 33444 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 33445 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 33539 WARN  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 33540 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 33571 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 34020 WARN  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 34022 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 34029 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 34030 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 34030 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 34030 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 34032 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=72.884765625, 
floorSegmentMB=0.6953125, forceMergeDeletesPctAllowed=17.374379215930666, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 34071 WARN  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 34404 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 34404 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 34405 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 34406 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 34415 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=17.0595703125, 
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=13.553250115182951, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17846364660667852
   [junit4]   2> 34416 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@662a8926[collection1] main]
   [junit4]   2> 34417 WARN  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 34417 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 34418 INFO  (coreLoadExecutor-75-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562001750691414016
   [junit4]   2> 34437 INFO  
(searcherExecutor-76-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@662a8926[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 34798 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 34800 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 34910 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@408cdb45{/,null,AVAILABLE}
   [junit4]   2> 34910 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@1046105{HTTP/1.1,[http/1.1]}{127.0.0.1:41343}
   [junit4]   2> 34911 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server Started @37665ms
   [junit4]   2> 34911 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=41343, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard0/cores}
   [junit4]   2> 34911 ERROR (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 34913 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 34913 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 34913 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 34913 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-16T05:09:12.311Z
   [junit4]   2> 34914 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 35006 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard0/cores
   [junit4]   2> 35006 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 35016 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 35109 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 35126 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 35406 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 35633 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 35635 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 35660 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 35660 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 35660 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 35660 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 35671 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=72.884765625, 
floorSegmentMB=0.6953125, forceMergeDeletesPctAllowed=17.374379215930666, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 35686 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 35789 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 35789 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 35790 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 35790 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 35794 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=17.0595703125, 
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=13.553250115182951, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17846364660667852
   [junit4]   2> 35794 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@708f471[collection1] main]
   [junit4]   2> 35794 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 35795 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 35797 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562001752137400320
   [junit4]   2> 35806 INFO  
(searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@708f471[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36555 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 36556 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 36622 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@459baef0{/,null,AVAILABLE}
   [junit4]   2> 36623 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@72d7e903{HTTP/1.1,[http/1.1]}{127.0.0.1:44716}
   [junit4]   2> 36623 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server Started @39377ms
   [junit4]   2> 36623 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=44716, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard1/cores}
   [junit4]   2> 36623 ERROR (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 36634 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 36635 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 36635 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 36635 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-16T05:09:14.033Z
   [junit4]   2> 36635 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 36688 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard1/cores
   [junit4]   2> 36688 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 36731 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 36822 WARN  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 36823 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 36908 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 37039 WARN  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 37041 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 37083 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 37083 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 37083 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 37083 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 37085 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=72.884765625, 
floorSegmentMB=0.6953125, forceMergeDeletesPctAllowed=17.374379215930666, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 37119 WARN  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 37394 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 37394 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 37395 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 37395 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 37410 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=17.0595703125, 
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=13.553250115182951, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17846364660667852
   [junit4]   2> 37412 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@49d3ad87[collection1] main]
   [junit4]   2> 37412 WARN  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 37412 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 37414 INFO  (coreLoadExecutor-97-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562001753832947712
   [junit4]   2> 37420 INFO  
(searcherExecutor-98-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49d3ad87[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 38058 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 38061 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 38095 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7eae4bad{/,null,AVAILABLE}
   [junit4]   2> 38095 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@500f7655{HTTP/1.1,[http/1.1]}{127.0.0.1:49739}
   [junit4]   2> 38095 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.Server Started @40850ms
   [junit4]   2> 38096 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
solrconfig=solrconfig-tlog.xml, hostContext=/, hostPort=49739, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard2/cores}
   [junit4]   2> 38096 ERROR (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 38100 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.0.0
   [junit4]   2> 38100 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 38100 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38100 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-16T05:09:15.498Z
   [junit4]   2> 38100 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 38248 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard2/cores
   [junit4]   2> 38248 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 38349 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 38441 WARN  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 38465 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 38510 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 38735 WARN  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 38737 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 38752 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 38753 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 38753 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 38753 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@417f4313
   [junit4]   2> 38755 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=72.884765625, 
floorSegmentMB=0.6953125, forceMergeDeletesPctAllowed=17.374379215930666, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 38847 WARN  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 38946 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 38946 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 38947 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 38947 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 38954 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=17.0595703125, 
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=13.553250115182951, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17846364660667852
   [junit4]   2> 38982 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4197d190[collection1] main]
   [junit4]   2> 38983 WARN  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 38983 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 38984 INFO  (coreLoadExecutor-108-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1562001755479212032
   [junit4]   2> 38987 INFO  
(searcherExecutor-109-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4197d190[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 39350 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 39387 INFO  (qtp119894870-133) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 10
   [junit4]   2> 39470 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:41343//collection1] nUpdates=100
   [junit4]   2> 39644 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@44c3ca12[collection1] realtime]
   [junit4]   2> 39647 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@44c3ca12[collection1] 
realtime{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_0(7.0.0):C1)) 
docBase=0 ord=0) mavVersion:9223372036854775807
   [junit4]   2> 39651 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:150.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 39652 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=152
   [junit4]   2> 39661 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 39662 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  
sync failed.
   [junit4]   2> 39671 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 39676 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 39677 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:41343//collection1&wt=javabin&version=2}
 status=0 QTime=214
   [junit4]   2> 39682 INFO  (qtp48613276-151) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 3
   [junit4]   2> 39683 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:41343//collection1] nUpdates=100
   [junit4]   2> 39685 INFO  (qtp119894870-136) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 39685 INFO  (qtp119894870-136) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 39710 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f5fa259[collection1] realtime]
   [junit4]   2> 39710 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.c.SolrCore Caching fingerprint for searcher:Searcher@f5fa259[collection1] 
realtime{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_0(7.0.0):C1)) 
docBase=0 ord=0) mavVersion:9223372036854775807
   [junit4]   2> 39710 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:24.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 39710 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 39710 INFO  (qtp48613276-152) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:41343//collection1&wt=javabin&version=2}
 status=0 QTime=27
   [junit4]   2> 39712 INFO  (qtp119894870-134) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 39712 INFO  (qtp119894870-134) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@483cadc5 commitCommandVersion:0
   [junit4]   2> 39714 INFO  (qtp119894870-134) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18f3c15[collection1] main]
   [junit4]   2> 39714 INFO  (qtp119894870-134) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 39723 INFO  
(searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18f3c15[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 39724 INFO  (qtp119894870-134) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 39725 INFO  (qtp48613276-153) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 39725 INFO  (qtp48613276-153) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3de93f97 commitCommandVersion:0
   [junit4]   2> 39727 INFO  (qtp48613276-153) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6db1a82[collection1] main]
   [junit4]   2> 39728 INFO  (qtp48613276-153) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 39729 INFO  
(searcherExecutor-98-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6db1a82[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 39729 INFO  (qtp48613276-153) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 39733 INFO  (qtp119894870-130) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 39736 INFO  (qtp48613276-149) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 39756 INFO  (qtp119894870-133) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 17
   [junit4]   2> 39758 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:41343//collection1] nUpdates=100
   [junit4]   2> 39796 INFO  (qtp119894870-137) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7db656f5[collection1] realtime]
   [junit4]   2> 39796 INFO  (qtp119894870-137) [    x:collection1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@7db656f5[collection1] 
realtime{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)
 Uninverting(_1(7.0.0):C1)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_1(7.0.0):C1)) 
docBase=1 ord=1) mavVersion:9223372036854775807
   [junit4]   2> 39796 INFO  (qtp119894870-137) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:37.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 39796 INFO  (qtp119894870-137) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=37
   [junit4]   2> 39800 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 39808 INFO  (qtp119894870-133) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5cd76101[collection1] realtime]
   [junit4]   2> 39809 INFO  (qtp119894870-133) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 39809 INFO  (qtp119894870-133) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 39810 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from 
http://127.0.0.1:41343//collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 39811 INFO  (qtp119894870-136) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 39812 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:41343//collection1n=1 versions=2...2
   [junit4]   2> 39814 INFO  (qtp119894870-136) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 39814 INFO  (qtp119894870-136) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2...2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 39817 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 2
   [junit4]   2> 39853 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@385c283c[collection1] realtime]
   [junit4]   2> 39853 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@385c283c[collection1] 
realtime{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)
 Uninverting(_1(7.0.0):C1)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_1(7.0.0):C1)) 
docBase=1 ord=1) mavVersion:2
   [junit4]   2> 39853 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:36.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 39853 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 39853 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 39854 INFO  (qtp48613276-147) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:41343//collection1&wt=javabin&version=2}
 status=0 QTime=96
   [junit4]   2> 39855 INFO  (qtp119894870-135) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 39857 INFO  (qtp119894870-135) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@483cadc5 commitCommandVersion:0
   [junit4]   2> 39859 INFO  (qtp119894870-135) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7116e017[collection1] main]
   [junit4]   2> 39862 INFO  (qtp119894870-135) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 39995 INFO  
(searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7116e017[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)
 Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 40001 INFO  (qtp119894870-135) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 146
   [junit4]   2> 40005 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 40006 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3de93f97 commitCommandVersion:0
   [junit4]   2> 40019 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@77a790ec[collection1] main]
   [junit4]   2> 40021 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 40023 INFO  
(searcherExecutor-98-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@77a790ec[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C2)))}
   [junit4]   2> 40023 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 18
   [junit4]   2> 40025 INFO  (qtp119894870-131) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 40027 INFO  (qtp48613276-150) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 40029 ERROR (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.BaseDistributedSearchTestCase Mismatched responses:
   [junit4]   2> 
{responseHeader={status=0,QTime=0},response={numFound=2,start=0,docs=[SolrDocument{id=1,
 range_facet_l=[1], range_facet_l_dv=[1], range_facet_i_dv=[1], 
multiDefault=[muLti-Default], intDefault=42, timestamp=Thu Mar 16 01:09:16 AST 
2017, _version_=1, intDvoDefault=42}, SolrDocument{id=2, range_facet_l=[2], 
range_facet_l_dv=[2], range_facet_i_dv=[2], n_ti1=2101651452, n_f1=0.661997, 
n_tf1=0.7551859, n_d1=0.7131170969403724, n_td1=0.7689054086653256, 
n_l1=1349988186414091206, n_tl1=251870419177294097, n_dt1=Tue Jul 11 05:23:03 
AST 168846045, n_tdt1=Sun Oct 12 21:57:18 AST 135344890, 
multiDefault=[muLti-Default], intDefault=42, timestamp=Thu Mar 16 01:09:17 AST 
2017, _version_=2, intDvoDefault=42}]}}
   [junit4]   2> 
{responseHeader={status=0,QTime=0},response={numFound=2,start=0,docs=[SolrDocument{id=2,
 range_facet_l=[2], range_facet_l_dv=[2], range_facet_i_dv=[2], 
n_ti1=2101651452, n_f1=0.661997, n_tf1=0.7551859, n_d1=0.7131170969403724, 
n_td1=0.7689054086653256, n_l1=1349988186414091206, n_tl1=251870419177294097, 
n_dt1=Tue Jul 11 05:23:03 AST 168846045, n_tdt1=Sun Oct 12 21:57:18 AST 
135344890, multiDefault=[muLti-Default], intDefault=42, timestamp=Thu Mar 16 
01:09:17 AST 2017, _version_=2, intDvoDefault=42}, SolrDocument{id=1, 
range_facet_l=[1], range_facet_l_dv=[1], range_facet_i_dv=[1], 
multiDefault=[muLti-Default], intDefault=42, timestamp=Thu Mar 16 01:09:17 AST 
2017, _version_=1, intDvoDefault=42}]}}
   [junit4]   2> 40031 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 40032 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1530749b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 40032 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1022999058
   [junit4]   2> 40032 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 40042 INFO  (coreCloseExecutor-114-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@306e5115
   [junit4]   2> 40201 INFO  (coreCloseExecutor-114-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=812536085
   [junit4]   2> 40202 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@378ba50f{/,null,UNAVAILABLE}
   [junit4]   2> 40203 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1046105{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 40203 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1472738706
   [junit4]   2> 40203 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 40204 INFO  (coreCloseExecutor-116-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d2edb40
   [junit4]   2> 40235 INFO  (coreCloseExecutor-116-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=221174592
   [junit4]   2> 40250 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@408cdb45{/,null,UNAVAILABLE}
   [junit4]   2> 40285 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@72d7e903{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 40285 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=782678122
   [junit4]   2> 40286 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 40293 INFO  (coreCloseExecutor-118-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ce6c05e
   [junit4]   2> 40397 INFO  (coreCloseExecutor-118-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2095497310
   [junit4]   2> 40398 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@459baef0{/,null,UNAVAILABLE}
   [junit4]   2> 40402 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@500f7655{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 40402 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1014091743
   [junit4]   2> 40406 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 40428 INFO  (coreCloseExecutor-120-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d1e0f5d
   [junit4]   2> 40475 INFO  (coreCloseExecutor-120-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1562251101
   [junit4]   2> 40476 INFO  (TEST-PeerSyncTest.test-seed#[3850E1F5A3863024]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7eae4bad{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncTest 
-Dtests.method=test -Dtests.seed=3850E1F5A3863024 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-YE -Dtests.timezone=America/Antigua -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 9.47s J0 | PeerSyncTest.test <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: 
.response[0][id][0]:1!=2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3850E1F5A3863024:B004DE2F0D7A5DDC]:0)
   [junit4]    >        at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:913)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:932)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:650)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:641)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:105)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 40481 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> 40481 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=782038094
   [junit4]   2> 40481 INFO  
(SUITE-PeerSyncTest-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 40513 INFO  (coreCloseExecutor-122-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7f3ddd0a
   [junit4]   2> 40579 INFO  (coreCloseExecutor-122-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2134760714
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncTest_3850E1F5A3863024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=FST50, n_l1=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=Direct), intDefault=Lucene50(blocksize=128), 
n_dt1=Lucene50(blocksize=128), n_td1=Lucene50(blocksize=128), 
n_d1=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), 
n_f1=Lucene50(blocksize=128), n_ti1=FST50, n_tl1=Lucene50(blocksize=128), 
n_tf1=PostingsFormat(name=Direct), n_tdt1=Lucene50(blocksize=128), id=FST50, 
range_facet_i_dv=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
n_l1=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
n_dt1=DocValuesFormat(name=Lucene70), n_td1=DocValuesFormat(name=Lucene70), 
n_d1=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Lucene70), 
n_f1=DocValuesFormat(name=Lucene70), n_ti1=DocValuesFormat(name=Direct), 
n_tl1=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70), 
n_tf1=DocValuesFormat(name=Lucene70), n_tdt1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=438, 
maxMBSortInHeap=6.732566225833754, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-YE, timezone=America/Antigua
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=190257872,total=339738624
   [junit4]   2> NOTE: All tests run in this JVM: [JsonValidatorTest, 
CacheHeaderTest, TestManagedStopFilterFactory, TestSortByMinMaxFunction, 
ExplicitHLLTest, TestLegacyFieldCache, PeerSyncTest]
   [junit4] Completed [14/699 (1!)] on J0 in 9.75s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 2187 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TestNamedUpdateProcessors
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/init-core-data-001
   [junit4]   2> 4128346 INFO  
(SUITE-TestNamedUpdateProcessors-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 4128346 INFO  
(SUITE-TestNamedUpdateProcessors-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4128347 INFO  
(SUITE-TestNamedUpdateProcessors-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 4128349 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4128349 INFO  (Thread-16907) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4128349 INFO  (Thread-16907) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4128449 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35881
   [junit4]   2> 4128507 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4128508 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4128509 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4128510 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4128510 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4128511 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4128512 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4128512 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4128513 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4128514 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4128514 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4128755 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/cores/collection1
   [junit4]   2> 4128774 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4128788 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64a7c3d1{/,null,AVAILABLE}
   [junit4]   2> 4128789 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5181f05a{SSL,[ssl, 
http/1.1]}{127.0.0.1:53095}
   [junit4]   2> 4128789 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.e.j.s.Server Started @4131320ms
   [junit4]   2> 4128789 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/tempDir-001/control/data,
 hostContext=/, hostPort=53095, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/cores}
   [junit4]   2> 4128789 ERROR 
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4128790 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 4128790 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4128790 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4128790 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-16T06:17:25.960Z
   [junit4]   2> 4128791 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4128792 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/solr.xml
   [junit4]   2> 4128797 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35881/solr
   [junit4]   2> 4128807 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4128807 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:53095_
   [junit4]   2> 4128808 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.Overseer Overseer 
(id=97625377703198725-127.0.0.1:53095_-n_0000000000) starting
   [junit4]   2> 4128820 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53095_
   [junit4]   2> 4128821 INFO  
(zkCallback-31657-thread-1-processing-n:127.0.0.1:53095_) [n:127.0.0.1:53095_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4128876 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/cores
   [junit4]   2> 4128876 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[3850E1F5A3863024]) 
[n:127.0.0.1:53095_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4128895 INFO  
(OverseerStateUpdate-97625377703198725-127.0.0.1:53095_-n_0000000000) 
[n:127.0.0.1:53095_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 4129900 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 4129919 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 4130236 WARN  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 4130238 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4130252 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 4130253 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4130253 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001/control-001/cores/collection1/data/]
   [junit4]   2> 4130253 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4009727e
   [junit4]   2> 4130262 INFO  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=9, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=48.2705078125, 
floorSegmentMB=2.0947265625, forceMergeDeletesPctAllowed=3.6191305756048964, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12732153163068347
   [junit4]   2> 4130280 WARN  
(coreLoadExecutor-16362-thread-1-processing-n:127.0.0.1:53095_) 
[n:127.0.0.1:53095_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 4130346 INFO  (coreLoadExecutor-16362

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

te.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        39      /solr/overseer/queue
   [junit4]   2>        19      /solr/overseer/collection-queue-work
   [junit4]   2>        16      /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestNamedUpdateProcessors -Dtests.method=test 
-Dtests.seed=3850E1F5A3863024 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-UY -Dtests.timezone=America/Managua -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   21.8s J1 | TestNamedUpdateProcessors.test <<<
   [junit4]    > Throwable #1: java.lang.IndexOutOfBoundsException: Index: 0, 
Size: 0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3850E1F5A3863024:B004DE2F0D7A5DDC]:0)
   [junit4]    >        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
   [junit4]    >        at java.util.ArrayList.get(ArrayList.java:429)
   [junit4]    >        at 
org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:128)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4150123 INFO  
(SUITE-TestNamedUpdateProcessors-seed#[3850E1F5A3863024]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.TestNamedUpdateProcessors_3850E1F5A3863024-001
   [junit4]   2> Mar 16, 2017 6:17:47 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{blobName=PostingsFormat(name=MockRandom), 
test_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 size=Lucene50(blocksize=128), processors_s=Lucene50(blocksize=128), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=MockRandom), id=Lucene50(blocksize=128), 
version=PostingsFormat(name=MockRandom), mul_s=PostingsFormat(name=MockRandom), 
md5=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=673, 
maxMBSortInHeap=5.78931745286851, sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-UY, timezone=America/Managua
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=169792800,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestSystemIdResolver, 
WordBreakSolrSpellCheckerTest, DocValuesTest, TestPerFieldSimilarity, 
FullHLLTest, DocumentBuilderTest, SolrIndexSplitterTest, 
TestClassNameShortening, TestPushWriter, SparseHLLTest, 
ParsingFieldUpdateProcessorsTest, UpdateRequestProcessorFactoryTest, 
TestDocBasedVersionConstraints, TestDynamicFieldCollectionResource, 
SpellCheckCollatorTest, TestPointFields, TestFuzzyAnalyzedSuggestions, 
ChangedSchemaMergeTest, TestSolrCoreParser, HdfsLockFactoryTest, 
TestMinMaxOnMultiValuedField, TestScoreJoinQPScore, SolrCmdDistributorTest, 
AnalyticsQueryTest, DistributedFacetPivotSmallTest, TestNoOpRegenerator, 
TestUseDocValuesAsStored, FileUtilsTest, SpellCheckComponentTest, 
HighlighterTest, TestSimpleTrackingShardHandler, 
TlogReplayBufferedWhileIndexingTest, TestStressRecovery, AssignTest, 
TestReqParamsAPI, TestCloudRecovery, SegmentsInfoRequestHandlerTest, 
EnumFieldTest, SimpleCollectionCreateDeleteTest, TestCustomSort, 
TestCustomStream, TestSystemCollAutoCreate, CollectionStateFormat2Test, 
CoreAdminRequestStatusTest, TestClusterStateMutator, AlternateDirectoryTest, 
TestRecoveryHdfs, LeaderInitiatedRecoveryOnShardRestartTest, 
TestGraphTermsQParserPlugin, TestWordDelimiterFilterFactory, 
HttpSolrCallGetCoreTest, TestConfigReload, SchemaVersionSpecificBehaviorTest, 
TestInPlaceUpdatesDistrib, TestConfigSetsAPI, TestElisionMultitermQuery, 
BlockJoinFacetSimpleTest, ZkCLITest, TestSolrCoreSnapshots, 
CleanupOldIndexTest, SolrCloudReportersTest, 
ClassificationUpdateProcessorFactoryTest, TimeZoneUtilsTest, 
BlobRepositoryCloudTest, TestCloudInspectUtil, DirectSolrSpellCheckerTest, 
CloneFieldUpdateProcessorFactoryTest, TestCharFilters, TestCoreContainer, 
DistributedQueryComponentOptimizationTest, MetricsHandlerTest, 
DistributedFacetPivotLargeTest, DistanceFunctionTest, 
TestTrackingShardHandlerFactory, TestHashPartitioner, TestXmlQParserPlugin, 
TestLeaderElectionWithEmptyReplica, DistributedQueueTest, TestFieldCacheReopen, 
DistributedDebugComponentTest, TestSolrQueryParserResource, 
SpatialRPTFieldTypeTest, DistributedMLTComponentTest, IndexSchemaTest, 
TestQueryTypes, TestEmbeddedSolrServerConstructors, 
ChaosMonkeyNothingIsSafeTest, TestRandomCollapseQParserPlugin, TestCryptoKeys, 
DeleteReplicaTest, SpellingQueryConverterTest, TestNumericTerms32, 
TestManagedSynonymFilterFactory, SpatialHeatmapFacetsTest, 
TestDownShardTolerantSearch, PeerSyncReplicationTest, DirectSolrConnectionTest, 
TestUpdate, BJQParserTest, HdfsUnloadDistributedZkTest, TestSQLHandlerNonCloud, 
TestStressVersions, TestDefaultStatsCache, ConvertedLegacyTest, 
SortByFunctionTest, RollingRestartTest, JvmMetricsTest, TestExactStatsCache, 
InfixSuggestersTest, TestMacros, TestFiltering, ConnectionReuseTest, 
TestSizeLimitedDistributedMap, TestSolrIndexConfig, HardAutoCommitTest, 
SimpleFacetsTest, StatsComponentTest, TestFunctionQuery, 
BasicFunctionalityTest, TestBadConfig, DistributedQueryElevationComponentTest, 
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, 
SuggesterTest, TestTrie, SpatialFilterTest, PolyFieldTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, 
TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestJmxIntegration, QueryParsingTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, TestQuerySenderListener, ResponseLogComponentTest, 
BadComponentTest, TestMergePolicyConfig, TestSearchPerf, 
TestPostingsSolrHighlighter, TestPhraseSuggestions, TestXIncludeConfig, 
EchoParamsTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, 
ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, 
TestSuggestSpellingConverter, DOMUtilTest, TestLRUCache, TestDocumentBuilder, 
TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, CollectionTooManyReplicasTest, 
CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, ConnectionManagerTest, 
CustomCollectionTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, 
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, 
LeaderFailureAfterFreshStartTest, OnlyLeaderIndexesTest, TestCloudPivotFacet, 
TestOnReconnectListenerSupport, TestReplicaProperties, 
TestRequestStatusCollectionAPI, TestSSLRandomization, 
TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestStressLiveNodes, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, 
HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, 
HdfsRestartWhileUpdatingTest, HdfsWriteToMultipleCollectionsTest, 
ConfigureRecoveryStrategyTest, CoreSorterTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigOverlay, 
TestConfigSetImmutable, TestConfigSetProperties, TestConfigSets, 
TestCorePropertiesReload, TestDynamicLoading, RequestLoggingTest, 
TestBlobHandler, V2ApiIntegrationTest, PropertiesRequestHandlerTest, 
SecurityConfHandlerTest, TestCollectionAPIs, TestConfigsApi, 
ShufflingReplicaListTransformerTest, TestDistributedStatsComponentCardinality, 
TestUninvertingReader, AddBlockUpdateTest, DataDrivenBlockJoinTest, 
UpdateLogTest, VersionInfoTest, ClassificationUpdateProcessorIntegrationTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TemplateUpdateProcessorTest, 
TestNamedUpdateProcessors]
   [junit4] Completed [698/699 (2!)] on J1 in 22.55s, 1 test, 1 error <<< 
FAILURES!

[...truncated 62615 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to