Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17956/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([15E00891F2D26E64:D428D5D753B4BFCD]:0)
        at sun.security.ssl.InputRecord.<init>(InputRecord.java:93)
        at sun.security.ssl.HandshakeInStream.<init>(HandshakeInStream.java:63)
        at sun.security.ssl.Handshaker.activate(Handshaker.java:535)
        at 
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:578)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.waitForServer(TestLBHttpSolrClient.java:237)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:225)
        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)


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaShard2NonLeaderClient

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:34257/solr/test_col

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:34257/solr/test_col
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:619)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletes(TestTolerantUpdateProcessorCloud.java:356)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaShard2NonLeaderClient(TestTolerantUpdateProcessorCloud.java:297)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 45 more


FAILED:  
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([70B91B9A017B9D31:F8ED2440AF87F0C9]:0)
        at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:77)
        at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:94)
        at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:105)
        at sun.security.ssl.AppOutputStream.<init>(AppOutputStream.java:52)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:636)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:567)
        at 
sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:110)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:363)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
        at 
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)




Build Log:
[...truncated 12295 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/init-core-data-001
   [junit4]   2> 1784827 INFO  
(SUITE-DistributedFacetPivotLongTailTest-seed#[70B91B9A017B9D31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1784828 INFO  
(SUITE-DistributedFacetPivotLongTailTest-seed#[70B91B9A017B9D31]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1784883 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1784884 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1784885 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@954a64b{/,null,AVAILABLE}
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@691e2d0{SSL,[ssl, 
http/1.1]}{127.0.0.1:42522}
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server Started @1786965ms
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=42522, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/control/cores}
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1784888 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T02:20:05.178Z
   [junit4]   2> 1784889 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/control/solr.xml
   [junit4]   2> 1784895 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/control/cores
   [junit4]   2> 1784895 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1784895 INFO  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1784915 INFO  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1784943 INFO  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1785025 WARN  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1785037 INFO  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1785043 INFO  (coreLoadExecutor-9933-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1785044 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1785044 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3643b0b4
   [junit4]   2> 1785044 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1785054 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1785054 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1785055 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1785055 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1785055 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=91.416015625, 
floorSegmentMB=2.1640625, forceMergeDeletesPctAllowed=13.100952225873444, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1785055 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@268721c0[collection1] main]
   [junit4]   2> 1785055 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1785126 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1785324 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1785324 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1785325 INFO  (coreLoadExecutor-9933-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1547133209138954240
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1785325 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1785326 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1785326 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1785327 INFO  
(searcherExecutor-9934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@268721c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1785451 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1785452 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1785453 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@273c1ac4{/,null,AVAILABLE}
   [junit4]   2> 1785454 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@62c46a27{SSL,[ssl, 
http/1.1]}{127.0.0.1:41724}
   [junit4]   2> 1785454 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server Started @1787531ms
   [junit4]   2> 1785454 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=41724, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard0/cores}
   [junit4]   2> 1785455 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1785455 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1785455 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1785455 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T02:20:05.745Z
   [junit4]   2> 1785455 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1785461 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard0/cores
   [junit4]   2> 1785461 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1785462 INFO  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1785483 INFO  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1785503 INFO  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1785597 WARN  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1785599 INFO  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1785604 INFO  (coreLoadExecutor-9944-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1785604 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1785604 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3643b0b4
   [junit4]   2> 1785604 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1785615 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1785615 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1785615 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1785615 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1785615 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=91.416015625, 
floorSegmentMB=2.1640625, forceMergeDeletesPctAllowed=13.100952225873444, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1785616 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@399db35a[collection1] main]
   [junit4]   2> 1785616 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1785668 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1785813 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1785813 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1785813 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1785813 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1785813 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1785813 INFO  (coreLoadExecutor-9944-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1547133209650659328
   [junit4]   2> 1785813 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1785814 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1785814 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1785814 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1785814 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1785815 INFO  
(searcherExecutor-9945-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@399db35a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1786016 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1786017 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1786017 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22267324{/,null,AVAILABLE}
   [junit4]   2> 1786019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@9f17b7b{SSL,[ssl, 
http/1.1]}{127.0.0.1:35387}
   [junit4]   2> 1786019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server Started @1788096ms
   [junit4]   2> 1786019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=35387, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard1/cores}
   [junit4]   2> 1786020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1786020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1786020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T02:20:06.310Z
   [junit4]   2> 1786020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 1786026 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard1/cores
   [junit4]   2> 1786026 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1786027 INFO  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1786057 INFO  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1786076 INFO  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1786182 WARN  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1786184 INFO  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1786188 INFO  (coreLoadExecutor-9955-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1786188 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 1786188 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3643b0b4
   [junit4]   2> 1786189 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1786199 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1786199 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1786199 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1786199 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1786200 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=91.416015625, 
floorSegmentMB=2.1640625, forceMergeDeletesPctAllowed=13.100952225873444, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1786200 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7648447d[collection1] main]
   [junit4]   2> 1786200 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1786227 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1786337 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1786337 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1786338 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1786338 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1786338 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1786338 INFO  (coreLoadExecutor-9955-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1547133210201161728
   [junit4]   2> 1786338 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1786338 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1786339 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1786339 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1786339 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1786340 INFO  
(searcherExecutor-9956-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7648447d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1786599 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 1786600 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1786601 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@db461c8{/,null,AVAILABLE}
   [junit4]   2> 1786603 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@42591417{SSL,[ssl, 
http/1.1]}{127.0.0.1:35232}
   [junit4]   2> 1786603 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.e.j.s.Server Started @1788680ms
   [junit4]   2> 1786603 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=35232, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard2/cores}
   [junit4]   2> 1786603 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1786604 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1786604 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786604 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T02:20:06.894Z
   [junit4]   2> 1786604 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 1786612 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard2/cores
   [junit4]   2> 1786612 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1786613 INFO  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1786639 INFO  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1786662 INFO  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1786792 WARN  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1786795 INFO  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1786803 INFO  (coreLoadExecutor-9966-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1786804 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedFacetPivotLongTailTest_70B91B9A017B9D31-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 1786804 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3643b0b4
   [junit4]   2> 1786805 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1786820 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1786820 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1786820 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1786820 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1786820 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=91.416015625, 
floorSegmentMB=2.1640625, forceMergeDeletesPctAllowed=13.100952225873444, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1786821 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18df2d2f[collection1] main]
   [junit4]   2> 1786821 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1786843 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1786947 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1786948 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1786949 INFO  (coreLoadExecutor-9966-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1547133210841841664
   [junit4]   2> 1786950 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1786950 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1786950 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1786950 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1786951 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1786951 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1786951 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1786951 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1786952 INFO  
(searcherExecutor-9967-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18df2d2f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1787115 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[70B91B9A017B9D31]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1787145 INFO  (qtp1572913099-87351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1547133211046313984)]} 0 0
   [junit4]   2> 1787199 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1547133211101888512)]} 0 1
   [junit4]   2> 1787230 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1547133211135442944)]} 0 1
   [junit4]   2> 1787234 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1547133211139637248)]} 0 0
   [junit4]   2> 1787238 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1547133211144880128)]} 0 0
   [junit4]   2> 1787242 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1547133211149074432)]} 0 0
   [junit4]   2> 1787245 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1547133211152220160)]} 0 0
   [junit4]   2> 1787249 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1547133211155365888)]} 0 0
   [junit4]   2> 1787251 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1547133211158511616)]} 0 0
   [junit4]   2> 1787253 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1547133211160608768)]} 0 0
   [junit4]   2> 1787255 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1547133211162705920)]} 0 0
   [junit4]   2> 1787257 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1547133211164803072)]} 0 0
   [junit4]   2> 1787260 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1547133211167948800)]} 0 0
   [junit4]   2> 1787262 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1547133211170045952)]} 0 0
   [junit4]   2> 1787264 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1547133211172143104)]} 0 0
   [junit4]   2> 1787266 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1547133211174240256)]} 0 0
   [junit4]   2> 1787268 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1547133211176337408)]} 0 0
   [junit4]   2> 1787271 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[18 (1547133211179483136)]} 0 0
   [junit4]   2> 1787273 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[19 (1547133211181580288)]} 0 0
   [junit4]   2> 1787276 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[20 (1547133211184726016)]} 0 0
   [junit4]   2> 1787283 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[21 (1547133211192066048)]} 0 1
   [junit4]   2> 1787285 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[22 (1547133211194163200)]} 0 0
   [junit4]   2> 1787288 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[23 (1547133211197308928)]} 0 0
   [junit4]   2> 1787291 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[24 (1547133211199406080)]} 0 0
   [junit4]   2> 1787293 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[25 (1547133211202551808)]} 0 0
   [junit4]   2> 1787297 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[26 (1547133211205697536)]} 0 0
   [junit4]   2> 1787299 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[27 (1547133211208843264)]} 0 0
   [junit4]   2> 1787302 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[28 (1547133211211988992)]} 0 0
   [junit4]   2> 1787304 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[29 (1547133211214086144)]} 0 0
   [junit4]   2> 1787307 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[30 (1547133211217231872)]} 0 0
   [junit4]   2> 1787309 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[31 (1547133211219329024)]} 0 0
   [junit4]   2> 1787311 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[32 (1547133211221426176)]} 0 0
   [junit4]   2> 1787313 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[33 (1547133211223523328)]} 0 0
   [junit4]   2> 1787315 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[34 (1547133211225620480)]} 0 0
   [junit4]   2> 1787318 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[35 (1547133211227717632)]} 0 0
   [junit4]   2> 1787320 INFO  (qtp1100876150-87386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[36 (1547133211230863360)]} 0 0
   [junit4]   2> 1787322 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[37 (1547133211232960512)]} 0 0
   [junit4]   2> 1787324 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[38 (1547133211235057664)]} 0 0
   [junit4]   2> 1787326 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[39 (1547133211237154816)]} 0 0
   [junit4]   2> 1787329 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[40 (1547133211240300544)]} 0 0
   [junit4]   2> 1787333 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[41 (1547133211244494848)]} 0 0
   [junit4]   2> 1787335 INFO  (qtp1100876150-87386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[42 (1547133211246592000)]} 0 0
   [junit4]   2> 1787337 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[43 (1547133211248689152)]} 0 0
   [junit4]   2> 1787344 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[44 (1547133211256029184)]} 0 0
   [junit4]   2> 1787346 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[45 (1547133211258126336)]} 0 0
   [junit4]   2> 1787348 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[46 (1547133211260223488)]} 0 0
   [junit4]   2> 1787351 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[47 (1547133211263369216)]} 0 0
   [junit4]   2> 1787355 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[48 (1547133211266514944)]} 0 1
   [junit4]   2> 1787358 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[49 (1547133211270709248)]} 0 0
   [junit4]   2> 1787361 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[50 (1547133211273854976)]} 0 0
   [junit4]   2> 1787364 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[51 (1547133211277000704)]} 0 0
   [junit4]   2> 1787367 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[52 (1547133211280146432)]} 0 0
   [junit4]   2> 1787370 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[53 (1547133211283292160)]} 0 0
   [junit4]   2> 1787372 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[54 (1547133211285389312)]} 0 0
   [junit4]   2> 1787374 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[55 (1547133211287486464)]} 0 0
   [junit4]   2> 1787376 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[56 (1547133211289583616)]} 0 0
   [junit4]   2> 1787379 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[57 (1547133211292729344)]} 0 0
   [junit4]   2> 1787381 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[58 (1547133211294826496)]} 0 0
   [junit4]   2> 1787383 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[59 (1547133211296923648)]} 0 0
   [junit4]   2> 1787386 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[60 (1547133211300069376)]} 0 0
   [junit4]   2> 1787388 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[61 (1547133211302166528)]} 0 0
   [junit4]   2> 1787392 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[62 (1547133211305312256)]} 0 0
   [junit4]   2> 1787394 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[63 (1547133211308457984)]} 0 0
   [junit4]   2> 1787397 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[64 (1547133211311603712)]} 0 0
   [junit4]   2> 1787400 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[65 (1547133211314749440)]} 0 0
   [junit4]   2> 1787403 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[66 (1547133211317895168)]} 0 0
   [junit4]   2> 1787406 INFO  (qtp1572913099-87351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[67 (1547133211319992320)]} 0 0
   [junit4]   2> 1787408 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[68 (1547133211323138048)]} 0 0
   [junit4]   2> 1787410 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[69 (1547133211325235200)]} 0 0
   [junit4]   2> 1787413 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[70 (1547133211328380928)]} 0 0
   [junit4]   2> 1787416 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[71 (1547133211331526656)]} 0 0
   [junit4]   2> 1787419 INFO  (qtp1100876150-87386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[72 (1547133211333623808)]} 0 0
   [junit4]   2> 1787421 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[73 (1547133211336769536)]} 0 0
   [junit4]   2> 1787423 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[74 (1547133211338866688)]} 0 0
   [junit4]   2> 1787425 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[75 (1547133211340963840)]} 0 0
   [junit4]   2> 1787428 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[76 (1547133211344109568)]} 0 0
   [junit4]   2> 1787431 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[77 (1547133211347255296)]} 0 0
   [junit4]   2> 1787433 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[78 (1547133211349352448)]} 0 0
   [junit4]   2> 1787436 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[79 (1547133211351449600)]} 0 0
   [junit4]   2> 1787439 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[80 (1547133211354595328)]} 0 0
   [junit4]   2> 1787441 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[81 (1547133211356692480)]} 0 0
   [junit4]   2> 1787443 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[82 (1547133211359838208)]} 0 0
   [junit4]   2> 1787445 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[83 (1547133211361935360)]} 0 0
   [junit4]   2> 1787448 INFO  (qtp1100876150-87386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[84 (1547133211365081088)]} 0 0
   [junit4]   2> 1787451 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[85 (1547133211368226816)]} 0 0
   [junit4]   2> 1787454 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[86 (1547133211371372544)]} 0 0
   [junit4]   2> 1787456 INFO  (qtp1100876150-87387) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[87 (1547133211373469696)]} 0 0
   [junit4]   2> 1787459 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[88 (1547133211376615424)]} 0 0
   [junit4]   2> 1787462 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[89 (1547133211378712576)]} 0 0
   [junit4]   2> 1787466 INFO  (qtp1100876150-87386) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[90 (1547133211382906880)]} 0 0
   [junit4]   2> 1787469 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[91 (1547133211387101184)]} 0 0
   [junit4]   2> 1787472 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[92 (1547133211390246912)]} 0 0
   [junit4]   2> 1787476 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[93 (1547133211394441216)]} 0 0
   [junit4]   2> 1787478 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[94 (1547133211396538368)]} 0 0
   [junit4]   2> 1787480 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[95 (1547133211398635520)]} 0 0
   [junit4]   2> 1787483 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[96 (1547133211400732672)]} 0 0
   [junit4]   2> 1787485 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[97 (1547133211403878400)]} 0 0
   [junit4]   2> 1787488 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[98 (1547133211407024128)]} 0 0
   [junit4]   2> 1787491 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[99 (1547133211410169856)]} 0 0
   [junit4]   2> 1787497 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1547133211416461312)]} 0 0
   [junit4]   2> 1787502 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1547133211421704192)]} 0 0
   [junit4]   2> 1787506 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1547133211424849920)]} 0 0
   [junit4]   2> 1787509 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1547133211429044224)]} 0 0
   [junit4]   2> 1787537 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1547133211457355776)]} 0 0
   [junit4]   2> 1787541 INFO  (qtp1100876150-87387) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1547133211462598656)]} 0 0
   [junit4]   2> 1787544 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1547133211465744384)]} 0 0
   [junit4]   2> 1787548 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1547133211469938688)]} 0 0
   [junit4]   2> 1787551 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1547133211472035840)]} 0 0
   [junit4]   2> 1787554 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1547133211476230144)]} 0 0
   [junit4]   2> 1787557 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1547133211479375872)]} 0 0
   [junit4]   2> 1787561 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1547133211483570176)]} 0 0
   [junit4]   2> 1787564 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1547133211486715904)]} 0 0
   [junit4]   2> 1787568 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1547133211490910208)]} 0 0
   [junit4]   2> 1787572 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1547133211495104512)]} 0 0
   [junit4]   2> 1787575 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1547133211498250240)]} 0 0
   [junit4]   2> 1787578 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1547133211500347392)]} 0 0
   [junit4]   2> 1787580 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1547133211503493120)]} 0 0
   [junit4]   2> 1787585 INFO  (qtp1572913099-87351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1547133211508736000)]} 0 0
   [junit4]   2> 1787588 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1547133211511881728)]} 0 0
   [junit4]   2> 1787591 INFO  (qtp1100876150-87387) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1547133211515027456)]} 0 0
   [junit4]   2> 1787595 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1547133211518173184)]} 0 1
   [junit4]   2> 1787598 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1547133211522367488)]} 0 0
   [junit4]   2> 1787603 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1547133211527610368)]} 0 0
   [junit4]   2> 1787606 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1547133211530756096)]} 0 0
   [junit4]   2> 1787609 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1547133211533901824)]} 0 0
   [junit4]   2> 1787613 INFO  (qtp1100876150-87387) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1547133211538096128)]} 0 0
   [junit4]   2> 1787620 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1547133211545436160)]} 0 0
   [junit4]   2> 1787623 INFO  (qtp549770350-87375) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1547133211548581888)]} 0 0
   [junit4]   2> 1787628 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1547133211552776192)]} 0 0
   [junit4]   2> 1787632 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1547133211558019072)]} 0 0
   [junit4]   2> 1787635 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1547133211561164800)]} 0 0
   [junit4]   2> 1787638 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1547133211564310528)]} 0 0
   [junit4]   2> 1787641 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1547133211567456256)]} 0 0
   [junit4]   2> 1787645 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1547133211571650560)]} 0 0
   [junit4]   2> 1787648 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1547133211573747712)]} 0 0
   [junit4]   2> 1787651 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1547133211576893440)]} 0 0
   [junit4]   2> 1787654 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1547133211580039168)]} 0 0
   [junit4]   2> 1787658 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1547133211584233472)]} 0 0
   [junit4]   2> 1787661 INFO  (qtp1572913099-87351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1547133211587379200)]} 0 0
   [junit4]   2> 1787664 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1547133211591573504)]} 0 0
   [junit4]   2> 1787668 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1547133211595767808)]} 0 0
   [junit4]   2> 1787675 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1547133211603107840)]} 0 0
   [junit4]   2> 1787679 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1547133211606253568)]} 0 1
   [junit4]   2> 1787682 INFO  (qtp1100876150-87389) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1547133211610447872)]} 0 0
   [junit4]   2> 1787685 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1547133211612545024)]} 0 0
   [junit4]   2> 1787688 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1547133211616739328)]} 0 0
   [junit4]   2> 1787692 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1547133211619885056)]} 0 0
   [junit4]   2> 1787694 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1547133211623030784)]} 0 0
   [junit4]   2> 1787697 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1547133211626176512)]} 0 0
   [junit4]   2> 1787700 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[150 (1547133211628273664)]} 0 0
   [junit4]   2> 1787703 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[151 (1547133211632467968)]} 0 0
   [junit4]   2> 1787706 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[152 (1547133211635613696)]} 0 0
   [junit4]   2> 1787708 INFO  (qtp1100876150-87387) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[153 (1547133211637710848)]} 0 0
   [junit4]   2> 1787711 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[154 (1547133211640856576)]} 0 0
   [junit4]   2> 1787714 INFO  (qtp549770350-87368) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[155 (1547133211644002304)]} 0 0
   [junit4]   2> 1787717 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[156 (1547133211647148032)]} 0 0
   [junit4]   2> 1787720 INFO  (qtp1572913099-87352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[157 (1547133211650293760)]} 0 0
   [junit4]   2> 1787723 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[158 (1547133211653439488)]} 0 0
   [junit4]   2> 1787725 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[159 (1547133211655536640)]} 0 0
   [junit4]   2> 1787729 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[160 (1547133211659730944)]} 0 0
   [junit4]   2> 1787732 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[161 (1547133211661828096)]} 0 0
   [junit4]   2> 1787735 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[162 (1547133211666022400)]} 0 0
   [junit4]   2> 1787741 INFO  (qtp1572913099-87356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[163 (1547133211672313856)]} 0 0
   [junit4]   2> 1787744 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[164 (1547133211675459584)]} 0 0
   [junit4]   2> 1787746 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[165 (1547133211677556736)]} 0 0
   [junit4]   2> 1787749 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[166 (1547133211680702464)]} 0 0
   [junit4]   2> 1787754 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[167 (1547133211684896768)]} 0 0
   [junit4]   2> 1787758 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[168 (1547133211689091072)]} 0 0
   [junit4]   2> 1787760 INFO  (qtp1572913099-87353) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[169 (1547133211692236800)]} 0 0
   [junit4]   2> 1787764 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[170 (1547133211696431104)]} 0 0
   [junit4]   2> 1787768 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[171 (1547133211700625408)]} 0 0
   [junit4]   2> 1787771 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[172 (1547133211703771136)]} 0 0
   [junit4]   2> 1787775 INFO  (qtp549770350-87373) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[173 (1547133211707965440)]} 0 0
   [junit4]   2> 1787778 INFO  (qtp1100876150-87385) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[174 (1547133211711111168)]} 0 0
   [junit4]   2> 1787781 INFO  (qtp1572913099-87351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[175 (1547133211714256896)]} 0 0
   [junit4]   2> 1787785 INFO  (qtp549770350-87371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[176 (1547133211718451200)]} 0 0
   [junit4]   2> 1787790 INFO  (qtp1100876150-87388) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[177 (1547133211723694080)]} 0 0
   [junit4]   2> 1787793 INFO  (qtp1572913099-87355) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[178 (1547133211726839808)]} 0 0
   [junit4]   2> 1787800 INFO  (qtp549770350-87374) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[179 (1547133211733131264)]} 0 0
   [junit4]   2> 1787802 INFO  (qtp1100876150-87391) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[180 (1547133211736276992)]} 0 0
   [junit4]   2> 1787805 INFO  (qtp1572913099-87358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[181 (1547133211739422720)]} 0 0
   [junit4]   2> 1787807 INFO  (qtp549770350-87369) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[182 (1547133211741519872)]} 0 0
   [junit4]   2> 1787809 INFO  (qtp1100876150-87392) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[183 (1547133211743617024)]} 0 0
   [junit4]   2> 1787813 INFO  (qtp1572913099-87354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[184 (1547133211747811328)]} 0 0
   [junit4]   2> 1787815 INFO  (qtp549770350-87370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[185 (15471332117

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

LBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=204600516
   [junit4]   2> 127483 INFO  (coreCloseExecutor-859-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@32f6de34
   [junit4]   2> 127487 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6646f2f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 127488 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 127489 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14b86ec1{/solr,null,AVAILABLE}
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@14bd869{SSL,[ssl, 
http/1.1]}{127.0.0.1:42323}
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.Server Started @129746ms
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=42323}
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-03T02:30:34.674Z
   [junit4]   2> 127491 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/solr.xml
   [junit4]   2> 127502 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/.
   [junit4]   2> 127502 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 127507 INFO  (coreLoadExecutor-866-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 127514 INFO  (coreLoadExecutor-866-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 127516 INFO  (coreLoadExecutor-866-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 127517 INFO  (coreLoadExecutor-866-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/./collection1
   [junit4]   2> 127517 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/./collection1/data/]
   [junit4]   2> 127521 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 127522 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 127524 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@348c60dc[collection1] main]
   [junit4]   2> 127524 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001/instance-0-001/collection1/conf
   [junit4]   2> 127524 INFO  (coreLoadExecutor-866-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 127524 INFO  
(searcherExecutor-867-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@348c60dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 128002 INFO  (qtp1475998334-1785) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} 
hits=10 status=0 QTime=0
   [junit4]   2> 129205 INFO  (qtp1475998334-1792) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 129207 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@14bd869{SSL,[ssl, 
http/1.1]}{127.0.0.1:42323}
   [junit4]   2> 129207 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=244854304
   [junit4]   2> 129207 INFO  (coreCloseExecutor-871-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@74a98e57
   [junit4]   2> 129212 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@14b86ec1{/solr,null,UNAVAILABLE}
   [junit4]   2> 129215 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@216dd4e2{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 129215 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=114334899
   [junit4]   2> 129216 INFO  (coreCloseExecutor-873-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2a6828b7
   [junit4]   2> 129219 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5d195413{/solr,null,UNAVAILABLE}
   [junit4]   2> 129220 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[15E00891F2D26E64]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 129221 INFO  
(SUITE-TestLBHttpSolrClient-seed#[15E00891F2D26E64]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_15E00891F2D26E64-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{name=FSTOrd50, id=FSTOrd50}, docValues:{}, maxPointsInLeafNode=1304, 
maxMBSortInHeap=6.205093719661237, sim=ClassicSimilarity, locale=sr-CS, 
timezone=Libya
   [junit4]   2> NOTE: Linux 4.4.0-36-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=2,free=227746392,total=497549312
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollectionStateWatchers, 
GraphExpressionTest, TestUpdateRequestCodec, StreamExpressionToExpessionTest, 
TestSuggesterResponse, SolrQueryTest, SchemaTest, SolrDocumentTest, 
NoOpResponseParserTest, SolrExampleStreamingBinaryTest, TestSolrProperties, 
CommonParamsTest, ClientUtilsTest, QueryResponseTest, TestSpellCheckResponse, 
SolrParamTest, MergeIndexesEmbeddedTest, TestLBHttpSolrClient]
   [junit4] Completed [85/85 (1!)] on J1 in 37.84s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20161003_022824_892.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid21279.hprof 
...
   [junit4] Heap dump file created [505637880 bytes in 1.111 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 10381 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid21279.hprof
* java_pid25358.hprof
* java_pid25369.hprof

Total time: 62 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to