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

2 tests failed.
FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testArraySort

Error Message:
--> http://127.0.0.1:64938/solr/collection1:Invalid stream expression 
arraySort(array(11.5,12.3,4,3,1,0)) - function 'arraySort' is unknown (not 
mapped to a valid TupleStream)

Stack Trace:
java.io.IOException: --> http://127.0.0.1:64938/solr/collection1:Invalid stream 
expression arraySort(array(11.5,12.3,4,3,1,0)) - function 'arraySort' is 
unknown (not mapped to a valid TupleStream)
        at 
__randomizedtesting.SeedInfo.seed([C2A06E95E4E12915:F416B8B86338D56C]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:219)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:7487)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testArraySort(StreamExpressionTest.java:5840)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([527BDC2F19F3C004:3016226ED67DA03A]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12795 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHandlerTest_527BDC2F19F3C004-001/init-core-data-001
   [junit4]   2> 2324203 WARN  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2324204 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2324207 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2324207 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2324208 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2324243 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2324257 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2324323 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2324386 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a034ff4
   [junit4]   2> 2324388 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a034ff4
   [junit4]   2> 2324388 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a034ff4
   [junit4]   2> 2324390 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2324431 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2324445 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2324516 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2324521 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2324521 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a034ff4
   [junit4]   2> 2324521 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2324521 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHandlerTest_527BDC2F19F3C004-001/init-core-data-001/]
   [junit4]   2> 2324522 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=26.4990234375, 
floorSegmentMB=0.306640625, forceMergeDeletesPctAllowed=26.112989000434577, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2324601 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2324601 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2324602 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2324602 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2324602 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.889428508619749]
   [junit4]   2> 2324602 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32b69ed5[collection1] main]
   [junit4]   2> 2324603 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2324613 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2324628 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2324628 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2324628 INFO  (coreLoadExecutor-10860-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570626071452188672
   [junit4]   2> 2324629 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2324629 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2324629 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2324630 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2324633 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2324635 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2324639 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2324640 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 2324645 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> 2324646 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest 
-Dtests.method=testPropertyFilter -Dtests.seed=527BDC2F19F3C004 
-Dtests.slow=true -Dtests.locale=bg-BG -Dtests.timezone=Asia/Khandyga 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J0 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([527BDC2F19F3C004:3016226ED67DA03A]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2324649 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2324651 INFO  
(searcherExecutor-10861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@32b69ed5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2324652 INFO  
(TEST-MetricsHandlerTest.test-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2324673 INFO  
(TEST-MetricsHandlerTest.test-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2324730 INFO  
(TEST-MetricsHandlerTest.test-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2324734 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 2324746 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[527BDC2F19F3C004]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 2324746 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2324746 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=655985693
   [junit4]   2> 2324746 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2324747 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2324748 INFO  
(SUITE-MetricsHandlerTest-seed#[527BDC2F19F3C004]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2324749 INFO  (coreCloseExecutor-10866-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7781d594
   [junit4]   2> 2324749 INFO  (coreCloseExecutor-10866-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2004997524
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHandlerTest_527BDC2F19F3C004-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=bg-BG, timezone=Asia/Khandyga
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=136673728,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[SuggestComponentContextFilterQueryTest, BasicAuthStandaloneTest, 
ClassificationUpdateProcessorFactoryTest, CollectionReloadTest, 
TestPhraseSuggestions, TestDocBasedVersionConstraints, TestPushWriter, 
CursorPagingTest, TestBinaryField, SSLMigrationTest, 
TestLocalFSCloudBackupRestore, DistribCursorPagingTest, 
TestBackupRepositoryFactory, TestSolrDeletionPolicy1, TestExtendedDismaxParser, 
TestDistributedStatsComponentCardinality, ImplicitSnitchTest, FileUtilsTest, 
TestCollapseQParserPlugin, TestRandomDVFaceting, 
DistributedFacetPivotSmallTest, TestBulkSchemaConcurrent, 
CdcrVersionReplicationTest, TestTestInjection, TestWordDelimiterFilterFactory, 
TestPayloadScoreQParserPlugin, IndexBasedSpellCheckerTest, 
DirectUpdateHandlerTest, TestNamedUpdateProcessors, 
TestSolrCloudWithDelegationTokens, ZkControllerTest, 
TestManagedStopFilterFactory, TestChildDocTransformer, TestNumericTerms64, 
PingRequestHandlerTest, DistributedVersionInfoTest, TestUpdate, 
TestTlogReplica, TestPerFieldSimilarity, DeleteInactiveReplicaTest, 
PeerSyncTest, TestXIncludeConfig, TestHashPartitioner, TestNumericRangeQuery64, 
TestSchemaNameResource, InfixSuggestersTest, TestSystemIdResolver, 
TestSolrCloudWithSecureImpersonation, SolrXmlInZkTest, JSONWriterTest, 
TestFieldTypeCollectionResource, MBeansHandlerTest, TestLegacyFieldCache, 
DirectoryFactoryTest, TestBM25SimilarityFactory, 
BinaryUpdateRequestHandlerTest, TestDistributedSearch, TestReRankQParserPlugin, 
TestSimpleTextCodec, TestSlowCompositeReaderWrapper, TestMiniSolrCloudCluster, 
InfoHandlerTest, TestMultiWordSynonyms, TestManagedResource, 
TestInPlaceUpdatesStandalone, TestReqParamsAPI, 
UniqFieldsUpdateProcessorFactoryTest, TestManagedSynonymGraphFilterFactory, 
TestHighlightDedupGrouping, TestReloadDeadlock, BasicDistributedZkTest, 
TestCloudPseudoReturnFields, TestRebalanceLeaders, TestConfigSetsAPI, 
TestHdfsBackupRestoreCore, OverseerRolesTest, TestMultiValuedNumericRangeQuery, 
TestUseDocValuesAsStored, TestTolerantSearch, TestQuerySenderNoQuery, 
TestCoreContainer, TestXmlQParser, RecoveryZkTest, PrimitiveFieldTypeTest, 
TestSortByMinMaxFunction, TestStressUserVersions, CdcrUpdateLogTest, 
TestManagedSchema, TestSolrCoreSnapshots, HighlighterMaxOffsetTest, 
BlockJoinFacetSimpleTest, TestSolrJ, HLLSerializationTest, 
TestSystemCollAutoCreate, ZkStateReaderTest, ShardRoutingTest, OverseerTest, 
OpenExchangeRatesOrgProviderTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestLazyCores, SolrPluginUtilsTest, TestPartialUpdateDeduplication, 
LeaderFailureAfterFreshStartTest, OutputWriterTest, 
DocExpirationUpdateProcessorFactoryTest, TestSchemaManager, TestSQLHandler, 
StatelessScriptUpdateProcessorFactoryTest, StandardRequestHandlerTest, 
BlockJoinFacetDistribTest, RAMDirectoryFactoryTest, TestUtils, 
AutoScalingHandlerTest, TestFieldSortValues, TestJsonRequest, HighlighterTest, 
TestInitQParser, PathHierarchyTokenizerFactoryTest, TestBinaryResponseWriter, 
TestRawTransformer, TestAuthorizationFramework, 
LeaderInitiatedRecoveryOnShardRestartTest, SearchHandlerTest, 
TestTrackingShardHandlerFactory, QueryEqualityTest, MoreLikeThisHandlerTest, 
SuggesterFSTTest, TestDefaultStatsCache, TestImplicitCoreProperties, 
TestInitParams, HdfsBasicDistributedZk2Test, SchemaVersionSpecificBehaviorTest, 
TestConfigsApi, TestCSVLoader, AddBlockUpdateTest, QueryElevationComponentTest, 
TestCharFilters, TriLevelCompositeIdRoutingTest, SortSpecParsingTest, 
DisMaxRequestHandlerTest, V2StandaloneTest, TestDownShardTolerantSearch, 
TestSerializedLuceneMatchVersion, SimpleMLTQParserTest, 
TestClassNameShortening, TestPseudoReturnFields, TestSchemaSimilarityResource, 
RulesTest, DateMathParserTest, CursorMarkTest, HardAutoCommitTest, 
FastVectorHighlighterTest, DistributedFacetExistsSmallTest, 
HdfsLockFactoryTest, ReplaceNodeTest, CdcrBootstrapTest, 
MissingSegmentRecoveryTest, PolyFieldTest, TestMinMaxOnMultiValuedField, 
CollectionsAPISolrJTest, TestDFISimilarityFactory, TestBlobHandler, 
DeleteShardTest, SegmentsInfoRequestHandlerTest, TestRTGBase, 
SpellCheckCollatorWithCollapseTest, TestConfigSets, 
HdfsUnloadDistributedZkTest, SoftAutoCommitTest, TestSimpleQParserPlugin, 
ConnectionReuseTest, UnloadDistributedZkTest, ZkNodePropsTest, 
SolrCLIZkUtilsTest, TestLRUStatsCache, TestRandomFlRTGCloud, BasicZkTest, 
TestReplicationHandler, TestZkChroot, ZkCLITest, TestFaceting, 
DistributedSpellCheckComponentTest, TestReload, DistributedTermsComponentTest, 
StatsComponentTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, DocValuesTest, SolrInfoBeanTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TermsComponentTest, RequestHandlersTest, 
TestValueSourceCache, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestCollationField, TestCSVResponseWriter, 
TestLFUCache, DirectSolrConnectionTest, SynonymTokenizerTest, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, 
ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, 
ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
DistributedQueueTest, LeaderElectionContextKeyTest, MultiThreadedOCPTest, 
NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, 
RestartWhileUpdatingTest, SaslZkACLProviderTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, 
TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudRecovery, 
TestClusterProperties, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TestRandomRequestDistribution, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestSizeLimitedDistributedMap, 
TestTolerantUpdateProcessorRandomCloud, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, 
HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, 
StressHdfsTest, ZkStateWriterTest, BlobRepositoryCloudTest, 
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, 
ExitableDirectoryReaderTest, TestConfigSetImmutable, TestDynamicLoading, 
RequestLoggingTest, TestRestoreCore, TestSolrConfigHandlerConcurrent, 
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, MetricsHandlerTest]
   [junit4] Completed [591/725 (1!)] on J0 in 0.58s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 1219 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/init-core-data-001
   [junit4]   2> 171925 WARN  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 171925 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 171931 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 171933 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001
   [junit4]   2> 171933 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 171933 INFO  (Thread-685) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 171933 INFO  (Thread-685) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 171937 ERROR (Thread-685) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 172037 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:64936
   [junit4]   2> 172063 INFO  (jetty-launcher-624-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 172063 INFO  (jetty-launcher-624-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 172063 INFO  (jetty-launcher-624-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 172064 INFO  (jetty-launcher-624-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 172066 INFO  (jetty-launcher-624-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c5942b2{/solr,null,AVAILABLE}
   [junit4]   2> 172068 INFO  (jetty-launcher-624-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6e287622{HTTP/1.1,[http/1.1]}{127.0.0.1:64938}
   [junit4]   2> 172068 INFO  (jetty-launcher-624-thread-1) [    ] 
o.e.j.s.Server Started @177716ms
   [junit4]   2> 172068 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64938}
   [junit4]   2> 172069 ERROR (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 172069 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 172069 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 172069 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 172069 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T09:56:45.484Z
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fa45322{/solr,null,AVAILABLE}
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41b8e572{/solr,null,AVAILABLE}
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55a0fe14{HTTP/1.1,[http/1.1]}{127.0.0.1:64939}
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.e.j.s.Server Started @177718ms
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64939}
   [junit4]   2> 172070 ERROR (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 172070 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T09:56:45.485Z
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62465fbf{/solr,null,AVAILABLE}
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f71e18d{HTTP/1.1,[http/1.1]}{127.0.0.1:64942}
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-3) [    ] 
o.e.j.s.Server Started @177721ms
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64942}
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f79f490{HTTP/1.1,[http/1.1]}{127.0.0.1:64940}
   [junit4]   2> 172072 ERROR (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-4) [    ] 
o.e.j.s.Server Started @177721ms
   [junit4]   2> 172072 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64940}
   [junit4]   2> 172073 ERROR (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T09:56:45.488Z
   [junit4]   2> 172073 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-19T09:56:45.488Z
   [junit4]   2> 172074 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 172076 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 172078 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 172079 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 172088 INFO  (jetty-launcher-624-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64936/solr
   [junit4]   2> 172088 INFO  (jetty-launcher-624-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64936/solr
   [junit4]   2> 172091 INFO  (jetty-launcher-624-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64936/solr
   [junit4]   2> 172093 INFO  (jetty-launcher-624-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64936/solr
   [junit4]   2> 172137 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 172137 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 172138 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 172139 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 172139 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64942_solr
   [junit4]   2> 172141 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64940_solr
   [junit4]   2> 172142 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64938_solr
   [junit4]   2> 172142 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64939_solr
   [junit4]   2> 172142 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.Overseer Overseer 
(id=98164159633883147-127.0.0.1:64942_solr-n_0000000000) starting
   [junit4]   2> 172144 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 172145 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 172145 INFO  
(zkCallback-645-thread-1-processing-n:127.0.0.1:64942_solr) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 172146 INFO  
(zkCallback-643-thread-1-processing-n:127.0.0.1:64939_solr) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 172148 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 172148 INFO  
(zkCallback-645-thread-1-processing-n:127.0.0.1:64942_solr) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 172148 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 172148 INFO  
(zkCallback-643-thread-1-processing-n:127.0.0.1:64939_solr) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 172176 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64942_solr
   [junit4]   2> 172178 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 172178 INFO  
(zkCallback-645-thread-1-processing-n:127.0.0.1:64942_solr) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 172178 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 172178 INFO  
(zkCallback-643-thread-1-processing-n:127.0.0.1:64939_solr) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 172353 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64942.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172367 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64938.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172371 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64938.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172371 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64938.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172372 INFO  (jetty-launcher-624-thread-1) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node1/.
   [junit4]   2> 172392 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64942.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172392 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64942.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172393 INFO  (jetty-launcher-624-thread-3) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node3/.
   [junit4]   2> 172459 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64940.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172461 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64940.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172461 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64940.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172462 INFO  (jetty-launcher-624-thread-4) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node4/.
   [junit4]   2> 172595 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64939.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172600 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64939.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172600 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64939.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 172601 INFO  (jetty-launcher-624-thread-2) 
[n:127.0.0.1:64939_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node2/.
   [junit4]   2> 172662 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 172671 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64936/solr ready
   [junit4]   2> 172690 INFO  (qtp837992558-2981) [n:127.0.0.1:64942_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 172699 INFO  
(OverseerThreadFactory-1022-thread-1-processing-n:127.0.0.1:64942_solr) 
[n:127.0.0.1:64942_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 172818 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 172819 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 172819 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 172820 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 172940 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 172940 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 173860 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 173860 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 173872 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 173888 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 173989 WARN  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 173989 WARN  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 173990 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 173990 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 173991 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64938.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 173991 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 173991 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 174006 WARN  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 174006 WARN  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 174007 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 174007 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 174007 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64940.solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32e95659
   [junit4]   2> 174007 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 174007 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node4/collection1_shard2_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001/tempDir-001/node4/./collection1_shard2_replica_n1/data/]
   [junit4]   2> 174153 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 174153 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 174155 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 174155 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 174157 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 174157 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 174159 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 174159 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 174182 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@31054b01[collection1_shard1_replica_n1] main]
   [junit4]   2> 174184 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 174185 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 174186 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 174186 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570626556501426176
   [junit4]   2> 174187 INFO  
(searcherExecutor-1031-thread-1-processing-n:127.0.0.1:64938_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@31054b01[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 174195 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e24061c[collection1_shard2_replica_n1] main]
   [junit4]   2> 174197 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 174198 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 174199 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 174199 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 174199 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/
   [junit4]   2> 174200 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 174200 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 174200 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 174200 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 174202 INFO  
(searcherExecutor-1032-thread-1-processing-n:127.0.0.1:64940_solr 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@e24061c[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 174202 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570626556518203392
   [junit4]   2> 174208 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 174212 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 174218 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 174330 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 174330 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 174333 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 174336 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1518
   [junit4]   2> 174373 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 174378 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1559
   [junit4]   2> 174384 INFO  (qtp837992558-2981) [n:127.0.0.1:64942_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 174481 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 174481 INFO  
(zkCallback-644-thread-1-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 174703 INFO  
(OverseerCollectionConfigSetProcessor-98164159633883147-127.0.0.1:64942_solr-n_0000000000)
 [n:127.0.0.1:64942_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 175393 INFO  (qtp837992558-2981) [n:127.0.0.1:64942_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2702
   [junit4]   2> 175393 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):90
   [junit4]   2> 175394 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 175422 INFO  
(TEST-StreamExpressionTest.testCovariance-seed#[C2A06E95E4E12915]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCovariance
   [junit4]   2> 175438 INFO  (qtp1691193282-2993) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570626557802708992)} 0 11
   [junit4]   2> 175440 INFO  (qtp1691193282-2996) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626557816340480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 175440 INFO  (qtp1691193282-2996) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 175441 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626557817389056,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 175441 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 175443 INFO  (qtp1691193282-2996) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 175443 INFO  (qtp1691193282-2996) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 175444 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 175444 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 175444 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570626557800611840),commit=} 0 19
   [junit4]   2> 175474 INFO  (qtp1892919422-2974) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&wt=javabin&version=2}{add=[id_2 
(1570626557822631936), id_10 (1570626557838360576), id_13 
(1570626557838360577), id_14 (1570626557838360578), id_16 
(1570626557839409152), id_17 (1570626557839409153), id_18 
(1570626557839409154), id_21 (1570626557839409155), id_22 
(1570626557839409156), id_23 (1570626557839409157), ... (125 adds)]} 0 28
   [junit4]   2> 175485 INFO  (qtp1691193282-2997) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&wt=javabin&version=2}{add=[id_1 
(1570626557823680512), id_3 (1570626557854089216), id_4 (1570626557854089217), 
id_5 (1570626557854089218), id_6 (1570626557854089219), id_7 
(1570626557854089220), id_8 (1570626557854089221), id_9 (1570626557854089222), 
id_11 (1570626557854089223), id_12 (1570626557854089224), ... (125 adds)]} 0 38
   [junit4]   2> 175487 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626557865623552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 175487 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4679426f 
commitCommandVersion:1570626557865623552
   [junit4]   2> 175487 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626557865623552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 175487 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4348fc69 
commitCommandVersion:1570626557865623552
   [junit4]   2> 175952 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1822d1f8[collection1_shard1_replica_n1] main]
   [junit4]   2> 175954 INFO  
(searcherExecutor-1031-thread-1-processing-n:127.0.0.1:64938_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:64938_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@1822d1f8[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C125)))}
   [junit4]   2> 175962 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 175962 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 475
   [junit4]   2> 176009 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11eab74a[collection1_shard2_replica_n1] main]
   [junit4]   2> 176009 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176010 INFO  
(searcherExecutor-1032-thread-1-processing-n:127.0.0.1:64940_solr 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node1) 
[n:127.0.0.1:64940_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@11eab74a[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C125)))}
   [junit4]   2> 176010 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 523
   [junit4]   2> 176010 INFO  (qtp1892919422-2975) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&commit=true&wt=javabin&version=2}{commit=} 0 
524
   [junit4]   2> 176016 INFO  (qtp1892919422-2970) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream 
params={expr=let(a%3Dtimeseries(collection1,+q%3D"*:*",+start%3D"2013-01-01T01:00:00.000Z",+end%3D"2016-12-01T01:00:00.000Z",+gap%3D"%2B1YEAR",+field%3D"test_dt",+count(*),+sum(price_f),+max(price_f),+min(price_f)),+b%3Dselect(timeseries(collection1,+q%3D"*:*",+start%3D"2013-01-01T01:00:00.000Z",+end%3D"2016-12-01T01:00:00.000Z",+gap%3D"%2B1YEAR",+field%3D"test_dt",+count(*),+sum(price_f),+max(price_f),+min(price_f)),mult(-1,+count(*))+as+nvalue),+c%3Dcol(a,+count(*)),+d%3Dcol(b,+nvalue),+tuple(colc%3Dc,+cold%3Dd,+cov%3Dcov(c,d)))&wt=json&version=2.2}
 status=0 QTime=3
   [junit4]   2> 176021 INFO  (qtp1892919422-2970) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 176022 INFO  (qtp1892919422-2970) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64936/solr ready
   [junit4]   2> 176125 INFO  (qtp1691193282-2993) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.c.S.Request [collection1_shard2_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:3&_facet_={}&fl=id&fl=score&shards.purpose=1048580&start=0&fsv=true&shard.url=http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&NOW=1497866209439&isShard=true&wt=javabin}
 hits=125 status=0 QTime=71
   [junit4]   2> 176126 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:3&_facet_={}&fl=id&fl=score&shards.purpose=1048580&start=0&fsv=true&shard.url=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&NOW=1497866209439&isShard=true&wt=javabin}
 hits=125 status=0 QTime=72
   [junit4]   2> 176127 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.c.S.Request [collection1_shard2_replica_n1]  webapp=/solr path=/select 
params={q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&_stateVer_=collection1:3&field=test_dt&rows=0&wt=javabin&version=2}
 hits=250 status=0 QTime=103
   [junit4]   2> 176134 INFO  (qtp1892919422-2965) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:3&_facet_={}&fl=id&fl=score&shards.purpose=1048580&start=0&fsv=true&shard.url=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&NOW=1497866209544&isShard=true&wt=javabin}
 hits=125 status=0 QTime=2
   [junit4]   2> 176136 INFO  (qtp1691193282-2997) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.c.S.Request [collection1_shard2_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:3&_facet_={}&fl=id&fl=score&shards.purpose=1048580&start=0&fsv=true&shard.url=http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&NOW=1497866209544&isShard=true&wt=javabin}
 hits=125 status=0 QTime=3
   [junit4]   2> 176137 INFO  (qtp1892919422-2974) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&_stateVer_=collection1:3&field=test_dt&rows=0&wt=javabin&version=2}
 hits=250 status=0 QTime=7
   [junit4]   2> 176235 INFO  
(TEST-StreamExpressionTest.testCovariance-seed#[C2A06E95E4E12915]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCovariance
   [junit4]   2> 176272 INFO  
(TEST-StreamExpressionTest.testTupleStream-seed#[C2A06E95E4E12915]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTupleStream
   [junit4]   2> 176276 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6eab35e4[collection1_shard2_replica_n1] realtime]
   [junit4]   2> 176276 INFO  (qtp1892919422-2975) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@314957a5[collection1_shard1_replica_n1] realtime]
   [junit4]   2> 176277 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570626558690852864)} 0 3
   [junit4]   2> 176278 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626558695047168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176278 INFO  (qtp1691193282-2969) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626558695047168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176278 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4679426f 
commitCommandVersion:1570626558695047168
   [junit4]   2> 176278 INFO  (qtp1691193282-2969) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4348fc69 
commitCommandVersion:1570626558695047168
   [junit4]   2> 176300 INFO  (qtp1691193282-2969) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@352ccf64[collection1_shard2_replica_n1] main]
   [junit4]   2> 176300 INFO  (qtp1691193282-2969) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176301 INFO  
(searcherExecutor-1032-thread-1-processing-n:127.0.0.1:64940_solr 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node1) 
[n:127.0.0.1:64940_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@352ccf64[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176302 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d93be72[collection1_shard1_replica_n1] main]
   [junit4]   2> 176303 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176304 INFO  
(searcherExecutor-1031-thread-1-processing-n:127.0.0.1:64938_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:64938_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@3d93be72[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 176305 INFO  (qtp1892919422-2973) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 27
   [junit4]   2> 176305 INFO  (qtp1691193282-2969) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64938/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 27
   [junit4]   2> 176306 INFO  (qtp1892919422-2975) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570626558689804288),commit=} 0 33
   [junit4]   2> 176310 INFO  (qtp1691193282-2995) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&wt=javabin&version=2}{add=[hello 
(1570626558724407296), hello1 (1570626558724407297)]} 0 4
   [junit4]   2> 176313 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626558731747328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176313 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570626558731747328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176313 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4348fc69 
commitCommandVersion:1570626558731747328
   [junit4]   2> 176313 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 176313 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176313 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 176347 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@678daf4a[collection1_shard2_replica_n1] main]
   [junit4]   2> 176347 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176348 INFO  
(searcherExecutor-1032-thread-1-processing-n:127.0.0.1:64940_solr 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node1) 
[n:127.0.0.1:64940_solr c:collection1 s:shard2 r:core_node1 
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@678daf4a[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 176348 INFO  (qtp1691193282-2992) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 35
   [junit4]   2> 176348 INFO  (qtp1691193282-2993) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:3&commit=true&wt=javabin&version=2}{commit=} 0 37
   [junit4]   2> 176353 INFO  (qtp1892919422-2974) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream 
params={expr=tuple(results%3Dsearch(collection1,+q%3D"*:*",+fl%3D"id,test_t",+sort%3D"id+desc"),+sum%3Dadd(1,1))&wt=json&version=2.2}
 status=0 QTime=0
   [junit4]   2> 176358 INFO  (qtp1691193282-2996) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.c.S.Request [collection1_shard2_replica_n1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&fl=id,test_t&sort=id+desc&wt=json&version=2.2} 
hits=2 status=0 QTime=0
   [junit4]   2> 176363 INFO  (qtp1892919422-2968) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&fl=id,test_t&sort=id+desc&wt=json&version=2.2} 
hits=0 status=0 QTime=0
   [junit4]   2> 176365 INFO  
(TEST-StreamExpressionTest.testTupleStream-seed#[C2A06E95E4E12915]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTupleStream
   [junit4]   2> 176403 INFO  
(TEST-StreamExpressionTest.testTopicStream-seed#[C2A06E95E4E12915]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTopicStream
   [junit4]   2> 176410 INFO  (qtp1691193282-2998) [n:127.0.0.1:64940_solr 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43132eff[collection1_shard2_replica_n1] realtime]
   [junit4]   2> 176417 INFO  (qtp1892919422-2972) [n:127.0.0.1:64938_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64940/solr/collection1_shard2_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570626558828216320)} 0 12
   [junit4]   2> 176419 INFO  (qtp1691193282-2995) [n:127.0.0.1:64940_solr 
c:collection1 s:sha

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

solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> 
(2)
   [junit4]   2> 281139 INFO  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 281139 INFO  (jetty-closer-625-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@62465fbf{/solr,null,UNAVAILABLE}
   [junit4]   2> 281140 INFO  
(zkCallback-644-thread-2-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64938_solr
   [junit4]   2> 281144 WARN  
(zkCallback-646-thread-1-processing-n:127.0.0.1:64940_solr) 
[n:127.0.0.1:64940_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 281144 INFO  (jetty-closer-625-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@41b8e572{/solr,null,UNAVAILABLE}
   [junit4]   2> 281145 INFO  
(zkCallback-644-thread-2-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 281145 WARN  
(zkCallback-644-thread-2-processing-n:127.0.0.1:64938_solr) 
[n:127.0.0.1:64938_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 281146 INFO  (jetty-closer-625-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5c5942b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 281148 ERROR 
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 281148 INFO  
(SUITE-StreamExpressionTest-seed#[C2A06E95E4E12915]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:64936 64936
   [junit4]   2> 281158 INFO  (Thread-685) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:64936 64936
   [junit4]   2> 281246 WARN  (Thread-685) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        89      /solr/aliases.json
   [junit4]   2>        89      /solr/clusterprops.json
   [junit4]   2>        12      /solr/configs/conf
   [junit4]   2>        8       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        89      /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/destinationCollection/state.json
   [junit4]   2>        4       /solr/collections/destination/state.json
   [junit4]   2>        4       
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        4       /solr/collections/mainCorpus/state.json
   [junit4]   2>        2       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/collections/workQueue/state.json
   [junit4]   2>        2       /solr/collections/uknownCollection/state.json
   [junit4]   2>        2       
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        2       /solr/collections/modelCollection/state.json
   [junit4]   2>        2       
/solr/collections/checkpointCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        89      /solr/live_nodes
   [junit4]   2>        89      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_C2A06E95E4E12915-001
   [junit4]   2> Jun 19, 2017 9:58:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=PostingsFormat(name=Memory), name_s=PostingsFormat(name=MockRandom), 
iteration_i=PostingsFormat(name=MockRandom), 
terms_ss=PostingsFormat(name=Direct), join2_s=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_f=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a2_s=PostingsFormat(name=Memory), 
falseNegative_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_i=PostingsFormat(name=MockRandom), level1_s=PostingsFormat(name=Memory), 
body_t=PostingsFormat(name=MockRandom), a_s=PostingsFormat(name=Memory), 
a_t=PostingsFormat(name=Direct), id=PostingsFormat(name=MockRandom), 
text=PostingsFormat(name=Memory), alpha_d=PostingsFormat(name=MockRandom), 
i_multi=PostingsFormat(name=MockRandom), 
idf_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
b_ls=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
checkpoint_ss=PostingsFormat(name=MockRandom), 
test_t=PostingsFormat(name=MockRandom), 
ident_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
order_i=PostingsFormat(name=Direct), error_d=PostingsFormat(name=Memory), 
side_s=PostingsFormat(name=MockRandom), 
truePositive_i=PostingsFormat(name=Memory), 
miles_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
price_f=PostingsFormat(name=Direct), 
a1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
join1_i=PostingsFormat(name=Memory), join3_i=PostingsFormat(name=MockRandom), 
test_i=PostingsFormat(name=Direct), 
falsePositive_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field_i=PostingsFormat(name=Direct), s_multi=PostingsFormat(name=Memory), 
col_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_ss=PostingsFormat(name=Direct), 
level2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
score_f=PostingsFormat(name=Memory), 
tv_text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
term_s=PostingsFormat(name=Direct), text_s=PostingsFormat(name=Memory), 
timestamp=PostingsFormat(name=Direct), idfs_ds=PostingsFormat(name=Direct), 
weights_ds=PostingsFormat(name=MockRandom), 
featureSet_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
trueNegative_i=PostingsFormat(name=Memory), 
index_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
test_dt=PostingsFormat(name=Memory), 
out_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
whitetok=PostingsFormat(name=MockRandom), 
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{expr_s=DocValuesFormat(name=Lucene70), 
name_s=DocValuesFormat(name=Memory), iteration_i=DocValuesFormat(name=Memory), 
terms_ss=DocValuesFormat(name=Lucene70), 
join2_s=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Lucene70), 
price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Direct), 
join1_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Memory), 
join3_i=DocValuesFormat(name=Memory), test_i=DocValuesFormat(name=Lucene70), 
falsePositive_i=DocValuesFormat(name=Direct), 
field_i=DocValuesFormat(name=Lucene70), 
level1_s=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Lucene70), col_s=DocValuesFormat(name=Direct), 
a_ss=DocValuesFormat(name=Lucene70), level2_s=DocValuesFormat(name=Direct), 
a_s=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Lucene70), 
term_s=DocValuesFormat(name=Lucene70), text_s=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Lucene70), 
i_multi=DocValuesFormat(name=Memory), 
featureSet_s=DocValuesFormat(name=Direct), 
trueNegative_i=DocValuesFormat(name=Lucene70), 
index_i=DocValuesFormat(name=Direct), b_ls=DocValuesFormat(name=Direct), 
test_dt=DocValuesFormat(name=Lucene70), out_i=DocValuesFormat(name=Direct), 
checkpoint_ss=DocValuesFormat(name=Memory), 
ident_s=DocValuesFormat(name=Direct), order_i=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Direct), side_s=DocValuesFormat(name=Memory), 
truePositive_i=DocValuesFormat(name=Lucene70), 
miles_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=986, 
maxMBSortInHeap=7.931305942845578, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ru-RU, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=159314008,total=464162816
   [junit4]   2> NOTE: All tests run in this JVM: [ArcTangentEvaluatorTest, 
ModifiableSolrParamsTest, FloorEvaluatorTest, HttpSolrClientSSLAuthConPoolTest, 
StreamingTest, TestV1toV2ApiMapper, ConcatOperationTest, 
ArcCosineEvaluatorTest, HyperbolicSineEvaluatorTest, SchemaTest, 
TestSolrProperties, TangentEvaluatorTest, TestDelegationTokenRequest, 
NoOpResponseParserTest, TestDocumentObjectBinder, SolrDocumentTest, 
NamedListTest, TestBatchUpdate, LessThanEvaluatorTest, GraphTest, 
TestUpdateRequestCodec, DivideEvaluatorTest, FieldAnalysisResponseTest, 
SelectWithEvaluatorsTest, CloudSolrClientMultiConstructorTest, 
TestEmbeddedSolrServer, TestPathTrie, SolrExampleStreamingTest, 
StreamExpressionToExpessionTest, TestCloudSolrClientConnections, 
CloudSolrClientBuilderTest, TestJavaBinCodec, SolrExampleXMLTest, 
NotEvaluatorTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, 
LargeVolumeBinaryJettyTest, JettyWebappTest, LargeVolumeEmbeddedTest, 
TestSpellCheckResponse, LargeVolumeJettyTest, TermsResponseTest, 
QueryResponseTest, TestHash, ContentStreamTest, TestFastInputStream, 
TestXMLEscaping, AnlysisResponseBaseTest, FacetFieldTest, 
CollectionAdminRequestRequiredParamsTest, GetByIdTest, 
SolrSchemalessExampleTest, TestSolrJErrorHandling, CloudSolrClientCacheTest, 
CloudSolrClientTest, JDBCStreamTest, StreamExpressionTest]
   [junit4] Completed [135/135 (1!)] on J0 in 109.86s, 89 tests, 1 error <<< 
FAILURES!

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

Reply via email to