You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@sd-datasolutions.de> on 2012/06/29 07:54:23 UTC

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 188 - Failure!

Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/188/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.testDistribSearch

Error Message:
Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #0,6,]

Stack Trace:
java.lang.RuntimeException: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #0,6,]
	at com.carrotsearch.randomizedtesting.RunnerThreadGroup.processUncaught(RunnerThreadGroup.java:96)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:857)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	at org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
	at org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
	at __randomizedtesting.SeedInfo.seed([8C7827CB479FBC8C]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:507)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:480)
Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
	at org.apache.lucene.store.Directory.ensureOpen(Directory.java:244)
	at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:241)
	at org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:320)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3157)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:382)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:451)




Build Log:
[...truncated 6513 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4] ERROR   37.5s | RecoveryZkTest.testDistribSearch
   [junit4]    > Throwable #1: java.lang.RuntimeException: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #0,6,]
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RunnerThreadGroup.processUncaught(RunnerThreadGroup.java:96)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:857)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]    > 	at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
   [junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
   [junit4]    > 	at org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]    > 	at org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
   [junit4]    > 	at org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
   [junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
   [junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8C7827CB479FBC8C]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:507)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:480)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
   [junit4]    > 	at org.apache.lucene.store.Directory.ensureOpen(Directory.java:244)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:241)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:320)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3157)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:382)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:451)
   [junit4]    > 
   [junit4]   2> 5 T77 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\.\solrtest-RecoveryZkTest-1340948155023
   [junit4]   2> 10 T77 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 42 T78 oaz.Environment.logEnv Server environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT
   [junit4]   2> 42 T78 oaz.Environment.logEnv Server environment:host.name=JenkinsSlave-PC
   [junit4]   2> 42 T78 oaz.Environment.logEnv Server environment:java.version=1.6.0_32
   [junit4]   2> 43 T78 oaz.Environment.logEnv Server environment:java.vendor=Sun Microsystems Inc.
   [junit4]   2> 43 T78 oaz.Environment.logEnv Server environment:java.home=C:\Program Files\Java\jdk1.6.0_32\jre
   [junit4]   2> 43 T78 oaz.Environment.logEnv Server environment:java.class.path=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-test-framework\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\test-framework\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\kuromoji\lucene-analyzers-kuromoji-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\memory\lucene-memory-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\misc\lucene-misc-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\spatial\lucene-spatial-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\suggest\lucene-suggest-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\grouping\lucene-grouping-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\queries\lucene-queries-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\queryparser\lucene-queryparser-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-solrj\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-codec-1.6.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-fileupload-1.2.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-io-2.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-lang-2.6.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\easymock-2.2.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\guava-r05.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpclient-4.1.3.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpcore-4.1.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpmime-4.1.3.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\javax.servlet-api-3.0.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\jcl-over-slf4j-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\log4j-over-slf4j-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\slf4j-api-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\slf4j-jdk14-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\spatial4j-0.2.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\wstx-asl-3.2.7.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\zookeeper-3.3.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-continuation-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-deploy-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-http-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-io-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-jmx-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-security-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-server-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-servlet-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-util-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-webapp-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-xml-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\servlet-api-3.0.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\example-DIH\solr\db\lib\hsqldb-1.8.0.10.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\core\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\test-framework\lib\junit-4.10.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\test-framework\lib\randomizedtesting-runner-1.5.0.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\classes\test;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-launcher.jar;C:\Users\JenkinsSlave\.ant\lib\ivy-2.2.0.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-antlr.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-bcel.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-bsf.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-log4j.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-oro.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-regexp.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-resolver.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-xalan2.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-commons-logging.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-commons-net.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jai.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-javamail.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jdepend.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jmf.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jsch.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-junit.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-junit4.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-netrexx.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-swing.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-testutil.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant.jar;C:\Program Files\Java\jdk1.6.0_32\lib\tools.jar;C:\Users\JenkinsSlave\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-1.5.0.jar
   [junit4]   2> 44 T78 oaz.Environment.logEnv Server environment:java.library.path=C:\Program Files\Java\jdk1.6.0_32\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk1.6.0_32/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre6\bin;.
   [junit4]   2> 44 T78 oaz.Environment.logEnv Server environment:java.io.tmpdir=C:\Users\JENKIN~2\AppData\Local\Temp\
   [junit4]   2> 44 T78 oaz.Environment.logEnv Server environment:java.compiler=<NA>
   [junit4]   2> 44 T78 oaz.Environment.logEnv Server environment:os.name=Windows 7
   [junit4]   2> 44 T78 oaz.Environment.logEnv Server environment:os.arch=amd64
   [junit4]   2> 45 T78 oaz.Environment.logEnv Server environment:os.version=6.1
   [junit4]   2> 45 T78 oaz.Environment.logEnv Server environment:user.name=JenkinsSlave
   [junit4]   2> 45 T78 oaz.Environment.logEnv Server environment:user.home=C:\Users\JenkinsSlave
   [junit4]   2> 45 T78 oaz.Environment.logEnv Server environment:user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 97 T78 oazs.ZooKeeperServer.setTickTime tickTime set to 3000
   [junit4]   2> 154 T78 oazs.NIOServerCnxn$Factory.<init> binding to port 0.0.0.0/0.0.0.0:0
   [junit4]   2> 208 T78 oazsp.FileTxnSnapLog.save Snapshotting: 0
   [junit4]   2> 276 T77 oaz.Environment.logEnv Client environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT
   [junit4]   2> 277 T77 oaz.Environment.logEnv Client environment:host.name=JenkinsSlave-PC
   [junit4]   2> 277 T77 oaz.Environment.logEnv Client environment:java.version=1.6.0_32
   [junit4]   2> 277 T77 oaz.Environment.logEnv Client environment:java.vendor=Sun Microsystems Inc.
   [junit4]   2> 277 T77 oaz.Environment.logEnv Client environment:java.home=C:\Program Files\Java\jdk1.6.0_32\jre
   [junit4]   2> 278 T77 oaz.Environment.logEnv Client environment:java.class.path=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-test-framework\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\test-framework\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\kuromoji\lucene-analyzers-kuromoji-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\analysis\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\memory\lucene-memory-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\misc\lucene-misc-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\spatial\lucene-spatial-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\suggest\lucene-suggest-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\grouping\lucene-grouping-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\queries\lucene-queries-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\queryparser\lucene-queryparser-4.0-SNAPSHOT.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-solrj\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-codec-1.6.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-fileupload-1.2.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-io-2.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\commons-lang-2.6.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\easymock-2.2.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\guava-r05.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpclient-4.1.3.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpcore-4.1.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\httpmime-4.1.3.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\javax.servlet-api-3.0.1.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\jcl-over-slf4j-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\log4j-over-slf4j-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\slf4j-api-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\slf4j-jdk14-1.6.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\spatial4j-0.2.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\wstx-asl-3.2.7.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\lib\zookeeper-3.3.4.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-continuation-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-deploy-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-http-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-io-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-jmx-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-security-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-server-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-servlet-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-util-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-webapp-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\jetty-xml-8.1.2.v20120308.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\lib\servlet-api-3.0.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\example\example-DIH\solr\db\lib\hsqldb-1.8.0.10.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\build\core\classes\java;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\test-framework\lib\junit-4.10.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\test-framework\lib\randomizedtesting-runner-1.5.0.jar;C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\classes\test;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-launcher.jar;C:\Users\JenkinsSlave\.ant\lib\ivy-2.2.0.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-antlr.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-bcel.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-bsf.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-log4j.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-oro.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-regexp.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-resolver.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-apache-xalan2.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-commons-logging.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-commons-net.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jai.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-javamail.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jdepend.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jmf.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-jsch.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-junit.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-junit4.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-netrexx.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-swing.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant-testutil.jar;C:\Jenkins\tools\apache-ant-1.8.2\lib\ant.jar;C:\Program Files\Java\jdk1.6.0_32\lib\tools.jar;C:\Users\JenkinsSlave\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-1.5.0.jar
   [junit4]   2> 278 T77 oaz.Environment.logEnv Client environment:java.library.path=C:\Program Files\Java\jdk1.6.0_32\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk1.6.0_32/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre6\bin;.
   [junit4]   2> 279 T77 oaz.Environment.logEnv Client environment:java.io.tmpdir=C:\Users\JENKIN~2\AppData\Local\Temp\
   [junit4]   2> 279 T77 oaz.Environment.logEnv Client environment:java.compiler=<NA>
   [junit4]   2> 279 T77 oaz.Environment.logEnv Client environment:os.name=Windows 7
   [junit4]   2> 280 T77 oaz.Environment.logEnv Client environment:os.arch=amd64
   [junit4]   2> 280 T77 oaz.Environment.logEnv Client environment:os.version=6.1
   [junit4]   2> 280 T77 oaz.Environment.logEnv Client environment:user.name=JenkinsSlave
   [junit4]   2> 280 T77 oaz.Environment.logEnv Client environment:user.home=C:\Users\JenkinsSlave
   [junit4]   2> 281 T77 oaz.Environment.logEnv Client environment:user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 283 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@60a7429f
   [junit4]   2> 328 T83 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 343 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50118
   [junit4]   2> 344 T83 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 352 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50118
   [junit4]   2> 356 T81 oazsp.FileTxnLog.append Creating new log file: log.1
   [junit4]   2> 374 T83 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0000, negotiated timeout = 10000
   [junit4]   2> 378 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0000 with negotiated timeout 10000 for client /127.0.0.1:50118
   [junit4]   2> 378 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60a7429f name:ZooKeeperConnection Watcher:127.0.0.1:50115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 380 T77 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 409 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0000
   [junit4]   2> 412 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0000 closed
   [junit4]   2> 413 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4bb32c5
   [junit4]   2> 413 T84 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 415 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50118 which had sessionid 0x13836bd0b6b0000
   [junit4]   2> 417 T85 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 418 T85 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 418 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50121
   [junit4]   2> 419 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50121
   [junit4]   2> 422 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0001 with negotiated timeout 10000 for client /127.0.0.1:50121
   [junit4]   2> 422 T85 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0001, negotiated timeout = 10000
   [junit4]   2> 423 T86 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bb32c5 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 427 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 438 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 446 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 452 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 473 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 488 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 499 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 513 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 521 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 531 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 539 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 548 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 558 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 566 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 576 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0001
   [junit4]   2> 579 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0001 closed
   [junit4]   2> 579 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50121 which had sessionid 0x13836bd0b6b0001
   [junit4]   2> 580 T86 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 580 T77 oejs.Server.doStart jetty-8.1.2.v20120308
   [junit4]   2> 588 T77 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:50122
   [junit4]   2> 591 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 591 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 592 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 605 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 605 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 606 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 606 T77 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 607 T77 oasc.CoreContainer.<init> New CoreContainer 1381066542
   [junit4]   2> 608 T77 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 608 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 632 T77 oasc.CoreContainer.load Registering Log Listener
   [junit4]   2> 656 T77 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50115/solr
   [junit4]   2> 665 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=12000 watcher=org.apache.solr.common.cloud.ConnectionManager@11e44f0
   [junit4]   2> 667 T96 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 670 T96 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 670 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50125
   [junit4]   2> 670 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50125
   [junit4]   2> 674 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0002 with negotiated timeout 12000 for client /127.0.0.1:50125
   [junit4]   2> 674 T96 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0002, negotiated timeout = 12000
   [junit4]   2> 675 T97 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11e44f0 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 684 T77 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 691 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50122_solr
   [junit4]   2> 697 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:delete cxid:0x6 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50122_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50122_solr
   [junit4]   2> 700 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50122_solr
   [junit4]   2> 710 T77 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 728 T77 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 735 T77 oasc.Overseer.<init> Overseer (id=87880378302005250-127.0.0.1:50122_solr-n_0000000000) starting
   [junit4]   2> 736 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x18 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 741 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x19 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 744 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 748 T77 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 754 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 764 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 765 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 766 T98 oasc.Overseer$CloudStateUpdater.run Starting to work on the main queue
   [junit4]   2> 767 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 767 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 769 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 769 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 769 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 770 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 770 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 771 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 801 T77 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 802 T77 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 804 T77 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 805 T77 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 809 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 810 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 810 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 864 T77 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_40
   [junit4]   2> 977 T77 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1010 T77 oass.IndexSchema.readSchema Reading Solr Schema
   [junit4]   2> 1022 T77 oass.IndexSchema.readSchema Schema name=test
   [junit4]   2> 2102 T77 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2119 T77 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2125 T77 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2170 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2183 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2197 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2203 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2209 T77 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/control/data\
   [junit4]   2> 2210 T77 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f724a9d
   [junit4]   2> 2219 T77 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/control/data\index/
   [junit4]   2> 2222 T77 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2235 T77 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 2237 T77 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 2238 T77 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 2241 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2241 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2242 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2242 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2244 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2245 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2245 T77 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2246 T77 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2246 T77 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2247 T77 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 2248 T77 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 2248 T77 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2249 T77 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2251 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2251 T77 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2252 T77 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2252 T77 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2253 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2253 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2254 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2254 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2255 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2256 T77 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 2256 T77 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 2257 T77 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 2259 T77 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2262 T77 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2266 T77 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
   [junit4]   2> 2271 T77 oass.SolrIndexSearcher.<init> Opening Searcher@4605a23b main
   [junit4]   2> 2273 T77 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2274 T77 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2274 T77 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 2288 T77 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2367 T99 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4605a23b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2372 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x4f zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
   [junit4]   2> 2386 T77 oasc.CoreContainer.register registering core: collection1
   [junit4]   2> 2386 T77 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50122/solr shardId:control_shard
   [junit4]   2> 2391 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 2402 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/control_shard/election
   [junit4]   2> 2425 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 2445 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2457 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/control_shard
   [junit4]   2> 2466 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x69 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
   [junit4]   2> 2494 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0002 type:create cxid:0x73 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 2535 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 2567 T77 oasc.ZkController.register We are http://127.0.0.1:50122/solr/collection1/ and leader is http://127.0.0.1:50122/solr/collection1/
   [junit4]   2> 2567 T77 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50122/solr
   [junit4]   2> 2568 T77 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2572 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 2575 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2576 T77 oass.SolrDispatchFilter.init user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 2577 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2577 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2586 T77 oejs.Server.doStart jetty-8.1.2.v20120308
   [junit4]   2> 2591 T77 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:50126
   [junit4]   2> 2593 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2594 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 2594 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2613 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2614 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2615 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 2615 T77 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 2616 T77 oasc.CoreContainer.<init> New CoreContainer 317963993
   [junit4]   2> 2618 T77 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2619 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2638 T77 oasc.CoreContainer.load Registering Log Listener
   [junit4]   2> 2669 T77 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50115/solr
   [junit4]   2> 2670 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=12000 watcher=org.apache.solr.common.cloud.ConnectionManager@a87aa16
   [junit4]   2> 2672 T109 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 2676 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50129
   [junit4]   2> 2676 T109 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 2677 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50129
   [junit4]   2> 2680 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0003 with negotiated timeout 12000 for client /127.0.0.1:50129
   [junit4]   2> 2680 T109 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0003, negotiated timeout = 12000
   [junit4]   2> 2681 T110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a87aa16 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2684 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 2688 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50126_solr
   [junit4]   2> 2689 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:delete cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50126_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50126_solr
   [junit4]   2> 2693 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50126_solr
   [junit4]   2> 2701 T97 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 2716 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2722 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2723 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2723 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2724 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2724 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2724 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2725 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2725 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2725 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2727 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 2747 T77 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 2747 T77 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2750 T77 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2750 T77 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2753 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 2755 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2755 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2820 T77 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_40
   [junit4]   2> 2950 T77 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2952 T77 oass.IndexSchema.readSchema Reading Solr Schema
   [junit4]   2> 2969 T77 oass.IndexSchema.readSchema Schema name=test
   [junit4]   2> 3639 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 3641 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3756 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 3756 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 4731 T77 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4749 T77 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4755 T77 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4824 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4838 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4853 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4864 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4918 T77 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty1\
   [junit4]   2> 4919 T77 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f724a9d
   [junit4]   2> 4920 T77 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty1\index/
   [junit4]   2> 4922 T77 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 4934 T77 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 4935 T77 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 4936 T77 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 4941 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4942 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4942 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4943 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4945 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4945 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 4947 T77 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 4948 T77 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4949 T77 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 4950 T77 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 4951 T77 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 4952 T77 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 4952 T77 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 4954 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 4955 T77 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 4956 T77 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4956 T77 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4957 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4958 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4959 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4960 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4962 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4963 T77 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4964 T77 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 4965 T77 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 4967 T77 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4972 T77 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 4978 T77 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
   [junit4]   2> 4987 T77 oass.SolrIndexSearcher.<init> Opening Searcher@58d01e82 main
   [junit4]   2> 4989 T77 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4991 T77 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4992 T77 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 5016 T77 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 5410 T111 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58d01e82 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 5607 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 5609 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 5634 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 5634 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6039 T77 oasc.CoreContainer.register registering core: collection1
   [junit4]   2> 6039 T77 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50126/solr shardId:shard1
   [junit4]   2> 6041 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 6072 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 6093 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:create cxid:0x4a zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 6241 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 6244 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6276 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6278 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6282 T77 oasc.ZkController.register We are http://127.0.0.1:50126/solr/collection1/ and leader is http://127.0.0.1:50126/solr/collection1/
   [junit4]   2> 6283 T77 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50126/solr
   [junit4]   2> 6284 T77 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6290 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 6292 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6297 T77 oass.SolrDispatchFilter.init user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 6298 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6298 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 6311 T77 oejs.Server.doStart jetty-8.1.2.v20120308
   [junit4]   2> 6317 T77 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:50130
   [junit4]   2> 6318 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6318 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 6319 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 6329 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6331 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6331 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 6331 T77 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 6332 T77 oasc.CoreContainer.<init> New CoreContainer 329777567
   [junit4]   2> 6332 T77 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 6333 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 6350 T77 oasc.CoreContainer.load Registering Log Listener
   [junit4]   2> 6376 T77 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50115/solr
   [junit4]   2> 6377 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=12000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b0277cd
   [junit4]   2> 6379 T121 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 6381 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50133
   [junit4]   2> 6383 T121 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 6384 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50133
   [junit4]   2> 6386 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0004 with negotiated timeout 12000 for client /127.0.0.1:50133
   [junit4]   2> 6387 T121 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0004, negotiated timeout = 12000
   [junit4]   2> 6387 T122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b0277cd name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6388 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0004 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 6393 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 6394 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0004 type:delete cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50130_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 6397 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 6403 T110 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 6403 T97 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 6420 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6425 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 6427 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 6427 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 6428 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6428 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6428 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6429 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6429 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6429 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6430 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 6450 T77 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 6450 T77 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6452 T77 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6452 T77 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6456 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 6457 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 6457 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 6540 T77 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_40
   [junit4]   2> 6673 T77 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6677 T77 oass.IndexSchema.readSchema Reading Solr Schema
   [junit4]   2> 6696 T77 oass.IndexSchema.readSchema Schema name=test
   [junit4]   2> 6893 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 6896 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6915 T122 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6917 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 6918 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 7782 T77 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 7882 T77 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 7889 T77 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7955 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 7965 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 7974 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 7984 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 7990 T77 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\
   [junit4]   2> 7990 T77 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f724a9d
   [junit4]   2> 7992 T77 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index/
   [junit4]   2> 7995 T77 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 8010 T77 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 8011 T77 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 8011 T77 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 8016 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 8017 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 8018 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 8019 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 8020 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 8021 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 8021 T77 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 8022 T77 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 8024 T77 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 8025 T77 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 8026 T77 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 8027 T77 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 8027 T77 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 8033 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 8034 T77 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 8034 T77 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 8035 T77 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8035 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8036 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8036 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8038 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8039 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8039 T77 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8040 T77 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 8040 T77 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 8041 T77 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8045 T77 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 8055 T77 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
   [junit4]   2> 8060 T77 oass.SolrIndexSearcher.<init> Opening Searcher@19ba9aca main
   [junit4]   2> 8062 T77 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 8062 T77 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 8063 T77 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 8076 T77 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 8156 T123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19ba9aca main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 8739 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 8741 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 8760 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 8760 T122 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 8761 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 9345 T77 oasc.CoreContainer.register registering core: collection1
   [junit4]   2> 9345 T77 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50130/solr shardId:shard1
   [junit4]   2> 9353 T77 oasc.ZkController.register We are http://127.0.0.1:50130/solr/collection1/ and leader is http://127.0.0.1:50126/solr/collection1/
   [junit4]   2> 9354 T77 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50130/solr
   [junit4]   2> 9354 T77 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 9358 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@7b40ac2c url=http://127.0.0.1:50130/solr/collection1 node=127.0.0.1:50130_solr
   [junit4]   2> 9359 T124 C7 P50130 oasc.RecoveryStrategy.run Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 9360 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 9361 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 9365 T124 C7 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 9366 T77 oass.SolrDispatchFilter.init user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 9367 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 9367 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 9375 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@655d6184
   [junit4]   2> 9380 T125 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 9383 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50137
   [junit4]   2> 9383 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 9384 T125 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 9386 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 9386 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50137
   [junit4]   2> 9389 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0005 with negotiated timeout 10000 for client /127.0.0.1:50137
   [junit4]   2> 9389 T125 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0005, negotiated timeout = 10000
   [junit4]   2> 9390 T126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@655d6184 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 9394 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 9405 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 9408 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 9409 T122 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 9410 T126 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 9410 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 9416 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 9419 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@764e75bc url=http://127.0.0.1:50122/solr/collection1 node=127.0.0.1:50122_solr
   [junit4]   2> 9463 T90 C8 P50122 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 9464 T90 C8 P50122 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 9497 T89 C8 P50122 /update {wt=javabin&version=2} {add=[1 (1406086062514634752)]} 0 38
   [junit4]   2> 9497 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10001 (1406086062513586176)]} 0 38
   [junit4]   2> 9498 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@8abf658
   [junit4]   2> 9501 T129 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 9504 T129 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 9504 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50142
   [junit4]   2> 9504 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50142
   [junit4]   2> 9508 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0006 with negotiated timeout 10000 for client /127.0.0.1:50142
   [junit4]   2> 9508 T129 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0006, negotiated timeout = 10000
   [junit4]   2> 9509 T130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8abf658 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 9511 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1a60232c url=http://127.0.0.1:50126/solr/collection1 node=127.0.0.1:50126_solr
   [junit4]   2> 9536 T105 C9 P50126 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 9538 T105 C9 P50126 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2>  C7_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50130_solr, base_url=http://127.0.0.1:50130/solr}
   [junit4]   2> 9588 T115 C7 P50130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 9595 T115 C7 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 1
   [junit4]   2> 9601 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=21 
   [junit4]   2> 9603 T105 C9 P50126 /update {wt=javabin&version=2} {add=[1 (1406086062591180800)]} 0 70
   [junit4]   2> 9611 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[1 (-1406086062671921152)]} 0 2
   [junit4]   2> 9614 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=17 
   [junit4]   2> 9616 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10001 (1406086062617395200)]} 0 59
   [junit4]   2> 9622 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 9623 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10001 (-1406086062685552640)]} 0 0
   [junit4]   2> 9628 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[1 (-1406086062678212608)]} 0 12
   [junit4]   2> 9636 T90 C8 P50122 /update {wt=javabin&version=2} {add=[2 (1406086062696038400)]} 0 3
   [junit4]   2> 9638 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 9640 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10001 (-1406086062693941248)]} 0 9
   [junit4]   2> 9651 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10002 (1406086062711767040)]} 0 3
   [junit4]   2> 9657 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 9673 T105 C9 P50126 /update {wt=javabin&version=2} {add=[2 (1406086062707572736)]} 0 30
   [junit4]   2> 9679 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 9684 T90 C8 P50122 /update {wt=javabin&version=2} {add=[3 (1406086062748467200)]} 0 2
   [junit4]   2> 9686 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10002 (1406086062734835712)]} 0 16
   [junit4]   2> 9710 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 9733 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10003 (1406086062798798848)]} 0 2
   [junit4]   2> 9734 T103 C9 P50126 /update {wt=javabin&version=2} {add=[3 (1406086062763147264)]} 0 37
   [junit4]   2> 9741 T89 C8 P50122 /update {wt=javabin&version=2} {add=[4 (1406086062807187456)]} 0 2
   [junit4]   2> 9772 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 9777 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 9777 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10003 (1406086062813478912)]} 0 32
   [junit4]   2> 9779 T103 C9 P50126 /update {wt=javabin&version=2} {add=[4 (1406086062826061824)]} 0 23
   [junit4]   2> 9785 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[2 (-1406086062854373376)]} 0 1
   [junit4]   2> 9857 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10004 (1406086062929870848)]} 0 2
   [junit4]   2> 10095 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 10098 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[2 (-1406086062900510720)]} 0 270
   [junit4]   2> 10105 T90 C8 P50122 /update {wt=javabin&version=2} {add=[5 (1406086063187820544)]} 0 3
   [junit4]   2> 10126 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 10138 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10004 (1406086063023194112)]} 0 194
   [junit4]   2> 10146 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10002 (-1406086063233957888)]} 0 0
   [junit4]   2> 10148 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 10149 T105 C9 P50126 /update {wt=javabin&version=2} {add=[5 (1406086063221374976)]} 0 28
   [junit4]   2> 10167 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 10175 T90 C8 P50122 /update {wt=javabin&version=2} {add=[6 (1406086063243395072)]} 0 20
   [junit4]   2> 10180 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10002 (-1406086063240249344)]} 0 28
   [junit4]   2> 10193 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10005 (1406086063277998080)]} 0 5
   [junit4]   2> 10335 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=51 
   [junit4]   2> 10357 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 10509 T105 C9 P50126 /update {wt=javabin&version=2} {add=[6 (1406086063273803776)]} 0 325
   [junit4]   2> 10511 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10005 (1406086063323086848)]} 0 281
   [junit4]   2> 10522 T90 C8 P50122 /update {wt=javabin&version=2} {add=[7 (1406086063625076736)]} 0 3
   [junit4]   2> 10527 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10006 (1406086063631368192)]} 0 2
   [junit4]   2> 10538 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 10540 T103 C9 P50126 /update {wt=javabin&version=2} {add=[7 (1406086063636611072)]} 0 11
   [junit4]   2> 10548 T89 C8 P50122 /update {wt=javabin&version=2} {add=[8 (1406086063653388288)]} 0 2
   [junit4]   2> 10912 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=38 
   [junit4]   2> 10918 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=13 
   [junit4]   2> 10920 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10006 (1406086063704768512)]} 0 327
   [junit4]   2> 10920 T103 C9 P50126 /update {wt=javabin&version=2} {add=[8 (1406086063700574208)]} 0 329
   [junit4]   2> 10925 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[5 (-1406086064050798592)]} 0 0
   [junit4]   2> 10934 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 10935 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[5 (-1406086064056041472)]} 0 5
   [junit4]   2> 10940 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10007 (1406086064063381504)]} 0 3
   [junit4]   2> 10944 T90 C8 P50122 /update {wt=javabin&version=2} {add=[9 (1406086064068624384)]} 0 2
   [junit4]   2> 11137 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11139 T105 C9 P50126 /update {wt=javabin&version=2} {add=[9 (1406086064129441792)]} 0 139
   [junit4]   2> 11144 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11146 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10007 (1406086064132587520)]} 0 144
   [junit4]   2> 11147 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[9 (-1406086064283582464)]} 0 0
   [junit4]   2> 11155 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10008 (1406086064290922496)]} 0 2
   [junit4]   2> 11160 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11161 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[9 (-1406086064288825344)]} 0 10
   [junit4]   2> 11184 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 11186 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10008 (1406086064300359680)]} 0 24
   [junit4]   2> 11191 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10 (1406086064328671232)]} 0 3
   [junit4]   2> 11195 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10005 (-1406086064333914112)]} 0 2
   [junit4]   2> 11212 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 11215 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 11218 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10 (1406086064343351296)]} 0 14
   [junit4]   2> 11218 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10005 (-1406086064347545600)]} 0 11
   [junit4]   2> 11223 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10 (-1406086064363274240)]} 0 0
   [junit4]   2> 11227 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10009 (1406086064365371392)]} 0 2
   [junit4]   2> 11249 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11252 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 11254 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10009 (1406086064376905728)]} 0 19
   [junit4]   2> 11255 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10 (-1406086064384245760)]} 0 13
   [junit4]   2> 11258 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10009 (-1406086064399974400)]} 0 1
   [junit4]   2> 11272 T89 C8 P50122 /update {wt=javabin&version=2} {add=[11 (1406086064403120128)]} 0 11
   [junit4]   2> 11291 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 11293 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10009 (-1406086064418848768)]} 0 17
   [junit4]   2> 11303 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10010 (1406086064444014592)]} 0 3
   [junit4]   2> 11308 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=10 
   [junit4]   2> 11310 T103 C9 P50126 /update {wt=javabin&version=2} {add=[11 (1406086064420945920)]} 0 33
   [junit4]   2> 11320 T89 C8 P50122 /update {wt=javabin&version=2} {add=[12 (1406086064462888960)]} 0 3
   [junit4]   2> 11325 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11331 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10010 (1406086064458694656)]} 0 18
   [junit4]   2> 11339 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11343 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10010 (-1406086064488054784)]} 0 1
   [junit4]   2> 11344 T103 C9 P50126 /update {wt=javabin&version=2} {add=[12 (1406086064474423296)]} 0 16
   [junit4]   2> 11353 T89 C8 P50122 /update {wt=javabin&version=2} {add=[13 (1406086064497491968)]} 0 3
   [junit4]   2> 11360 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 11361 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10010 (-1406086064493297664)]} 0 14
   [junit4]   2> 11389 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 11391 T103 C9 P50126 /update {wt=javabin&version=2} {add=[13 (1406086064529997824)]} 0 9
   [junit4]   2> 11408 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10011 (1406086064554115072)]} 0 3
   [junit4]   2> 11413 T90 C8 P50122 /update {wt=javabin&version=2} {add=[14 (1406086064559357952)]} 0 3
   [junit4]   2> 11430 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 11432 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10011 (1406086064566697984)]} 0 16
   [junit4]   2> 11440 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 11447 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10012 (1406086064595009536)]} 0 3
   [junit4]   2> 11449 T105 C9 P50126 /update {wt=javabin&version=2} {add=[14 (1406086064576135168)]} 0 23
   [junit4]   2> 11463 T90 C8 P50122 /update {wt=javabin&version=2} {add=[15 (1406086064611786752)]} 0 3
   [junit4]   2> 11469 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11472 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10012 (1406086064605495296)]} 0 18
   [junit4]   2> 11485 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10013 (1406086064634855424)]} 0 3
   [junit4]   2> 11493 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11501 T105 C9 P50126 /update {wt=javabin&version=2} {add=[15 (1406086064628563968)]} 0 26
   [junit4]   2> 11510 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11514 T90 C8 P50122 /update {wt=javabin&version=2} {add=[16 (1406086064666312704)]} 0 3
   [junit4]   2> 11518 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10013 (1406086064651632640)]} 0 21
   [junit4]   2> 11548 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 11556 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10014 (1406086064684138496)]} 0 27
   [junit4]   2> 11567 T105 C9 P50126 /update {wt=javabin&version=2} {add=[16 (1406086064677847040)]} 0 45
   [junit4]   2> 11617 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[13 (-1406086064776413184)]} 0 40
   [junit4]   2> 11644 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 11664 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=19 
   [junit4]   2> 11675 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[13 (-1406086064782704640)]} 0 53
   [junit4]   2> 11679 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10014 (1406086064734470144)]} 0 100
   [junit4]   2> 11687 T90 C8 P50122 /update {wt=javabin&version=2} {add=[17 (1406086064844570624)]} 0 6
   [junit4]   2> 11701 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10015 (1406086064854007808)]} 0 11
   [junit4]   2> 11746 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11747 T103 C9 P50126 /update {wt=javabin&version=2} {add=[17 (1406086064867639296)]} 0 44
   [junit4]   2> 11756 T89 C8 P50122 /update {wt=javabin&version=2} {add=[18 (1406086064920068096)]} 0 3
   [junit4]   2> 11761 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11799 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10015 (1406086064902242304)]} 0 62
   [junit4]   2> 11805 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11807 T103 C9 P50126 /update {wt=javabin&version=2} {add=[18 (1406086064960962560)]} 0 14
   [junit4]   2> 11819 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10016 (1406086064984031232)]} 0 4
   [junit4]   2> 11819 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[15 (-1406086064988225536)]} 0 6
   [junit4]   2> 11834 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11836 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 11840 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[15 (-1406086064997662720)]} 0 13
   [junit4]   2> 11841 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10016 (1406086064992419840)]} 0 18
   [junit4]   2> 11850 T90 C8 P50122 /update {wt=javabin&version=2} {add=[19 (1406086065018634240)]} 0 3
   [junit4]   2> 11855 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10013 (-1406086065023877120)]} 0 3
   [junit4]   2> 11869 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 11875 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11880 T105 C9 P50126 /update {wt=javabin&version=2} {add=[19 (1406086065033314304)]} 0 18
   [junit4]   2> 11881 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10013 (-1406086065030168576)]} 0 22
   [junit4]   2> 11889 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10017 (1406086065058480128)]} 0 3
   [junit4]   2> 11898 T89 C8 P50122 /update {wt=javabin&version=2} {add=[20 (1406086065066868736)]} 0 5
   [junit4]   2> 11946 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 11948 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10017 (1406086065075257344)]} 0 46
   [junit4]   2> 11958 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 11965 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10018 (1406086065137123328)]} 0 4
   [junit4]   2> 11967 T103 C9 P50126 /update {wt=javabin&version=2} {add=[20 (1406086065092034560)]} 0 50
   [junit4]   2> 11979 T90 C8 P50122 /update {wt=javabin&version=2} {add=[21 (1406086065151803392)]} 0 4
   [junit4]   2> 11996 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 11999 T105 C9 P50126 /update {wt=javabin&version=2} {add=[21 (1406086065165434880)]} 0 12
   [junit4]   2> 12009 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 12012 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10018 (1406086065159143424)]} 0 30
   [junit4]   2> 12014 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[19 (-1406086065192697856)]} 0 1
   [junit4]   2> 12046 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10015 (-1406086065226252288)]} 0 0
   [junit4]   2> 12058 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 12061 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[19 (-1406086065234640896)]} 0 7
   [junit4]   2> 12063 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12065 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10015 (-1406086065236738048)]} 0 10
   [junit4]   2> 12100 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10019 (1406086065258758144)]} 0 23
   [junit4]   2> 12112 T90 C8 P50122 /update {wt=javabin&version=2} {add=[22 (1406086065251418112)]} 0 43
   [junit4]   2> 12184 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 12186 T77 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=329777567
   [junit4]   2> 12187 T77 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 12199 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=29 
   [junit4]   2> 12201 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10019 (1406086065331109888)]} 0 55
   [junit4]   2> 12202 T103 C9 P50126 /update {wt=javabin&version=2} {add=[22 (1406086065324818432)]} 0 69
   [junit4]   2> 12208 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[20 (-1406086065396121600)]} 0 0
   [junit4]   2> 12267 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10020 (1406086065453793280)]} 0 5
   [junit4]   2> 12280 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 12281 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[20 (-1406086065466376192)]} 0 6
   [junit4]   2> 12289 T89 C8 P50122 /update {wt=javabin&version=2} {add=[23 (1406086065478959104)]} 0 2
   [junit4]   2> 12306 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 12309 T105 C9 P50126 /update {wt=javabin&version=2} {add=[23 (1406086065487347712)]} 0 14
   [junit4]   2> 12351 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[21 (-1406086065546067968)]} 0 0
   [junit4]   2> 12358 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12361 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10020 (1406086065541873664)]} 0 14
   [junit4]   2> 12371 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10021 (1406086065563893760)]} 0 3
   [junit4]   2> 12376 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 12383 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[21 (-1406086065559699456)]} 0 20
   [junit4]   2> 12393 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 12394 T90 C8 P50122 /update {wt=javabin&version=2} {add=[24 (1406086065588011008)]} 0 3
   [junit4]   2> 12395 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10021 (1406086065575428096)]} 0 17
   [junit4]   2> 12509 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10019 (-1406086065711742976)]} 0 34
   [junit4]   2> 12522 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 12524 T103 C9 P50126 /update {wt=javabin&version=2} {add=[24 (1406086065598496768)]} 0 123
   [junit4]   2> 12529 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[22 (-1406086065732714496)]} 0 0
   [junit4]   2> 12531 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12532 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10019 (-1406086065719083008)]} 0 16
   [junit4]   2> 12545 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10022 (1406086065748443136)]} 0 1
   [junit4]   2> 12548 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 12554 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[22 (-1406086065740054528)]} 0 18
   [junit4]   2> 12565 T90 C8 P50122 /update {wt=javabin&version=2} {add=[25 (1406086065767317504)]} 0 3
   [junit4]   2> 12565 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 12568 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10022 (1406086065755783168)]} 0 17
   [junit4]   2> 12578 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10020 (-1406086065784094720)]} 0 1
   [junit4]   2> 12584 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12588 T103 C9 P50126 /update {wt=javabin&version=2} {add=[25 (1406086065778851840)]} 0 16
   [junit4]   2> 12598 T90 C8 P50122 /update {wt=javabin&version=2} {add=[26 (1406086065801920512)]} 0 3
   [junit4]   2> 12604 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12610 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10020 (-1406086065798774784)]} 0 19
   [junit4]   2> 12614 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12627 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10023 (1406086065827086336)]} 0 9
   [junit4]   2> 12631 T103 C9 P50126 /update {wt=javabin&version=2} {add=[26 (1406086065813454848)]} 0 25
   [junit4]   2> 12643 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[23 (-1406086065852252160)]} 0 5
   [junit4]   2> 12648 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12672 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10023 (1406086065840717824)]} 0 40
   [junit4]   2> 12676 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12678 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10021 (-1406086065888952320)]} 0 0
   [junit4]   2> 12679 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[23 (-1406086065881612288)]} 0 9
   [junit4]   2> 12694 T90 C8 P50122 /update {wt=javabin&version=2} {add=[27 (1406086065895243776)]} 0 10
   [junit4]   2> 12698 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12700 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10021 (-1406086065894195200)]} 0 18
   [junit4]   2> 12715 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10024 (1406086065924603904)]} 0 5
   [junit4]   2> 12749 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
   [junit4]   2> 12751 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10024 (1406086065944526848)]} 0 20
   [junit4]   2> 12760 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12763 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10022 (-1406086065978081280)]} 0 0
   [junit4]   2> 12765 T103 C9 P50126 /update {wt=javabin&version=2} {add=[27 (1406086065931943936)]} 0 46
   [junit4]   2> 12771 T90 C8 P50122 /update {wt=javabin&version=2} {add=[28 (1406086065983324160)]} 0 3
   [junit4]   2> 12773 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 12774 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10022 (-1406086065982275584)]} 0 8
   [junit4]   2> 12782 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10025 (1406086065995907072)]} 0 2
   [junit4]   2> 12788 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12794 T103 C9 P50126 /update {wt=javabin&version=2} {add=[28 (1406086065993809920)]} 0 18
   [junit4]   2> 12799 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 12802 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[24 (-1406086066017927168)]} 0 1
   [junit4]   2> 12802 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10025 (1406086066006392832)]} 0 12
   [junit4]   2> 12808 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10026 (1406086066024218624)]} 0 3
   [junit4]   2> 12816 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12817 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[24 (-1406086066028412928)]} 0 7
   [junit4]   2> 12824 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12830 T90 C8 P50122 /update {wt=javabin&version=2} {add=[29 (1406086066047287296)]} 0 3
   [junit4]   2> 12831 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10026 (1406086066029461504)]} 0 19
   [junit4]   2> 12841 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10023 (-1406086066059870208)]} 0 5
   [junit4]   2> 12853 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12855 T103 C9 P50126 /update {wt=javabin&version=2} {add=[29 (1406086066063015936)]} 0 11
   [junit4]   2> 12859 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12863 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[25 (-1406086066081890304)]} 0 2
   [junit4]   2> 12863 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10023 (-1406086066073501696)]} 0 9
   [junit4]   2> 12871 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10027 (1406086066088181760)]} 0 3
   [junit4]   2> 12871 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 12874 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[25 (-1406086066088181760)]} 0 6
   [junit4]   2> 12881 T89 C8 P50122 /update {wt=javabin&version=2} {add=[30 (1406086066098667520)]} 0 4
   [junit4]   2> 12888 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 12889 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10027 (1406086066097618944)]} 0 12
   [junit4]   2> 12892 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12895 T103 C9 P50126 /update {wt=javabin&version=2} {add=[30 (1406086066108104704)]} 0 10
   [junit4]   2> 12896 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10028 (1406086066114396160)]} 0 3
   [junit4]   2> 12900 T90 C8 P50122 /update {wt=javabin&version=2} {add=[31 (1406086066120687616)]} 0 1
   [junit4]   2> 12911 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12914 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10028 (1406086066123833344)]} 0 12
   [junit4]   2> 12917 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 12918 T105 C9 P50126 /update {wt=javabin&version=2} {add=[31 (1406086066129076224)]} 0 12
   [junit4]   2> 12921 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10024 (-1406086066142707712)]} 0 1
   [junit4]   2> 12932 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 12934 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10024 (-1406086066148999168)]} 0 8
   [junit4]   2> 12946 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10029 (1406086066164727808)]} 0 6
   [junit4]   2> 12948 T89 C8 P50122 /update {wt=javabin&version=2} {add=[32 (1406086066146902016)]} 0 24
   [junit4]   2> 12991 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=15 
   [junit4]   2> 12993 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10029 (1406086066177310720)]} 0 42
   [junit4]   2> 12999 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 13000 T103 C9 P50126 /update {wt=javabin&version=2} {add=[32 (1406086066178359296)]} 0 46
   [junit4]   2> 13002 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10025 (-1406086066228690944)]} 0 1
   [junit4]   2> 13008 T90 C8 P50122 /update {wt=javabin&version=2} {add=[33 (1406086066232885248)]} 0 2
   [junit4]   2> 13019 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13021 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10025 (-1406086066237079552)]} 0 11
   [junit4]   2> 13024 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13027 T105 C9 P50126 /update {wt=javabin&version=2} {add=[33 (1406086066241273856)]} 0 13
   [junit4]   2> 13029 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10030 (1406086066252808192)]} 0 4
   [junit4]   2> 13051 T89 C8 P50122 /update {wt=javabin&version=2} {add=[34 (1406086066277974016)]} 0 4
   [junit4]   2> 13059 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13060 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10030 (1406086066273779712)]} 0 15
   [junit4]   2> 13065 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13066 T103 C9 P50126 /update {wt=javabin&version=2} {add=[34 (1406086066286362624)]} 0 9
   [junit4]   2> 13069 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10031 (1406086066296848384)]} 0 2
   [junit4]   2> 13073 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[27 (-1406086066302091264)]} 0 1
   [junit4]   2> 13095 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13096 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10031 (1406086066316771328)]} 0 10
   [junit4]   2> 13097 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13101 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[27 (-1406086066319917056)]} 0 12
   [junit4]   2> 13107 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10032 (1406086066334597120)]} 0 4
   [junit4]   2> 13111 T89 C8 P50122 /update {wt=javabin&version=2} {add=[35 (1406086066336694272)]} 0 6
   [junit4]   2> 13129 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 13129 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 13131 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10032 (1406086066347180032)]} 0 16
   [junit4]   2> 13131 T103 C9 P50126 /update {wt=javabin&version=2} {add=[35 (1406086066349277184)]} 0 14
   [junit4]   2> 13138 T90 C8 P50122 /update {wt=javabin&version=2} {add=[36 (1406086066369200128)]} 0 2
   [junit4]   2> 13139 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10033 (1406086066370248704)]} 0 2
   [junit4]   2> 13153 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13155 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13155 T103 C9 P50126 /update {wt=javabin&version=2} {add=[36 (1406086066378637312)]} 0 11
   [junit4]   2> 13158 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10033 (1406086066378637313)]} 0 13
   [junit4]   2> 13162 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[28 (-1406086066396463104)]} 0 1
   [junit4]   2> 13174 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13176 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[28 (-1406086066403803136)]} 0 8
   [junit4]   2> 13180 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10034 (1406086066397511680)]} 0 17
   [junit4]   2> 13186 T89 C8 P50122 /update {wt=javabin&version=2} {add=[37 (1406086066417434624)]} 0 4
   [junit4]   2> 13208 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 13210 T103 C9 P50126 /update {wt=javabin&version=2} {add=[37 (1406086066427920384)]} 0 18
   [junit4]   2> 13211 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 13212 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10034 (1406086066420580352)]} 0 27
   [junit4]   2> 13215 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[29 (-1406086066452037632)]} 0 2
   [junit4]   2> 13217 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10027 (-1406086066452037633)]} 0 2
   [junit4]   2> 13225 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13226 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13227 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10027 (-1406086066458329088)]} 0 6
   [junit4]   2> 13227 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[29 (-1406086066458329089)]} 0 6
   [junit4]   2> 13234 T89 C8 P50122 /update {wt=javabin&version=2} {add=[38 (1406086066470912000)]} 0 4
   [junit4]   2> 13237 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10035 (1406086066473009152)]} 0 2
   [junit4]   2> 13262 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 13263 T105 C9 P50126 /update {wt=javabin&version=2} {add=[38 (1406086066488737792)]} 0 24
   [junit4]   2> 13264 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13265 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10035 (1406086066495029248)]} 0 10
   [junit4]   2> 13268 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[31 (-1406086066505515008)]} 0 2
   [junit4]   2> 13272 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10036 (1406086066509709312)]} 0 3
   [junit4]   2> 13277 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13278 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[31 (-1406086066511806464)]} 0 6
   [junit4]   2> 13281 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13283 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10036 (1406086066516000768)]} 0 7
   [junit4]   2> 13283 T89 C8 P50122 /update {wt=javabin&version=2} {add=[39 (1406086066521243648)]} 0 2
   [junit4]   2> 13288 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10028 (-1406086066528583680)]} 0 0
   [junit4]   2> 13294 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13296 T105 C9 P50126 /update {wt=javabin&version=2} {add=[39 (1406086066528583680)]} 0 9
   [junit4]   2> 13299 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13300 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10028 (-1406086066534875136)]} 0 7
   [junit4]   2> 13302 T89 C8 P50122 /update {wt=javabin&version=2} {add=[40 (1406086066542215168)]} 0 1
   [junit4]   2> 13305 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10037 (1406086066544312320)]} 0 2
   [junit4]   2> 13314 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13318 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13323 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10037 (1406086066550603776)]} 0 14
   [junit4]   2> 13330 T103 C9 P50126 /update {wt=javabin&version=2} {add=[40 (1406086066547458048)]} 0 24
   [junit4]   2> 13334 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10029 (-1406086066576818176)]} 0 0
   [junit4]   2> 13338 T89 C8 P50122 /update {wt=javabin&version=2} {add=[41 (1406086066579963904)]} 0 1
   [junit4]   2> 13343 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13344 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10029 (-1406086066582061056)]} 0 6
   [junit4]   2> 13349 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13350 T105 C9 P50126 /update {wt=javabin&version=2} {add=[41 (1406086066586255360)]} 0 8
   [junit4]   2> 13350 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10038 (1406086066592546816)]} 0 3
   [junit4]   2> 13358 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[32 (-1406086066600935424)]} 0 0
   [junit4]   2> 13373 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=13 
   [junit4]   2> 13375 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10038 (1406086066597789696)]} 0 21
   [junit4]   2> 13376 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13378 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[32 (-1406086066615615488)]} 0 7
   [junit4]   2> 13380 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10031 (-1406086066624004096)]} 0 1
   [junit4]   2> 13388 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13389 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10031 (-1406086066628198400)]} 0 6
   [junit4]   2> 13397 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10039 (1406086066639732736)]} 0 4
   [junit4]   2> 13528 T89 C8 P50122 /update {wt=javabin&version=2} {add=[42 (1406086066627149824)]} 0 147
   [junit4]   2> 13542 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13554 T105 C9 P50126 /update {wt=javabin&version=2} {add=[42 (1406086066786533376)]} 0 21
   [junit4]   2> 13570 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[33 (-1406086066824282112)]} 0 0
   [junit4]   2> 13607 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=23 
   [junit4]   2> 13613 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[33 (-1406086066834767872)]} 0 34
   [junit4]   2> 13621 T89 C8 P50122 /update {wt=javabin&version=2} {add=[43 (1406086066874613760)]} 0 3
   [junit4]   2> 13631 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13633 T105 C9 P50126 /update {wt=javabin&version=2} {add=[43 (1406086066881953792)]} 0 9
   [junit4]   2> 13638 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[34 (-1406086066895585280)]} 0 1
   [junit4]   2> 13646 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13647 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[34 (-1406086066900828160)]} 0 4
   [junit4]   2> 13653 T89 C8 P50122 /update {wt=javabin&version=2} {add=[44 (1406086066910265344)]} 0 1
   [junit4]   2> 13710 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=173 
   [junit4]   2> 13713 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10039 (1406086066649169920)]} 0 310
   [junit4]   2> 13748 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13752 T105 C9 P50126 /update {wt=javabin&version=2} {add=[44 (1406086066924945408)]} 0 87
   [junit4]   2> 13752 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10040 (1406086067013025792)]} 0 2
   [junit4]   2> 13759 T90 C8 P50122 /update {wt=javabin&version=2} {add=[45 (1406086067020365824)]} 0 3
   [junit4]   2> 13771 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13774 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13782 T103 C9 P50126 /update {wt=javabin&version=2} {add=[45 (1406086067027705856)]} 0 19
   [junit4]   2> 13794 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[35 (-1406086067058114560)]} 0 1
   [junit4]   2> 13803 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13804 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[35 (-1406086067064406016)]} 0 6
   [junit4]   2> 13829 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10040 (1406086067023511552)]} 0 16
   [junit4]   2> 13834 T90 C8 P50122 /update {wt=javabin&version=2} {add=[46 (1406086067100057600)]} 0 2
   [junit4]   2> 13843 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10041 (1406086067108446208)]} 0 2
   [junit4]   2> 13870 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13892 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13894 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10041 (1406086067119980544)]} 0 43
   [junit4]   2> 13895 T105 C9 P50126 /update {wt=javabin&version=2} {add=[46 (1406086067112640512)]} 0 51
   [junit4]   2> 13900 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[37 (-1406086067170312192)]} 0 1
   [junit4]   2> 13900 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10032 (-1406086067170312193)]} 0 0
   [junit4]   2> 13909 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 13910 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10032 (-1406086067174506496)]} 0 6
   [junit4]   2> 13911 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13913 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[37 (-1406086067176603648)]} 0 7
   [junit4]   2> 13916 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10042 (1406086067186040832)]} 0 1
   [junit4]   2> 13920 T90 C8 P50122 /update {wt=javabin&version=2} {add=[47 (1406086067189186560)]} 0 2
   [junit4]   2> 13929 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 13930 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10042 (1406086067193380864)]} 0 8
   [junit4]   2> 13942 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13943 T103 C9 P50126 /update {wt=javabin&version=2} {add=[47 (1406086067196526592)]} 0 19
   [junit4]   2> 13946 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10033 (-1406086067218546688)]} 0 0
   [junit4]   2> 13947 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[39 (-1406086067218546689)]} 0 1
   [junit4]   2> 13957 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13955 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 13958 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10033 (-1406086067223789568)]} 0 8
   [junit4]   2> 13958 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[39 (-1406086067224838144)]} 0 6
   [junit4]   2> 13966 T89 C8 P50122 /update {wt=javabin&version=2} {add=[48 (1406086067235323905)]} 0 5
   [junit4]   2> 13972 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10043 (1406086067235323904)]} 0 11
   [junit4]   2> 13993 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 13997 T103 C9 P50126 /update {wt=javabin&version=2} {add=[48 (1406086067245809664)]} 0 27
   [junit4]   2> 14002 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[40 (-1406086067277266944)]} 0 0
   [junit4]   2> 14010 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14011 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[40 (-1406086067281461248)]} 0 6
   [junit4]   2> 14019 T90 C8 P50122 /update {wt=javabin&version=2} {add=[49 (1406086067291947008)]} 0 3
   [junit4]   2> 14031 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 14032 T103 C9 P50126 /update {wt=javabin&version=2} {add=[49 (1406086067300335616)]} 0 9
   [junit4]   2> 14037 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[42 (-1406086067313967104)]} 0 0
   [junit4]   2> 14049 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=62 
   [junit4]   2> 14050 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14053 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[42 (-1406086067319209984)]} 0 12
   [junit4]   2> 14054 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10043 (1406086067253149696)]} 0 75
   [junit4]   2> 14060 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10034 (-1406086067338084353)]} 0 1
   [junit4]   2> 14061 T90 C8 P50122 /update {wt=javabin&version=2} {add=[50 (1406086067338084352)]} 0 2
   [junit4]   2> 14068 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14069 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10034 (-1406086067342278656)]} 0 5
   [junit4]   2> 14074 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10044 (1406086067350667264)]} 0 2
   [junit4]   2> 14076 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14077 T103 C9 P50126 /update {wt=javabin&version=2} {add=[50 (1406086067345424384)]} 0 12
   [junit4]   2> 14081 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[43 (-1406086067360104448)]} 0 0
   [junit4]   2> 14084 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14085 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10044 (1406086067356958720)]} 0 7
   [junit4]   2> 14090 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10045 (1406086067368493056)]} 0 1
   [junit4]   2> 14091 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14092 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[43 (-1406086067365347328)]} 0 6
   [junit4]   2> 14101 T90 C8 P50122 /update {wt=javabin&version=2} {add=[51 (1406086067380027392)]} 0 1
   [junit4]   2> 14102 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14103 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10045 (1406086067377930240)]} 0 6
   [junit4]   2> 14108 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10035 (-1406086067388416000)]} 0 2
   [junit4]   2> 14110 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14111 T103 C9 P50126 /update {wt=javabin&version=2} {add=[51 (1406086067384221696)]} 0 7
   [junit4]   2> 14115 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14115 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10035 (-1406086067391561728)]} 0 4
   [junit4]   2> 14116 T90 C8 P50122 /update {wt=javabin&version=2} {add=[52 (1406086067395756032)]} 0 2
   [junit4]   2> 14121 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10046 (1406086067400998912)]} 0 2
   [junit4]   2> 14125 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14126 T105 C9 P50126 /update {wt=javabin&version=2} {add=[52 (1406086067400998912)]} 0 7
   [junit4]   2> 14129 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14130 T90 C8 P50122 /update {wt=javabin&version=2} {add=[53 (1406086067411484672)]} 0 1
   [junit4]   2> 14131 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10046 (1406086067405193216)]} 0 7
   [junit4]   2> 14136 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10037 (-1406086067416727552)]} 0 1
   [junit4]   2> 14140 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14141 T105 C9 P50126 /update {wt=javabin&version=2} {add=[53 (1406086067416727552)]} 0 6
   [junit4]   2> 14143 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14144 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10037 (-1406086067420921856)]} 0 5
   [junit4]   2> 14145 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[44 (-1406086067427213312)]} 0 0
   [junit4]   2> 14155 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10047 (1406086067430359040)]} 0 8
   [junit4]   2> 14163 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14164 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[44 (-1406086067441893376)]} 0 5
   [junit4]   2> 14173 T89 C8 P50122 /update {wt=javabin&version=2} {add=[54 (1406086067454476288)]} 0 2
   [junit4]   2> 14183 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
   [junit4]   2> 14185 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10047 (1406086067443990528)]} 0 25
   [junit4]   2> 14189 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10039 (-1406086067473350656)]} 0 1
   [junit4]   2> 14189 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 14190 T103 C9 P50126 /update {wt=javabin&version=2} {add=[54 (1406086067461816320)]} 0 12
   [junit4]   2> 14196 T89 C8 P50122 /update {wt=javabin&version=2} {add=[55 (1406086067479642112)]} 0 1
   [junit4]   2> 14197 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14198 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10039 (-1406086067477544960)]} 0 5
   [junit4]   2> 14204 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10048 (1406086067488030720)]} 0 2
   [junit4]   2> 14205 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14208 T103 C9 P50126 /update {wt=javabin&version=2} {add=[55 (1406086067483836416)]} 0 9
   [junit4]   2> 14213 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[46 (-1406086067497467904)]} 0 1
   [junit4]   2> 14215 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14217 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10048 (1406086067494322176)]} 0 8
   [junit4]   2> 14220 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14221 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10040 (-1406086067506905088)]} 0 0
   [junit4]   2> 14221 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[46 (-1406086067502710784)]} 0 5
   [junit4]   2> 14227 T89 C8 P50122 /update {wt=javabin&version=2} {add=[56 (1406086067512147968)]} 0 2
   [junit4]   2> 14233 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14234 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10040 (-1406086067512147968)]} 0 8
   [junit4]   2> 14239 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14240 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10049 (1406086067525779456)]} 0 2
   [junit4]   2> 14241 T105 C9 P50126 /update {wt=javabin&version=2} {add=[56 (1406086067519488000)]} 0 9
   [junit4]   2> 14247 T89 C8 P50122 /update {wt=javabin&version=2} {add=[57 (1406086067533119488)]} 0 1
   [junit4]   2> 14251 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14252 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10049 (1406086067531022336)]} 0 8
   [junit4]   2> 14260 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10042 (-1406086067547799552)]} 0 1
   [junit4]   2> 14265 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14268 T105 C9 P50126 /update {wt=javabin&version=2} {add=[57 (1406086067543605248)]} 0 12
   [junit4]   2> 14271 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14272 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[47 (-1406086067559333888)]} 0 1
   [junit4]   2> 14273 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10042 (-1406086067556188160)]} 0 6
   [junit4]   2> 14278 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10050 (1406086067564576768)]} 0 2
   [junit4]   2> 14281 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14282 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[47 (-1406086067564576768)]} 0 6
   [junit4]   2> 14288 T89 C8 P50122 /update {wt=javabin&version=2} {add=[58 (1406086067576111104)]} 0 1
   [junit4]   2> 14291 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14295 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10050 (1406086067572965376)]} 0 11
   [junit4]   2> 14299 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14300 T105 C9 P50126 /update {wt=javabin&version=2} {add=[58 (1406086067582402560)]} 0 7
   [junit4]   2> 14302 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10043 (-1406086067591839744)]} 0 1
   [junit4]   2> 14304 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[49 (-1406086067593936896)]} 0 1
   [junit4]   2> 14310 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14311 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10043 (-1406086067596034048)]} 0 5
   [junit4]   2> 14312 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14314 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[49 (-1406086067599179776)]} 0 6
   [junit4]   2> 14320 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10051 (1406086067607568384)]} 0 3
   [junit4]   2> 14328 T89 C8 P50122 /update {wt=javabin&version=2} {add=[59 (1406086067607568385)]} 0 10
   [junit4]   2> 14336 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14342 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10051 (1406086067621199872)]} 0 12
   [junit4]   2> 14350 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10052 (1406086067640074240)]} 0 3
   [junit4]   2> 14384 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 14386 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10052 (1406086067652657152)]} 0 26
   [junit4]   2> 14387 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=36 
   [junit4]   2> 14388 T105 C9 P50126 /update {wt=javabin&version=2} {add=[59 (1406086067628539904)]} 0 51
   [junit4]   2> 14393 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10053 (1406086067685163008)]} 0 2
   [junit4]   2> 14395 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[50 (-1406086067689357312)]} 0 0
   [junit4]   2> 14404 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 14408 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10053 (1406086067691454464)]} 0 11
   [junit4]   2> 14411 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14414 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[50 (-1406086067694600192)]} 0 14
   [junit4]   2> 14439 T90 C8 P50122 /update {wt=javabin&version=2} {add=[60 (1406086067733397504)]} 0 3
   [junit4]   2> 14441 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10044 (-1406086067737591808)]} 0 0
   [junit4]   2> 14450 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14453 T105 C9 P50126 /update {wt=javabin&version=2} {add=[60 (1406086067739688960)]} 0 10
   [junit4]   2> 14457 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[53 (-1406086067754369024)]} 0 1
   [junit4]   2> 14467 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14468 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10044 (-1406086067742834688)]} 0 22
   [junit4]   2> 14470 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14471 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[53 (-1406086067758563328)]} 0 11
   [junit4]   2> 14476 T89 C8 P50122 /update {wt=javabin&version=2} {add=[61 (1406086067773243392)]} 0 1
   [junit4]   2> 14485 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10054 (1406086067782680576)]} 0 2
   [junit4]   2> 14496 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14498 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10054 (1406086067788972032)]} 0 8
   [junit4]   2> 14501 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14504 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10055 (1406086067802603520)]} 0 3
   [junit4]   2> 14504 T103 C9 P50126 /update {wt=javabin&version=2} {add=[61 (1406086067786874880)]} 0 16
   [junit4]   2> 14508 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[57 (-1406086067807846400)]} 0 1
   [junit4]   2> 14513 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14515 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10055 (1406086067807846400)]} 0 7
   [junit4]   2> 14516 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14517 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[57 (-1406086067812040704)]} 0 5
   [junit4]   2> 14520 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10046 (-1406086067820429312)]} 0 0
   [junit4]   2> 14523 T89 C8 P50122 /update {wt=javabin&version=2} {add=[62 (1406086067821477888)]} 0 2
   [junit4]   2> 14536 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14538 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10046 (-1406086067830915072)]} 0 8
   [junit4]   2> 14544 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 14549 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10056 (1406086067848740864)]} 0 2
   [junit4]   2> 14552 T105 C9 P50126 /update {wt=javabin&version=2} {add=[62 (1406086067833012224)]} 0 20
   [junit4]   2> 14558 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[58 (-1406086067860275200)]} 0 0
   [junit4]   2> 14564 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14566 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10056 (1406086067857129472)]} 0 11
   [junit4]   2> 14581 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14584 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10057 (1406086067886489600)]} 0 2
   [junit4]   2> 14585 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[58 (-1406086067868663808)]} 0 20
   [junit4]   2> 14597 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14598 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10057 (1406086067894878208)]} 0 7
   [junit4]   2> 14602 T90 C8 P50122 /update {wt=javabin&version=2} {add=[63 (1406086067892781056)]} 0 13
   [junit4]   2> 14606 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10047 (-1406086067910606848)]} 0 0
   [junit4]   2> 14616 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14617 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10047 (-1406086067915849728)]} 0 6
   [junit4]   2> 14622 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10058 (1406086067925286912)]} 0 2
   [junit4]   2> 14629 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
   [junit4]   2> 14630 T105 C9 P50126 /update {wt=javabin&version=2} {add=[63 (1406086067910606848)]} 0 24
   [junit4]   2> 14634 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[60 (-1406086067939966976)]} 0 1
   [junit4]   2> 14645 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 14646 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10058 (1406086067942064128)]} 0 10
   [junit4]   2> 14648 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14649 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[60 (-1406086067947307008)]} 0 8
   [junit4]   2> 14653 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10049 (-1406086067959889920)]} 0 1
   [junit4]   2> 14655 T89 C8 P50122 /update {wt=javabin&version=2} {add=[64 (1406086067960938496)]} 0 1
   [junit4]   2> 14681 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=16 
   [junit4]   2> 14682 T103 C9 P50126 /update {wt=javabin&version=2} {add=[64 (1406086067968278528)]} 0 22
   [junit4]   2> 14684 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=16 
   [junit4]   2> 14685 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10049 (-1406086067967229952)]} 0 25
   [junit4]   2> 14687 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[61 (-1406086067995541504)]} 0 1
   [junit4]   2> 14690 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10059 (1406086067997638656)]} 0 1
   [junit4]   2> 14698 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14702 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14703 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10059 (1406086068004978688)]} 0 7
   [junit4]   2> 14704 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[61 (-1406086068000784384)]} 0 12
   [junit4]   2> 14708 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10050 (-1406086068017561600)]} 0 0
   [junit4]   2> 14713 T89 C8 P50122 /update {wt=javabin&version=2} {add=[65 (1406086068021755904)]} 0 2
   [junit4]   2> 14722 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14726 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10050 (-1406086068026998784)]} 0 10
   [junit4]   2> 14730 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14733 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10060 (1406086068042727424)]} 0 1
   [junit4]   2> 14734 T105 C9 P50126 /update {wt=javabin&version=2} {add=[65 (1406086068029095936)]} 0 15
   [junit4]   2> 14779 T89 C8 P50122 /update {wt=javabin&version=2} {add=[66 (1406086068090961920)]} 0 2
   [junit4]   2> 14789 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14802 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10060 (1406086068050067456)]} 0 63
   [junit4]   2> 14837 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10053 (-1406086068152827904)]} 0 1
   [junit4]   2> 14840 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14841 T105 C9 P50126 /update {wt=javabin&version=2} {add=[66 (1406086068118224896)]} 0 37
   [junit4]   2> 14845 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[62 (-1406086068160167936)]} 0 1
   [junit4]   2> 14846 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14848 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10053 (-1406086068159119360)]} 0 5
   [junit4]   2> 14854 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10061 (1406086068169605120)]} 0 1
   [junit4]   2> 14855 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14856 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[62 (-1406086068166459392)]} 0 6
   [junit4]   2> 14862 T90 C8 P50122 /update {wt=javabin&version=2} {add=[67 (1406086068177993728)]} 0 1
   [junit4]   2> 14865 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14866 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10061 (1406086068176945152)]} 0 7
   [junit4]   2> 14873 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14875 T103 C9 P50126 /update {wt=javabin&version=2} {add=[67 (1406086068185333760)]} 0 6
   [junit4]   2> 14877 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10057 (-1406086068194770944)]} 0 0
   [junit4]   2> 14880 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[66 (-1406086068197916672)]} 0 1
   [junit4]   2> 14885 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14886 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10057 (-1406086068198965248)]} 0 5
   [junit4]   2> 14888 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14889 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[66 (-1406086068202110976)]} 0 5
   [junit4]   2> 14891 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10062 (1406086068208402432)]} 0 2
   [junit4]   2> 14901 T90 C8 P50122 /update {wt=javabin&version=2} {add=[68 (1406086068210499584)]} 0 9
   [junit4]   2> 14914 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=10 
   [junit4]   2> 14920 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10062 (1406086068219936768)]} 0 19
   [junit4]   2> 14925 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10058 (-1406086068245102592)]} 0 0
   [junit4]   2> 14933 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 14936 T103 C9 P50126 /update {wt=javabin&version=2} {add=[68 (1406086068231471104)]} 0 32
   [junit4]   2> 14939 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[67 (-1406086068259782656)]} 0 0
   [junit4]   2> 14941 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14942 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10058 (-1406086068256636928)]} 0 7
   [junit4]   2> 14947 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14948 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10063 (1406086068267122688)]} 0 2
   [junit4]   2> 14948 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[67 (-1406086068263976960)]} 0 5
   [junit4]   2> 14953 T90 C8 P50122 /update {wt=javabin&version=2} {add=[69 (1406086068273414144)]} 0 1
   [junit4]   2> 14958 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14959 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10063 (1406086068273414144)]} 0 8
   [junit4]   2> 14960 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14961 T103 C9 P50126 /update {wt=javabin&version=2} {add=[69 (1406086068277608448)]} 0 5
   [junit4]   2> 14962 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10060 (-1406086068283899904)]} 0 0
   [junit4]   2> 14965 T89 C8 P50122 /update {wt=javabin&version=2} {add=[70 (1406086068287045632)]} 0 1
   [junit4]   2> 14969 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14971 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10060 (-1406086068287045632)]} 0 6
   [junit4]   2> 14974 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14975 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10064 (1406086068295434240)]} 0 2
   [junit4]   2> 14976 T105 C9 P50126 /update {wt=javabin&version=2} {add=[70 (1406086068290191360)]} 0 8
   [junit4]   2> 14980 T89 C8 P50122 /update {wt=javabin&version=2} {add=[71 (1406086068301725696)]} 0 1
   [junit4]   2> 14984 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 14984 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10064 (1406086068300677120)]} 0 6
   [junit4]   2> 14987 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10061 (-1406086068310114304)]} 0 0
   [junit4]   2> 14988 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 14989 T105 C9 P50126 /update {wt=javabin&version=2} {add=[71 (1406086068305920000)]} 0 6
   [junit4]   2> 14993 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[68 (-1406086068315357184)]} 0 1
   [junit4]   2> 14993 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 14995 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10061 (-1406086068313260032)]} 0 5
   [junit4]   2> 14999 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10065 (1406086068321648640)]} 0 1
   [junit4]   2> 14999 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15000 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[68 (-1406086068319551488)]} 0 4
   [junit4]   2> 15004 T89 C8 P50122 /update {wt=javabin&version=2} {add=[72 (1406086068326891520)]} 0 1
   [junit4]   2> 15007 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15008 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10065 (1406086068326891520)]} 0 6
   [junit4]   2> 15012 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10066 (1406086068336328704)]} 0 1
   [junit4]   2> 15014 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15016 T105 C9 P50126 /update {wt=javabin&version=2} {add=[72 (1406086068331085824)]} 0 9
   [junit4]   2> 15021 T89 C8 P50122 /update {wt=javabin&version=2} {add=[73 (1406086068344717312)]} 0 1
   [junit4]   2> 15024 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15025 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10066 (1406086068341571584)]} 0 8
   [junit4]   2> 15029 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10062 (-1406086068354154496)]} 0 0
   [junit4]   2> 15031 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15032 T105 C9 P50126 /update {wt=javabin&version=2} {add=[73 (1406086068351008768)]} 0 6
   [junit4]   2> 15036 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[70 (-1406086068360445952)]} 0 1
   [junit4]   2> 15036 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15037 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10062 (-1406086068358348800)]} 0 4
   [junit4]   2> 15042 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15043 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[70 (-1406086068364640256)]} 0 4
   [junit4]   2> 15049 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10067 (1406086068365688832)]} 0 9
   [junit4]   2> 15050 T90 C8 P50122 /update {wt=javabin&version=2} {add=[74 (1406086068373028864)]} 0 3
   [junit4]   2> 15069 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 15070 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10067 (1406086068378271744)]} 0 18
   [junit4]   2> 15071 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
   [junit4]   2> 15072 T103 C9 P50126 /update {wt=javabin&version=2} {add=[74 (1406086068379320320)]} 0 19
   [junit4]   2> 15075 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10066 (-1406086068401340416)]} 0 1
   [junit4]   2> 15075 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[71 (-1406086068402388992)]} 0 0
   [junit4]   2> 15098 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15099 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[71 (-1406086068405534720)]} 0 21
   [junit4]   2> 15099 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15100 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10066 (-1406086068404486144)]} 0 23
   [junit4]   2> 15103 T89 C8 P50122 /update {wt=javabin&version=2} {add=[75 (1406086068430700544)]} 0 1
   [junit4]   2> 15104 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10068 (1406086068431749120)]} 0 1
   [junit4]   2> 15110 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15120 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15121 T103 C9 P50126 /update {wt=javabin&version=2} {add=[75 (1406086068434894848)]} 0 15
   [junit4]   2> 15121 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10068 (1406086068436992000)]} 0 14
   [junit4]   2> 15125 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[72 (-1406086068453769216)]} 0 1
   [junit4]   2> 15126 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10067 (-1406086068454817792)]} 0 1
   [junit4]   2> 15130 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15131 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[72 (-1406086068456914944)]} 0 4
   [junit4]   2> 15132 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15133 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10067 (-1406086068457963520)]} 0 5
   [junit4]   2> 15135 T89 C8 P50122 /update {wt=javabin&version=2} {add=[76 (1406086068464254976)]} 0 1
   [junit4]   2> 15136 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10069 (1406086068465303552)]} 0 1
   [junit4]   2> 15145 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15153 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 15153 T103 C9 P50126 /update {wt=javabin&version=2} {add=[76 (1406086068468449280)]} 0 15
   [junit4]   2> 15156 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10069 (1406086068470546432)]} 0 17
   [junit4]   2> 15158 T90 C8 P50122 /update {wt=javabin&version=2} {add=[77 (1406086068488372224)]} 0 1
   [junit4]   2> 15161 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10070 (1406086068491517952)]} 0 1
   [junit4]   2> 15168 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15171 T105 C9 P50126 /update {wt=javabin&version=2} {add=[77 (1406086068493615104)]} 0 9
   [junit4]   2> 15178 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15179 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[73 (-1406086068510392320)]} 0 1
   [junit4]   2> 15179 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10070 (1406086068500955136)]} 0 10
   [junit4]   2> 15183 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10071 (1406086068514586624)]} 0 1
   [junit4]   2> 15186 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15187 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[73 (-1406086068514586624)]} 0 5
   [junit4]   2> 15191 T89 C8 P50122 /update {wt=javabin&version=2} {add=[78 (1406086068522975232)]} 0 1
   [junit4]   2> 15194 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15195 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10071 (1406086068520878080)]} 0 7
   [junit4]   2> 15198 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10068 (-1406086068531363840)]} 0 0
   [junit4]   2> 15201 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15202 T105 C9 P50126 /update {wt=javabin&version=2} {add=[78 (1406086068529266688)]} 0 7
   [junit4]   2> 15204 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15205 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10068 (-1406086068534509568)]} 0 4
   [junit4]   2> 15206 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[74 (-1406086068539752448)]} 0 1
   [junit4]   2> 15222 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15225 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[74 (-1406086068551286784)]} 0 10
   [junit4]   2> 15236 T89 C8 P50122 /update {wt=javabin&version=2} {add=[79 (1406086068569112576)]} 0 3
   [junit4]   2> 15281 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10072 (1406086068541849600)]} 0 73
   [junit4]   2> 15363 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 15370 T103 C9 P50126 /update {wt=javabin&version=2} {add=[79 (1406086068578549760)]} 0 127
   [junit4]   2> 15376 T90 C8 P50122 /update {wt=javabin&version=2} {add=[80 (1406086068716961792)]} 0 1
   [junit4]   2> 15392 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15393 T103 C9 P50126 /update {wt=javabin&version=2} {add=[80 (1406086068725350400)]} 0 11
   [junit4]   2> 15398 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[77 (-1406086068741079040)]} 0 0
   [junit4]   2> 15421 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15422 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[77 (-1406086068746321920)]} 0 19
   [junit4]   2> 15434 T90 C8 P50122 /update {wt=javabin&version=2} {add=[81 (1406086068777779200)]} 0 1
   [junit4]   2> 15486 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=181 
   [junit4]   2> 15510 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15514 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10072 (1406086068632027136)]} 0 220
   [junit4]   2> 15515 T103 C9 P50126 /update {wt=javabin&version=2} {add=[81 (1406086068813430784)]} 0 48
   [junit4]   2> 15551 T90 C8 P50122 /update {wt=javabin&version=2} {add=[82 (1406086068900462592)]} 0 2
   [junit4]   2> 15572 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10073 (1406086068922482688)]} 0 1
   [junit4]   2> 15575 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15576 T105 C9 P50126 /update {wt=javabin&version=2} {add=[82 (1406086068906754048)]} 0 20
   [junit4]   2> 15592 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[80 (-1406086068944502784)]} 0 0
   [junit4]   2> 15608 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15609 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[80 (-1406086068948697088)]} 0 14
   [junit4]   2> 15616 T90 C8 P50122 /update {wt=javabin&version=2} {add=[83 (1406086068968620032)]} 0 2
   [junit4]   2> 15620 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15621 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10073 (1406086068959182848)]} 0 15
   [junit4]   2> 15624 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15624 T103 C9 P50126 /update {wt=javabin&version=2} {add=[83 (1406086068972814336)]} 0 5
   [junit4]   2> 15625 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10070 (-1406086068979105792)]} 0 0
   [junit4]   2> 15628 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[82 (-1406086068981202944)]} 0 1
   [junit4]   2> 15632 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15633 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10070 (-1406086068982251520)]} 0 5
   [junit4]   2> 15636 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15637 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[82 (-1406086068986445824)]} 0 5
   [junit4]   2> 15638 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10074 (1406086068991688704)]} 0 1
   [junit4]   2> 15643 T90 C8 P50122 /update {wt=javabin&version=2} {add=[84 (1406086068996931584)]} 0 1
   [junit4]   2> 15646 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15647 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10074 (1406086068996931584)]} 0 5
   [junit4]   2> 15650 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15652 T103 C9 P50126 /update {wt=javabin&version=2} {add=[84 (1406086069001125888)]} 0 6
   [junit4]   2> 15653 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10071 (-1406086069007417344)]} 0 1
   [junit4]   2> 15657 T89 C8 P50122 /update {wt=javabin&version=2} {add=[85 (1406086069012660224)]} 0 1
   [junit4]   2> 15659 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15662 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10071 (-1406086069011611648)]} 0 6
   [junit4]   2> 15666 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15671 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10075 (1406086069020000256)]} 0 7
   [junit4]   2> 15672 T105 C9 P50126 /update {wt=javabin&version=2} {add=[85 (1406086069016854528)]} 0 11
   [junit4]   2> 15680 T89 C8 P50122 /update {wt=javabin&version=2} {add=[86 (1406086069033631744)]} 0 3
   [junit4]   2> 15710 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=10 
   [junit4]   2> 15714 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10075 (1406086069032583168)]} 0 39
   [junit4]   2> 15718 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10072 (-1406086069076623360)]} 0 1
   [junit4]   2> 15725 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15726 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10072 (-1406086069079769088)]} 0 5
   [junit4]   2> 15740 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=50 
   [junit4]   2> 15741 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10076 (1406086069099692032)]} 0 1
   [junit4]   2> 15741 T105 C9 P50126 /update {wt=javabin&version=2} {add=[86 (1406086069042020352)]} 0 58
   [junit4]   2> 15746 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[84 (-1406086069105983488)]} 0 0
   [junit4]   2> 15750 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15751 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10076 (1406086069105983488)]} 0 6
   [junit4]   2> 15753 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15754 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[84 (-1406086069109129216)]} 0 5
   [junit4]   2> 15756 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10077 (1406086069115420672)]} 0 2
   [junit4]   2> 15760 T90 C8 P50122 /update {wt=javabin&version=2} {add=[87 (1406086069119614976)]} 0 1
   [junit4]   2> 15767 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15768 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15769 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10077 (1406086069122760704)]} 0 7
   [junit4]   2> 15769 T105 C9 P50126 /update {wt=javabin&version=2} {add=[87 (1406086069123809280)]} 0 6
   [junit4]   2> 15773 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10073 (-1406086069133246464)]} 0 1
   [junit4]   2> 15773 T89 C8 P50122 /update {wt=javabin&version=2} {add=[88 (1406086069133246465)]} 0 1
   [junit4]   2> 15780 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15781 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10073 (-1406086069137440768)]} 0 5
   [junit4]   2> 15782 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15784 T103 C9 P50126 /update {wt=javabin&version=2} {add=[88 (1406086069138489344)]} 0 7
   [junit4]   2> 15787 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[86 (-1406086069147926528)]} 0 1
   [junit4]   2> 15787 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10078 (1406086069147926529)]} 0 1
   [junit4]   2> 15795 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15795 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15796 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[86 (-1406086069152120832)]} 0 6
   [junit4]   2> 15797 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10078 (1406086069153169408)]} 0 6
   [junit4]   2> 15801 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10074 (-1406086069163655168)]} 0 0
   [junit4]   2> 15802 T89 C8 P50122 /update {wt=javabin&version=2} {add=[89 (1406086069163655169)]} 0 1
   [junit4]   2> 15810 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15811 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10074 (-1406086069167849472)]} 0 6
   [junit4]   2> 15813 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15814 T103 C9 P50126 /update {wt=javabin&version=2} {add=[89 (1406086069169946624)]} 0 7
   [junit4]   2> 15816 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10079 (1406086069179383808)]} 0 1
   [junit4]   2> 15819 T90 C8 P50122 /update {wt=javabin&version=2} {add=[90 (1406086069181480960)]} 0 1
   [junit4]   2> 15825 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15827 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10079 (1406086069183578112)]} 0 7
   [junit4]   2> 15829 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15843 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10080 (1406086069195112448)]} 0 13
   [junit4]   2> 15844 T105 C9 P50126 /update {wt=javabin&version=2} {add=[90 (1406086069186723840)]} 0 22
   [junit4]   2> 15847 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[88 (-1406086069211889664)]} 0 0
   [junit4]   2> 15855 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15855 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[88 (-1406086069216083968)]} 0 4
   [junit4]   2> 15865 T90 C8 P50122 /update {wt=javabin&version=2} {add=[91 (1406086069226569728)]} 0 3
   [junit4]   2> 15878 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=18 
   [junit4]   2> 15879 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10080 (1406086069211889664)]} 0 33
   [junit4]   2> 15883 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 15884 T105 C9 P50126 /update {wt=javabin&version=2} {add=[91 (1406086069242298368)]} 0 9
   [junit4]   2> 15885 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10077 (-1406086069251735552)]} 0 0
   [junit4]   2> 15889 T89 C8 P50122 /update {wt=javabin&version=2} {add=[92 (1406086069254881280)]} 0 2
   [junit4]   2> 15891 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15893 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10077 (-1406086069254881280)]} 0 5
   [junit4]   2> 15898 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10081 (1406086069264318464)]} 0 1
   [junit4]   2> 15901 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15902 T103 C9 P50126 /update {wt=javabin&version=2} {add=[92 (1406086069260124160)]} 0 9
   [junit4]   2> 15909 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15910 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10081 (1406086069270609920)]} 0 7
   [junit4]   2> 15911 T89 C8 P50122 /update {wt=javabin&version=2} {add=[93 (1406086069277949952)]} 0 1
   [junit4]   2> 15915 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10082 (1406086069282144256)]} 0 2
   [junit4]   2> 15920 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15921 T105 C9 P50126 /update {wt=javabin&version=2} {add=[93 (1406086069282144256)]} 0 7
   [junit4]   2> 15925 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15925 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[89 (-1406086069293678592)]} 0 0
   [junit4]   2> 15926 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10082 (1406086069288435712)]} 0 7
   [junit4]   2> 15930 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10080 (-1406086069297872896)]} 0 1
   [junit4]   2> 15933 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15934 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[89 (-1406086069297872896)]} 0 6
   [junit4]   2> 15944 T90 C8 P50122 /update {wt=javabin&version=2} {add=[94 (1406086069311504384)]} 0 2
   [junit4]   2> 15947 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15948 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10080 (-1406086069310455808)]} 0 7
   [junit4]   2> 15952 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10083 (1406086069320941568)]} 0 1
   [junit4]   2> 15953 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15956 T105 C9 P50126 /update {wt=javabin&version=2} {add=[94 (1406086069318844416)]} 0 5
   [junit4]   2> 15960 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[90 (-1406086069330378752)]} 0 1
   [junit4]   2> 15962 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15964 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10083 (1406086069328281600)]} 0 7
   [junit4]   2> 15967 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15967 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10082 (-1406086069336670208)]} 0 1
   [junit4]   2> 15968 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[90 (-1406086069333524480)]} 0 5
   [junit4]   2> 15972 T90 C8 P50122 /update {wt=javabin&version=2} {add=[95 (1406086069341913088)]} 0 1
   [junit4]   2> 15974 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15974 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10082 (-1406086069340864512)]} 0 4
   [junit4]   2> 15979 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10084 (1406086069349253120)]} 0 1
   [junit4]   2> 15981 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 15982 T105 C9 P50126 /update {wt=javabin&version=2} {add=[95 (1406086069346107392)]} 0 7
   [junit4]   2> 15987 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[91 (-1406086069357641728)]} 0 1
   [junit4]   2> 15989 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 15990 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10084 (1406086069355544576)]} 0 6
   [junit4]   2> 15994 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 15996 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[91 (-1406086069363933184)]} 0 5
   [junit4]   2> 16001 T89 C8 P50122 /update {wt=javabin&version=2} {add=[96 (1406086069371273216)]} 0 2
   [junit4]   2> 16002 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10085 (1406086069366030336)]} 0 9
   [junit4]   2> 16022 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 16022 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=10 
   [junit4]   2> 16023 T105 C9 P50126 /update {wt=javabin&version=2} {add=[96 (1406086069378613249)]} 0 17
   [junit4]   2> 16024 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10085 (1406086069378613248)]} 0 18
   [junit4]   2> 16028 T90 C8 P50122 /update {wt=javabin&version=2} {add=[97 (1406086069400633344)]} 0 2
   [junit4]   2> 16028 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10086 (1406086069400633345)]} 0 1
   [junit4]   2> 16036 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16037 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16037 T103 C9 P50126 /update {wt=javabin&version=2} {add=[97 (1406086069405876225)]} 0 5
   [junit4]   2> 16038 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10086 (1406086069405876224)]} 0 6
   [junit4]   2> 16041 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[92 (-1406086069415313408)]} 0 1
   [junit4]   2> 16042 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10084 (-1406086069415313409)]} 0 1
   [junit4]   2> 16047 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16048 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[92 (-1406086069418459136)]} 0 4
   [junit4]   2> 16048 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16050 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10084 (-1406086069419507712)]} 0 5
   [junit4]   2> 16053 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10087 (1406086069426847744)]} 0 1
   [junit4]   2> 16055 T90 C8 P50122 /update {wt=javabin&version=2} {add=[98 (1406086069426847745)]} 0 3
   [junit4]   2> 16070 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16075 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16076 T105 C9 P50126 /update {wt=javabin&version=2} {add=[98 (1406086069433139200)]} 0 18
   [junit4]   2> 16077 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10087 (1406086069432090624)]} 0 20
   [junit4]   2> 16081 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[95 (-1406086069456207872)]} 0 1
   [junit4]   2> 16083 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10088 (1406086069458305024)]} 0 1
   [junit4]   2> 16089 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16090 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[95 (-1406086069461450752)]} 0 5
   [junit4]   2> 16095 T89 C8 P50122 /update {wt=javabin&version=2} {add=[99 (1406086069470887936)]} 0 2
   [junit4]   2> 16095 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16096 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10088 (1406086069463547904)]} 0 9
   [junit4]   2> 16099 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10086 (-1406086069476130816)]} 0 0
   [junit4]   2> 16106 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16107 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16109 T103 C9 P50126 /update {wt=javabin&version=2} {add=[99 (1406086069476130816)]} 0 10
   [junit4]   2> 16109 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10086 (-1406086069479276544)]} 0 7
   [junit4]   2> 16113 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[98 (-1406086069489762304)]} 0 1
   [junit4]   2> 16113 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10089 (1406086069489762305)]} 0 1
   [junit4]   2> 16119 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16119 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[98 (-1406086069492908032)]} 0 4
   [junit4]   2> 16121 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16122 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10089 (1406086069493956608)]} 0 6
   [junit4]   2> 16125 T90 C8 P50122 /update {wt=javabin&version=2} {add=[100 (1406086069502345216)]} 0 1
   [junit4]   2> 16139 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10090 (1406086069505490944)]} 0 13
   [junit4]   2> 16143 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16144 T103 C9 P50126 /update {wt=javabin&version=2} {add=[100 (1406086069514928128)]} 0 9
   [junit4]   2> 16158 T89 C8 P50122 /update {wt=javabin&version=2} {add=[101 (1406086069535899648)]} 0 2
   [junit4]   2> 16168 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 16170 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10090 (1406086069524365312)]} 0 25
   [junit4]   2> 16175 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10088 (-1406086069555822592)]} 0 0
   [junit4]   2> 16213 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 16221 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16224 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10088 (-1406086069582036992)]} 0 24
   [junit4]   2> 16229 T103 C9 P50126 /update {wt=javabin&version=2} {add=[101 (1406086069552676864)]} 0 58
   [junit4]   2> 16233 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10091 (1406086069615591424)]} 0 2
   [junit4]   2> 16248 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[99 (-1406086069632368640)]} 0 1
   [junit4]   2> 16255 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16257 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10091 (1406086069630271488)]} 0 12
   [junit4]   2> 16260 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16262 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10092 (1406086069646000128)]} 0 1
   [junit4]   2> 16263 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[99 (-1406086069640757248)]} 0 7
   [junit4]   2> 16269 T89 C8 P50122 /update {wt=javabin&version=2} {add=[102 (1406086069652291584)]} 0 2
   [junit4]   2> 16271 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16272 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10092 (1406086069650194432)]} 0 7
   [junit4]   2> 16278 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10093 (1406086069662777344)]} 0 1
   [junit4]   2> 16280 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16284 T103 C9 P50126 /update {wt=javabin&version=2} {add=[102 (1406086069660680192)]} 0 10
   [junit4]   2> 16288 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16289 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10093 (1406086069668020224)]} 0 7
   [junit4]   2> 16292 T89 C8 P50122 /update {wt=javabin&version=2} {add=[103 (1406086069676408832)]} 0 2
   [junit4]   2> 16293 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10089 (-1406086069679554560)]} 0 0
   [junit4]   2> 16303 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16306 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16313 T105 C9 P50126 /update {wt=javabin&version=2} {add=[103 (1406086069682700288)]} 0 17
   [junit4]   2> 16315 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10089 (-1406086069684797440)]} 0 17
   [junit4]   2> 16318 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[103 (-1406086069705768960)]} 0 0
   [junit4]   2> 16321 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10094 (1406086069706817536)]} 0 2
   [junit4]   2> 16327 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16328 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[103 (-1406086069711011840)]} 0 5
   [junit4]   2> 16333 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16334 T89 C8 P50122 /update {wt=javabin&version=2} {add=[104 (1406086069721497600)]} 0 2
   [junit4]   2> 16335 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10094 (1406086069715206144)]} 0 9
   [junit4]   2> 16339 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10090 (-1406086069727789056)]} 0 1
   [junit4]   2> 16344 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16346 T103 C9 P50126 /update {wt=javabin&version=2} {add=[104 (1406086069726740480)]} 0 8
   [junit4]   2> 16346 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16347 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10090 (-1406086069731983360)]} 0 5
   [junit4]   2> 16352 T89 C8 P50122 /update {wt=javabin&version=2} {add=[105 (1406086069740371968)]} 0 1
   [junit4]   2> 16363 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16364 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10095 (1406086069741420544)]} 0 13
   [junit4]   2> 16365 T105 C9 P50126 /update {wt=javabin&version=2} {add=[105 (1406086069746663424)]} 0 8
   [junit4]   2> 16372 T90 C8 P50122 /update {wt=javabin&version=2} {add=[106 (1406086069759246336)]} 0 3
   [junit4]   2> 16391 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 16393 T105 C9 P50126 /update {wt=javabin&version=2} {add=[106 (1406086069770780672)]} 0 14
   [junit4]   2> 16400 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=14 
   [junit4]   2> 16400 T90 C8 P50122 /update {wt=javabin&version=2} {add=[107 (1406086069789655040)]} 0 3
   [junit4]   2> 16402 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10095 (1406086069759246336)]} 0 33
   [junit4]   2> 16406 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10091 (-1406086069798043648)]} 0 1
   [junit4]   2> 16411 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16413 T105 C9 P50126 /update {wt=javabin&version=2} {add=[107 (1406086069796995072)]} 0 8
   [junit4]   2> 16414 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16415 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10091 (-1406086069803286528)]} 0 5
   [junit4]   2> 16418 T90 C8 P50122 /update {wt=javabin&version=2} {add=[108 (1406086069809577984)]} 0 2
   [junit4]   2> 16420 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10096 (1406086069811675136)]} 0 1
   [junit4]   2> 16428 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16429 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16430 T103 C9 P50126 /update {wt=javabin&version=2} {add=[108 (1406086069814820864)]} 0 9
   [junit4]   2> 16430 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10096 (1406086069815869440)]} 0 7
   [junit4]   2> 16434 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[106 (-1406086069827403776)]} 0 1
   [junit4]   2> 16435 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10097 (1406086069827403777)]} 0 2
   [junit4]   2> 16442 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16444 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[106 (-1406086069831598080)]} 0 6
   [junit4]   2> 16449 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 16453 T89 C8 P50122 /update {wt=javabin&version=2} {add=[109 (1406086069846278144)]} 0 1
   [junit4]   2> 16454 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10097 (1406086069832646656)]} 0 16
   [junit4]   2> 16486 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10092 (-1406086069881929728)]} 0 0
   [junit4]   2> 16502 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16504 T105 C9 P50126 /update {wt=javabin&version=2} {add=[109 (1406086069886124032)]} 0 14
   [junit4]   2> 16511 T89 C8 P50122 /update {wt=javabin&version=2} {add=[110 (1406086069907095552)]} 0 1
   [junit4]   2> 16515 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16519 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10092 (-1406086069895561216)]} 0 20
   [junit4]   2> 16523 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16525 T105 C9 P50126 /update {wt=javabin&version=2} {add=[110 (1406086069914435584)]} 0 9
   [junit4]   2> 16530 T89 C8 P50122 /update {wt=javabin&version=2} {add=[111 (1406086069927018496)]} 0 1
   [junit4]   2> 16534 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10098 (1406086069931212800)]} 0 1
   [junit4]   2> 16545 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16556 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 16558 T103 C9 P50126 /update {wt=javabin&version=2} {add=[111 (1406086069934358528)]} 0 23
   [junit4]   2> 16558 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10098 (1406086069940649984)]} 0 16
   [junit4]   2> 16581 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10095 (-1406086069981544448)]} 0 1
   [junit4]   2> 16617 T89 C8 P50122 /update {wt=javabin&version=2} {add=[112 (1406086070009856000)]} 0 9
   [junit4]   2> 16623 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16625 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10095 (-1406086070021390336)]} 0 7
   [junit4]   2> 16675 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10099 (1406086070068576256)]} 0 11
   [junit4]   2> 16698 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
   [junit4]   2> 16703 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 16705 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10099 (1406086070085353472)]} 0 25
   [junit4]   2> 16706 T105 C9 P50126 /update {wt=javabin&version=2} {add=[112 (1406086070066479104)]} 0 45
   [junit4]   2> 16710 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10098 (-1406086070116810752)]} 0 1
   [junit4]   2> 16711 T90 C8 P50122 /update {wt=javabin&version=2} {add=[113 (1406086070116810753)]} 0 2
   [junit4]   2> 16717 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16720 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10098 (-1406086070121005056)]} 0 7
   [junit4]   2> 16724 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16727 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10100 (1406086070133587968)]} 0 1
   [junit4]   2> 16727 T103 C9 P50126 /update {wt=javabin&version=2} {add=[113 (1406086070121005057)]} 0 13
   [junit4]   2> 16732 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[113 (-1406086070139879424)]} 0 1
   [junit4]   2> 16737 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16738 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10100 (1406086070139879424)]} 0 7
   [junit4]   2> 16739 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16740 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[113 (-1406086070144073728)]} 0 4
   [junit4]   2> 16745 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10101 (1406086070151413760)]} 0 3
   [junit4]   2> 16746 T89 C8 P50122 /update {wt=javabin&version=2} {add=[114 (1406086070153510912)]} 0 3
   [junit4]   2> 16754 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16755 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16756 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10101 (1406086070157705216)]} 0 8
   [junit4]   2> 16757 T103 C9 P50126 /update {wt=javabin&version=2} {add=[114 (1406086070158753792)]} 0 8
   [junit4]   2> 16760 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10099 (-1406086070169239552)]} 0 1
   [junit4]   2> 16760 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[114 (-1406086070169239553)]} 0 0
   [junit4]   2> 16767 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16767 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16768 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10099 (-1406086070172385280)]} 0 5
   [junit4]   2> 16768 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[114 (-1406086070173433856)]} 0 5
   [junit4]   2> 16773 T89 C8 P50122 /update {wt=javabin&version=2} {add=[115 (1406086070182871040)]} 0 1
   [junit4]   2> 16774 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10102 (1406086070182871041)]} 0 2
   [junit4]   2> 16782 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 16783 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16783 T105 C9 P50126 /update {wt=javabin&version=2} {add=[115 (1406086070188113920)]} 0 6
   [junit4]   2> 16784 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10102 (1406086070188113921)]} 0 6
   [junit4]   2> 16787 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[115 (-1406086070197551104)]} 0 0
   [junit4]   2> 16789 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10103 (1406086070198599680)]} 0 1
   [junit4]   2> 16797 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16801 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 16802 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[115 (-1406086070204891136)]} 0 10
   [junit4]   2> 16803 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10103 (1406086070204891137)]} 0 11
   [junit4]   2> 16806 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10103 (-1406086070217474049)]} 0 0
   [junit4]   2> 16807 T89 C8 P50122 /update {wt=javabin&version=2} {add=[116 (1406086070217474048)]} 0 1
   [junit4]   2> 16813 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 16815 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10103 (-1406086070221668352)]} 0 6
   [junit4]   2> 16822 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 16823 T103 C9 P50126 /update {wt=javabin&version=2} {add=[116 (1406086070221668353)]} 0 13
   [junit4]   2> 16832 T90 C8 P50122 /update {wt=javabin&version=2} {add=[117 (1406086070241591296)]} 0 3
   [junit4]   2> 16925 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10104 (1406086070235299840)]} 0 103
   [junit4]   2> 16987 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 16989 T103 C9 P50126 /update {wt=javabin&version=2} {add=[117 (1406086070249979904)]} 0 152
   [junit4]   2> 16998 T89 C8 P50122 /update {wt=javabin&version=2} {add=[118 (1406086070416703488)]} 0 2
   [junit4]   2> 17012 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17013 T103 C9 P50126 /update {wt=javabin&version=2} {add=[118 (1406086070424043520)]} 0 11
   [junit4]   2> 17020 T89 C8 P50122 /update {wt=javabin&version=2} {add=[119 (1406086070440820736)]} 0 1
   [junit4]   2> 17032 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 17033 T103 C9 P50126 /update {wt=javabin&version=2} {add=[119 (1406086070447112192)]} 0 8
   [junit4]   2> 17038 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[117 (-1406086070460743680)]} 0 0
   [junit4]   2> 17048 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17049 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[117 (-1406086070467035136)]} 0 5
   [junit4]   2> 17054 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=100 
   [junit4]   2> 17055 T89 C8 P50122 /update {wt=javabin&version=2} {add=[120 (1406086070477520896)]} 0 2
   [junit4]   2> 17071 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 17073 T103 C9 P50126 /update {wt=javabin&version=2} {add=[120 (1406086070489055232)]} 0 8
   [junit4]   2> 17077 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[119 (-1406086070501638144)]} 0 0
   [junit4]   2> 17101 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17102 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[119 (-1406086070506881024)]} 0 20
   [junit4]   2> 17109 T89 C8 P50122 /update {wt=javabin&version=2} {add=[121 (1406086070533095424)]} 0 2
   [junit4]   2> 17124 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17126 T103 C9 P50126 /update {wt=javabin&version=2} {add=[121 (1406086070544629760)]} 0 13
   [junit4]   2> 17130 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[120 (-1406086070557212672)]} 0 0
   [junit4]   2> 17135 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10104 (1406086070362177536)]} 0 192
   [junit4]   2> 17140 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17144 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10105 (1406086070569795584)]} 0 2
   [junit4]   2> 17145 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[120 (-1406086070562455552)]} 0 10
   [junit4]   2> 17152 T89 C8 P50122 /update {wt=javabin&version=2} {add=[122 (1406086070579232768)]} 0 2
   [junit4]   2> 17154 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17158 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10105 (1406086070576087040)]} 0 10
   [junit4]   2> 17169 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17169 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10106 (1406086070597058560)]} 0 1
   [junit4]   2> 17171 T103 C9 P50126 /update {wt=javabin&version=2} {add=[122 (1406086070584475648)]} 0 15
   [junit4]   2> 17184 T89 C8 P50122 /update {wt=javabin&version=2} {add=[123 (1406086070611738624)]} 0 2
   [junit4]   2> 17186 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17190 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10106 (1406086070604398592)]} 0 15
   [junit4]   2> 17228 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17230 T103 C9 P50126 /update {wt=javabin&version=2} {add=[123 (1406086070619078656)]} 0 41
   [junit4]   2> 17239 T90 C8 P50122 /update {wt=javabin&version=2} {add=[124 (1406086070667313152)]} 0 4
   [junit4]   2> 17396 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10107 (1406086070625370112)]} 0 201
   [junit4]   2> 17414 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50126/solr/collection1/ recoveringAfterStartup=true
   [junit4]   2> 17419 T124 C7 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 17438 T124 C7 P50130 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr START replicas=[http://127.0.0.1:50126/solr/collection1/] nUpdates=100
   [junit4]   2> 17462 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery Sync Recovery was not successful - trying replication
   [junit4]   2> 17462 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery Begin buffering updates
   [junit4]   2> 17479 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=37 
   [junit4]   2> 17481 T103 C9 P50126 /update {wt=javabin&version=2} {add=[124 (1406086070676750336)]} 0 237
   [junit4]   2> 17484 T104 C9 P50126 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=11 
   [junit4]   2> 17486 T124 C7 P50130 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\tlog\tlog.0000000000000000000 refcount=1}}
   [junit4]   2> 17486 T124 C7 P50130 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50126/solr/collection1/
   [junit4]   2> 17486 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=18 
   [junit4]   2> 17486 T124 C7 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 17488 T89 C8 P50122 /update {wt=javabin&version=2} {add=[125 (1406086070930505728)]} 0 2
   [junit4]   2> 17490 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10107 (1406086070852911104)]} 0 78
   [junit4]   2> 17496 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10108 (1406086070939942912)]} 0 2
   [junit4]   2> 17497 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17498 T103 C9 P50126 /update {wt=javabin&version=2} {add=[125 (1406086070937845760)]} 0 5
   [junit4]   2> 17503 T89 C8 P50122 /update {wt=javabin&version=2} {add=[126 (1406086070947282944)]} 0 2
   [junit4]   2> 17509 T106 C9 P50126 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 17511 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17513 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10108 (1406086070950428672)]} 0 9
   [junit4]   2> 17519 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10106 (-1406086070965108736)]} 0 0
   [junit4]   2> 17522 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17523 T103 C9 P50126 /update {wt=javabin&version=2} {add=[126 (1406086070955671552)]} 0 13
   [junit4]   2> 17529 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17530 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10106 (-1406086070971400192)]} 0 5
   [junit4]   2> 17533 T89 C8 P50122 /update {wt=javabin&version=2} {add=[127 (1406086070977691648)]} 0 2
   [junit4]   2> 17539 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10109 (1406086070985031680)]} 0 1
   [junit4]   2> 17551 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17553 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10109 (1406086070993420288)]} 0 7
   [junit4]   2> 17554 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17555 T105 C9 P50126 /update {wt=javabin&version=2} {add=[127 (1406086070994468864)]} 0 8
   [junit4]   2> 17560 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10110 (1406086071006003200)]} 0 2
   [junit4]   2> 17561 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[127 (-1406086071009148928)]} 0 0
   [junit4]   2> 17572 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 17573 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10110 (1406086071012294656)]} 0 9
   [junit4]   2> 17574 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17576 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[127 (-1406086071015440384)]} 0 9
   [junit4]   2> 17579 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10111 (1406086071026974720)]} 0 2
   [junit4]   2> 17583 T90 C8 P50122 /update {wt=javabin&version=2} {add=[128 (1406086071030120448)]} 0 2
   [junit4]   2> 17602 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17604 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10111 (1406086071034314752)]} 0 19
   [junit4]   2> 17607 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17608 T105 C9 P50126 /update {wt=javabin&version=2} {add=[128 (1406086071050043392)]} 0 9
   [junit4]   2> 17619 T90 C8 P50122 /update {wt=javabin&version=2} {add=[129 (1406086071064723456)]} 0 5
   [junit4]   2> 17627 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10112 (1406086071064723457)]} 0 13
   [junit4]   2> 17630 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17632 T103 C9 P50126 /update {wt=javabin&version=2} {add=[129 (1406086071076257792)]} 0 8
   [junit4]   2> 17636 T89 C8 P50122 /update {wt=javabin&version=2} {add=[130 (1406086071087792128)]} 0 1
   [junit4]   2> 17638 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17639 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10112 (1406086071084646400)]} 0 6
   [junit4]   2> 17643 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10113 (1406086071095132160)]} 0 1
   [junit4]   2> 17645 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17646 T103 C9 P50126 /update {wt=javabin&version=2} {add=[130 (1406086071093035008)]} 0 6
   [junit4]   2> 17654 T89 C8 P50122 /update {wt=javabin&version=2} {add=[131 (1406086071105617920)]} 0 1
   [junit4]   2> 17663 T106 C9 P50126 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_2,generation=2,filenames=[_o_Lucene40_0.prx, _p.fdx, _p.fnm, _p.fdt, _q.fdx, _o_Lucene40_0.frq, _q.fdt, _p_1.del, _o_1.del, _q_Lucene40_0.tim, _q.si, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.si, _q_Lucene40_0.tip, _o.fdt, _p_Lucene40_0.frq, _o.fnm, _o.fdx, _q_nrm.cfe, _q_Lucene40_0.frq, _q_nrm.cfs, _p.si, _o_nrm.cfs, _p_nrm.cfe, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _o_Lucene40_0.tim, segments_2, _q.fnm, _p_nrm.cfs, _q_Lucene40_0.prx, _o_nrm.cfe]
   [junit4]   2> 17663 T106 C9 P50126 oasc.SolrDeletionPolicy.updateCommits newest commit = 2
   [junit4]   2> 17666 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17667 T103 C9 P50126 /update {wt=javabin&version=2} {add=[131 (1406086071111909376)]} 0 9
   [junit4]   2> 17671 T89 C8 P50122 /update {wt=javabin&version=2} {add=[132 (1406086071124492288)]} 0 1
   [junit4]   2> 17679 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17681 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10113 (1406086071100375040)]} 0 33
   [junit4]   2> 17689 T106 C9 P50126 oass.SolrIndexSearcher.<init> Opening Searcher@65067a13 main
   [junit4]   2> 17690 T106 C9 P50126 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 17694 T111 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65067a13 main{StandardDirectoryReader(segments_2:60 _p(4.0):C96/1 _o(4.0):C10/2 _q(4.0):C3)}
   [junit4]   2> 17694 T106 C9 P50126 /update {waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 185
   [junit4]   2> 17696 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10113 (-1406086071150706688)]} 0 0
   [junit4]   2> 17713 T124 C7 P50130 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 17713 T124 C7 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
   [junit4]   2> 17719 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17721 T124 C7 P50130 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 17724 T103 C9 P50126 /update {wt=javabin&version=2} {add=[132 (1406086071129735168)]} 0 48
   [junit4]   2> 17729 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17753 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10113 (-1406086071179018240)]} 0 30
   [junit4]   2> 17757 T89 C8 P50122 /update {wt=javabin&version=2} {add=[133 (1406086071213621248)]} 0 1
   [junit4]   2> 17759 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10114 (1406086071216766976)]} 0 1
   [junit4]   2> 17763 T107 C9 P50126 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 17764 T107 C9 P50126 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
   [junit4]   2> 17766 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Master's generation: 2
   [junit4]   2> 17766 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
   [junit4]   2> 17766 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 17775 T107 C9 P50126 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=4 
   [junit4]   2> 17780 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 17781 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 33
   [junit4]   2> 17782 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Starting download to .\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798 fullCopy=true
   [junit4]   2> 17787 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17788 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10114 (1406086071226204160)]} 0 20
   [junit4]   2> 17802 T107 C9 P50126 REQ /replication {file=_o_Lucene40_0.prx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=6 
   [junit4]   2> 17806 T103 C9 P50126 /update {wt=javabin&version=2} {add=[133 (1406086071235641344)]} 0 30
   [junit4]   2> 17809 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10114 (-1406086071268147200)]} 0 1
   [junit4]   2> 17816 T90 C8 P50122 /update {wt=javabin&version=2} {add=[134 (1406086071275487232)]} 0 2
   [junit4]   2> 17822 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17823 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10114 (-1406086071279681536)]} 0 5
   [junit4]   2> 17824 T107 C9 P50126 REQ /replication {file=_p.fdx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17837 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10115 (1406086071297507328)]} 0 1
   [junit4]   2> 17838 T107 C9 P50126 REQ /replication {file=_p.fnm&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17845 T107 C9 P50126 REQ /replication {file=_p.fdt&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17848 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17850 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17856 T107 C9 P50126 REQ /replication {file=_q.fdx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17857 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10115 (1406086071304847360)]} 0 14
   [junit4]   2> 17858 T105 C9 P50126 /update {wt=javabin&version=2} {add=[134 (1406086071280730112)]} 0 38
   [junit4]   2> 17865 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10115 (-1406086071327916032)]} 0 0
   [junit4]   2> 17867 T107 C9 P50126 REQ /replication {file=_o_Lucene40_0.frq&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17874 T90 C8 P50122 /update {wt=javabin&version=2} {add=[135 (1406086071328964608)]} 0 8
   [junit4]   2> 17883 T107 C9 P50126 REQ /replication {file=_p_1.del&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 17890 T107 C9 P50126 REQ /replication {file=_q.fdt&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 17892 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17895 T105 C9 P50126 /update {wt=javabin&version=2} {add=[135 (1406086071352033280)]} 0 8
   [junit4]   2> 17896 T107 C9 P50126 REQ /replication {file=_q.si&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17900 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[134 (-1406086071364616192)]} 0 0
   [junit4]   2> 17903 T107 C9 P50126 REQ /replication {file=_q_Lucene40_0.tim&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17909 T107 C9 P50126 REQ /replication {file=_o_1.del&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17913 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17914 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[134 (-1406086071373004800)]} 0 6
   [junit4]   2> 17917 T107 C9 P50126 REQ /replication {file=_p_Lucene40_0.tim&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17922 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17925 T90 C8 P50122 /update {wt=javabin&version=2} {add=[136 (1406086071385587712)]} 0 6
   [junit4]   2> 17929 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10115 (-1406086071345741824)]} 0 47
   [junit4]   2> 17934 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10116 (1406086071399219200)]} 0 2
   [junit4]   2> 17938 T107 C9 P50126 REQ /replication {file=_o.si&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17950 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 17953 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10116 (1406086071405510656)]} 0 14
   [junit4]   2> 17956 T107 C9 P50126 REQ /replication {file=_p_Lucene40_0.tip&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 17961 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 17969 T105 C9 P50126 /update {wt=javabin&version=2} {add=[136 (1406086071408656384)]} 0 28
   [junit4]   2> 17975 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10117 (1406086071442210816)]} 0 2
   [junit4]   2> 17978 T107 C9 P50126 REQ /replication {file=_q_Lucene40_0.tip&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17982 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[135 (-1406086071450599424)]} 0 0
   [junit4]   2> 17993 T107 C9 P50126 REQ /replication {file=_o.fdt&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 17999 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18003 T107 C9 P50126 REQ /replication {file=_o.fnm&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 18006 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10117 (1406086071452696576)]} 0 22
   [junit4]   2> 18008 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18010 T107 C9 P50126 REQ /replication {file=_p_Lucene40_0.frq&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18013 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[135 (-1406086071471570944)]} 0 13
   [junit4]   2> 18014 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10118 (1406086071483105280)]} 0 2
   [junit4]   2> 18019 T107 C9 P50126 REQ /replication {file=_o.fdx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18020 T90 C8 P50122 /update {wt=javabin&version=2} {add=[137 (1406086071489396736)]} 0 1
   [junit4]   2> 18097 T107 C9 P50126 REQ /replication {file=_q_nrm.cfe&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 18104 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18105 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10118 (1406086071568039936)]} 0 11
   [junit4]   2> 18137 T107 C9 P50126 REQ /replication {file=_p.si&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18142 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10119 (1406086071616274432)]} 0 2
   [junit4]   2> 18152 T107 C9 P50126 REQ /replication {file=_q_nrm.cfs&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18160 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18165 T103 C9 P50126 /update {wt=javabin&version=2} {add=[137 (1406086071496736768)]} 0 139
   [junit4]   2> 18168 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18170 T107 C9 P50126 REQ /replication {file=_q_Lucene40_0.frq&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18175 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[136 (-1406086071652974592)]} 0 1
   [junit4]   2> 18176 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10119 (1406086071633051648)]} 0 20
   [junit4]   2> 18186 T107 C9 P50126 REQ /replication {file=_o_nrm.cfs&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18189 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18191 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[136 (-1406086071659266048)]} 0 10
   [junit4]   2> 18194 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10117 (-1406086071672897536)]} 0 0
   [junit4]   2> 18197 T90 C8 P50122 /update {wt=javabin&version=2} {add=[138 (1406086071674994688)]} 0 1
   [junit4]   2> 18205 T107 C9 P50126 REQ /replication {file=_p_nrm.cfe&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 18208 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18210 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10117 (-1406086071683383296)]} 0 6
   [junit4]   2> 18211 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18213 T107 C9 P50126 REQ /replication {file=_p_Lucene40_0.prx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18214 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10120 (1406086071692820480)]} 0 1
   [junit4]   2> 18216 T105 C9 P50126 /update {wt=javabin&version=2} {add=[138 (1406086071685480448)]} 0 10
   [junit4]   2> 18220 T107 C9 P50126 REQ /replication {file=_o_Lucene40_0.tip&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18221 T90 C8 P50122 /update {wt=javabin&version=2} {add=[139 (1406086071700160512)]} 0 1
   [junit4]   2> 18228 T107 C9 P50126 REQ /replication {file=_o_Lucene40_0.tim&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 18229 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18232 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10120 (1406086071699111936)]} 0 13
   [junit4]   2> 18234 T107 C9 P50126 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18238 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10119 (-1406086071717986304)]} 0 0
   [junit4]   2> 18242 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18243 T105 C9 P50126 /update {wt=javabin&version=2} {add=[139 (1406086071708549120)]} 0 16
   [junit4]   2> 18244 T107 C9 P50126 REQ /replication {file=_p_nrm.cfs&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18252 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18252 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[137 (-1406086071733714944)]} 0 0
   [junit4]   2> 18255 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10119 (-1406086071723229184)]} 0 13
   [junit4]   2> 18259 T107 C9 P50126 REQ /replication {file=_q.fnm&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 18263 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18264 T107 C9 P50126 REQ /replication {file=_q_Lucene40_0.prx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18265 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[137 (-1406086071738957824)]} 0 8
   [junit4]   2> 18271 T89 C8 P50122 /update {wt=javabin&version=2} {add=[140 (1406086071751540736)]} 0 2
   [junit4]   2> 18273 T107 C9 P50126 REQ /replication {file=_o_nrm.cfe&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 18277 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 18282 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10121 (1406086071741054976)]} 0 24
   [junit4]   2> 18282 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18283 T105 C9 P50126 /update {wt=javabin&version=2} {add=[140 (1406086071757832192)]} 0 8
   [junit4]   2> 18286 T124 C7 P50130 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20120629013612798
   [junit4]   2> 18288 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[138 (-1406086071771463680)]} 0 1
   [junit4]   2> 18291 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18292 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10121 (1406086071769366528)]} 0 7
   [junit4]   2> 18298 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18299 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[138 (-1406086071776706560)]} 0 6
   [junit4]   2> 18300 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10120 (-1406086071784046592)]} 0 0
   [junit4]   2> 18303 T89 C8 P50122 /update {wt=javabin&version=2} {add=[141 (1406086071787192320)]} 0 1
   [junit4]   2> 18312 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18313 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10120 (-1406086071792435200)]} 0 5
   [junit4]   2> 18314 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18316 T105 C9 P50126 /update {wt=javabin&version=2} {add=[141 (1406086071791386624)]} 0 10
   [junit4]   2> 18317 T124 C7 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index,segFN=segments_2,generation=2,filenames=[_o.fdt, _o_Lucene40_0.prx, _o.fnm, _p_Lucene40_0.frq, _p.fdx, _o.fdx, _p.fnm, _p.fdt, _o_Lucene40_0.frq, _p.si, _o_nrm.cfs, _p_nrm.cfe, _p_Lucene40_0.prx, _o_Lucene40_0.tip, _o_1.del, _o_Lucene40_0.tim, _p_Lucene40_0.tim, segments_2, _o.si, _p_Lucene40_0.tip, _p_nrm.cfs, _o_nrm.cfe]
   [junit4]   2> 18317 T124 C7 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 2
   [junit4]   2> 18318 T124 C7 P50130 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index/ new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index.20120629013612798
   [junit4]   2> 18319 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10122 (1406086071802920960)]} 0 1
   [junit4]   2> 18324 T90 C8 P50122 /update {wt=javabin&version=2} {add=[142 (1406086071808163840)]} 0 1
   [junit4]   2> 18329 T124 C7 P50130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_2,generation=2,filenames=[_o_Lucene40_0.prx, _p.fdx, _p.fnm, _p.fdt, _q.fdx, _o_Lucene40_0.frq, _q.fdt, _p_1.del, _o_1.del, _q.si, _q_Lucene40_0.tim, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.si, _q_Lucene40_0.tip, _o.fdt, _p_Lucene40_0.frq, _o.fnm, _o.fdx, _q_nrm.cfe, _q_nrm.cfs, _q_Lucene40_0.frq, _p.si, _o_nrm.cfs, _p_nrm.cfe, _p_Lucene40_0.prx, _o_Lucene40_0.tip, _o_Lucene40_0.tim, segments_2, _q.fnm, _p_nrm.cfs, _q_Lucene40_0.prx, _o_nrm.cfe]
   [junit4]   2> 18330 T124 C7 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 2
   [junit4]   2> 18340 T124 C7 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@6de8aa5 main
   [junit4]   2> 18341 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18340 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18342 T103 C9 P50126 /update {wt=javabin&version=2} {add=[142 (1406086071820746752)]} 0 8
   [junit4]   2> 18358 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10122 (1406086071811309568)]} 0 32
   [junit4]   2> 18360 T123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6de8aa5 main{StandardDirectoryReader(segments_2:60:nrt _p(4.0):C96/1 _o(4.0):C10/2 _q(4.0):C3)}
   [junit4]   2> 18360 T124 C7 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 18361 T124 C7 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@58ee2549 main
   [junit4]   2> 18362 T124 C7 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18363 T123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58ee2549 main{StandardDirectoryReader(segments_2:60:nrt _p(4.0):C96/1 _o(4.0):C10/2 _q(4.0):C3)}
   [junit4]   2> 18364 T124 C7 P50130 oash.SnapPuller.fetchLatestIndex removing old index directory C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index
   [junit4]   2> 18384 T124 C7 P50130 oasc.RecoveryStrategy.replay Replaying buffered documents
   [junit4]   2> 18387 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10123 (1406086071874224128)]} 0 2
   [junit4]   2> 18388 T144 C7 P50130 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\tlog\tlog.0000000000000000000 refcount=2} active=true starting pos=26320
   [junit4]   2> 18404 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[139 (-1406086071892049920)]} 0 1
   [junit4]   2> 18433 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 18448 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[139 (-1406086071897292800)]} 0 40
   [junit4]   2> 18450 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 18455 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10123 (1406086071891001344)]} 0 54
   [junit4]   2> 18461 T90 C8 P50122 /update {wt=javabin&version=2} {add=[143 (1406086071951818752)]} 0 1
   [junit4]   2> 18480 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10124 (1406086071971741696)]} 0 1
   [junit4]   2> 18513 T144 C7 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=2,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 18606 T144 C7 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_2,generation=2,filenames=[_o_Lucene40_0.prx, _p.fdx, _p.fnm, _p.fdt, _q.fdx, _o_Lucene40_0.frq, _q.fdt, _p_1.del, _o_1.del, _q.si, _q_Lucene40_0.tim, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.si, _q_Lucene40_0.tip, _o.fdt, _p_Lucene40_0.frq, _o.fnm, _o.fdx, _q_nrm.cfe, _q_nrm.cfs, _q_Lucene40_0.frq, _p.si, _o_nrm.cfs, _p_nrm.cfe, _p_Lucene40_0.prx, _o_Lucene40_0.tip, _o_Lucene40_0.tim, segments_2, _q.fnm, _p_nrm.cfs, _q_Lucene40_0.prx, _o_nrm.cfe]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_3,generation=3,filenames=[_v.fdx, _p.fdx, _s.fdt, _p.fdt, _u_Lucene40_0.tip, _q.fdx, _t_Lucene40_0.frq, _o_Lucene40_0.frq, _s_Lucene40_0.frq, _q.fdt, _u_Lucene40_0.tim, _q_Lucene40_0.tim, _q.si, _o.si, _v.fnm, _q_Lucene40_0.tip, _s_nrm.cfe, _o.fnm, _p_Lucene40_0.frq, _q_nrm.cfe, _s.si, _s_Lucene40_0.tip, _t_Lucene40_0.tim, _q_nrm.cfs, _s_Lucene40_0.tim, _t_Lucene40_0.tip, _u_Lucene40_0.frq, _s_nrm.cfs, _p_nrm.cfe, _t_2.del, _u_2.del, _u.si, _u.fdt, _p_nrm.cfs, _q.fnm, _t.fdt, _q_Lucene40_0.prx, _o_Lucene40_0.prx, _p.fnm, _t.fnm, _u.fdx, _t_Lucene40_0.prx, _v_Lucene40_0.frq, _s.fnm, _t_nrm.cfs, _v_nrm.cfs, _p_1.del, _t.si, _u.fnm, _u_nrm.cfs, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.fdt, _v.fdt, _u_Lucene40_0.prx, _u_nrm.cfe, _v.si, _o.fdx, _s_1.del, _p.si, _q_Lucene40_0.frq, _o_nrm.cfs, _o_2.del, _v_Lucene40_0.prx, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _v_Lucene40_0.tip, _s.fdx, _o_Lucene40_0.tim, _s_Lucene40_0.prx, _v_Lucene40_0.tim, _v_nrm.cfe, _t.fdx, _t_nrm.cfe, segments_3, _o_nrm.cfe]
   [junit4]   2> 18607 T144 C7 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 3
   [junit4]   2> 18613 T144 C7 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@52a55130 main
   [junit4]   2> 18614 T144 C7 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18615 T123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52a55130 main{StandardDirectoryReader(segments_3:69:nrt _p(4.0):C96/1 _o(4.0):C10/3 _q(4.0):C3 _s(4.0):C10/1 _t(4.0):C10/7 _u(4.0):C10/5 _v(4.0):C2)}
   [junit4]   2> 18618 T144 C7 P50130 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=35 deletes=14 deleteByQuery=0 errors=0 positionOfStart=26320}
   [junit4]   2> 18618 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery Recovery was successful - registering as Active
   [junit4]   2> 18622 T115 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=101 
   [junit4]   2> 18623 T124 C7 P50130 oasc.RecoveryStrategy.doRecovery Finished recovery process
   [junit4]   2> 18624 T114 C7 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=87 
   [junit4]   2> 18625 T114 C7 P50130 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b40ac2c
   [junit4]   2> 18625 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10124 (1406086072010539008)]} 0 110
   [junit4]   2> 18627 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0004
   [junit4]   2> 18629 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10125 (1406086072129028096)]} 0 1
   [junit4]   2> 18637 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50133 which had sessionid 0x13836bd0b6b0004
   [junit4]   2> 18638 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0004 closed
   [junit4]   2> 18640 T110 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 18640 T114 C7 P50130 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 18642 T122 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 18642 T114 C7 P50130 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=264,cumulative_deletesById=141,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 18643 T122 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 18644 T122 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 18640 T126 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 18644 T97 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 18644 T130 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 18651 T77 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 18657 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50130/solr/collection1
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:417)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:101)
   [junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
   [junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
   [junit4]   2> 		at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
   [junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
   [junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 18659 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 18659 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 18682 T114 C7 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_3,generation=3,filenames=[_v.fdx, _p.fdx, _s.fdt, _p.fdt, _u_Lucene40_0.tip, _q.fdx, _t_Lucene40_0.frq, _o_Lucene40_0.frq, _s_Lucene40_0.frq, _q.fdt, _u_Lucene40_0.tim, _q_Lucene40_0.tim, _q.si, _o.si, _v.fnm, _q_Lucene40_0.tip, _s_nrm.cfe, _o.fnm, _p_Lucene40_0.frq, _q_nrm.cfe, _s.si, _s_Lucene40_0.tip, _t_Lucene40_0.tim, _q_nrm.cfs, _s_Lucene40_0.tim, _t_Lucene40_0.tip, _u_Lucene40_0.frq, _s_nrm.cfs, _p_nrm.cfe, _t_2.del, _u_2.del, _u.si, _u.fdt, _p_nrm.cfs, _q.fnm, _t.fdt, _q_Lucene40_0.prx, _o_Lucene40_0.prx, _p.fnm, _t.fnm, _u.fdx, _t_Lucene40_0.prx, _v_Lucene40_0.frq, _s.fnm, _t_nrm.cfs, _v_nrm.cfs, _p_1.del, _t.si, _u.fnm, _u_nrm.cfs, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.fdt, _v.fdt, _u_Lucene40_0.prx, _u_nrm.cfe, _v.si, _o.fdx, _s_1.del, _p.si, _q_Lucene40_0.frq, _o_nrm.cfs, _o_2.del, _v_Lucene40_0.prx, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _v_Lucene40_0.tip, _s.fdx, _o_Lucene40_0.tim, _s_Lucene40_0.prx, _v_Lucene40_0.tim, _v_nrm.cfe, _t.fdx, _t_nrm.cfe, segments_3, _o_nrm.cfe]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_4,generation=4,filenames=[_v.fdx, _p.fdx, _s.fdt, _p.fdt, _u_Lucene40_0.tip, _w_Lucene40_0.prx, _q.fdx, _t_Lucene40_0.frq, _o_Lucene40_0.frq, _s_Lucene40_0.frq, _q.fdt, _u_Lucene40_0.tim, _q_Lucene40_0.tim, _q.si, _o.si, _v.fnm, _w.fnm, _q_Lucene40_0.tip, _s_nrm.cfe, _o.fnm, _p_Lucene40_0.frq, _w.fdt, _q_nrm.cfe, _s.si, _w.fdx, _s_Lucene40_0.tip, _t_Lucene40_0.tim, _q_nrm.cfs, _s_Lucene40_0.tim, _t_Lucene40_0.tip, _u_Lucene40_0.frq, _s_nrm.cfs, _p_nrm.cfe, _t_2.del, _u_2.del, _u.si, _u.fdt, _p_nrm.cfs, _q.fnm, _t.fdt, _q_Lucene40_0.prx, _o_Lucene40_0.prx, _w.si, _p.fnm, _t.fnm, _w_Lucene40_0.tip, _u.fdx, _t_Lucene40_0.prx, _v_Lucene40_0.frq, _s.fnm, _w_Lucene40_0.tim, _t_nrm.cfs, _v_nrm.cfs, _p_1.del, _t.si, _u.fnm, _u_nrm.cfs, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _w_nrm.cfe, _w_Lucene40_0.frq, _o.fdt, _v.fdt, _u_Lucene40_0.prx, _u_nrm.cfe, _v.si, _o.fdx, _s_1.del, _w_nrm.cfs, _p.si, _q_Lucene40_0.frq, _o_nrm.cfs, _o_2.del, _v_Lucene40_0.prx, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _v_Lucene40_0.tip, _s.fdx, _o_Lucene40_0.tim, _s_Lucene40_0.prx, _v_Lucene40_0.tim, _v_nrm.cfe, _t.fdx, _t_nrm.cfe, _o_nrm.cfe, segments_4]
   [junit4]   2> 18683 T114 C7 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 18717 T114 C7 P50130 oasu.DefaultSolrCoreState.decref SEVERE Error during shutdown of writer. org.apache.lucene.util.ThreadInterruptedException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:3706)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.waitForMerges(IndexWriter.java:1982)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.finishMerges(IndexWriter.java:1966)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:904)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:847)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:809)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:124)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.closeWriter(DirectUpdateHandler2.java:611)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.decref(DefaultSolrCoreState.java:72)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.close(DirectUpdateHandler2.java:540)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.close(SolrCore.java:823)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:292)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:3704)
   [junit4]   2> 	... 34 more
   [junit4]   2> 
   [junit4]   2> 18718 T114 C7 P50130 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 18737 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 18738 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 18755 T130 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 18756 T126 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 18756 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 18758 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 18994 T145 ccr.RunnerThreadGroup.uncaughtException WARNING RunnerThreadGroup's sub thread threw an uncaught exception. org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:507)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:480)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory is closed
   [junit4]   2> 	at org.apache.lucene.store.Directory.ensureOpen(Directory.java:244)
   [junit4]   2> 	at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:241)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:320)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3157)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:382)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:451)
   [junit4]   2> 
   [junit4]   2> 19728 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50130/solr/collection1
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50130 refused
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
   [junit4]   2> 		at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
   [junit4]   2> 		at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:575)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]   2> 		at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 		at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
   [junit4]   2> 		at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
   [junit4]   2> 		at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
   [junit4]   2> 		at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   [junit4]   2> 		at java.net.Socket.connect(Socket.java:529)
   [junit4]   2> 		at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:123)
   [junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
   [junit4]   2> 		... 19 more
   [junit4]   2> 	
   [junit4]   2> 19729 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 19730 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 19731 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50130/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50130 refused
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
   [junit4]   2> 	at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
   [junit4]   2> 	at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:575)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
   [junit4]   2> 	... 32 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
   [junit4]   2> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
   [junit4]   2> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:529)
   [junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:123)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 19733 T105 C9 P50126 /update {wt=javabin&version=2} {add=[143 (1406086072011587584)]} 0 1216
   [junit4]   2> 19739 T89 C8 P50122 /update {wt=javabin&version=2} {add=[144 (1406086073291898880)]} 0 1
   [junit4]   2> 19746 T105 C9 P50126 /update {wt=javabin&version=2} {add=[144 (1406086073298190336)]} 0 2
   [junit4]   2> 19762 T89 C8 P50122 /update {wt=javabin&version=2} {add=[145 (1406086073305530368)]} 0 11
   [junit4]   2> 19768 T105 C9 P50126 /update {wt=javabin&version=2} {add=[145 (1406086073322307584)]} 0 1
   [junit4]   2> 19776 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[145 (-1406086073327550464)]} 0 5
   [junit4]   2> 19781 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[145 (-1406086073336987648)]} 0 1
   [junit4]   2> 19786 T89 C8 P50122 /update {wt=javabin&version=2} {add=[146 (1406086073340133376)]} 0 2
   [junit4]   2> 19792 T105 C9 P50126 /update {wt=javabin&version=2} {add=[146 (1406086073347473408)]} 0 2
   [junit4]   2> 19796 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[146 (-1406086073352716288)]} 0 1
   [junit4]   2> 19801 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[146 (-1406086073357959168)]} 0 1
   [junit4]   2> 19805 T89 C8 P50122 /update {wt=javabin&version=2} {add=[147 (1406086073362153472)]} 0 1
   [junit4]   2> 19809 T105 C9 P50126 /update {wt=javabin&version=2} {add=[147 (1406086073366347776)]} 0 1
   [junit4]   2> 19814 T89 C8 P50122 /update {wt=javabin&version=2} {add=[148 (1406086073370542080)]} 0 1
   [junit4]   2> 19829 T105 C9 P50126 /update {wt=javabin&version=2} {add=[148 (1406086073375784960)]} 0 12
   [junit4]   2> 19835 T89 C8 P50122 /update {wt=javabin&version=2} {add=[149 (1406086073392562176)]} 0 0
   [junit4]   2> 19841 T105 C9 P50126 /update {wt=javabin&version=2} {add=[149 (1406086073397805056)]} 0 2
   [junit4]   2> 19845 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[149 (-1406086073404096512)]} 0 1
   [junit4]   2> 19850 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[149 (-1406086073409339392)]} 0 2
   [junit4]   2> 19855 T89 C8 P50122 /update {wt=javabin&version=2} {add=[150 (1406086073413533696)]} 0 2
   [junit4]   2> 19859 T105 C9 P50126 /update {wt=javabin&version=2} {add=[150 (1406086073418776576)]} 0 1
   [junit4]   2> 19864 T89 C8 P50122 /update {wt=javabin&version=2} {add=[151 (1406086073422970880)]} 0 1
   [junit4]   2> 19868 T105 C9 P50126 /update {wt=javabin&version=2} {add=[151 (1406086073428213760)]} 0 0
   [junit4]   2> 19872 T89 C8 P50122 /update {wt=javabin&version=2} {add=[152 (1406086073431359488)]} 0 1
   [junit4]   2> 19877 T105 C9 P50126 /update {wt=javabin&version=2} {add=[152 (1406086073436602368)]} 0 1
   [junit4]   2> 19881 T89 C8 P50122 /update {wt=javabin&version=2} {add=[153 (1406086073441845248)]} 0 1
   [junit4]   2> 19885 T105 C9 P50126 /update {wt=javabin&version=2} {add=[153 (1406086073446039552)]} 0 1
   [junit4]   2> 19890 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[150 (-1406086073451282432)]} 0 0
   [junit4]   2> 19894 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[150 (-1406086073455476736)]} 0 1
   [junit4]   2> 19899 T89 C8 P50122 /update {wt=javabin&version=2} {add=[154 (1406086073460719616)]} 0 2
   [junit4]   2> 19905 T105 C9 P50126 /update {wt=javabin&version=2} {add=[154 (1406086073465962496)]} 0 2
   [junit4]   2> 19909 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[151 (-1406086073471205376)]} 0 0
   [junit4]   2> 19913 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[151 (-1406086073475399680)]} 0 1
   [junit4]   2> 19929 T89 C8 P50122 /update {wt=javabin&version=2} {add=[155 (1406086073479593984)]} 0 13
   [junit4]   2> 19934 T105 C9 P50126 /update {wt=javabin&version=2} {add=[155 (1406086073496371200)]} 0 1
   [junit4]   2> 19941 T89 C8 P50122 /update {wt=javabin&version=2} {add=[156 (1406086073501614080)]} 0 3
   [junit4]   2> 19946 T105 C9 P50126 /update {wt=javabin&version=2} {add=[156 (1406086073508954112)]} 0 1
   [junit4]   2> 19951 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[154 (-1406086073515245568)]} 0 0
   [junit4]   2> 19956 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[154 (-1406086073520488448)]} 0 0
   [junit4]   2> 19962 T89 C8 P50122 /update {wt=javabin&version=2} {add=[157 (1406086073525731328)]} 0 2
   [junit4]   2> 19969 T105 C9 P50126 /update {wt=javabin&version=2} {add=[157 (1406086073532022784)]} 0 2
   [junit4]   2> 19974 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[156 (-1406086073539362816)]} 0 0
   [junit4]   2> 19979 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[156 (-1406086073544605696)]} 0 1
   [junit4]   2> 19984 T89 C8 P50122 /update {wt=javabin&version=2} {add=[158 (1406086073548800000)]} 0 2
   [junit4]   2> 20207 T105 C9 P50126 /update {wt=javabin&version=2} {add=[158 (1406086073554042880)]} 0 220
   [junit4]   2> 20213 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[157 (-1406086073789972480)]} 0 1
   [junit4]   2> 20217 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[157 (-1406086073793118208)]} 0 1
   [junit4]   2> 20222 T89 C8 P50122 /update {wt=javabin&version=2} {add=[159 (1406086073798361088)]} 0 1
   [junit4]   2> 20227 T105 C9 P50126 /update {wt=javabin&version=2} {add=[159 (1406086073802555392)]} 0 2
   [junit4]   2> 20232 T89 C8 P50122 /update {wt=javabin&version=2} {add=[160 (1406086073809895424)]} 0 1
   [junit4]   2> 20261 T105 C9 P50126 /update {wt=javabin&version=2} {add=[160 (1406086073834012672)]} 0 7
   [junit4]   2> 20265 T89 C8 P50122 /update {wt=javabin&version=2} {add=[161 (1406086073844498432)]} 0 1
   [junit4]   2> 20271 T105 C9 P50126 /update {wt=javabin&version=2} {add=[161 (1406086073850789888)]} 0 1
   [junit4]   2> 20276 T89 C8 P50122 /update {wt=javabin&version=2} {add=[162 (1406086073856032768)]} 0 1
   [junit4]   2> 20280 T105 C9 P50126 /update {wt=javabin&version=2} {add=[162 (1406086073859178496)]} 0 1
   [junit4]   2> 20283 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[158 (-1406086073863372800)]} 0 0
   [junit4]   2> 20290 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[158 (-1406086073870712832)]} 0 0
   [junit4]   2> 20296 T89 C8 P50122 /update {wt=javabin&version=2} {add=[163 (1406086073875955712)]} 0 1
   [junit4]   2> 20300 T105 C9 P50126 /update {wt=javabin&version=2} {add=[163 (1406086073880150016)]} 0 1
   [junit4]   2> 20304 T89 C8 P50122 /update {wt=javabin&version=2} {add=[164 (1406086073884344320)]} 0 1
   [junit4]   2> 20355 T105 C9 P50126 /update {wt=javabin&version=2} {add=[164 (1406086073937821696)]} 0 2
   [junit4]   2> 20365 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[160 (-1406086073949356032)]} 0 0
   [junit4]   2> 20370 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[160 (-1406086073953550336)]} 0 1
   [junit4]   2> 20438 T89 C8 P50122 /update {wt=javabin&version=2} {add=[165 (1406086073957744640)]} 0 65
   [junit4]   2> 20445 T105 C9 P50126 /update {wt=javabin&version=2} {add=[165 (1406086074032193536)]} 0 1
   [junit4]   2> 20450 T89 C8 P50122 /update {wt=javabin&version=2} {add=[166 (1406086074036387840)]} 0 2
   [junit4]   2> 20455 T105 C9 P50126 /update {wt=javabin&version=2} {add=[166 (1406086074043727872)]} 0 1
   [junit4]   2> 20460 T89 C8 P50122 /update {wt=javabin&version=2} {add=[167 (1406086074048970752)]} 0 1
   [junit4]   2> 20466 T105 C9 P50126 /update {wt=javabin&version=2} {add=[167 (1406086074055262208)]} 0 2
   [junit4]   2> 20470 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[163 (-1406086074059456512)]} 0 1
   [junit4]   2> 20474 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[163 (-1406086074063650816)]} 0 1
   [junit4]   2> 20479 T89 C8 P50122 /update {wt=javabin&version=2} {add=[168 (1406086074067845120)]} 0 2
   [junit4]   2> 20502 T105 C9 P50126 /update {wt=javabin&version=2} {add=[168 (1406086074073088000)]} 0 20
   [junit4]   2> 20513 T89 C8 P50122 /update {wt=javabin&version=2} {add=[169 (1406086074102448128)]} 0 4
   [junit4]   2> 20522 T105 C9 P50126 /update {wt=javabin&version=2} {add=[169 (1406086074110836736)]} 0 3
   [junit4]   2> 20529 T89 C8 P50122 /update {wt=javabin&version=2} {add=[170 (1406086074119225344)]} 0 1
   [junit4]   2> 20536 T105 C9 P50126 /update {wt=javabin&version=2} {add=[170 (1406086074127613952)]} 0 2
   [junit4]   2> 20543 T89 C8 P50122 /update {wt=javabin&version=2} {add=[171 (1406086074133905408)]} 0 2
   [junit4]   2> 20552 T105 C9 P50126 /update {wt=javabin&version=2} {add=[171 (1406086074144391168)]} 0 2
   [junit4]   2> 20558 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[164 (-1406086074150682624)]} 0 0
   [junit4]   2> 20562 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[164 (-1406086074155925504)]} 0 0
   [junit4]   2> 20576 T89 C8 P50122 /update {wt=javabin&version=2} {add=[172 (1406086074169556992)]} 0 2
   [junit4]   2> 20580 T105 C9 P50126 /update {wt=javabin&version=2} {add=[172 (1406086074174799872)]} 0 1
   [junit4]   2> 20584 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[165 (-1406086074177945600)]} 0 1
   [junit4]   2> 20589 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[165 (-1406086074184237056)]} 0 2
   [junit4]   2> 20593 T89 C8 P50122 /update {wt=javabin&version=2} {add=[173 (1406086074188431360)]} 0 1
   [junit4]   2> 20597 T105 C9 P50126 /update {wt=javabin&version=2} {add=[173 (1406086074191577088)]} 0 1
   [junit4]   2> 20601 T89 C8 P50122 /update {wt=javabin&version=2} {add=[174 (1406086074195771392)]} 0 1
   [junit4]   2> 20605 T105 C9 P50126 /update {wt=javabin&version=2} {add=[174 (1406086074199965696)]} 0 1
   [junit4]   2> 20653 T89 C8 P50122 /update {wt=javabin&version=2} {add=[175 (1406086074205208576)]} 0 45
   [junit4]   2> 20660 T105 C9 P50126 /update {wt=javabin&version=2} {add=[175 (1406086074257637376)]} 0 2
   [junit4]   2> 20667 T89 C8 P50122 /update {wt=javabin&version=2} {add=[176 (1406086074263928832)]} 0 3
   [junit4]   2> 20672 T105 C9 P50126 /update {wt=javabin&version=2} {add=[176 (1406086074271268864)]} 0 1
   [junit4]   2> 20676 T89 C8 P50122 /update {wt=javabin&version=2} {add=[177 (1406086074274414592)]} 0 1
   [junit4]   2> 20680 T105 C9 P50126 /update {wt=javabin&version=2} {add=[177 (1406086074278608896)]} 0 1
   [junit4]   2> 20684 T89 C8 P50122 /update {wt=javabin&version=2} {add=[178 (1406086074282803200)]} 0 1
   [junit4]   2> 20696 T105 C9 P50126 /update {wt=javabin&version=2} {add=[178 (1406086074288046080)]} 0 8
   [junit4]   2> 20706 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[167 (-1406086074306920448)]} 0 1
   [junit4]   2> 20709 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[167 (-1406086074310066176)]} 0 0
   [junit4]   2> 20714 T89 C8 P50122 /update {wt=javabin&version=2} {add=[179 (1406086074314260480)]} 0 1
   [junit4]   2> 20719 T105 C9 P50126 /update {wt=javabin&version=2} {add=[179 (1406086074318454784)]} 0 2
   [junit4]   2> 20723 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[168 (-1406086074323697664)]} 0 1
   [junit4]   2> 20725 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[168 (-1406086074326843392)]} 0 0
   [junit4]   2> 20729 T89 C8 P50122 /update {wt=javabin&version=2} {add=[180 (1406086074329989120)]} 0 1
   [junit4]   2> 20733 T105 C9 P50126 /update {wt=javabin&version=2} {add=[180 (1406086074334183424)]} 0 1
   [junit4]   2> 20738 T89 C8 P50122 /update {wt=javabin&version=2} {add=[181 (1406086074339426304)]} 0 1
   [junit4]   2> 20742 T105 C9 P50126 /update {wt=javabin&version=2} {add=[181 (1406086074343620608)]} 0 1
   [junit4]   2> 20746 T89 C8 P50122 /update {wt=javabin&version=2} {add=[182 (1406086074347814912)]} 0 1
   [junit4]   2> 20750 T105 C9 P50126 /update {wt=javabin&version=2} {add=[182 (1406086074352009216)]} 0 1
   [junit4]   2> 20754 T89 C8 P50122 /update {wt=javabin&version=2} {add=[183 (1406086074356203520)]} 0 1
   [junit4]   2> 20758 T105 C9 P50126 /update {wt=javabin&version=2} {add=[183 (1406086074360397824)]} 0 1
   [junit4]   2> 20762 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[174 (-1406086074365640704)]} 0 0
   [junit4]   2> 20767 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[174 (-1406086074369835008)]} 0 1
   [junit4]   2> 20771 T89 C8 P50122 /update {wt=javabin&version=2} {add=[184 (1406086074374029312)]} 0 1
   [junit4]   2> 20775 T105 C9 P50126 /update {wt=javabin&version=2} {add=[184 (1406086074378223616)]} 0 1
   [junit4]   2> 20797 T89 C8 P50122 /update {wt=javabin&version=2} {add=[185 (1406086074393952256)]} 0 9
   [junit4]   2> 20802 T105 C9 P50126 /update {wt=javabin&version=2} {add=[185 (1406086074406535168)]} 0 1
   [junit4]   2> 20808 T89 C8 P50122 /update {wt=javabin&version=2} {add=[186 (1406086074411778048)]} 0 3
   [junit4]   2> 20814 T105 C9 P50126 /update {wt=javabin&version=2} {add=[186 (1406086074419118080)]} 0 2
   [junit4]   2> 20818 T89 C8 P50122 /update {wt=javabin&version=2} {add=[187 (1406086074423312384)]} 0 1
   [junit4]   2> 20822 T105 C9 P50126 /update {wt=javabin&version=2} {add=[187 (1406086074427506688)]} 0 1
   [junit4]   2> 20826 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[177 (-1406086074431700992)]} 0 0
   [junit4]   2> 20826 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50130/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:50130 refused
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
   [junit4]   2> 	at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
   [junit4]   2> 	at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:575)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
   [junit4]   2> 	... 32 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
   [junit4]   2> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
   [junit4]   2> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:529)
   [junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:123)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 20827 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10125 (1406086072142659584)]} 0 2185
   [junit4]   2> 20830 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[177 (-1406086074435895296)]} 0 1
   [junit4]   2> 20831 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10126 (1406086074436943872)]} 0 1
   [junit4]   2> 20835 T90 C8 P50122 /update {wt=javabin&version=2} {add=[188 (1406086074440089600)]} 0 2
   [junit4]   2> 20840 T103 C9 P50126 /update {wt=javabin&version=2} {add=[188 (1406086074445332480)]} 0 2
   [junit4]   2> 20845 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10126 (1406086074443235328)]} 0 10
   [junit4]   2> 20847 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[178 (-1406086074454769664)]} 0 1
   [junit4]   2> 20851 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[178 (-1406086074458963968)]} 0 1
   [junit4]   2> 20857 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10127 (1406086074464206848)]} 0 1
   [junit4]   2> 20861 T89 C8 P50122 /update {wt=javabin&version=2} {add=[189 (1406086074468401152)]} 0 1
   [junit4]   2> 20862 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10127 (1406086074469449728)]} 0 1
   [junit4]   2> 20865 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10127 (-1406086074473644032)]} 0 0
   [junit4]   2> 20867 T105 C9 P50126 /update {wt=javabin&version=2} {add=[189 (1406086074474692608)]} 0 2
   [junit4]   2> 20869 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10127 (-1406086074477838336)]} 0 1
   [junit4]   2> 20871 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[181 (-1406086074478886912)]} 0 1
   [junit4]   2> 20872 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10128 (1406086074479935488)]} 0 1
   [junit4]   2> 20873 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[181 (-1406086074482032640)]} 0 0
   [junit4]   2> 20876 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10128 (1406086074484129792)]} 0 1
   [junit4]   2> 20877 T90 C8 P50122 /update {wt=javabin&version=2} {add=[190 (1406086074485178368)]} 0 1
   [junit4]   2> 20880 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10129 (1406086074488324096)]} 0 1
   [junit4]   2> 20881 T105 C9 P50126 /update {wt=javabin&version=2} {add=[190 (1406086074489372672)]} 0 1
   [junit4]   2> 20885 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10129 (1406086074494615552)]} 0 2
   [junit4]   2> 20887 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[182 (-1406086074496712704)]} 0 0
   [junit4]   2> 20893 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[182 (-1406086074501955584)]} 0 1
   [junit4]   2> 20897 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10130 (1406086074497761280)]} 0 9
   [junit4]   2> 20900 T89 C8 P50122 /update {wt=javabin&version=2} {add=[191 (1406086074507198464)]} 0 4
   [junit4]   2> 20901 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10130 (1406086074510344192)]} 0 1
   [junit4]   2> 20904 T105 C9 P50126 /update {wt=javabin&version=2} {add=[191 (1406086074514538496)]} 0 1
   [junit4]   2> 20905 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10131 (1406086074514538496)]} 0 1
   [junit4]   2> 20913 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[184 (-1406086074519781376)]} 0 6
   [junit4]   2> 20922 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10131 (1406086074532364288)]} 0 1
   [junit4]   2> 20928 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10132 (1406086074538655744)]} 0 1
   [junit4]   2> 20931 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[184 (-1406086074542850048)]} 0 0
   [junit4]   2> 20942 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10132 (1406086074545995776)]} 0 8
   [junit4]   2> 20946 T89 C8 P50122 /update {wt=javabin&version=2} {add=[192 (1406086074558578688)]} 0 1
   [junit4]   2> 20949 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10133 (1406086074560675840)]} 0 1
   [junit4]   2> 20955 T105 C9 P50126 /update {wt=javabin&version=2} {add=[192 (1406086074565918720)]} 0 2
   [junit4]   2> 20957 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10133 (1406086074569064448)]} 0 1
   [junit4]   2> 20962 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[185 (-1406086074575355904)]} 0 0
   [junit4]   2> 20965 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10134 (1406086074577453056)]} 0 2
   [junit4]   2> 20977 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10134 (1406086074590035968)]} 0 1
   [junit4]   2> 20980 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[185 (-1406086074594230272)]} 0 1
   [junit4]   2> 20984 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10135 (1406086074597376000)]} 0 1
   [junit4]   2> 20987 T89 C8 P50122 /update {wt=javabin&version=2} {add=[193 (1406086074600521728)]} 0 1
   [junit4]   2> 20990 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10135 (1406086074603667456)]} 0 1
   [junit4]   2> 20992 T105 C9 P50126 /update {wt=javabin&version=2} {add=[193 (1406086074606813184)]} 0 1
   [junit4]   2> 20994 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10134 (-1406086074608910336)]} 0 0
   [junit4]   2> 20997 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[186 (-1406086074611007488)]} 0 1
   [junit4]   2> 20999 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10134 (-1406086074613104640)]} 0 1
   [junit4]   2> 21005 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10136 (1406086074619396096)]} 0 1
   [junit4]   2> 21008 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[186 (-1406086074623590400)]} 0 0
   [junit4]   2> 21011 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10136 (1406086074625687552)]} 0 1
   [junit4]   2> 21018 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10135 (-1406086074634076160)]} 0 0
   [junit4]   2> 21021 T90 C8 P50122 /update {wt=javabin&version=2} {add=[194 (1406086074628833280)]} 0 8
   [junit4]   2> 21023 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10135 (-1406086074639319040)]} 0 0
   [junit4]   2> 21025 T103 C9 P50126 /update {wt=javabin&version=2} {add=[194 (1406086074640367616)]} 0 1
   [junit4]   2> 21028 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[188 (-1406086074644561921)]} 0 0
   [junit4]   2> 21030 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10137 (1406086074644561920)]} 0 3
   [junit4]   2> 21034 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[188 (-1406086074650853376)]} 0 0
   [junit4]   2> 21038 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10137 (1406086074653999104)]} 0 2
   [junit4]   2> 21041 T90 C8 P50122 /update {wt=javabin&version=2} {add=[195 (1406086074657144832)]} 0 1
   [junit4]   2> 21043 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10136 (-1406086074659241984)]} 0 1
   [junit4]   2> 21047 T105 C9 P50126 /update {wt=javabin&version=2} {add=[195 (1406086074663436288)]} 0 1
   [junit4]   2> 21047 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10136 (-1406086074664484864)]} 0 1
   [junit4]   2> 21051 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[190 (-1406086074668679168)]} 0 1
   [junit4]   2> 21051 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10138 (1406086074667630592)]} 0 1
   [junit4]   2> 21068 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[190 (-1406086074686504960)]} 0 0
   [junit4]   2> 21067 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10138 (1406086074672873472)]} 0 13
   [junit4]   2> 21074 T89 C8 P50122 /update {wt=javabin&version=2} {add=[196 (1406086074691747840)]} 0 2
   [junit4]   2> 21074 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10139 (1406086074691747841)]} 0 1
   [junit4]   2> 21087 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10139 (1406086074703282176)]} 0 3
   [junit4]   2> 21090 T105 C9 P50126 /update {wt=javabin&version=2} {add=[196 (1406086074708525056)]} 0 1
   [junit4]   2> 21092 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10137 (-1406086074711670784)]} 0 0
   [junit4]   2> 21096 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[191 (-1406086074715865088)]} 0 1
   [junit4]   2> 21096 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10137 (-1406086074715865088)]} 0 0
   [junit4]   2> 21100 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[191 (-1406086074719010816)]} 0 1
   [junit4]   2> 21100 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10140 (1406086074719010816)]} 0 1
   [junit4]   2> 21104 T90 C8 P50122 /update {wt=javabin&version=2} {add=[197 (1406086074724253696)]} 0 1
   [junit4]   2> 21106 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10140 (1406086074724253696)]} 0 3
   [junit4]   2> 21110 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10138 (-1406086074730545152)]} 0 1
   [junit4]   2> 21119 T105 C9 P50126 /update {wt=javabin&version=2} {add=[197 (1406086074737885184)]} 0 2
   [junit4]   2> 21121 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10138 (-1406086074741030912)]} 0 1
   [junit4]   2> 21125 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10141 (1406086074745225216)]} 0 1
   [junit4]   2> 21126 T89 C8 P50122 /update {wt=javabin&version=2} {add=[198 (1406086074746273792)]} 0 2
   [junit4]   2> 21132 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10141 (1406086074752565248)]} 0 1
   [junit4]   2> 21132 T103 C9 P50126 /update {wt=javabin&version=2} {add=[198 (1406086074752565249)]} 0 3
   [junit4]   2> 21144 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[193 (-1406086074765148160)]} 0 1
   [junit4]   2> 21150 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10142 (1406086074757808128)]} 0 14
   [junit4]   2> 21152 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[193 (-1406086074774585344)]} 0 0
   [junit4]   2> 21154 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10142 (1406086074775633920)]} 0 1
   [junit4]   2> 21158 T89 C8 P50122 /update {wt=javabin&version=2} {add=[199 (1406086074778779648)]} 0 2
   [junit4]   2> 21158 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10139 (-1406086074780876800)]} 0 0
   [junit4]   2> 21161 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10139 (-1406086074784022528)]} 0 0
   [junit4]   2> 21162 T105 C9 P50126 /update {wt=javabin&version=2} {add=[199 (1406086074784022529)]} 0 1
   [junit4]   2> 21166 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10143 (1406086074788216832)]} 0 1
   [junit4]   2> 21166 T90 C8 P50122 /update {wt=javabin&version=2} {add=[200 (1406086074788216833)]} 0 1
   [junit4]   2> 21170 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10143 (1406086074792411136)]} 0 1
   [junit4]   2> 21175 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10144 (1406086074797654016)]} 0 2
   [junit4]   2> 21182 T105 C9 P50126 /update {wt=javabin&version=2} {add=[200 (1406086074793459712)]} 0 12
   [junit4]   2> 21182 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10144 (1406086074803945472)]} 0 4
   [junit4]   2> 21187 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[196 (-1406086074811285504)]} 0 1
   [junit4]   2> 21187 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10145 (1406086074811285505)]} 0 1
   [junit4]   2> 21191 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[196 (-1406086074815479808)]} 0 1
   [junit4]   2> 21193 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10145 (1406086074816528384)]} 0 3
   [junit4]   2> 21198 T90 C8 P50122 /update {wt=javabin&version=2} {add=[201 (1406086074821771264)]} 0 2
   [junit4]   2> 21201 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10145 (-1406086074825965568)]} 0 1
   [junit4]   2> 21207 T105 C9 P50126 /update {wt=javabin&version=2} {add=[201 (1406086074831208448)]} 0 4
   [junit4]   2> 21212 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[197 (-1406086074837499904)]} 0 1
   [junit4]   2> 21214 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10145 (-1406086074839597056)]} 0 0
   [junit4]   2> 21216 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[197 (-1406086074841694208)]} 0 1
   [junit4]   2> 21221 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10146 (1406086074845888512)]} 0 1
   [junit4]   2> 21223 T90 C8 P50122 /update {wt=javabin&version=2} {add=[202 (1406086074847985664)]} 0 1
   [junit4]   2> 21227 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10146 (1406086074853228544)]} 0 1
   [junit4]   2> 21231 T105 C9 P50126 /update {wt=javabin&version=2} {add=[202 (1406086074856374272)]} 0 1
   [junit4]   2> 21233 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10146 (-1406086074859520000)]} 0 0
   [junit4]   2> 21235 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[200 (-1406086074861617152)]} 0 0
   [junit4]   2> 21237 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10146 (-1406086074862665728)]} 0 1
   [junit4]   2> 21238 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[200 (-1406086074864762880)]} 0 0
   [junit4]   2> 21241 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10147 (1406086074866860032)]} 0 1
   [junit4]   2> 21245 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10147 (1406086074871054336)]} 0 1
   [junit4]   2> 21251 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10148 (1406086074876297216)]} 0 3
   [junit4]   2> 21251 T89 C8 P50122 /update {wt=javabin&version=2} {add=[203 (1406086074868957184)]} 0 9
   [junit4]   2> 21256 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10148 (1406086074883637248)]} 0 1
   [junit4]   2> 21257 T103 C9 P50126 /update {wt=javabin&version=2} {add=[203 (1406086074883637249)]} 0 2
   [junit4]   2> 21261 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[202 (-1406086074888880128)]} 0 1
   [junit4]   2> 21261 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10149 (1406086074888880129)]} 0 1
   [junit4]   2> 21265 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[202 (-1406086074892025856)]} 0 1
   [junit4]   2> 21265 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10149 (1406086074892025857)]} 0 1
   [junit4]   2> 21269 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10149 (-1406086074896220160)]} 0 1
   [junit4]   2> 21269 T90 C8 P50122 /update {wt=javabin&version=2} {add=[204 (1406086074896220161)]} 0 1
   [junit4]   2> 21273 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10149 (-1406086074901463040)]} 0 1
   [junit4]   2> 21277 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10150 (1406086074905657344)]} 0 1
   [junit4]   2> 21299 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10150 (1406086074917191680)]} 0 12
   [junit4]   2> 21328 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10151 (1406086074955988992)]} 0 3
   [junit4]   2> 21344 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10151 (1406086074974863360)]} 0 2
   [junit4]   2> 21348 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10152 (1406086074980106240)]} 0 1
   [junit4]   2> 21354 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10152 (1406086074985349120)]} 0 1
   [junit4]   2> 21360 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10153 (1406086074991640576)]} 0 2
   [junit4]   2> 21365 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10153 (1406086074996883456)]} 0 1
   [junit4]   2> 21367 T103 C9 P50126 /update {wt=javabin&version=2} {add=[204 (1406086074901463041)]} 0 95
   [junit4]   2> 21369 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10150 (-1406086075002126336)]} 0 1
   [junit4]   2> 21372 T89 C8 P50122 /update {wt=javabin&version=2} {add=[205 (1406086075004223488)]} 0 1
   [junit4]   2> 21374 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10150 (-1406086075007369216)]} 0 1
   [junit4]   2> 21379 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10154 (1406086075011563520)]} 0 1
   [junit4]   2> 21381 T103 C9 P50126 /update {wt=javabin&version=2} {add=[205 (1406086075014709248)]} 0 1
   [junit4]   2> 21384 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10154 (1406086075016806400)]} 0 1
   [junit4]   2> 21387 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10151 (-1406086075021000704)]} 0 0
   [junit4]   2> 21394 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10151 (-1406086075028340736)]} 0 0
   [junit4]   2> 21422 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10155 (1406086075055603712)]} 0 13
   [junit4]   2> 21429 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10155 (1406086075063992320)]} 0 1
   [junit4]   2> 21433 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10156 (1406086075069235200)]} 0 1
   [junit4]   2> 21455 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10156 (1406086075091255296)]} 0 2
   [junit4]   2> 21502 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10154 (-1406086075141586944)]} 0 0
   [junit4]   2> 21517 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10154 (-1406086075157315584)]} 0 0
   [junit4]   2> 21529 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10157 (1406086075168849920)]} 0 2
   [junit4]   2> 21535 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10157 (1406086075175141376)]} 0 1
   [junit4]   2> 21539 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10156 (-1406086075180384256)]} 0 1
   [junit4]   2> 21544 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10156 (-1406086075185627136)]} 0 1
   [junit4]   2> 21545 T89 C8 P50122 /update {wt=javabin&version=2} {add=[206 (1406086075019952128)]} 0 159
   [junit4]   2> 21551 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10158 (1406086075189821440)]} 0 4
   [junit4]   2> 21572 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10158 (1406086075197161472)]} 0 18
   [junit4]   2> 21577 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10157 (-1406086075220230144)]} 0 1
   [junit4]   2> 21581 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10157 (-1406086075223375872)]} 0 1
   [junit4]   2> 21587 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10159 (1406086075229667328)]} 0 3
   [junit4]   2> 21591 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10159 (1406086075234910208)]} 0 1
   [junit4]   2> 21600 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10160 (1406086075243298816)]} 0 3
   [junit4]   2> 21605 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10160 (1406086075248541696)]} 0 2
   [junit4]   2> 21609 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10161 (1406086075253784576)]} 0 1
   [junit4]   2> 21612 T105 C9 P50126 /update {wt=javabin&version=2} {add=[206 (1406086075192967168)]} 0 61
   [junit4]   2> 21621 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10161 (1406086075265318912)]} 0 1
   [junit4]   2> 21627 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10162 (1406086075272658944)]} 0 1
   [junit4]   2> 21635 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10162 (1406086075279998976)]} 0 1
   [junit4]   2> 21637 T89 C8 P50122 /update {wt=javabin&version=2} {add=[207 (1406086075282096128)]} 0 1
   [junit4]   2> 21641 T103 C9 P50126 /update {wt=javabin&version=2} {add=[207 (1406086075287339008)]} 0 1
   [junit4]   2> 21662 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10158 (-1406086075309359104)]} 0 1
   [junit4]   2> 21675 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10158 (-1406086075322990592)]} 0 0
   [junit4]   2> 21701 T90 C8 P50122 /update {wt=javabin&version=2} {add=[208 (1406086075309359105)]} 0 40
   [junit4]   2> 21706 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10163 (1406086075353399296)]} 0 3
   [junit4]   2> 21708 T103 C9 P50126 /update {wt=javabin&version=2} {add=[208 (1406086075356545024)]} 0 1
   [junit4]   2> 21711 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10163 (1406086075359690752)]} 0 1
   [junit4]   2> 21713 T89 C8 P50122 /update {wt=javabin&version=2} {add=[209 (1406086075361787904)]} 0 1
   [junit4]   2> 21717 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10164 (1406086075367030784)]} 0 0
   [junit4]   2> 21717 T105 C9 P50126 /update {wt=javabin&version=2} {add=[209 (1406086075367030784)]} 0 1
   [junit4]   2> 21723 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[205 (-1406086075372273664)]} 0 0
   [junit4]   2> 21730 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10164 (1406086075372273664)]} 0 8
   [junit4]   2> 21732 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[205 (-1406086075381710848)]} 0 1
   [junit4]   2> 21734 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10160 (-1406086075383808000)]} 0 1
   [junit4]   2> 21736 T89 C8 P50122 /update {wt=javabin&version=2} {add=[210 (1406086075385905152)]} 0 1
   [junit4]   2> 21736 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10160 (-1406086075386953728)]} 0 0
   [junit4]   2> 21741 T103 C9 P50126 /update {wt=javabin&version=2} {add=[210 (1406086075390099456)]} 0 2
   [junit4]   2> 21742 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10165 (1406086075392196608)]} 0 1
   [junit4]   2> 21747 T90 C8 P50122 /update {wt=javabin&version=2} {add=[211 (1406086075396390912)]} 0 3
   [junit4]   2> 21747 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10165 (1406086075396390912)]} 0 2
   [junit4]   2> 21751 T105 C9 P50126 /update {wt=javabin&version=2} {add=[211 (1406086075401633792)]} 0 1
   [junit4]   2> 21751 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10166 (1406086075401633792)]} 0 1
   [junit4]   2> 21755 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[207 (-1406086075405828096)]} 0 1
   [junit4]   2> 21755 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10166 (1406086075405828096)]} 0 1
   [junit4]   2> 21758 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[207 (-1406086075410022400)]} 0 0
   [junit4]   2> 21759 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10167 (1406086075410022400)]} 0 1
   [junit4]   2> 21762 T89 C8 P50122 /update {wt=javabin&version=2} {add=[212 (1406086075414216704)]} 0 1
   [junit4]   2> 21763 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10167 (1406086075414216704)]} 0 1
   [junit4]   2> 21766 T105 C9 P50126 /update {wt=javabin&version=2} {add=[212 (1406086075417362432)]} 0 1
   [junit4]   2> 21766 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10163 (-1406086075418411008)]} 0 0
   [junit4]   2> 21769 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10163 (-1406086075421556736)]} 0 0
   [junit4]   2> 21769 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[209 (-1406086075421556736)]} 0 0
   [junit4]   2> 21774 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[209 (-1406086075425751040)]} 0 1
   [junit4]   2> 21780 T89 C8 P50122 /update {wt=javabin&version=2} {add=[213 (1406086075430993920)]} 0 3
   [junit4]   2> 21783 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10168 (1406086075426799616)]} 0 9
   [junit4]   2> 21784 T105 C9 P50126 /update {wt=javabin&version=2} {add=[213 (1406086075437285376)]} 0 1
   [junit4]   2> 21787 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10168 (1406086075439382528)]} 0 1
   [junit4]   2> 21788 T90 C8 P50122 /update {wt=javabin&version=2} {add=[214 (1406086075440431104)]} 0 1
   [junit4]   2> 21791 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10169 (1406086075443576832)]} 0 1
   [junit4]   2> 21792 T103 C9 P50126 /update {wt=javabin&version=2} {add=[214 (1406086075444625408)]} 0 1
   [junit4]   2> 21797 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[211 (-1406086075450916864)]} 0 0
   [junit4]   2> 21803 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[211 (-1406086075457208320)]} 0 1
   [junit4]   2> 21806 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10169 (1406086075451965440)]} 0 8
   [junit4]   2> 21807 T89 C8 P50122 /update {wt=javabin&version=2} {add=[215 (1406086075461402624)]} 0 1
   [junit4]   2> 21811 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10170 (1406086075464548352)]} 0 1
   [junit4]   2> 21812 T105 C9 P50126 /update {wt=javabin&version=2} {add=[215 (1406086075464548352)]} 0 2
   [junit4]   2> 21815 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10170 (1406086075468742656)]} 0 1
   [junit4]   2> 21815 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[212 (-1406086075469791232)]} 0 0
   [junit4]   2> 21818 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[212 (-1406086075472936960)]} 0 0
   [junit4]   2> 21819 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10171 (1406086075472936960)]} 0 1
   [junit4]   2> 21823 T89 C8 P50122 /update {wt=javabin&version=2} {add=[216 (1406086075477131264)]} 0 1
   [junit4]   2> 21826 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10171 (1406086075478179840)]} 0 3
   [junit4]   2> 21830 T103 C9 P50126 /update {wt=javabin&version=2} {add=[216 (1406086075485519872)]} 0 1
   [junit4]   2> 21832 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10164 (-1406086075487617024)]} 0 0
   [junit4]   2> 21834 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[214 (-1406086075489714176)]} 0 0
   [junit4]   2> 21838 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[214 (-1406086075493908481)]} 0 0
   [junit4]   2> 21838 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10164 (-1406086075493908480)]} 0 0
   [junit4]   2> 21843 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10172 (1406086075498102784)]} 0 1
   [junit4]   2> 21844 T90 C8 P50122 /update {wt=javabin&version=2} {add=[217 (1406086075499151360)]} 0 2
   [junit4]   2> 21849 T105 C9 P50126 /update {wt=javabin&version=2} {add=[217 (1406086075505442816)]} 0 1
   [junit4]   2> 21850 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10172 (1406086075504394240)]} 0 2
   [junit4]   2> 21853 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10165 (-1406086075508588544)]} 0 1
   [junit4]   2> 21853 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[217 (-1406086075508588545)]} 0 1
   [junit4]   2> 21857 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10165 (-1406086075512782849)]} 0 1
   [junit4]   2> 21857 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[217 (-1406086075512782848)]} 0 1
   [junit4]   2> 21864 T90 C8 P50122 /update {wt=javabin&version=2} {add=[218 (1406086075516977152)]} 0 4
   [junit4]   2> 21870 T103 C9 P50126 /update {wt=javabin&version=2} {add=[218 (1406086075525365760)]} 0 2
   [junit4]   2> 21870 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10173 (1406086075516977153)]} 0 10
   [junit4]   2> 21874 T89 C8 P50122 /update {wt=javabin&version=2} {add=[219 (1406086075530608640)]} 0 1
   [junit4]   2> 21874 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10173 (1406086075530608640)]} 0 1
   [junit4]   2> 21879 T103 C9 P50126 /update {wt=javabin&version=2} {add=[219 (1406086075535851520)]} 0 1
   [junit4]   2> 21879 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10174 (1406086075535851520)]} 0 1
   [junit4]   2> 21886 T89 C8 P50122 /update {wt=javabin&version=2} {add=[220 (1406086075543191552)]} 0 1
   [junit4]   2> 21890 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10174 (1406086075540045824)]} 0 8
   [junit4]   2> 21891 T105 C9 P50126 /update {wt=javabin&version=2} {add=[220 (1406086075547385856)]} 0 2
   [junit4]   2> 21895 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10175 (1406086075551580160)]} 0 2
   [junit4]   2> 21897 T90 C8 P50122 /update {wt=javabin&version=2} {add=[221 (1406086075554725888)]} 0 1
   [junit4]   2> 21899 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10175 (1406086075556823040)]} 0 1
   [junit4]   2> 21901 T103 C9 P50126 /update {wt=javabin&version=2} {add=[221 (1406086075558920192)]} 0 1
   [junit4]   2> 21903 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10176 (1406086075561017344)]} 0 1
   [junit4]   2> 21905 T89 C8 P50122 /update {wt=javabin&version=2} {add=[222 (1406086075563114496)]} 0 1
   [junit4]   2> 21907 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10176 (1406086075565211648)]} 0 1
   [junit4]   2> 21909 T105 C9 P50126 /update {wt=javabin&version=2} {add=[222 (1406086075567308800)]} 0 1
   [junit4]   2> 21911 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10177 (1406086075569405952)]} 0 1
   [junit4]   2> 21912 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[221 (-1406086075571503104)]} 0 0
   [junit4]   2> 21915 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10177 (1406086075573600256)]} 0 1
   [junit4]   2> 21916 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[221 (-1406086075575697408)]} 0 0
   [junit4]   2> 21927 T89 C8 P50122 /update {wt=javabin&version=2} {add=[223 (1406086075584086016)]} 0 3
   [junit4]   2> 21927 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10178 (1406086075577794560)]} 0 9
   [junit4]   2> 21929 T77 oejs.Server.doStart jetty-8.1.2.v20120308
   [junit4]   2> 21931 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10178 (1406086075590377472)]} 0 1
   [junit4]   2> 21932 T103 C9 P50126 /update {wt=javabin&version=2} {add=[223 (1406086075591426048)]} 0 2
   [junit4]   2> 21937 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10167 (-1406086075597717504)]} 0 0
   [junit4]   2> 21937 T89 C8 P50122 /update {wt=javabin&version=2} {add=[224 (1406086075597717505)]} 0 0
   [junit4]   2> 21938 T77 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:50130
   [junit4]   2> 21939 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21939 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 21940 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10167 (-1406086075600863232)]} 0 0
   [junit4]   2> 21942 T103 C9 P50126 /update {wt=javabin&version=2} {add=[224 (1406086075601911808)]} 0 1
   [junit4]   2> 21945 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10179 (1406086075605057536)]} 0 1
   [junit4]   2> 21939 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 21948 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[223 (-1406086075608203264)]} 0 1
   [junit4]   2> 21953 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[223 (-1406086075614494720)]} 0 0
   [junit4]   2> 21957 T90 C8 P50122 /update {wt=javabin&version=2} {add=[225 (1406086075618689024)]} 0 1
   [junit4]   2> 21964 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 21965 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21965 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr
   [junit4]   2> 21965 T77 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 21966 T77 oasc.CoreContainer.<init> New CoreContainer 723484867
   [junit4]   2> 21966 T77 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 21967 T105 C9 P50126 /update {wt=javabin&version=2} {add=[225 (1406086075622883328)]} 0 7
   [junit4]   2> 21970 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 21972 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10179 (1406086075610300416)]} 0 23
   [junit4]   2> 21974 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[225 (-1406086075636514816)]} 0 0
   [junit4]   2> 21976 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10168 (-1406086075638611968)]} 0 0
   [junit4]   2> 21979 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[225 (-1406086075641757696)]} 0 0
   [junit4]   2> 21981 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10168 (-1406086075642806272)]} 0 1
   [junit4]   2> 21985 T89 C8 P50122 /update {wt=javabin&version=2} {add=[226 (1406086075648049152)]} 0 1
   [junit4]   2> 21989 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10180 (1406086075652243456)]} 0 1
   [junit4]   2> 21991 T103 C9 P50126 /update {wt=javabin&version=2} {add=[226 (1406086075654340608)]} 0 1
   [junit4]   2> 21996 T77 oasc.CoreContainer.load Registering Log Listener
   [junit4]   2> 22004 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10180 (1406086075666923520)]} 0 1
   [junit4]   2> 22007 T89 C8 P50122 /update {wt=javabin&version=2} {add=[227 (1406086075670069248)]} 0 1
   [junit4]   2> 22009 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10181 (1406086075672166400)]} 0 1
   [junit4]   2> 22011 T105 C9 P50126 /update {wt=javabin&version=2} {add=[227 (1406086075674263552)]} 0 1
   [junit4]   2> 22016 T90 C8 P50122 /update {wt=javabin&version=2} {add=[228 (1406086075679506432)]} 0 1
   [junit4]   2> 22031 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10181 (1406086075679506432)]} 0 16
   [junit4]   2> 22036 T103 C9 P50126 /update {wt=javabin&version=2} {add=[228 (1406086075700477952)]} 0 1
   [junit4]   2> 22047 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10182 (1406086075700477952)]} 0 12
   [junit4]   2> 22048 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[228 (-1406086075713060864)]} 0 1
   [junit4]   2> 22051 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10182 (1406086075716206592)]} 0 1
   [junit4]   2> 22053 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[228 (-1406086075719352320)]} 0 0
   [junit4]   2> 22057 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10183 (1406086075721449472)]} 0 3
   [junit4]   2> 22069 T77 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50115/solr
   [junit4]   2> 22070 T77 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50115/solr sessionTimeout=12000 watcher=org.apache.solr.common.cloud.ConnectionManager@bcab4a5
   [junit4]   2> 22079 T90 C8 P50122 /update {wt=javabin&version=2} {add=[229 (1406086075746615296)]} 0 1
   [junit4]   2> 22083 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10183 (1406086075749761024)]} 0 1
   [junit4]   2> 22090 T159 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:50115
   [junit4]   2> 22093 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10174 (-1406086075761295360)]} 0 0
   [junit4]   2> 22093 T103 C9 P50126 /update {wt=javabin&version=2} {add=[229 (1406086075761295360)]} 0 1
   [junit4]   2> 22097 T79 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /127.0.0.1:50155
   [junit4]   2> 22098 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10174 (-1406086075766538240)]} 0 1
   [junit4]   2> 22100 T90 C8 P50122 /update {wt=javabin&version=2} {add=[230 (1406086075768635392)]} 0 1
   [junit4]   2> 22102 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10184 (1406086075770732544)]} 0 1
   [junit4]   2> 22104 T159 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:50115, initiating session
   [junit4]   2> 22104 T79 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /127.0.0.1:50155
   [junit4]   2> 22115 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10184 (1406086075774926848)]} 0 9
   [junit4]   2> 22115 T103 C9 P50126 /update {wt=javabin&version=2} {add=[230 (1406086075779121152)]} 0 5
   [junit4]   2> 22120 T81 oazs.NIOServerCnxn.finishSessionInit Established session 0x13836bd0b6b0007 with negotiated timeout 12000 for client /127.0.0.1:50155
   [junit4]   2> 22120 T159 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server 127.0.0.1/127.0.0.1:50115, sessionid = 0x13836bd0b6b0007, negotiated timeout = 12000
   [junit4]   2> 22122 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[229 (-1406086075791704064)]} 0 1
   [junit4]   2> 22122 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10185 (1406086075791704065)]} 0 1
   [junit4]   2> 22122 T160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bcab4a5 name:ZooKeeperConnection Watcher:127.0.0.1:50115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 22125 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 22126 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[229 (-1406086075794849792)]} 0 1
   [junit4]   2> 22127 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10185 (1406086075796946944)]} 0 1
   [junit4]   2> 22130 T89 C8 P50122 /update {wt=javabin&version=2} {add=[231 (1406086075799044096)]} 0 1
   [junit4]   2> 22131 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10186 (1406086075800092672)]} 0 1
   [junit4]   2> 22131 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 22132 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:delete cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50130_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 22135 T105 C9 P50126 /update {wt=javabin&version=2} {add=[231 (1406086075804286976)]} 0 1
   [junit4]   2> 22135 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10186 (1406086075805335552)]} 0 1
   [junit4]   2> 22137 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50130_solr
   [junit4]   2> 22139 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10187 (1406086075809529856)]} 0 1
   [junit4]   2> 22143 T90 C8 P50122 /update {wt=javabin&version=2} {add=[232 (1406086075813724160)]} 0 5
   [junit4]   2> 22146 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10187 (1406086075815821312)]} 0 1
   [junit4]   2> 22147 T105 C9 P50126 /update {wt=javabin&version=2} {add=[232 (1406086075816869888)]} 0 1
   [junit4]   2> 22150 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10177 (-1406086075821064192)]} 0 1
   [junit4]   2> 22151 T130 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 22152 T126 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 22152 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[232 (-1406086075822112768)]} 0 1
   [junit4]   2> 22152 T110 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 22153 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10177 (-1406086075824209920)]} 0 0
   [junit4]   2> 22155 T97 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 22164 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10188 (1406086075827355648)]} 0 8
   [junit4]   2> 22167 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22167 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22168 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22180 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22181 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[232 (-1406086075826307072)]} 0 26
   [junit4]   2> 22183 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22183 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22184 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22188 T89 C8 P50122 /update {wt=javabin&version=2} {add=[233 (1406086075858812928)]} 0 2
   [junit4]   2> 22196 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22197 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10188 (1406086075849375744)]} 0 21
   [junit4]   2> 22199 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 22200 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22200 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22201 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22202 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10178 (-1406086075875590144)]} 0 1
   [junit4]   2> 22207 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 22208 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 22208 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 22209 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 22210 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22210 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 22211 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22212 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22211 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 22221 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 22222 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 22222 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 22222 T77 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 22212 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22229 T103 C9 P50126 /update {wt=javabin&version=2} {add=[233 (1406086075868250112)]} 0 35
   [junit4]   2> 22233 T89 C8 P50122 /update {wt=javabin&version=2} {add=[234 (1406086075908096000)]} 0 1
   [junit4]   2> 22235 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22236 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10178 (-1406086075878735872)]} 0 31
   [junit4]   2> 22240 T77 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 22241 T77 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 22241 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10189 (1406086075915436032)]} 0 1
   [junit4]   2> 22243 T77 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 22243 T77 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 22246 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22246 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22247 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22259 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 22261 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22261 T77 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Jenkins/workspace/Lucene-Solr-4.x-Windows-Java6-64/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22264 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22274 T103 C9 P50126 /update {wt=javabin&version=2} {add=[234 (1406086075913338880)]} 0 36
   [junit4]   2> 22286 T89 C8 P50122 /update {wt=javabin&version=2} {add=[235 (1406086075962621952)]} 0 7
   [junit4]   2> 22301 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22301 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22302 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22321 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22322 T103 C9 P50126 /update {wt=javabin&version=2} {add=[235 (1406086075968913408)]} 0 31
   [junit4]   2> 22326 T89 C8 P50122 /update {wt=javabin&version=2} {add=[236 (1406086076005613568)]} 0 1
   [junit4]   2> 22334 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22335 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22335 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22342 T77 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_40
   [junit4]   2> 22370 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22370 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22404 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22430 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22431 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10189 (1406086075920678912)]} 0 187
   [junit4]   2> 22449 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10181 (-1406086076134588416)]} 0 1
   [junit4]   2> 22456 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22457 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22457 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22612 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22613 T103 C9 P50126 /update {wt=javabin&version=2} {add=[236 (1406086076009807872)]} 0 284
   [junit4]   2> 22622 T89 C8 P50122 /update {wt=javabin&version=2} {add=[237 (1406086076315992064)]} 0 1
   [junit4]   2> 22624 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22625 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10181 (-1406086076137734144)]} 0 173
   [junit4]   2> 22629 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10190 (1406086076322283520)]} 0 1
   [junit4]   2> 22649 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22649 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22650 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22673 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22674 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22674 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22689 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22690 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10190 (1406086076328574976)]} 0 58
   [junit4]   2> 22692 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22693 T103 C9 P50126 /update {wt=javabin&version=2} {add=[237 (1406086076321234944)]} 0 67
   [junit4]   2> 22704 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10182 (-1406086076401975296)]} 0 0
   [junit4]   2> 22721 T90 C8 P50122 /update {wt=javabin&version=2} {add=[238 (1406086076418752512)]} 0 1
   [junit4]   2> 22728 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22729 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22729 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22755 T77 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22762 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22763 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22763 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22778 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22779 T105 C9 P50126 /update {wt=javabin&version=2} {add=[238 (1406086076422946816)]} 0 55
   [junit4]   2> 22780 T77 oass.IndexSchema.readSchema Reading Solr Schema
   [junit4]   2> 22815 T90 C8 P50122 /update {wt=javabin&version=2} {add=[239 (1406086076517318656)]} 0 12
   [junit4]   2> 22822 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22823 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10182 (-1406086076459646976)]} 0 65
   [junit4]   2> 22825 T77 oass.IndexSchema.readSchema Schema name=test
   [junit4]   2> 22825 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22826 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22826 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22836 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22837 T105 C9 P50126 /update {wt=javabin&version=2} {add=[239 (1406086076524658688)]} 0 17
   [junit4]   2> 22842 T89 C8 P50122 /update {wt=javabin&version=2} {add=[240 (1406086076544581632)]} 0 2
   [junit4]   2> 22850 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22851 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22851 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22886 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10191 (1406086076529901568)]} 0 60
   [junit4]   2> 22961 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22961 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22962 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 22970 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 22971 T105 C9 P50126 /update {wt=javabin&version=2} {add=[240 (1406086076550873088)]} 0 126
   [junit4]   2> 22975 T90 C8 P50122 /update {wt=javabin&version=2} {add=[241 (1406086076686139392)]} 0 1
   [junit4]   2> 22991 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 22991 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 22991 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23020 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23021 T105 C9 P50126 /update {wt=javabin&version=2} {add=[241 (1406086076690333696)]} 0 42
   [junit4]   2> 23022 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23023 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10191 (1406086076647342080)]} 0 85
   [junit4]   2> 23025 T90 C8 P50122 /update {wt=javabin&version=2} {add=[242 (1406086076738568192)]} 0 1
   [junit4]   2> 23028 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10184 (-1406086076741713920)]} 0 0
   [junit4]   2> 23041 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23042 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23043 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23078 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23079 T103 C9 P50126 /update {wt=javabin&version=2} {add=[242 (1406086076743811072)]} 0 49
   [junit4]   2> 23081 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23081 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23083 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[240 (-1406086076798337024)]} 0 1
   [junit4]   2> 23081 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23091 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23091 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23091 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23124 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23124 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23127 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[240 (-1406086076803579904)]} 0 41
   [junit4]   2> 23127 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10184 (-1406086076751151104)]} 0 90
   [junit4]   2> 23131 T89 C8 P50122 /update {wt=javabin&version=2} {add=[243 (1406086076849717248)]} 0 1
   [junit4]   2> 23132 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10192 (1406086076849717249)]} 0 2
   [junit4]   2> 23140 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23141 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23141 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23155 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23156 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23156 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23163 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23164 T105 C9 P50126 /update {wt=javabin&version=2} {add=[243 (1406086076852862976)]} 0 30
   [junit4]   2> 23168 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[242 (-1406086076888514560)]} 0 0
   [junit4]   2> 23202 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23202 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23203 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23228 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23229 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[242 (-1406086076908437504)]} 0 42
   [junit4]   2> 23230 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23231 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10192 (1406086076856008704)]} 0 94
   [junit4]   2> 23234 T90 C8 P50122 /update {wt=javabin&version=2} {add=[244 (1406086076957720576)]} 0 1
   [junit4]   2> 23236 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10185 (-1406086076959817728)]} 0 1
   [junit4]   2> 23276 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23276 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23277 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23309 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23310 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23311 T103 C9 P50126 /update {wt=javabin&version=2} {add=[244 (1406086076960866304)]} 0 74
   [junit4]   2> 23312 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23312 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23315 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[243 (-1406086077042655232)]} 0 1
   [junit4]   2> 23325 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23325 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23326 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23335 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23336 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10185 (-1406086076962963456)]} 0 97
   [junit4]   2> 23344 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10193 (1406086077073063936)]} 0 1
   [junit4]   2> 23354 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23355 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[243 (-1406086077046849536)]} 0 37
   [junit4]   2> 23360 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23360 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23360 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23369 T89 C8 P50122 /update {wt=javabin&version=2} {add=[245 (1406086077098229760)]} 0 1
   [junit4]   2> 23370 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23370 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10193 (1406086077079355392)]} 0 21
   [junit4]   2> 23375 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10186 (-1406086077104521216)]} 0 1
   [junit4]   2> 23402 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23403 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23403 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23410 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23410 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23411 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23437 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23439 T105 C9 P50126 /update {wt=javabin&version=2} {add=[245 (1406086077106618368)]} 0 64
   [junit4]   2> 23438 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23440 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10186 (-1406086077107666944)]} 0 63
   [junit4]   2> 23444 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[245 (-1406086077177921536)]} 0 1
   [junit4]   2> 23449 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10194 (1406086077182115840)]} 0 1
   [junit4]   2> 23457 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23457 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23458 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23465 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23465 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23466 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23475 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23476 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10194 (1406086077186310144)]} 0 24
   [junit4]   2> 23477 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23478 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[245 (-1406086077184212992)]} 0 28
   [junit4]   2> 23479 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10188 (-1406086077214621696)]} 0 0
   [junit4]   2> 23491 T89 C8 P50122 /update {wt=javabin&version=2} {add=[246 (1406086077219864576)]} 0 8
   [junit4]   2> 23499 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23500 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23500 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23508 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23508 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23509 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23517 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23518 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10188 (-1406086077228253184)]} 0 26
   [junit4]   2> 23519 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23521 T105 C9 P50126 /update {wt=javabin&version=2} {add=[246 (1406086077233496064)]} 0 26
   [junit4]   2> 23525 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10195 (1406086077259710464)]} 0 2
   [junit4]   2> 23527 T90 C8 P50122 /update {wt=javabin&version=2} {add=[247 (1406086077263904768)]} 0 1
   [junit4]   2> 23536 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23537 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23537 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23546 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23547 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23547 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23558 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23559 T103 C9 P50126 /update {wt=javabin&version=2} {add=[247 (1406086077269147648)]} 0 29
   [junit4]   2> 23563 T90 C8 P50122 /update {wt=javabin&version=2} {add=[248 (1406086077302702080)]} 0 1
   [junit4]   2> 23580 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23580 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23580 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23617 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23617 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10195 (1406086077267050496)]} 0 89
   [junit4]   2> 23622 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10190 (-1406086077364568064)]} 0 1
   [junit4]   2> 23630 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23630 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23630 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23671 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23672 T103 C9 P50126 /update {wt=javabin&version=2} {add=[248 (1406086077306896384)]} 0 106
   [junit4]   2> 23677 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23679 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10190 (-1406086077368762368)]} 0 54
   [junit4]   2> 23680 T90 C8 P50122 /update {wt=javabin&version=2} {add=[249 (1406086077424336896)]} 0 1
   [junit4]   2> 23685 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10196 (1406086077429579776)]} 0 1
   [junit4]   2> 23696 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23696 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23697 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23704 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23705 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23705 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23726 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23727 T105 C9 P50126 /update {wt=javabin&version=2} {add=[249 (1406086077429579776)]} 0 43
   [junit4]   2> 23728 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23729 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10196 (1406086077434822656)]} 0 40
   [junit4]   2> 23733 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[249 (-1406086077480960000)]} 0 1
   [junit4]   2> 23733 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10191 (-1406086077480960001)]} 0 1
   [junit4]   2> 23741 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23743 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23743 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23752 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23753 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23753 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23753 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23761 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[249 (-1406086077485154304)]} 0 25
   [junit4]   2> 23762 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23763 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10191 (-1406086077485154305)]} 0 26
   [junit4]   2> 23768 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10197 (1406086077517660160)]} 0 2
   [junit4]   2> 23769 T89 C8 P50122 /update {wt=javabin&version=2} {add=[250 (1406086077517660161)]} 0 3
   [junit4]   2> 23779 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23779 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23780 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23786 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23786 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23787 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23796 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23797 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10197 (1406086077522903040)]} 0 25
   [junit4]   2> 23799 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23799 T105 C9 P50126 /update {wt=javabin&version=2} {add=[250 (1406086077525000192)]} 0 24
   [junit4]   2> 23802 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10198 (1406086077552263168)]} 0 1
   [junit4]   2> 23804 T90 C8 P50122 /update {wt=javabin&version=2} {add=[251 (1406086077554360320)]} 0 1
   [junit4]   2> 23810 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23810 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23811 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23820 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23821 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10198 (1406086077557506048)]} 0 15
   [junit4]   2> 23822 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23822 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23822 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23825 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10193 (-1406086077577428992)]} 0 1
   [junit4]   2> 23832 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23833 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23833 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23841 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23842 T103 C9 P50126 /update {wt=javabin&version=2} {add=[251 (1406086077559603200)]} 0 35
   [junit4]   2> 23846 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23847 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10193 (-1406086077581623296)]} 0 19
   [junit4]   2> 23853 T90 C8 P50122 /update {wt=javabin&version=2} {add=[252 (1406086077599449088)]} 0 8
   [junit4]   2> 23879 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10199 (1406086077631954944)]} 0 2
   [junit4]   2> 23888 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23889 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23889 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23894 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23894 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23894 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23905 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23906 T105 C9 P50126 /update {wt=javabin&version=2} {add=[252 (1406086077636149248)]} 0 26
   [junit4]   2> 23907 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23907 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10199 (1406086077642440704)]} 0 21
   [junit4]   2> 23910 T89 C8 P50122 /update {wt=javabin&version=2} {add=[253 (1406086077665509376)]} 0 1
   [junit4]   2> 23911 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10200 (1406086077666557952)]} 0 1
   [junit4]   2> 23921 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23921 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23922 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23934 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23935 T103 C9 P50126 /update {wt=javabin&version=2} {add=[253 (1406086077673897984)]} 0 18
   [junit4]   2> 23937 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23937 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23937 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23946 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[253 (-1406086077704306688)]} 0 0
   [junit4]   2> 23953 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 23953 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 23953 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 23974 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23975 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10200 (1406086077674946560)]} 0 57
   [junit4]   2> 23977 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 23978 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[253 (-1406086077707452416)]} 0 29
   [junit4]   2> 23982 T89 C8 P50122 /update {wt=javabin&version=2} {add=[254 (1406086077742055424)]} 0 1
   [junit4]   2> 23993 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10196 (-1406086077752541184)]} 0 1
   [junit4]   2> 24000 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24001 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24001 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24009 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24009 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24010 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24037 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24039 T103 C9 P50126 /update {wt=javabin&version=2} {add=[254 (1406086077745201152)]} 0 54
   [junit4]   2> 24043 T90 C8 P50122 /update {wt=javabin&version=2} {add=[255 (1406086077806018560)]} 0 1
   [junit4]   2> 24045 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24046 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10196 (-1406086077760929792)]} 0 50
   [junit4]   2> 24050 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10201 (1406086077812310016)]} 0 1
   [junit4]   2> 24052 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24052 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24053 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24065 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24065 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24065 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24085 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24085 T103 C9 P50126 /update {wt=javabin&version=2} {add=[255 (1406086077810212864)]} 0 38
   [junit4]   2> 24090 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[255 (-1406086077854253056)]} 0 1
   [junit4]   2> 24096 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24096 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24096 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24114 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24115 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10201 (1406086077823844352)]} 0 55
   [junit4]   2> 24118 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10197 (-1406086077883613184)]} 0 1
   [junit4]   2> 24124 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24124 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24124 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24125 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24126 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[255 (-1406086077857398784)]} 0 34
   [junit4]   2> 24133 T90 C8 P50122 /update {wt=javabin&version=2} {add=[256 (1406086077899341824)]} 0 1
   [junit4]   2> 24175 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24176 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10197 (-1406086077886758912)]} 0 56
   [junit4]   2> 24180 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24180 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24181 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24183 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10202 (1406086077951770624)]} 0 1
   [junit4]   2> 24191 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24191 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24191 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24194 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24195 T103 C9 P50126 /update {wt=javabin&version=2} {add=[256 (1406086077909827584)]} 0 58
   [junit4]   2> 24198 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[256 (-1406086077968547840)]} 0 0
   [junit4]   2> 24200 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24201 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10202 (1406086077957013504)]} 0 14
   [junit4]   2> 24291 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10200 (-1406086078066065408)]} 0 0
   [junit4]   2> 24293 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24293 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24293 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24299 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24299 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24299 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24310 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24310 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[256 (-1406086077972742144)]} 0 108
   [junit4]   2> 24311 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24312 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10200 (-1406086078070259712)]} 0 17
   [junit4]   2> 24316 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10203 (1406086078091231232)]} 0 1
   [junit4]   2> 24325 T89 C8 P50122 /update {wt=javabin&version=2} {add=[257 (1406086078091231233)]} 0 10
   [junit4]   2> 24326 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24326 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24326 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24335 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24336 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10203 (1406086078096474112)]} 0 16
   [junit4]   2> 24339 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10202 (-1406086078116397056)]} 0 0
   [junit4]   2> 24342 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24342 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24343 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24350 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24351 T105 C9 P50126 /update {wt=javabin&version=2} {add=[257 (1406086078114299904)]} 0 14
   [junit4]   2> 24353 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24353 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24353 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24364 T89 C8 P50122 /update {wt=javabin&version=2} {add=[258 (1406086078140514304)]} 0 2
   [junit4]   2> 24366 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24367 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10202 (-1406086078127931392)]} 0 17
   [junit4]   2> 24371 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10204 (1406086078148902912)]} 0 1
   [junit4]   2> 24372 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24372 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24372 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24381 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24382 T105 C9 P50126 /update {wt=javabin&version=2} {add=[258 (1406086078146805760)]} 0 14
   [junit4]   2> 24385 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24385 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24385 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24389 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[258 (-1406086078167777280)]} 0 1
   [junit4]   2> 24396 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24396 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24397 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24404 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24405 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10204 (1406086078159388672)]} 0 26
   [junit4]   2> 24406 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24408 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[258 (-1406086078173020160)]} 0 16
   [junit4]   2> 24410 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10205 (1406086078190845952)]} 0 1
   [junit4]   2> 24416 T89 C8 P50122 /update {wt=javabin&version=2} {add=[259 (1406086078196088832)]} 0 1
   [junit4]   2> 24426 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24426 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24427 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24436 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24437 T103 C9 P50126 /update {wt=javabin&version=2} {add=[259 (1406086078202380288)]} 0 16
   [junit4]   2> 24439 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24439 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24439 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24441 T89 C8 P50122 /update {wt=javabin&version=2} {add=[260 (1406086078223351808)]} 0 1
   [junit4]   2> 24450 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24450 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24451 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24460 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24461 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10205 (1406086078193991680)]} 0 48
   [junit4]   2> 24462 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24463 T103 C9 P50126 /update {wt=javabin&version=2} {add=[260 (1406086078228594688)]} 0 18
   [junit4]   2> 24466 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10206 (1406086078248517632)]} 0 1
   [junit4]   2> 24468 T90 C8 P50122 /update {wt=javabin&version=2} {add=[261 (1406086078251663360)]} 0 1
   [junit4]   2> 24474 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24474 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24474 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24477 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24477 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24477 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24486 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24487 T105 C9 P50126 /update {wt=javabin&version=2} {add=[261 (1406086078254809088)]} 0 16
   [junit4]   2> 24491 T90 C8 P50122 /update {wt=javabin&version=2} {add=[262 (1406086078275780608)]} 0 1
   [junit4]   2> 24521 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24522 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10206 (1406086078253760512)]} 0 53
   [junit4]   2> 24523 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24523 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24523 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24526 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10207 (1406086078312480768)]} 0 1
   [junit4]   2> 24533 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24534 T105 C9 P50126 /update {wt=javabin&version=2} {add=[262 (1406086078279974912)]} 0 40
   [junit4]   2> 24544 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24544 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[262 (-1406086078331355136)]} 0 1
   [junit4]   2> 24544 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24545 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24552 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24553 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10207 (1406086078318772224)]} 0 22
   [junit4]   2> 24561 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24562 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24562 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24565 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10208 (1406086078344986624)]} 0 8
   [junit4]   2> 24570 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24571 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[262 (-1406086078343938048)]} 0 17
   [junit4]   2> 24575 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24576 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24576 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24578 T90 C8 P50122 /update {wt=javabin&version=2} {add=[263 (1406086078364909568)]} 0 2
   [junit4]   2> 24585 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24586 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10208 (1406086078357569536)]} 0 17
   [junit4]   2> 24590 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10209 (1406086078378541056)]} 0 1
   [junit4]   2> 24593 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24593 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24594 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24602 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24603 T105 C9 P50126 /update {wt=javabin&version=2} {add=[263 (1406086078378541056)]} 0 15
   [junit4]   2> 24606 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24607 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24607 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24609 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[263 (-1406086078398464000)]} 0 1
   [junit4]   2> 24615 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24615 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24616 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24637 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24638 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10209 (1406086078390075392)]} 0 38
   [junit4]   2> 24642 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10205 (-1406086078433067008)]} 0 1
   [junit4]   2> 24649 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24650 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24650 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24666 T77 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 24669 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24670 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[263 (-1406086078401609728)]} 0 59
   [junit4]   2> 24671 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24672 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10205 (-1406086078437261312)]} 0 27
   [junit4]   2> 24674 T90 C8 P50122 /update {wt=javabin&version=2} {add=[264 (1406086078467670016)]} 0 1
   [junit4]   2> 24676 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10210 (1406086078469767168)]} 0 0
   [junit4]   2> 24699 T77 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 24701 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24701 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24701 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24710 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24711 T103 C9 P50126 /update {wt=javabin&version=2} {add=[264 (1406086078472912896)]} 0 32
   [junit4]   2> 24715 T89 C8 P50122 /update {wt=javabin&version=2} {add=[265 (1406086078510661632)]} 0 1
   [junit4]   2> 24722 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24722 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24722 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24724 T77 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24738 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24739 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24739 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24746 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24747 T103 C9 P50126 /update {wt=javabin&version=2} {add=[265 (1406086078513807360)]} 0 29
   [junit4]   2> 24751 T89 C8 P50122 /update {wt=javabin&version=2} {add=[266 (1406086078547361792)]} 0 1
   [junit4]   2> 24753 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24754 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10210 (1406086078479204352)]} 0 70
   [junit4]   2> 24761 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24762 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24762 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24791 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24792 T103 C9 P50126 /update {wt=javabin&version=2} {add=[266 (1406086078553653248)]} 0 37
   [junit4]   2> 24822 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10211 (1406086078621810688)]} 0 1
   [junit4]   2> 24823 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[266 (-1406086078622859264)]} 0 1
   [junit4]   2> 24831 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24832 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24832 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24832 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24833 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24833 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24845 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24846 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[266 (-1406086078628102144)]} 0 20
   [junit4]   2> 24851 T89 C8 P50122 /update {wt=javabin&version=2} {add=[267 (1406086078652219392)]} 0 2
   [junit4]   2> 24852 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24853 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10211 (1406086078628102145)]} 0 26
   [junit4]   2> 24856 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10207 (-1406086078657462272)]} 0 1
   [junit4]   2> 24858 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24858 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24858 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24867 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24868 T103 C9 P50126 /update {wt=javabin&version=2} {add=[267 (1406086078656413696)]} 0 14
   [junit4]   2> 24869 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24869 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24870 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24878 T89 C8 P50122 /update {wt=javabin&version=2} {add=[268 (1406086078680530944)]} 0 1
   [junit4]   2> 24880 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24881 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10207 (-1406086078668996608)]} 0 15
   [junit4]   2> 24893 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10212 (1406086078687870976)]} 0 9
   [junit4]   2> 24894 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24894 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24895 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24929 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24929 T103 C9 P50126 /update {wt=javabin&version=2} {add=[268 (1406086078685773824)]} 0 47
   [junit4]   2> 24935 T89 C8 P50122 /update {wt=javabin&version=2} {add=[269 (1406086078739251200)]} 0 3
   [junit4]   2> 24937 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24938 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24938 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24946 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24947 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10212 (1406086078734008320)]} 0 20
   [junit4]   2> 24951 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10209 (-1406086078757076992)]} 0 1
   [junit4]   2> 24952 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24952 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24952 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24961 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24962 T103 C9 P50126 /update {wt=javabin&version=2} {add=[269 (1406086078751834112)]} 0 17
   [junit4]   2> 24966 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[268 (-1406086078772805632)]} 0 1
   [junit4]   2> 24971 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24973 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24973 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24973 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24972 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24981 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 24981 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[268 (-1406086078778048512)]} 0 12
   [junit4]   2> 24980 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 24985 T89 C8 P50122 /update {wt=javabin&version=2} {add=[270 (1406086078793777152)]} 0 1
   [junit4]   2> 24991 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 24992 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 24992 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25003 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25004 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10209 (-1406086078770708480)]} 0 44
   [junit4]   2> 25005 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25018 T103 C9 P50126 /update {wt=javabin&version=2} {add=[270 (1406086078797971456)]} 0 30
   [junit4]   2> 25020 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10213 (1406086078829428736)]} 0 1
   [junit4]   2> 25023 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[270 (-1406086078832574464)]} 0 1
   [junit4]   2> 25036 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25036 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25036 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25043 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25044 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[270 (-1406086078844108800)]} 0 11
   [junit4]   2> 25046 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25047 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25047 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25054 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25055 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10213 (1406086078834671616)]} 0 32
   [junit4]   2> 25056 T89 C8 P50122 /update {wt=javabin&version=2} {add=[271 (1406086078868226048)]} 0 1
   [junit4]   2> 25060 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10214 (1406086078871371776)]} 0 1
   [junit4]   2> 25067 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25068 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25068 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25072 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25072 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25072 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25080 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25081 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10214 (1406086078876614656)]} 0 17
   [junit4]   2> 25084 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10211 (-1406086078896537600)]} 0 1
   [junit4]   2> 25086 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25086 T103 C9 P50126 /update {wt=javabin&version=2} {add=[271 (1406086078873468928)]} 0 25
   [junit4]   2> 25089 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[271 (-1406086078902829056)]} 0 0
   [junit4]   2> 25091 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25091 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25091 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25100 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25100 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10211 (-1406086078901780480)]} 0 13
   [junit4]   2> 25102 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25102 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25102 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25111 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10215 (1406086078924849152)]} 0 1
   [junit4]   2> 25112 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25113 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[271 (-1406086078912266240)]} 0 15
   [junit4]   2> 25117 T89 C8 P50122 /update {wt=javabin&version=2} {add=[272 (1406086078931140608)]} 0 1
   [junit4]   2> 25118 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25118 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25122 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25124 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25124 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25124 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25137 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25138 T103 C9 P50126 /update {wt=javabin&version=2} {add=[272 (1406086078935334912)]} 0 18
   [junit4]   2> 25142 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[272 (-1406086078958403584)]} 0 1
   [junit4]   2> 25142 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 25145 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25154 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10215 (1406086078929043456)]} 0 40
   [junit4]   2> 25154 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25155 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25155 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25158 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10212 (-1406086078975180800)]} 0 0
   [junit4]   2> 25165 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25165 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25166 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25174 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25175 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[272 (-1406086078961549312)]} 0 31
   [junit4]   2> 25179 T89 C8 P50122 /update {wt=javabin&version=2} {add=[273 (1406086078997200896)]} 0 1
   [junit4]   2> 25186 T77 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 25191 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25191 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25191 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25261 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25262 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10212 (-1406086078978326528)]} 0 101
   [junit4]   2> 25308 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10216 (1406086079101009920)]} 0 31
   [junit4]   2> 25327 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25327 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25328 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25336 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 25339 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25339 T103 C9 P50126 /update {wt=javabin&version=2} {add=[273 (1406086079002443776)]} 0 156
   [junit4]   2> 25348 T89 C8 P50122 /update {wt=javabin&version=2} {add=[274 (1406086079167070208)]} 0 7
   [junit4]   2> 25351 T77 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 25356 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25357 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25357 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25374 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25375 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10216 (1406086079149244416)]} 0 52
   [junit4]   2> 25397 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10214 (-1406086079225790464)]} 0 0
   [junit4]   2> 25430 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25430 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25430 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25438 T77 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test-files\solr\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\
   [junit4]   2> 25438 T77 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f724a9d
   [junit4]   2> 25438 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25439 T103 C9 P50126 /update {wt=javabin&version=2} {add=[274 (1406086079179653120)]} 0 87
   [junit4]   2> 25445 T89 C8 P50122 /update {wt=javabin&version=2} {add=[275 (1406086079274024960)]} 0 3
   [junit4]   2> 25450 T77 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index.20120629013612798
   [junit4]   2> 25452 T77 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 25453 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25453 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25453 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25460 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 25461 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 25461 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 25462 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 25462 T77 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 25463 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 25463 T77 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 25464 T77 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 25464 T77 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 25465 T77 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 25465 T77 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 25466 T77 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 25466 T77 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 25466 T77 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 25467 T77 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 25467 T77 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 25468 T77 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25468 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25469 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25469 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25470 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25470 T77 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25470 T77 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25471 T77 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 25471 T77 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 25473 T77 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25475 T77 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 25477 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25478 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10214 (-1406086079236276224)]} 0 71
   [junit4]   2> 25479 T77 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
   [junit4]   2> 25482 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10217 (1406086079314919424)]} 0 1
   [junit4]   2> 25491 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25491 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25492 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25515 T77 oass.SolrIndexSearcher.<init> Opening Searcher@bd649c5 main
   [junit4]   2> 25518 T77 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 25519 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25519 T103 C9 P50126 /update {wt=javabin&version=2} {add=[275 (1406086079278219264)]} 0 72
   [junit4]   2> 25520 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25519 T77 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 25521 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10217 (1406086079319113728)]} 0 35
   [junit4]   2> 25522 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[275 (-1406086079356862464)]} 0 1
   [junit4]   2> 25523 T77 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 25524 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10217 (-1406086079358959616)]} 0 1
   [junit4]   2> 25529 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25529 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25530 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25536 T77 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 25537 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25537 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25538 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25559 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25559 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[275 (-1406086079360008192)]} 0 34
   [junit4]   2> 25560 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25561 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10217 (-1406086079362105344)]} 0 34
   [junit4]   2> 25565 T89 C8 P50122 /update {wt=javabin&version=2} {add=[276 (1406086079401951233)]} 0 1
   [junit4]   2> 25566 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10218 (1406086079401951232)]} 0 2
   [junit4]   2> 25567 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bd649c5 main{StandardDirectoryReader(segments_4:71 _p(4.0):C96/1 _o(4.0):C10/3 _q(4.0):C3 _s(4.0):C10/1 _t(4.0):C10/7 _u(4.0):C10/5 _v(4.0):C2 _w(4.0):C2)}
   [junit4]   2> 25606 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25606 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25606 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25615 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25616 T105 C9 P50126 /update {wt=javabin&version=2} {add=[276 (1406086079410339840)]} 0 43
   [junit4]   2> 25625 T90 C8 P50122 /update {wt=javabin&version=2} {add=[277 (1406086079463817216)]} 0 1
   [junit4]   2> 25636 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25636 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25637 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25644 T77 oasc.CoreContainer.register registering core: collection1
   [junit4]   2> 25644 T77 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:50130/solr shardId:shard1
   [junit4]   2> 25649 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25650 T105 C9 P50126 /update {wt=javabin&version=2} {add=[277 (1406086079470108672)]} 0 21
   [junit4]   2> 25655 T90 C8 P50122 /update {wt=javabin&version=2} {add=[278 (1406086079496323072)]} 0 1
   [junit4]   2> 25659 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25660 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25660 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25662 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25662 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25662 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25682 T77 oasc.ZkController.register We are http://127.0.0.1:50130/solr/collection1/ and leader is http://127.0.0.1:50126/solr/collection1/
   [junit4]   2> 25683 T77 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50130/solr
   [junit4]   2> 25684 T77 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 25688 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25689 T105 C9 P50126 /update {wt=javabin&version=2} {add=[278 (1406086079499468800)]} 0 32
   [junit4]   2> 25696 T90 C8 P50122 /update {wt=javabin&version=2} {add=[279 (1406086079538266112)]} 0 1
   [junit4]   2> 25698 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 25702 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 25703 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr returned non ok status:403, message:Server is shutting down
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:375)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:952)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:176)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1599)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 25704 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10218 (1406086079406145536)]} 0 136
   [junit4]   2> 25705 T105 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25706 T105 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25706 T105 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25708 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10219 (1406086079550849024)]} 0 1
   [junit4]   2> 25716 T103 C9 P50126 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:50130/solr/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:50130/solr/collection1 returned non ok status:403, message:Server is shutting down
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:376)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:325)
   [junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   [junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 	
   [junit4]   2> 25716 T103 C9 P50126 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:50130/solr to recover
   [junit4]   2> 25717 T103 C9 P50126 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25726 T77 oass.SolrDispatchFilter.init user.dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0
   [junit4]   2> 25726 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 25731 T207 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1c14a519 url=http://127.0.0.1:50130/solr/collection1 node=127.0.0.1:50130_solr
   [junit4]   2> 25781 T204 C10 P50130 oasc.RecoveryStrategy.run Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 25797 T204 C10 P50130 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[1406086072011587584, 1406086072010539008, 1406086071891001344, -1406086071897292800, 1406086071820746752, 1406086071811309568, 1406086071791386624, -1406086071792435200, -1406086071776706560, 1406086071769366528, 1406086071757832192, -1406086071738957824, -1406086071723229184, 1406086071708549120, 1406086071699111936, 1406086071685480448, -1406086071683383296, -1406086071659266048, 1406086071633051648, 1406086071496736768, 1406086071568039936, -1406086071471570944, 1406086071452696576, 1406086071408656384, 1406086071405510656, -1406086071345741824, -1406086071373004800, 1406086071352033280, 1406086071280730112, 1406086071304847360, -1406086071279681536, 1406086071235641344, 1406086071226204160, -1406086071179018240, 1406086071129735168, 1406086071100375040, 1406086071111909376, 1406086071093035008, 1406086071084646400, 1406086071076257792, 1406086071050043392, 1406086071034314752, -1406086071015440384, 1406086071012294656, 1406086070994468864, 1406086070993420288, -1406086070971400192, 1406086070955671552, 1406086070950428672, 1406086070937845760, 1406086070852911104, 1406086070676750336, 1406086070619078656, 1406086070604398592, 1406086070584475648, 1406086070576087040, -1406086070562455552, 1406086070544629760, -1406086070506881024, 1406086070489055232, 1406086070362177536, -1406086070467035136, 1406086070447112192, 1406086070424043520, 1406086070249979904, 1406086070221668353, -1406086070221668352, 1406086070204891137, -1406086070204891136, 1406086070188113921, 1406086070188113920, -1406086070173433856, -1406086070172385280, 1406086070158753792, 1406086070157705216, -1406086070144073728, 1406086070139879424, 1406086070121005057, -1406086070121005056, 1406086070085353472, 1406086070066479104, -1406086070021390336, 1406086069940649984, 1406086069934358528, 1406086069914435584, -1406086069895561216, 1406086069886124032, 1406086069832646656, -1406086069831598080, 1406086069815869440, 1406086069814820864, -1406086069803286528, 1406086069796995072, 1406086069759246336, 1406086069770780672, 1406086069746663424, -1406086069731983360, 1406086069726740480, 1406086069715206144, -1406086069711011840]
   [junit4]   2> 25797 T204 C10 P50130 oasc.RecoveryStrategy.doRecovery Finished recovery process
   [junit4]   2> 25798 T206 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 25802 T208 C10 P50130 oasc.RecoveryStrategy.run Starting recovery process. recoveringAfterStartup=false
   [junit4]   2> 25803 T208 C10 P50130 oasc.RecoveryStrategy.doRecovery Finished recovery process
   [junit4]   2> 25805 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10219 (1406086079556091904)]} 0 93
   [junit4]   2> 25806 T105 C9 P50126 /update {wt=javabin&version=2} {add=[279 (1406086079544557568)]} 0 106
   [junit4]   2> 25808 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10220 (1406086079656755200)]} 0 0
   [junit4]   2> 25808 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[277 (-1406086079656755201)]} 0 0
   [junit4]   2> 25833 T209 C10 P50130 oasc.RecoveryStrategy.run Starting recovery process. recoveringAfterStartup=false
   [junit4]   2> 25847 T154 C10 P50130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_4,generation=4,filenames=[_v.fdx, _p.fdx, _s.fdt, _p.fdt, _u_Lucene40_0.tip, _w_Lucene40_0.prx, _q.fdx, _t_Lucene40_0.frq, _o_Lucene40_0.frq, _s_Lucene40_0.frq, _q.fdt, _u_Lucene40_0.tim, _q_Lucene40_0.tim, _q.si, _o.si, _v.fnm, _w.fnm, _q_Lucene40_0.tip, _s_nrm.cfe, _o.fnm, _p_Lucene40_0.frq, _w.fdt, _q_nrm.cfe, _s.si, _w.fdx, _s_Lucene40_0.tip, _t_Lucene40_0.tim, _q_nrm.cfs, _s_Lucene40_0.tim, _t_Lucene40_0.tip, _u_Lucene40_0.frq, _s_nrm.cfs, _p_nrm.cfe, _t_2.del, _u_2.del, _u.fdt, _u.si, _p_nrm.cfs, _q.fnm, _t.fdt, _q_Lucene40_0.prx, _o_Lucene40_0.prx, _w.si, _p.fnm, _t.fnm, _w_Lucene40_0.tip, _u.fdx, _t_Lucene40_0.prx, _v_Lucene40_0.frq, _s.fnm, _w_Lucene40_0.tim, _t_nrm.cfs, _v_nrm.cfs, _p_1.del, _t.si, _u.fnm, _u_nrm.cfs, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _w_nrm.cfe, _w_Lucene40_0.frq, _o.fdt, _v.fdt, _u_Lucene40_0.prx, _u_nrm.cfe, _v.si, _o.fdx, _s_1.del, _w_nrm.cfs, _p.si, _q_Lucene40_0.frq, _o_nrm.cfs, _o_2.del, _v_Lucene40_0.prx, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _v_Lucene40_0.tip, _s.fdx, _o_Lucene40_0.tim, _s_Lucene40_0.prx, _v_Lucene40_0.tim, _v_nrm.cfe, _t.fdx, _t_nrm.cfe, _o_nrm.cfe, segments_4]
   [junit4]   2> 25850 T154 C10 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 25854 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=32 
   [junit4]   2> 25860 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 25862 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[277 (-1406086079660949504)]} 0 50
   [junit4]   2> 25863 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10220 (1406086079659900928)]} 0 52
   [junit4]   2> 25867 T209 C10 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 25868 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10221 (1406086079716524033)]} 0 3
   [junit4]   2> 25869 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 25876 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 25877 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 25877 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10221 (1406086079723864064)]} 0 5
   [junit4]   2> 25881 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10222 (1406086079732252672)]} 0 1
   [junit4]   2> 25894 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 25897 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10222 (1406086079737495552)]} 0 12
   [junit4]   2> 25900 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10221 (-1406086079753224192)]} 0 0
   [junit4]   2> 25910 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 25911 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10221 (-1406086079758467072)]} 0 6
   [junit4]   2> 25915 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10223 (1406086079768952832)]} 0 1
   [junit4]   2> 25929 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 25930 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10223 (1406086079778390016)]} 0 7
   [junit4]   2> 25933 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10224 (1406086079787827200)]} 0 1
   [junit4]   2> 25934 T89 C8 P50122 /update {wt=javabin&version=2} {add=[280 (1406086079716524032)]} 0 69
   [junit4]   2> 25951 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 25960 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10224 (1406086079790972928)]} 0 24
   [junit4]   2> 25966 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 
   [junit4]   2> 25967 T103 C9 P50126 /update {wt=javabin&version=2} {add=[280 (1406086079799361536)]} 0 23
   [junit4]   2> 25971 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[278 (-1406086079826624512)]} 0 1
   [junit4]   2> 25992 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=14 
   [junit4]   2> 25993 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10223 (-1406086079850741760)]} 0 0
   [junit4]   2> 26011 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[278 (-1406086079831867392)]} 0 37
   [junit4]   2> 26060 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26064 T89 C8 P50122 /update {wt=javabin&version=2} {add=[281 (1406086079924142080)]} 0 1
   [junit4]   2> 26066 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10223 (-1406086079887441920)]} 0 38
   [junit4]   2> 26069 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10225 (1406086079930433536)]} 0 1
   [junit4]   2> 26072 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26074 T103 C9 P50126 /update {wt=javabin&version=2} {add=[281 (1406086079928336384)]} 0 7
   [junit4]   2> 26079 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26080 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10225 (1406086079934627840)]} 0 7
   [junit4]   2> 26081 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[279 (-1406086079943016448)]} 0 0
   [junit4]   2> 26083 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10225 (-1406086079944065024)]} 0 1
   [junit4]   2> 26090 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26092 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10225 (-1406086079949307904)]} 0 5
   [junit4]   2> 26092 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26093 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[279 (-1406086079950356480)]} 0 6
   [junit4]   2> 26096 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10226 (1406086079957696512)]} 0 1
   [junit4]   2> 26098 T89 C8 P50122 /update {wt=javabin&version=2} {add=[282 (1406086079960842240)]} 0 1
   [junit4]   2> 26105 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26107 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10226 (1406086079963987968)]} 0 6
   [junit4]   2> 26108 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 26108 T130 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 26141 T160 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 26145 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10227 (1406086080009076736)]} 0 4
   [junit4]   2> 26158 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 26159 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=50 
   [junit4]   2> 26159 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10227 (1406086080018513920)]} 0 7
   [junit4]   2> 26160 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 26161 T126 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 26162 T103 C9 P50126 /update {wt=javabin&version=2} {add=[282 (1406086079967133696)]} 0 58
   [junit4]   2> 26170 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10228 (1406086080027951104)]} 0 8
   [junit4]   2> 26170 T90 C8 P50122 /update {wt=javabin&version=2} {add=[283 (1406086080034242560)]} 0 2
   [junit4]   2>  C10_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50130_solr, base_url=http://127.0.0.1:50130/solr}
   [junit4]   2> 26179 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26180 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10228 (1406086080041582592)]} 0 5
   [junit4]   2> 26188 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26189 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10228 (-1406086080056262656)]} 0 0
   [junit4]   2> 26190 T103 C9 P50126 /update {wt=javabin&version=2} {add=[283 (1406086080040534016)]} 0 17
   [junit4]   2> 26194 T89 C8 P50122 /update {wt=javabin&version=2} {add=[284 (1406086080060456960)]} 0 1
   [junit4]   2> 26195 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26196 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10228 (-1406086080059408384)]} 0 4
   [junit4]   2> 26200 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10229 (1406086080066748416)]} 0 1
   [junit4]   2> 26201 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26202 T103 C9 P50126 /update {wt=javabin&version=2} {add=[284 (1406086080064651264)]} 0 5
   [junit4]   2> 26218 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[280 (-1406086080085622784)]} 0 1
   [junit4]   2> 26220 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26221 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10229 (1406086080076185600)]} 0 13
   [junit4]   2> 26225 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26225 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10230 (1406086080092962816)]} 0 1
   [junit4]   2> 26226 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[280 (-1406086080090865664)]} 0 4
   [junit4]   2> 26229 T89 C8 P50122 /update {wt=javabin&version=2} {add=[285 (1406086080097157120)]} 0 1
   [junit4]   2> 26233 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26234 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10230 (1406086080098205696)]} 0 5
   [junit4]   2> 26236 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26236 T103 C9 P50126 /update {wt=javabin&version=2} {add=[285 (1406086080101351424)]} 0 4
   [junit4]   2> 26238 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10229 (-1406086080107642880)]} 0 1
   [junit4]   2> 26240 T90 C8 P50122 /update {wt=javabin&version=2} {add=[286 (1406086080108691456)]} 0 1
   [junit4]   2> 26247 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26248 T105 C9 P50126 /update {wt=javabin&version=2} {add=[286 (1406086080112885760)]} 0 5
   [junit4]   2> 26249 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26251 T90 C8 P50122 /update {wt=javabin&version=2} {add=[287 (1406086080120225792)]} 0 1
   [junit4]   2> 26252 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10229 (-1406086080118128640)]} 0 4
   [junit4]   2> 26255 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10231 (1406086080124420096)]} 0 1
   [junit4]   2> 26259 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26263 T105 C9 P50126 /update {wt=javabin&version=2} {add=[287 (1406086080124420096)]} 0 9
   [junit4]   2> 26265 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[282 (-1406086080135954432)]} 0 0
   [junit4]   2> 26288 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=24 
   [junit4]   2> 26306 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10231 (1406086080128614400)]} 0 48
   [junit4]   2> 26309 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26310 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10232 (1406086080183140352)]} 0 0
   [junit4]   2> 26311 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[282 (-1406086080178946048)]} 0 5
   [junit4]   2> 26321 T90 C8 P50122 /update {wt=javabin&version=2} {add=[288 (1406086080188383232)]} 0 7
   [junit4]   2> 26324 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26324 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10232 (1406086080186286080)]} 0 11
   [junit4]   2> 26327 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26327 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10232 (-1406086080200966144)]} 0 0
   [junit4]   2> 26328 T105 C9 P50126 /update {wt=javabin&version=2} {add=[288 (1406086080197820416)]} 0 4
   [junit4]   2> 26330 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[284 (-1406086080204111872)]} 0 0
   [junit4]   2> 26332 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26334 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10232 (-1406086080204111872)]} 0 4
   [junit4]   2> 26337 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26338 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[284 (-1406086080208306176)]} 0 4
   [junit4]   2> 26339 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10233 (1406086080211451904)]} 0 2
   [junit4]   2> 26341 T89 C8 P50122 /update {wt=javabin&version=2} {add=[289 (1406086080214597632)]} 0 1
   [junit4]   2> 26346 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26347 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10233 (1406086080216694784)]} 0 6
   [junit4]   2> 26348 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26349 T103 C9 P50126 /update {wt=javabin&version=2} {add=[289 (1406086080218791936)]} 0 5
   [junit4]   2> 26351 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10234 (1406086080225083392)]} 0 1
   [junit4]   2> 26352 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[286 (-1406086080227180544)]} 0 0
   [junit4]   2> 26360 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26361 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[286 (-1406086080232423424)]} 0 5
   [junit4]   2> 26364 T90 C8 P50122 /update {wt=javabin&version=2} {add=[290 (1406086080238714880)]} 0 1
   [junit4]   2> 26369 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26369 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10234 (1406086080228229120)]} 0 16
   [junit4]   2> 26371 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26372 T105 C9 P50126 /update {wt=javabin&version=2} {add=[290 (1406086080242909184)]} 0 5
   [junit4]   2> 26372 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10235 (1406086080247103488)]} 0 1
   [junit4]   2> 26375 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[287 (-1406086080251297792)]} 0 0
   [junit4]   2> 26390 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26392 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10235 (1406086080252346368)]} 0 17
   [junit4]   2> 26395 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26395 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10236 (1406086080272269312)]} 0 1
   [junit4]   2> 26396 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[287 (-1406086080268075008)]} 0 5
   [junit4]   2> 26400 T90 C8 P50122 /update {wt=javabin&version=2} {add=[291 (1406086080277512192)]} 0 0
   [junit4]   2> 26401 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26402 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10236 (1406086080275415040)]} 0 4
   [junit4]   2> 26406 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26406 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10237 (1406086080283803648)]} 0 1
   [junit4]   2> 26407 T103 C9 P50126 /update {wt=javabin&version=2} {add=[291 (1406086080279609344)]} 0 5
   [junit4]   2> 26424 T90 C8 P50122 /update {wt=javabin&version=2} {add=[292 (1406086080301629440)]} 0 1
   [junit4]   2> 26436 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 26437 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10237 (1406086080299532288)]} 0 16
   [junit4]   2> 26440 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 26441 T103 C9 P50126 /update {wt=javabin&version=2} {add=[292 (1406086080305823744)]} 0 14
   [junit4]   2> 26444 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[288 (-1406086080323649536)]} 0 0
   [junit4]   2> 26446 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10238 (1406086080320503808)]} 0 5
   [junit4]   2> 26449 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26450 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[288 (-1406086080325746688)]} 0 4
   [junit4]   2> 26453 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26456 T90 C8 P50122 /update {wt=javabin&version=2} {add=[293 (1406086080334135296)]} 0 2
   [junit4]   2> 26456 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10238 (1406086080328892416)]} 0 7
   [junit4]   2> 26460 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10239 (1406086080339378176)]} 0 1
   [junit4]   2> 26461 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26462 T103 C9 P50126 /update {wt=javabin&version=2} {add=[293 (1406086080338329600)]} 0 4
   [junit4]   2> 26466 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26467 T90 C8 P50122 /update {wt=javabin&version=2} {add=[294 (1406086080347766784)]} 0 1
   [junit4]   2> 26468 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10239 (1406086080342523904)]} 0 6
   [junit4]   2> 26472 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10240 (1406086080351961088)]} 0 1
   [junit4]   2> 26501 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26502 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26502 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10240 (1406086080376078336)]} 0 8
   [junit4]   2> 26503 T103 C9 P50126 /update {wt=javabin&version=2} {add=[294 (1406086080350912512)]} 0 33
   [junit4]   2> 26505 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[290 (-1406086080387612672)]} 0 0
   [junit4]   2> 26506 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10241 (1406086080388661248)]} 0 1
   [junit4]   2> 26510 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26511 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[290 (-1406086080389709824)]} 0 4
   [junit4]   2> 26512 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26513 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10241 (1406086080391806976)]} 0 5
   [junit4]   2> 26515 T90 C8 P50122 /update {wt=javabin&version=2} {add=[295 (1406086080397049856)]} 0 1
   [junit4]   2> 26516 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10242 (1406086080399147008)]} 0 0
   [junit4]   2> 26521 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26521 T105 C9 P50126 /update {wt=javabin&version=2} {add=[295 (1406086080401244160)]} 0 4
   [junit4]   2> 26522 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26523 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10242 (1406086080402292736)]} 0 4
   [junit4]   2> 26524 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[291 (-1406086080407535616)]} 0 0
   [junit4]   2> 26525 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10240 (-1406086080408584192)]} 0 0
   [junit4]   2> 26533 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26533 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26534 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10240 (-1406086080413827073)]} 0 4
   [junit4]   2> 26535 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[291 (-1406086080413827072)]} 0 5
   [junit4]   2> 26537 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10243 (1406086080420118528)]} 0 1
   [junit4]   2> 26538 T89 C8 P50122 /update {wt=javabin&version=2} {add=[296 (1406086080421167104)]} 0 1
   [junit4]   2> 26547 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 26548 T105 C9 P50126 /update {wt=javabin&version=2} {add=[296 (1406086080426409984)]} 0 7
   [junit4]   2> 26551 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 26552 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10243 (1406086080424312832)]} 0 12
   [junit4]   2> 26556 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10242 (-1406086080440041472)]} 0 1
   [junit4]   2> 26557 T89 C8 P50122 /update {wt=javabin&version=2} {add=[297 (1406086080435847168)]} 0 6
   [junit4]   2> 26561 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26562 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10242 (-1406086080443187200)]} 0 4
   [junit4]   2> 26565 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26566 T105 C9 P50126 /update {wt=javabin&version=2} {add=[297 (1406086080446332928)]} 0 5
   [junit4]   2> 26567 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10244 (1406086080451575808)]} 0 1
   [junit4]   2> 26569 T90 C8 P50122 /update {wt=javabin&version=2} {add=[298 (1406086080454721536)]} 0 1
   [junit4]   2> 26574 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26582 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10244 (1406086080455770112)]} 0 12
   [junit4]   2> 26585 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26586 T103 C9 P50126 /update {wt=javabin&version=2} {add=[298 (1406086080467304448)]} 0 5
   [junit4]   2> 26587 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10243 (-1406086080473595904)]} 0 1
   [junit4]   2> 26590 T89 C8 P50122 /update {wt=javabin&version=2} {add=[299 (1406086080475693056)]} 0 1
   [junit4]   2> 26593 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26594 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10243 (-1406086080477790208)]} 0 4
   [junit4]   2> 26598 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10245 (1406086080484081664)]} 0 1
   [junit4]   2> 26605 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26606 T105 C9 P50126 /update {wt=javabin&version=2} {add=[299 (1406086080479887360)]} 0 13
   [junit4]   2> 26607 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26608 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10245 (1406086080490373120)]} 0 5
   [junit4]   2> 26610 T89 C8 P50122 /update {wt=javabin&version=2} {add=[300 (1406086080496664576)]} 0 1
   [junit4]   2> 26610 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10245 (-1406086080497713152)]} 0 0
   [junit4]   2> 26614 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26615 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10245 (-1406086080499810304)]} 0 3
   [junit4]   2> 26616 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26617 T103 C9 P50126 /update {wt=javabin&version=2} {add=[300 (1406086080499810305)]} 0 5
   [junit4]   2> 26619 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10246 (1406086080506101760)]} 0 1
   [junit4]   2> 26619 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[292 (-1406086080507150336)]} 0 0
   [junit4]   2> 26625 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26626 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26626 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[292 (-1406086080510296064)]} 0 4
   [junit4]   2> 26627 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10246 (1406086080511344640)]} 0 4
   [junit4]   2> 26629 T89 C8 P50122 /update {wt=javabin&version=2} {add=[301 (1406086080516587520)]} 0 1
   [junit4]   2> 26630 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10247 (1406086080517636096)]} 0 1
   [junit4]   2> 26636 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26637 T103 C9 P50126 /update {wt=javabin&version=2} {add=[301 (1406086080520781824)]} 0 5
   [junit4]   2> 26643 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 26644 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[293 (-1406086080533364736)]} 0 1
   [junit4]   2> 26645 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10247 (1406086080521830400)]} 0 12
   [junit4]   2> 26648 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10248 (1406086080536510464)]} 0 1
   [junit4]   2> 26652 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26652 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[293 (-1406086080536510464)]} 0 5
   [junit4]   2> 26656 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 26657 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10248 (1406086080540704768)]} 0 6
   [junit4]   2> 26664 T90 C8 P50122 /update {wt=javabin&version=2} {add=[302 (1406086080546996224)]} 0 7
   [junit4]   2> 26677 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26678 T105 C9 P50126 /update {wt=javabin&version=2} {add=[302 (1406086080563773440)]} 0 11
   [junit4]   2> 26697 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10249 (1406086080586842113)]} 0 2
   [junit4]   2> 26697 T90 C8 P50122 /update {wt=javabin&version=2} {add=[303 (1406086080586842112)]} 0 2
   [junit4]   2> 26704 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26704 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26706 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10249 (1406086080593133568)]} 0 6
   [junit4]   2> 26706 T105 C9 P50126 /update {wt=javabin&version=2} {add=[303 (1406086080594182144)]} 0 5
   [junit4]   2> 26709 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10249 (-1406086080601522176)]} 0 0
   [junit4]   2> 26710 T90 C8 P50122 /update {wt=javabin&version=2} {add=[304 (1406086080601522177)]} 0 1
   [junit4]   2> 26717 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26718 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10249 (-1406086080604667904)]} 0 6
   [junit4]   2> 26721 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10250 (1406086080613056512)]} 0 1
   [junit4]   2> 26725 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26726 T103 C9 P50126 /update {wt=javabin&version=2} {add=[304 (1406086080605716480)]} 0 13
   [junit4]   2> 26729 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26730 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10250 (1406086080617250816)]} 0 6
   [junit4]   2> 26730 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[294 (-1406086080623542272)]} 0 0
   [junit4]   2> 26733 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10251 (1406086080626688000)]} 0 0
   [junit4]   2> 26736 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26737 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[294 (-1406086080627736576)]} 0 4
   [junit4]   2> 26739 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26740 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10251 (1406086080628785152)]} 0 5
   [junit4]   2> 26741 T89 C8 P50122 /update {wt=javabin&version=2} {add=[305 (1406086080634028032)]} 0 1
   [junit4]   2> 26743 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10252 (1406086080636125184)]} 0 1
   [junit4]   2> 26748 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26748 T103 C9 P50126 /update {wt=javabin&version=2} {add=[305 (1406086080638222336)]} 0 4
   [junit4]   2> 26749 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26750 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10252 (1406086080640319488)]} 0 4
   [junit4]   2> 26752 T90 C8 P50122 /update {wt=javabin&version=2} {add=[306 (1406086080645562368)]} 0 0
   [junit4]   2> 26753 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10253 (1406086080646610944)]} 0 1
   [junit4]   2> 26762 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 26763 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10253 (1406086080649756672)]} 0 8
   [junit4]   2> 26766 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 26767 T103 C9 P50126 /update {wt=javabin&version=2} {add=[306 (1406086080650805248)]} 0 11
   [junit4]   2> 26770 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10253 (-1406086080665485312)]} 0 0
   [junit4]   2> 26777 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26778 T89 C8 P50122 /update {wt=javabin&version=2} {add=[307 (1406086080665485313)]} 0 8
   [junit4]   2> 26778 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10253 (-1406086080669679616)]} 0 4
   [junit4]   2> 26783 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10254 (1406086080677019648)]} 0 2
   [junit4]   2> 26784 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26785 T103 C9 P50126 /update {wt=javabin&version=2} {add=[307 (1406086080675971072)]} 0 5
   [junit4]   2> 26787 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[295 (-1406086080683311104)]} 0 0
   [junit4]   2> 26790 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26791 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10254 (1406086080682262528)]} 0 5
   [junit4]   2> 26794 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26794 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10255 (1406086080690651136)]} 0 1
   [junit4]   2> 26796 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[295 (-1406086080686456832)]} 0 6
   [junit4]   2> 26801 T89 C8 P50122 /update {wt=javabin&version=2} {add=[308 (1406086080697991168)]} 0 2
   [junit4]   2> 26803 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26805 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10255 (1406086080693796864)]} 0 8
   [junit4]   2> 26814 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10255 (-1406086080711622656)]} 0 0
   [junit4]   2> 26828 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26831 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10255 (-1406086080716865536)]} 0 12
   [junit4]   2> 26837 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10256 (1406086080734691328)]} 0 1
   [junit4]   2> 26857 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 26859 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10256 (1406086080747274240)]} 0 11
   [junit4]   2> 26863 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10256 (-1406086080763002880)]} 0 0
   [junit4]   2> 26871 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26873 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10256 (-1406086080769294336)]} 0 5
   [junit4]   2> 26877 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10257 (1406086080777682944)]} 0 1
   [junit4]   2> 26883 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26884 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26885 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10257 (1406086080780828672)]} 0 5
   [junit4]   2> 26884 T103 C9 P50126 /update {wt=javabin&version=2} {add=[308 (1406086080712671232)]} 0 69
   [junit4]   2> 26888 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10258 (1406086080788168704)]} 0 1
   [junit4]   2> 26889 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[297 (-1406086080790265856)]} 0 0
   [junit4]   2> 26895 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26896 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10258 (1406086080792363008)]} 0 5
   [junit4]   2> 26896 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26897 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[297 (-1406086080793411584)]} 0 5
   [junit4]   2> 26899 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10258 (-1406086080800751616)]} 0 0
   [junit4]   2> 26900 T89 C8 P50122 /update {wt=javabin&version=2} {add=[309 (1406086080801800192)]} 0 0
   [junit4]   2> 26905 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26905 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10258 (-1406086080802848768)]} 0 4
   [junit4]   2> 26907 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 26908 T103 C9 P50126 /update {wt=javabin&version=2} {add=[309 (1406086080804945920)]} 0 5
   [junit4]   2> 26909 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10259 (1406086080811237376)]} 0 1
   [junit4]   2> 26912 T90 C8 P50122 /update {wt=javabin&version=2} {add=[310 (1406086080813334528)]} 0 1
   [junit4]   2> 26920 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 26930 T105 C9 P50126 /update {wt=javabin&version=2} {add=[310 (1406086080816480256)]} 0 16
   [junit4]   2> 26945 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[298 (-1406086080848986112)]} 0 0
   [junit4]   2> 26956 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 26957 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[298 (-1406086080857374720)]} 0 4
   [junit4]   2> 26987 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=72 
   [junit4]   2> 26988 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10259 (1406086080815431680)]} 0 75
   [junit4]   2> 26993 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10260 (1406086080897220608)]} 0 2
   [junit4]   2> 27003 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27004 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10260 (1406086080904560640)]} 0 6
   [junit4]   2> 27009 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10261 (1406086080915046400)]} 0 1
   [junit4]   2> 27020 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27021 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10261 (1406086080922386432)]} 0 7
   [junit4]   2> 27025 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10262 (1406086080931823616)]} 0 1
   [junit4]   2> 27094 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27095 T90 C8 P50122 /update {wt=javabin&version=2} {add=[311 (1406086080864714752)]} 0 135
   [junit4]   2> 27097 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10262 (1406086080952795136)]} 0 53
   [junit4]   2> 27115 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27125 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10262 (-1406086081036681216)]} 0 1
   [junit4]   2> 27126 T105 C9 P50126 /update {wt=javabin&version=2} {add=[311 (1406086081011515392)]} 0 26
   [junit4]   2> 27132 T90 C8 P50122 /update {wt=javabin&version=2} {add=[312 (1406086081042972672)]} 0 2
   [junit4]   2> 27150 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27152 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10262 (-1406086081042972672)]} 0 22
   [junit4]   2> 27153 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27154 T103 C9 P50126 /update {wt=javabin&version=2} {add=[312 (1406086081048215552)]} 0 19
   [junit4]   2> 27157 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[301 (-1406086081071284225)]} 0 0
   [junit4]   2> 27157 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10263 (1406086081071284224)]} 0 0
   [junit4]   2> 27163 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27164 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27164 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[301 (-1406086081074429952)]} 0 4
   [junit4]   2> 27165 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10263 (1406086081074429953)]} 0 5
   [junit4]   2> 27167 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10263 (-1406086081081769985)]} 0 0
   [junit4]   2> 27168 T89 C8 P50122 /update {wt=javabin&version=2} {add=[313 (1406086081081769984)]} 0 1
   [junit4]   2> 27169 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 27172 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27173 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10263 (-1406086081084915712)]} 0 3
   [junit4]   2> 27172 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 27174 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27175 T105 C9 P50126 /update {wt=javabin&version=2} {add=[313 (1406086081085964288)]} 0 4
   [junit4]   2> 27178 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10264 (1406086081092255744)]} 0 1
   [junit4]   2> 27179 T90 C8 P50122 /update {wt=javabin&version=2} {add=[314 (1406086081093304320)]} 0 1
   [junit4]   2> 27185 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27186 T105 C9 P50126 /update {wt=javabin&version=2} {add=[314 (1406086081096450048)]} 0 5
   [junit4]   2> 27189 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[303 (-1406086081103790080)]} 0 1
   [junit4]   2> 27198 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=12 
   [junit4]   2> 27199 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10264 (1406086081097498624)]} 0 17
   [junit4]   2> 27200 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27201 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[303 (-1406086081107984384)]} 0 9
   [junit4]   2> 27204 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10265 (1406086081119518720)]} 0 1
   [junit4]   2> 27214 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 27215 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10265 (1406086081124761600)]} 0 7
   [junit4]   2> 27220 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10266 (1406086081135247360)]} 0 2
   [junit4]   2> 27228 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27229 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10266 (1406086081141538816)]} 0 5
   [junit4]   2> 27231 T90 C8 P50122 /update {wt=javabin&version=2} {add=[315 (1406086081122664448)]} 0 25
   [junit4]   2> 27233 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10266 (-1406086081149927424)]} 0 0
   [junit4]   2> 27237 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27238 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27238 T105 C9 P50126 /update {wt=javabin&version=2} {add=[315 (1406086081150976000)]} 0 5
   [junit4]   2> 27239 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10266 (-1406086081152024576)]} 0 4
   [junit4]   2> 27241 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[304 (-1406086081159364608)]} 0 0
   [junit4]   2> 27244 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10267 (1406086081162510336)]} 0 1
   [junit4]   2> 27248 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27248 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[304 (-1406086081163558912)]} 0 3
   [junit4]   2> 27251 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27252 T90 C8 P50122 /update {wt=javabin&version=2} {add=[316 (1406086081169850368)]} 0 1
   [junit4]   2> 27252 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10267 (1406086081166704640)]} 0 4
   [junit4]   2> 27256 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10268 (1406086081174044672)]} 0 1
   [junit4]   2> 27263 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27263 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10268 (1406086081177190400)]} 0 5
   [junit4]   2> 27265 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27266 T105 C9 P50126 /update {wt=javabin&version=2} {add=[316 (1406086081174044672)]} 0 11
   [junit4]   2> 27267 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10269 (1406086081185579008)]} 0 1
   [junit4]   2> 27269 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[305 (-1406086081188724736)]} 0 0
   [junit4]   2> 27274 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27275 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10269 (1406086081189773312)]} 0 5
   [junit4]   2> 27275 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27276 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[305 (-1406086081191870464)]} 0 4
   [junit4]   2> 27278 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10268 (-1406086081198161920)]} 0 0
   [junit4]   2> 27279 T90 C8 P50122 /update {wt=javabin&version=2} {add=[317 (1406086081199210496)]} 0 0
   [junit4]   2> 27284 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27284 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10268 (-1406086081201307648)]} 0 3
   [junit4]   2> 27319 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27321 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10270 (1406086081242202112)]} 0 1
   [junit4]   2> 27322 T105 C9 P50126 /update {wt=javabin&version=2} {add=[317 (1406086081202356224)]} 0 40
   [junit4]   2> 27324 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[308 (-1406086081246396416)]} 0 0
   [junit4]   2> 27329 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27329 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27330 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10270 (1406086081247444992)]} 0 5
   [junit4]   2> 27330 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[308 (-1406086081248493568)]} 0 4
   [junit4]   2> 27333 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10270 (-1406086081255833600)]} 0 0
   [junit4]   2> 27334 T90 C8 P50122 /update {wt=javabin&version=2} {add=[318 (1406086081255833601)]} 0 1
   [junit4]   2> 27339 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27339 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10270 (-1406086081258979328)]} 0 3
   [junit4]   2> 27343 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10271 (1406086081265270784)]} 0 1
   [junit4]   2> 27348 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 27349 T105 C9 P50126 /update {wt=javabin&version=2} {add=[318 (1406086081260027904)]} 0 12
   [junit4]   2> 27351 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27352 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10271 (1406086081269465088)]} 0 6
   [junit4]   2> 27353 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[309 (-1406086081275756544)]} 0 1
   [junit4]   2> 27354 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10271 (-1406086081277853696)]} 0 0
   [junit4]   2> 27357 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27358 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[309 (-1406086081277853696)]} 0 4
   [junit4]   2> 27360 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27361 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10271 (-1406086081280999424)]} 0 4
   [junit4]   2> 27366 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10272 (1406086081288339456)]} 0 2
   [junit4]   2> 27369 T89 C8 P50122 /update {wt=javabin&version=2} {add=[319 (1406086081285193728)]} 0 8
   [junit4]   2> 27375 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27376 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10272 (1406086081295679488)]} 0 7
   [junit4]   2> 27377 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27378 T103 C9 P50126 /update {wt=javabin&version=2} {add=[319 (1406086081297776640)]} 0 5
   [junit4]   2> 27379 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10272 (-1406086081304068096)]} 0 0
   [junit4]   2> 27381 T90 C8 P50122 /update {wt=javabin&version=2} {add=[320 (1406086081305116672)]} 0 1
   [junit4]   2> 27385 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27385 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10272 (-1406086081307213824)]} 0 3
   [junit4]   2> 27386 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27387 T105 C9 P50126 /update {wt=javabin&version=2} {add=[320 (1406086081308262400)]} 0 4
   [junit4]   2> 27389 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10273 (1406086081313505280)]} 0 1
   [junit4]   2> 27390 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[310 (-1406086081315602432)]} 0 0
   [junit4]   2> 27396 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27398 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[310 (-1406086081318748160)]} 0 5
   [junit4]   2> 27400 T89 C8 P50122 /update {wt=javabin&version=2} {add=[321 (1406086081326088192)]} 0 0
   [junit4]   2> 27402 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27403 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10273 (1406086081317699584)]} 0 11
   [junit4]   2> 27407 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10274 (1406086081332379648)]} 0 1
   [junit4]   2> 27408 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27410 T103 C9 P50126 /update {wt=javabin&version=2} {add=[321 (1406086081329233920)]} 0 7
   [junit4]   2> 27413 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[315 (-1406086081339719680)]} 0 0
   [junit4]   2> 27415 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27416 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10274 (1406086081337622528)]} 0 5
   [junit4]   2> 27418 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27419 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[315 (-1406086081342865408)]} 0 3
   [junit4]   2> 27420 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10275 (1406086081346011136)]} 0 1
   [junit4]   2> 27423 T90 C8 P50122 /update {wt=javabin&version=2} {add=[322 (1406086081349156864)]} 0 1
   [junit4]   2> 27427 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27427 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10275 (1406086081350205440)]} 0 4
   [junit4]   2> 27430 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27430 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10275 (-1406086081357545472)]} 0 0
   [junit4]   2> 27430 T105 C9 P50126 /update {wt=javabin&version=2} {add=[322 (1406086081353351168)]} 0 4
   [junit4]   2> 27434 T90 C8 P50122 /update {wt=javabin&version=2} {add=[323 (1406086081360691200)]} 0 1
   [junit4]   2> 27436 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27437 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10275 (-1406086081359642624)]} 0 5
   [junit4]   2> 27440 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10276 (1406086081368031232)]} 0 0
   [junit4]   2> 27447 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27448 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10276 (1406086081371176960)]} 0 5
   [junit4]   2> 27448 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 27449 T105 C9 P50126 /update {wt=javabin&version=2} {add=[323 (1406086081365934080)]} 0 11
   [junit4]   2> 27452 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[316 (-1406086081380614144)]} 0 0
   [junit4]   2> 27458 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27459 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10277 (1406086081379565568)]} 0 8
   [junit4]   2> 27459 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[316 (-1406086081384808448)]} 0 4
   [junit4]   2> 27463 T90 C8 P50122 /update {wt=javabin&version=2} {add=[324 (1406086081390051328)]} 0 2
   [junit4]   2> 27465 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27466 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10277 (1406086081390051328)]} 0 5
   [junit4]   2> 27469 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10278 (1406086081397391360)]} 0 1
   [junit4]   2> 27470 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27470 T105 C9 P50126 /update {wt=javabin&version=2} {add=[324 (1406086081395294208)]} 0 4
   [junit4]   2> 27473 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[318 (-1406086081402634240)]} 0 0
   [junit4]   2> 27475 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27476 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10278 (1406086081400537088)]} 0 5
   [junit4]   2> 27478 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10279 (1406086081406828544)]} 0 1
   [junit4]   2> 27478 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27479 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[318 (-1406086081405779968)]} 0 3
   [junit4]   2> 27483 T90 C8 P50122 /update {wt=javabin&version=2} {add=[325 (1406086081412071424)]} 0 1
   [junit4]   2> 27491 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27491 T105 C9 P50126 /update {wt=javabin&version=2} {add=[325 (1406086081416265728)]} 0 5
   [junit4]   2> 27494 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27494 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[320 (-1406086081424654336)]} 0 0
   [junit4]   2> 27495 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10279 (1406086081411022848)]} 0 14
   [junit4]   2> 27497 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10277 (-1406086081427800064)]} 0 0
   [junit4]   2> 27500 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27501 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[320 (-1406086081427800064)]} 0 4
   [junit4]   2> 27504 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27505 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10277 (-1406086081430945792)]} 0 4
   [junit4]   2> 27505 T90 C8 P50122 /update {wt=javabin&version=2} {add=[326 (1406086081435140096)]} 0 1
   [junit4]   2> 27507 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10280 (1406086081437237248)]} 0 1
   [junit4]   2> 27511 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27512 T103 C9 P50126 /update {wt=javabin&version=2} {add=[326 (1406086081438285824)]} 0 5
   [junit4]   2> 27514 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27515 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10280 (1406086081441431552)]} 0 5
   [junit4]   2> 27516 T89 C8 P50122 /update {wt=javabin&version=2} {add=[327 (1406086081447723008)]} 0 0
   [junit4]   2> 27518 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10278 (-1406086081449820160)]} 0 0
   [junit4]   2> 27522 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27523 T105 C9 P50126 /update {wt=javabin&version=2} {add=[327 (1406086081450868736)]} 0 4
   [junit4]   2> 27523 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27524 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10278 (-1406086081452965888)]} 0 3
   [junit4]   2> 27527 T90 C8 P50122 /update {wt=javabin&version=2} {add=[328 (1406086081458208768)]} 0 1
   [junit4]   2> 27528 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10281 (1406086081460305920)]} 0 1
   [junit4]   2> 27541 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 27545 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10281 (1406086081464500224)]} 0 13
   [junit4]   2> 27545 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27546 T105 C9 P50126 /update {wt=javabin&version=2} {add=[328 (1406086081463451648)]} 0 15
   [junit4]   2> 27549 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10279 (-1406086081481277440)]} 0 1
   [junit4]   2> 27549 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[321 (-1406086081482326016)]} 0 0
   [junit4]   2> 27554 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27554 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27554 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10279 (-1406086081484423168)]} 0 3
   [junit4]   2> 27555 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[321 (-1406086081484423169)]} 0 4
   [junit4]   2> 27562 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10282 (1406086081493860352)]} 0 2
   [junit4]   2> 27566 T89 C8 P50122 /update {wt=javabin&version=2} {add=[329 (1406086081491763200)]} 0 8
   [junit4]   2> 27568 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27569 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10282 (1406086081499103232)]} 0 4
   [junit4]   2> 27572 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27573 T103 C9 P50126 /update {wt=javabin&version=2} {add=[329 (1406086081502248960)]} 0 5
   [junit4]   2> 27574 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10283 (1406086081507491840)]} 0 1
   [junit4]   2> 27578 T90 C8 P50122 /update {wt=javabin&version=2} {add=[330 (1406086081512734720)]} 0 1
   [junit4]   2> 27582 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27584 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10283 (1406086081512734720)]} 0 7
   [junit4]   2> 27589 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10284 (1406086081524269056)]} 0 2
   [junit4]   2> 27601 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27603 T105 C9 P50126 /update {wt=javabin&version=2} {add=[330 (1406086081515880448)]} 0 22
   [junit4]   2> 27606 T90 C8 P50122 /update {wt=javabin&version=2} {add=[331 (1406086081541046272)]} 0 1
   [junit4]   2> 27606 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27607 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10284 (1406086081536851968)]} 0 7
   [junit4]   2> 27613 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10280 (-1406086081546289152)]} 0 3
   [junit4]   2> 27615 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27616 T105 C9 P50126 /update {wt=javabin&version=2} {add=[331 (1406086081545240576)]} 0 7
   [junit4]   2> 27620 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[323 (-1406086081556774912)]} 0 1
   [junit4]   2> 27622 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27623 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10280 (-1406086081556774912)]} 0 4
   [junit4]   2> 27627 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10285 (1406086081563066368)]} 0 1
   [junit4]   2> 27627 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27627 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[323 (-1406086081559920640)]} 0 4
   [junit4]   2> 27631 T90 C8 P50122 /update {wt=javabin&version=2} {add=[332 (1406086081567260672)]} 0 1
   [junit4]   2> 27633 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27634 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10285 (1406086081566212096)]} 0 5
   [junit4]   2> 27637 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10286 (1406086081573552128)]} 0 1
   [junit4]   2> 27638 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27639 T105 C9 P50126 /update {wt=javabin&version=2} {add=[332 (1406086081572503552)]} 0 4
   [junit4]   2> 27641 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[326 (-1406086081578795008)]} 0 0
   [junit4]   2> 27650 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 27651 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10286 (1406086081578795008)]} 0 10
   [junit4]   2> 27651 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27652 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[326 (-1406086081580892160)]} 0 9
   [junit4]   2> 27655 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10287 (1406086081592426496)]} 0 1
   [junit4]   2> 27664 T89 C8 P50122 /update {wt=javabin&version=2} {add=[333 (1406086081593475072)]} 0 9
   [junit4]   2> 27666 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27667 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10287 (1406086081597669376)]} 0 8
   [junit4]   2> 27670 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10282 (-1406086081609203712)]} 0 0
   [junit4]   2> 27673 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27674 T103 C9 P50126 /update {wt=javabin&version=2} {add=[333 (1406086081608155136)]} 0 5
   [junit4]   2> 27675 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27676 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10282 (-1406086081612349440)]} 0 3
   [junit4]   2> 27677 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[328 (-1406086081616543744)]} 0 0
   [junit4]   2> 27683 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27683 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10288 (1406086081621786624)]} 0 1
   [junit4]   2> 27684 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[328 (-1406086081619689472)]} 0 4
   [junit4]   2> 27688 T89 C8 P50122 /update {wt=javabin&version=2} {add=[334 (1406086081627029504)]} 0 1
   [junit4]   2> 27690 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27691 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10288 (1406086081627029504)]} 0 4
   [junit4]   2> 27693 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27693 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10284 (-1406086081633320960)]} 0 0
   [junit4]   2> 27694 T103 C9 P50126 /update {wt=javabin&version=2} {add=[334 (1406086081629126656)]} 0 5
   [junit4]   2> 27697 T89 C8 P50122 /update {wt=javabin&version=2} {add=[335 (1406086081636466688)]} 0 1
   [junit4]   2> 27698 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27699 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10284 (-1406086081636466688)]} 0 3
   [junit4]   2> 27703 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10289 (1406086081642758144)]} 0 1
   [junit4]   2> 27709 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27710 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27710 T103 C9 P50126 /update {wt=javabin&version=2} {add=[335 (1406086081639612416)]} 0 11
   [junit4]   2> 27711 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10289 (1406086081645903872)]} 0 6
   [junit4]   2> 27714 T89 C8 P50122 /update {wt=javabin&version=2} {add=[336 (1406086081654292480)]} 0 1
   [junit4]   2> 27714 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10286 (-1406086081655341056)]} 0 0
   [junit4]   2> 27719 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27720 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10286 (-1406086081658486784)]} 0 3
   [junit4]   2> 27720 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27721 T105 C9 P50126 /update {wt=javabin&version=2} {add=[336 (1406086081658486785)]} 0 4
   [junit4]   2> 27723 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10290 (1406086081663729664)]} 0 1
   [junit4]   2> 27724 T89 C8 P50122 /update {wt=javabin&version=2} {add=[337 (1406086081664778240)]} 0 1
   [junit4]   2> 27730 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27731 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27732 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10290 (1406086081666875392)]} 0 7
   [junit4]   2> 27732 T103 C9 P50126 /update {wt=javabin&version=2} {add=[337 (1406086081667923968)]} 0 6
   [junit4]   2> 27735 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10287 (-1406086081677361152)]} 0 1
   [junit4]   2> 27736 T90 C8 P50122 /update {wt=javabin&version=2} {add=[338 (1406086081677361153)]} 0 1
   [junit4]   2> 27741 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27748 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 27748 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10287 (-1406086081680506880)]} 0 10
   [junit4]   2> 27749 T105 C9 P50126 /update {wt=javabin&version=2} {add=[338 (1406086081680506881)]} 0 11
   [junit4]   2> 27752 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10291 (1406086081694138368)]} 0 1
   [junit4]   2> 27752 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[332 (-1406086081695186944)]} 0 0
   [junit4]   2> 27760 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27761 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10291 (1406086081698332672)]} 0 6
   [junit4]   2> 27759 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27763 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[332 (-1406086081698332673)]} 0 8
   [junit4]   2> 27770 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10292 (1406086081706721280)]} 0 7
   [junit4]   2> 27774 T90 C8 P50122 /update {wt=javabin&version=2} {add=[339 (1406086081716158464)]} 0 2
   [junit4]   2> 27779 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27779 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10292 (1406086081719304192)]} 0 4
   [junit4]   2> 27781 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27782 T105 C9 P50126 /update {wt=javabin&version=2} {add=[339 (1406086081721401344)]} 0 5
   [junit4]   2> 27785 T89 C8 P50122 /update {wt=javabin&version=2} {add=[340 (1406086081728741376)]} 0 1
   [junit4]   2> 27786 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10288 (-1406086081730838528)]} 0 0
   [junit4]   2> 27799 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 27800 T105 C9 P50126 /update {wt=javabin&version=2} {add=[340 (1406086081732935680)]} 0 12
   [junit4]   2> 27800 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27801 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10288 (-1406086081733984256)]} 0 12
   [junit4]   2> 27804 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[336 (-1406086081748664320)]} 0 1
   [junit4]   2> 27805 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10293 (1406086081749712896)]} 0 1
   [junit4]   2> 27809 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27810 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[336 (-1406086081751810048)]} 0 4
   [junit4]   2> 27814 T89 C8 P50122 /update {wt=javabin&version=2} {add=[341 (1406086081759150080)]} 0 1
   [junit4]   2> 27823 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27824 T103 C9 P50126 /update {wt=javabin&version=2} {add=[341 (1406086081764392960)]} 0 6
   [junit4]   2> 27829 T89 C8 P50122 /update {wt=javabin&version=2} {add=[342 (1406086081775927296)]} 0 1
   [junit4]   2> 27839 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 27842 T103 C9 P50126 /update {wt=javabin&version=2} {add=[342 (1406086081780121600)]} 0 9
   [junit4]   2> 27855 T89 C8 P50122 /update {wt=javabin&version=2} {add=[343 (1406086081802141696)]} 0 1
   [junit4]   2> 27868 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27870 T103 C9 P50126 /update {wt=javabin&version=2} {add=[343 (1406086081810530304)]} 0 9
   [junit4]   2> 27877 T89 C8 P50122 /update {wt=javabin&version=2} {add=[344 (1406086081825210368)]} 0 1
   [junit4]   2> 27880 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 27882 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10293 (1406086081753907200)]} 0 74
   [junit4]   2> 27885 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10294 (1406086081834647552)]} 0 0
   [junit4]   2> 27885 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 27886 T103 C9 P50126 /update {wt=javabin&version=2} {add=[344 (1406086081830453248)]} 0 5
   [junit4]   2> 27890 T89 C8 P50122 /update {wt=javabin&version=2} {add=[345 (1406086081838841856)]} 0 1
   [junit4]   2> 27923 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 27924 T103 C9 P50126 /update {wt=javabin&version=2} {add=[345 (1406086081852473344)]} 0 22
   [junit4]   2> 27928 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[337 (-1406086081879736320)]} 0 0
   [junit4]   2> 27945 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
   [junit4]   2> 27945 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[337 (-1406086081881833472)]} 0 15
   [junit4]   2> 28048 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=157 
   [junit4]   2> 28061 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10294 (1406086081837793280)]} 0 173
   [junit4]   2> 28065 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10290 (-1406086082022342656)]} 0 1
   [junit4]   2> 28070 T89 C8 P50122 /update {wt=javabin&version=2} {add=[346 (1406086081902804992)]} 0 121
   [junit4]   2> 28070 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28071 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10290 (-1406086082025488384)]} 0 4
   [junit4]   2> 28076 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10295 (1406086082032828416)]} 0 2
   [junit4]   2> 28081 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28082 T105 C9 P50126 /update {wt=javabin&version=2} {add=[346 (1406086082035974144)]} 0 5
   [junit4]   2> 28085 T89 C8 P50122 /update {wt=javabin&version=2} {add=[347 (1406086082043314176)]} 0 1
   [junit4]   2> 28092 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28093 T105 C9 P50126 /update {wt=javabin&version=2} {add=[347 (1406086082047508480)]} 0 5
   [junit4]   2> 28095 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[338 (-1406086082054848512)]} 0 0
   [junit4]   2> 28099 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28100 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28101 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[338 (-1406086082056945664)]} 0 4
   [junit4]   2> 28101 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10295 (1406086082038071296)]} 0 22
   [junit4]   2> 28104 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10291 (-1406086082064285696)]} 0 0
   [junit4]   2> 28105 T89 C8 P50122 /update {wt=javabin&version=2} {add=[348 (1406086082065334272)]} 0 1
   [junit4]   2> 28112 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28117 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10291 (-1406086082067431424)]} 0 10
   [junit4]   2> 28120 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28121 T105 C9 P50126 /update {wt=javabin&version=2} {add=[348 (1406086082069528576)]} 0 12
   [junit4]   2> 28124 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[340 (-1406086082085257216)]} 0 0
   [junit4]   2> 28129 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28130 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[340 (-1406086082088402944)]} 0 3
   [junit4]   2> 28134 T89 C8 P50122 /update {wt=javabin&version=2} {add=[349 (1406086082094694400)]} 0 1
   [junit4]   2> 28141 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10296 (1406086082102034432)]} 0 1
   [junit4]   2> 28142 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28142 T105 C9 P50126 /update {wt=javabin&version=2} {add=[349 (1406086082099937280)]} 0 5
   [junit4]   2> 28145 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 28147 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28148 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[341 (-1406086082110423040)]} 0 0
   [junit4]   2> 28149 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10296 (1406086082105180160)]} 0 6
   [junit4]   2> 28152 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 28153 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10297 (1406086082114617344)]} 0 1
   [junit4]   2> 28154 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28155 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[341 (-1406086082113568768)]} 0 4
   [junit4]   2> 28158 T89 C8 P50122 /update {wt=javabin&version=2} {add=[350 (1406086082120908800)]} 0 0
   [junit4]   2> 28160 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28161 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10297 (1406086082119860224)]} 0 5
   [junit4]   2> 28165 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10298 (1406086082127200256)]} 0 1
   [junit4]   2> 28189 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=23 
   [junit4]   2> 28192 T105 C9 P50126 /update {wt=javabin&version=2} {add=[350 (1406086082125103104)]} 0 30
   [junit4]   2> 28196 T89 C8 P50122 /update {wt=javabin&version=2} {add=[351 (1406086082159706112)]} 0 1
   [junit4]   2> 28206 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 28207 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10298 (1406086082155511808)]} 0 16
   [junit4]   2> 28213 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 28214 T105 C9 P50126 /update {wt=javabin&version=2} {add=[351 (1406086082173337600)]} 0 6
   [junit4]   2> 28218 T90 C8 P50122 /update {wt=javabin&version=2} {add=[352 (1406086082182774784)]} 0 1
   [junit4]   2> 28225 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28225 T105 C9 P50126 /update {wt=javabin&version=2} {add=[352 (1406086082186969088)]} 0 4
   [junit4]   2> 28228 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[344 (-1406086082194309120)]} 0 0
   [junit4]   2> 28233 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28234 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[344 (-1406086082197454848)]} 0 3
   [junit4]   2> 28238 T90 C8 P50122 /update {wt=javabin&version=2} {add=[353 (1406086082203746304)]} 0 1
   [junit4]   2> 28245 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28246 T105 C9 P50126 /update {wt=javabin&version=2} {add=[353 (1406086082207940608)]} 0 5
   [junit4]   2> 28247 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10299 (1406086082175434752)]} 0 37
   [junit4]   2> 28248 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[345 (-1406086082215280640)]} 0 0
   [junit4]   2> 28252 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28253 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28253 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[345 (-1406086082217377792)]} 0 3
   [junit4]   2> 28253 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10299 (1406086082216329216)]} 0 4
   [junit4]   2> 28257 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10300 (1406086082223669248)]} 0 1
   [junit4]   2> 28257 T90 C8 P50122 /update {wt=javabin&version=2} {add=[354 (1406086082223669249)]} 0 1
   [junit4]   2> 28269 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28270 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10300 (1406086082227863553)]} 0 10
   [junit4]   2> 28272 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10292 (-1406086082240446464)]} 0 0
   [junit4]   2> 28273 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28274 T103 C9 P50126 /update {wt=javabin&version=2} {add=[354 (1406086082227863552)]} 0 13
   [junit4]   2> 28276 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[346 (-1406086082244640768)]} 0 0
   [junit4]   2> 28278 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28279 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10292 (-1406086082243592192)]} 0 4
   [junit4]   2> 28282 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10301 (1406086082249883648)]} 0 1
   [junit4]   2> 28283 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28284 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[346 (-1406086082247786496)]} 0 5
   [junit4]   2> 28288 T90 C8 P50122 /update {wt=javabin&version=2} {add=[355 (1406086082256175104)]} 0 1
   [junit4]   2> 28288 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28289 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10301 (1406086082253029376)]} 0 5
   [junit4]   2> 28292 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10293 (-1406086082261417984)]} 0 0
   [junit4]   2> 28295 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28296 T103 C9 P50126 /update {wt=javabin&version=2} {add=[355 (1406086082260369408)]} 0 5
   [junit4]   2> 28299 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28300 T90 C8 P50122 /update {wt=javabin&version=2} {add=[356 (1406086082268758016)]} 0 1
   [junit4]   2> 28300 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10293 (-1406086082263515136)]} 0 6
   [junit4]   2> 28304 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10302 (1406086082272952320)]} 0 1
   [junit4]   2> 28309 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28309 T105 C9 P50126 /update {wt=javabin&version=2} {add=[356 (1406086082272952320)]} 0 6
   [junit4]   2> 28313 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[347 (-1406086082283438080)]} 0 0
   [junit4]   2> 28322 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 28323 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10302 (1406086082280292352)]} 0 13
   [junit4]   2> 28325 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28326 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10303 (1406086082296020992)]} 0 1
   [junit4]   2> 28326 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[347 (-1406086082293923840)]} 0 3
   [junit4]   2> 28334 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 28335 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10303 (1406086082300215296)]} 0 6
   [junit4]   2> 28337 T90 C8 P50122 /update {wt=javabin&version=2} {add=[357 (1406086082300215296)]} 0 7
   [junit4]   2> 28339 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10304 (1406086082309652480)]} 0 1
   [junit4]   2> 28342 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28343 T103 C9 P50126 /update {wt=javabin&version=2} {add=[357 (1406086082310701056)]} 0 4
   [junit4]   2> 28346 T89 C8 P50122 /update {wt=javabin&version=2} {add=[358 (1406086082316992512)]} 0 1
   [junit4]   2> 28346 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28346 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10304 (1406086082313846784)]} 0 4
   [junit4]   2> 28349 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10294 (-1406086082321186816)]} 0 0
   [junit4]   2> 28353 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28353 T103 C9 P50126 /update {wt=javabin&version=2} {add=[358 (1406086082321186816)]} 0 4
   [junit4]   2> 28355 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28355 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10294 (-1406086082324332544)]} 0 3
   [junit4]   2> 28356 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[348 (-1406086082328526848)]} 0 0
   [junit4]   2> 28358 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10305 (1406086082329575424)]} 0 1
   [junit4]   2> 28362 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28363 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[348 (-1406086082331672576)]} 0 4
   [junit4]   2> 28367 T90 C8 P50122 /update {wt=javabin&version=2} {add=[359 (1406086082339012608)]} 0 1
   [junit4]   2> 28370 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28371 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10305 (1406086082332721152)]} 0 11
   [junit4]   2> 28374 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10306 (1406086082346352640)]} 0 1
   [junit4]   2> 28374 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28374 T105 C9 P50126 /update {wt=javabin&version=2} {add=[359 (1406086082343206912)]} 0 4
   [junit4]   2> 28378 T90 C8 P50122 /update {wt=javabin&version=2} {add=[360 (1406086082350546944)]} 0 1
   [junit4]   2> 28381 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28382 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10306 (1406086082350546944)]} 0 5
   [junit4]   2> 28384 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28385 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10307 (1406086082357886976)]} 0 1
   [junit4]   2> 28385 T105 C9 P50126 /update {wt=javabin&version=2} {add=[360 (1406086082353692672)]} 0 5
   [junit4]   2> 28388 T90 C8 P50122 /update {wt=javabin&version=2} {add=[361 (1406086082361032704)]} 0 1
   [junit4]   2> 28390 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28391 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10307 (1406086082359984128)]} 0 5
   [junit4]   2> 28393 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10295 (-1406086082367324160)]} 0 0
   [junit4]   2> 28399 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28400 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 28400 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10295 (-1406086082370469888)]} 0 4
   [junit4]   2> 28400 T105 C9 P50126 /update {wt=javabin&version=2} {add=[361 (1406086082364178432)]} 0 10
   [junit4]   2> 28403 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10308 (1406086082376761344)]} 0 1
   [junit4]   2> 28404 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[349 (-1406086082377809920)]} 0 1
   [junit4]   2> 28409 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28410 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[349 (-1406086082380955648)]} 0 4
   [junit4]   2> 28414 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 28415 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10308 (1406086082382004224)]} 0 8
   [junit4]   2> 28418 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10297 (-1406086082392489984)]} 0 1
   [junit4]   2> 28419 T90 C8 P50122 /update {wt=javabin&version=2} {add=[362 (1406086082388295680)]} 0 6
   [junit4]   2> 28424 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28425 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10297 (-1406086082397732864)]} 0 4
   [junit4]   2> 28426 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28427 T105 C9 P50126 /update {wt=javabin&version=2} {add=[362 (1406086082397732865)]} 0 5
   [junit4]   2> 28430 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[351 (-1406086082406121472)]} 0 0
   [junit4]   2> 28430 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10309 (1406086082405072896)]} 0 1
   [junit4]   2> 28437 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28438 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10309 (1406086082409267200)]} 0 5
   [junit4]   2> 28439 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28439 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[351 (-1406086082411364352)]} 0 5
   [junit4]   2> 28442 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10310 (1406086082417655808)]} 0 1
   [junit4]   2> 28443 T90 C8 P50122 /update {wt=javabin&version=2} {add=[363 (1406086082418704384)]} 0 1
   [junit4]   2> 28447 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28448 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10310 (1406086082420801536)]} 0 4
   [junit4]   2> 28451 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10298 (-1406086082428141568)]} 0 0
   [junit4]   2> 28455 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28456 T105 C9 P50126 /update {wt=javabin&version=2} {add=[363 (1406086082421850112)]} 0 11
   [junit4]   2> 28456 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28457 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10298 (-1406086082431287296)]} 0 3
   [junit4]   2> 28459 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[352 (-1406086082435481600)]} 0 0
   [junit4]   2> 28461 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10311 (1406086082437578752)]} 0 1
   [junit4]   2> 28463 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28464 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[352 (-1406086082438627328)]} 0 3
   [junit4]   2> 28467 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28468 T89 C8 P50122 /update {wt=javabin&version=2} {add=[364 (1406086082444918784)]} 0 1
   [junit4]   2> 28468 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10311 (1406086082439675904)]} 0 6
   [junit4]   2> 28472 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10312 (1406086082449113088)]} 0 1
   [junit4]   2> 28475 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28475 T103 C9 P50126 /update {wt=javabin&version=2} {add=[364 (1406086082449113088)]} 0 4
   [junit4]   2> 28477 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28477 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[353 (-1406086082455404544)]} 0 0
   [junit4]   2> 28478 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10312 (1406086082452258816)]} 0 4
   [junit4]   2> 28480 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10301 (-1406086082458550272)]} 0 0
   [junit4]   2> 28483 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28484 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[353 (-1406086082458550272)]} 0 4
   [junit4]   2> 28485 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28486 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10301 (-1406086082461696000)]} 0 3
   [junit4]   2> 28488 T89 C8 P50122 /update {wt=javabin&version=2} {add=[365 (1406086082465890304)]} 0 1
   [junit4]   2> 28490 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10313 (1406086082467987456)]} 0 1
   [junit4]   2> 28494 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28495 T105 C9 P50126 /update {wt=javabin&version=2} {add=[365 (1406086082470084608)]} 0 4
   [junit4]   2> 28499 T90 C8 P50122 /update {wt=javabin&version=2} {add=[366 (1406086082478473216)]} 0 0
   [junit4]   2> 28506 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 28506 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10313 (1406086082471133184)]} 0 14
   [junit4]   2> 28507 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28508 T105 C9 P50126 /update {wt=javabin&version=2} {add=[366 (1406086082481618944)]} 0 6
   [junit4]   2> 28513 T89 C8 P50122 /update {wt=javabin&version=2} {add=[367 (1406086082491056128)]} 0 2
   [junit4]   2> 28516 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10314 (1406086082487910400)]} 0 8
   [junit4]   2> 28520 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28520 T105 C9 P50126 /update {wt=javabin&version=2} {add=[367 (1406086082496299008)]} 0 4
   [junit4]   2> 28522 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28522 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10314 (1406086082499444736)]} 0 3
   [junit4]   2> 28523 T90 C8 P50122 /update {wt=javabin&version=2} {add=[368 (1406086082502590464)]} 0 1
   [junit4]   2> 28525 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10303 (-1406086082505736192)]} 0 0
   [junit4]   2> 28529 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28529 T103 C9 P50126 /update {wt=javabin&version=2} {add=[368 (1406086082505736192)]} 0 4
   [junit4]   2> 28531 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28532 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[354 (-1406086082513076224)]} 0 0
   [junit4]   2> 28533 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10303 (-1406086082508881920)]} 0 5
   [junit4]   2> 28536 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10315 (1406086082517270528)]} 0 0
   [junit4]   2> 28546 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28550 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[354 (-1406086082521464832)]} 0 10
   [junit4]   2> 28552 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28554 T89 C8 P50122 /update {wt=javabin&version=2} {add=[369 (1406086082535096320)]} 0 1
   [junit4]   2> 28555 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10315 (1406086082522513408)]} 0 14
   [junit4]   2> 28560 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10304 (-1406086082542436352)]} 0 0
   [junit4]   2> 28562 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28563 T103 C9 P50126 /update {wt=javabin&version=2} {add=[369 (1406086082539290624)]} 0 6
   [junit4]   2> 28567 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28567 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[356 (-1406086082549776384)]} 0 0
   [junit4]   2> 28568 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10304 (-1406086082546630656)]} 0 4
   [junit4]   2> 28571 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10316 (1406086082552922112)]} 0 1
   [junit4]   2> 28574 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28575 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[356 (-1406086082553970688)]} 0 4
   [junit4]   2> 28577 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28577 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10316 (1406086082556067840)]} 0 4
   [junit4]   2> 28579 T89 C8 P50122 /update {wt=javabin&version=2} {add=[370 (1406086082562359296)]} 0 1
   [junit4]   2> 28580 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10305 (-1406086082563407872)]} 0 0
   [junit4]   2> 28585 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28586 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28586 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10305 (-1406086082565505025)]} 0 4
   [junit4]   2> 28587 T103 C9 P50126 /update {wt=javabin&version=2} {add=[370 (1406086082565505024)]} 0 5
   [junit4]   2> 28590 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10317 (1406086082572845056)]} 0 1
   [junit4]   2> 28591 T89 C8 P50122 /update {wt=javabin&version=2} {add=[371 (1406086082573893632)]} 0 1
   [junit4]   2> 28597 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28598 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10317 (1406086082578087936)]} 0 4
   [junit4]   2> 28603 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 28604 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10308 (-1406086082588573696)]} 0 0
   [junit4]   2> 28605 T105 C9 P50126 /update {wt=javabin&version=2} {add=[371 (1406086082577039360)]} 0 12
   [junit4]   2> 28609 T89 C8 P50122 /update {wt=javabin&version=2} {add=[372 (1406086082592768000)]} 0 1
   [junit4]   2> 28610 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28612 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10308 (-1406086082591719424)]} 0 5
   [junit4]   2> 28616 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 28617 T105 C9 P50126 /update {wt=javabin&version=2} {add=[372 (1406086082596962304)]} 0 6
   [junit4]   2> 28620 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10318 (1406086082599059456)]} 0 6
   [junit4]   2> 28621 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[359 (-1406086082606399488)]} 0 0
   [junit4]   2> 28627 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28627 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28627 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[359 (-1406086082609545217)]} 0 3
   [junit4]   2> 28628 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10318 (1406086082609545216)]} 0 4
   [junit4]   2> 28631 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10309 (-1406086082616885248)]} 0 0
   [junit4]   2> 28633 T90 C8 P50122 /update {wt=javabin&version=2} {add=[373 (1406086082616885249)]} 0 2
   [junit4]   2> 28638 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28639 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10309 (-1406086082620030976)]} 0 5
   [junit4]   2> 28640 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28641 T103 C9 P50126 /update {wt=javabin&version=2} {add=[373 (1406086082622128128)]} 0 5
   [junit4]   2> 28642 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10319 (1406086082628419584)]} 0 0
   [junit4]   2> 28643 T89 C8 P50122 /update {wt=javabin&version=2} {add=[374 (1406086082629468160)]} 0 0
   [junit4]   2> 28654 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28656 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28655 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10319 (1406086082631565312)]} 0 10
   [junit4]   2> 28657 T105 C9 P50126 /update {wt=javabin&version=2} {add=[374 (1406086082632613888)]} 0 11
   [junit4]   2> 28658 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[360 (-1406086082645196801)]} 0 0
   [junit4]   2> 28659 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10320 (1406086082645196800)]} 0 1
   [junit4]   2> 28665 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28666 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28666 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[360 (-1406086082650439680)]} 0 3
   [junit4]   2> 28667 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10320 (1406086082648342528)]} 0 6
   [junit4]   2> 28670 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10310 (-1406086082657779712)]} 0 0
   [junit4]   2> 28671 T89 C8 P50122 /update {wt=javabin&version=2} {add=[375 (1406086082657779713)]} 0 1
   [junit4]   2> 28675 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28676 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10310 (-1406086082660925440)]} 0 3
   [junit4]   2> 28678 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28679 T105 C9 P50126 /update {wt=javabin&version=2} {add=[375 (1406086082661974016)]} 0 5
   [junit4]   2> 28680 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10321 (1406086082668265472)]} 0 0
   [junit4]   2> 28684 T89 C8 P50122 /update {wt=javabin&version=2} {add=[376 (1406086082671411200)]} 0 1
   [junit4]   2> 28688 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28690 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10321 (1406086082673508352)]} 0 5
   [junit4]   2> 28692 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28693 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10315 (-1406086082680848384)]} 0 1
   [junit4]   2> 28693 T103 C9 P50126 /update {wt=javabin&version=2} {add=[376 (1406086082677702656)]} 0 4
   [junit4]   2> 28697 T89 C8 P50122 /update {wt=javabin&version=2} {add=[377 (1406086082685042688)]} 0 1
   [junit4]   2> 28698 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28699 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10315 (-1406086082683994112)]} 0 4
   [junit4]   2> 28702 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10322 (1406086082691334144)]} 0 0
   [junit4]   2> 28709 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 28710 T103 C9 P50126 /update {wt=javabin&version=2} {add=[377 (1406086082689236992)]} 0 10
   [junit4]   2> 28714 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[362 (-1406086082702868480)]} 0 0
   [junit4]   2> 28718 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 28719 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10322 (1406086082702868480)]} 0 6
   [junit4]   2> 28722 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28723 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[362 (-1406086082709159936)]} 0 4
   [junit4]   2> 28728 T89 C8 P50122 /update {wt=javabin&version=2} {add=[378 (1406086082716499968)]} 0 2
   [junit4]   2> 28730 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10323 (1406086082712305664)]} 0 8
   [junit4]   2> 28734 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28734 T105 C9 P50126 /update {wt=javabin&version=2} {add=[378 (1406086082721742848)]} 0 3
   [junit4]   2> 28736 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28736 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10323 (1406086082723840000)]} 0 3
   [junit4]   2> 28738 T90 C8 P50122 /update {wt=javabin&version=2} {add=[379 (1406086082728034304)]} 0 1
   [junit4]   2> 28739 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10316 (-1406086082730131456)]} 0 0
   [junit4]   2> 28744 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28744 T103 C9 P50126 /update {wt=javabin&version=2} {add=[379 (1406086082731180032)]} 0 4
   [junit4]   2> 28745 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28746 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10316 (-1406086082733277184)]} 0 4
   [junit4]   2> 28747 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[363 (-1406086082738520064)]} 0 0
   [junit4]   2> 28749 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10324 (1406086082740617216)]} 0 0
   [junit4]   2> 28752 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28753 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[363 (-1406086082740617216)]} 0 4
   [junit4]   2> 28757 T90 C8 P50122 /update {wt=javabin&version=2} {add=[380 (1406086082747957248)]} 0 1
   [junit4]   2> 28765 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28767 T105 C9 P50126 /update {wt=javabin&version=2} {add=[380 (1406086082752151552)]} 0 7
   [junit4]   2> 28772 T90 C8 P50122 /update {wt=javabin&version=2} {add=[381 (1406086082763685888)]} 0 1
   [junit4]   2> 28779 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28781 T105 C9 P50126 /update {wt=javabin&version=2} {add=[381 (1406086082768928768)]} 0 6
   [junit4]   2> 28785 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[365 (-1406086082778365952)]} 0 1
   [junit4]   2> 28792 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28793 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[365 (-1406086082781511680)]} 0 5
   [junit4]   2> 28800 T90 C8 P50122 /update {wt=javabin&version=2} {add=[382 (1406086082793046016)]} 0 1
   [junit4]   2> 28808 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28809 T105 C9 P50126 /update {wt=javabin&version=2} {add=[382 (1406086082798288896)]} 0 5
   [junit4]   2> 28809 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28810 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10324 (1406086082742714368)]} 0 59
   [junit4]   2> 28811 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[366 (-1406086082805628928)]} 0 0
   [junit4]   2> 28812 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10318 (-1406086082806677504)]} 0 0
   [junit4]   2> 28817 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28818 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[366 (-1406086082808774656)]} 0 4
   [junit4]   2> 28819 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28819 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10318 (-1406086082809823232)]} 0 4
   [junit4]   2> 28822 T89 C8 P50122 /update {wt=javabin&version=2} {add=[383 (1406086082816114688)]} 0 1
   [junit4]   2> 28823 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10325 (1406086082817163264)]} 0 1
   [junit4]   2> 28828 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28829 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10325 (1406086082819260416)]} 0 5
   [junit4]   2> 28832 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10320 (-1406086082827649024)]} 0 1
   [junit4]   2> 28876 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 28881 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10320 (-1406086082839183360)]} 0 39
   [junit4]   2> 28888 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10326 (1406086082885320704)]} 0 1
   [junit4]   2> 28901 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 28906 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10326 (1406086082891612160)]} 0 13
   [junit4]   2> 28947 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=120 
   [junit4]   2> 28949 T105 C9 P50126 /update {wt=javabin&version=2} {add=[383 (1406086082819260417)]} 0 125
   [junit4]   2> 28998 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10327 (1406086082910486528)]} 0 88
   [junit4]   2> 29010 T89 C8 P50122 /update {wt=javabin&version=2} {add=[384 (1406086082977595392)]} 0 35
   [junit4]   2> 29045 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29046 T105 C9 P50126 /update {wt=javabin&version=2} {add=[384 (1406086083017441280)]} 0 33
   [junit4]   2> 29050 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[372 (-1406086083055190016)]} 0 1
   [junit4]   2> 29058 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29059 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[372 (-1406086083058335744)]} 0 7
   [junit4]   2> 29064 T90 C8 P50122 /update {wt=javabin&version=2} {add=[385 (1406086083069870080)]} 0 1
   [junit4]   2> 29064 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29065 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10327 (1406086083064627200)]} 0 7
   [junit4]   2> 29068 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10328 (1406086083074064384)]} 0 1
   [junit4]   2> 29070 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29079 T105 C9 P50126 /update {wt=javabin&version=2} {add=[385 (1406086083073015808)]} 0 13
   [junit4]   2> 29082 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[373 (-1406086083089793024)]} 0 0
   [junit4]   2> 29085 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29086 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10328 (1406086083078258688)]} 0 15
   [junit4]   2> 29088 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29089 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[373 (-1406086083092938752)]} 0 4
   [junit4]   2> 29089 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10321 (-1406086083097133056)]} 0 0
   [junit4]   2> 29093 T90 C8 P50122 /update {wt=javabin&version=2} {add=[386 (1406086083100278784)]} 0 1
   [junit4]   2> 29095 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29098 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10321 (-1406086083100278784)]} 0 6
   [junit4]   2> 29102 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10329 (1406086083109715968)]} 0 1
   [junit4]   2> 29111 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29112 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29113 T103 C9 P50126 /update {wt=javabin&version=2} {add=[386 (1406086083105521664)]} 0 16
   [junit4]   2> 29113 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10329 (1406086083118104576)]} 0 5
   [junit4]   2> 29130 T89 C8 P50122 /update {wt=javabin&version=2} {add=[387 (1406086083139076096)]} 0 1
   [junit4]   2> 29135 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 29137 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10330 (1406086083147464704)]} 0 1
   [junit4]   2> 29141 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29142 T103 C9 P50126 /update {wt=javabin&version=2} {add=[387 (1406086083143270400)]} 0 9
   [junit4]   2> 29143 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 29145 T90 C8 P50122 /update {wt=javabin&version=2} {add=[388 (1406086083154804736)]} 0 1
   [junit4]   2> 29148 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29149 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10330 (1406086083150610432)]} 0 9
   [junit4]   2> 29162 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10331 (1406086083173679104)]} 0 1
   [junit4]   2> 29173 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 29174 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10331 (1406086083177873408)]} 0 8
   [junit4]   2> 29177 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10323 (-1406086083189407744)]} 0 0
   [junit4]   2> 29184 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29185 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10323 (-1406086083194650624)]} 0 3
   [junit4]   2> 29187 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=24 
   [junit4]   2> 29189 T103 C9 P50126 /update {wt=javabin&version=2} {add=[388 (1406086083158999040)]} 0 41
   [junit4]   2> 29192 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[374 (-1406086083205136384)]} 0 0
   [junit4]   2> 29198 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29199 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[374 (-1406086083208282112)]} 0 4
   [junit4]   2> 29203 T89 C8 P50122 /update {wt=javabin&version=2} {add=[389 (1406086083215622144)]} 0 1
   [junit4]   2> 29208 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10332 (1406086083200942080)]} 0 20
   [junit4]   2> 29210 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29211 T103 C9 P50126 /update {wt=javabin&version=2} {add=[389 (1406086083219816448)]} 0 5
   [junit4]   2> 29214 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[377 (-1406086083228205056)]} 0 0
   [junit4]   2> 29215 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29215 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10332 (1406086083225059328)]} 0 4
   [junit4]   2> 29218 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10326 (-1406086083232399360)]} 0 0
   [junit4]   2> 29219 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29220 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[377 (-1406086083231350784)]} 0 3
   [junit4]   2> 29223 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29224 T90 C8 P50122 /update {wt=javabin&version=2} {add=[390 (1406086083237642240)]} 0 1
   [junit4]   2> 29224 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10326 (-1406086083234496512)]} 0 4
   [junit4]   2> 29227 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10333 (1406086083241836544)]} 0 0
   [junit4]   2> 29230 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29234 T103 C9 P50126 /update {wt=javabin&version=2} {add=[390 (1406086083240787968)]} 0 8
   [junit4]   2> 29238 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[378 (-1406086083252322304)]} 0 1
   [junit4]   2> 29239 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29239 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10333 (1406086083244982272)]} 0 9
   [junit4]   2> 29242 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10328 (-1406086083257565184)]} 0 0
   [junit4]   2> 29244 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29245 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[378 (-1406086083256516608)]} 0 4
   [junit4]   2> 29249 T90 C8 P50122 /update {wt=javabin&version=2} {add=[391 (1406086083263856640)]} 0 1
   [junit4]   2> 29249 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29249 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10328 (-1406086083261759488)]} 0 3
   [junit4]   2> 29253 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10334 (1406086083268050944)]} 0 1
   [junit4]   2> 29256 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29256 T103 C9 P50126 /update {wt=javabin&version=2} {add=[391 (1406086083267002368)]} 0 5
   [junit4]   2> 29259 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29259 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[381 (-1406086083275390976)]} 0 0
   [junit4]   2> 29260 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10334 (1406086083271196672)]} 0 5
   [junit4]   2> 29263 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10335 (1406086083278536704)]} 0 1
   [junit4]   2> 29264 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29265 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[381 (-1406086083278536704)]} 0 3
   [junit4]   2> 29268 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29269 T90 C8 P50122 /update {wt=javabin&version=2} {add=[392 (1406086083284828160)]} 0 1
   [junit4]   2> 29269 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10335 (1406086083280633856)]} 0 5
   [junit4]   2> 29273 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10336 (1406086083289022464)]} 0 1
   [junit4]   2> 29275 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29276 T105 C9 P50126 /update {wt=javabin&version=2} {add=[392 (1406086083287973888)]} 0 5
   [junit4]   2> 29279 T90 C8 P50122 /update {wt=javabin&version=2} {add=[393 (1406086083295313920)]} 0 1
   [junit4]   2> 29284 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 29284 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10336 (1406086083292168192)]} 0 9
   [junit4]   2> 29287 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29288 T105 C9 P50126 /update {wt=javabin&version=2} {add=[393 (1406086083300556800)]} 0 5
   [junit4]   2> 29291 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[383 (-1406086083308945408)]} 0 0
   [junit4]   2> 29297 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10337 (1406086083304751104)]} 0 10
   [junit4]   2> 29301 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29302 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[383 (-1406086083316285440)]} 0 4
   [junit4]   2> 29304 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29305 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10337 (1406086083318382592)]} 0 5
   [junit4]   2> 29307 T90 C8 P50122 /update {wt=javabin&version=2} {add=[394 (1406086083323625472)]} 0 2
   [junit4]   2> 29310 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10338 (1406086083327819776)]} 0 1
   [junit4]   2> 29313 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29313 T103 C9 P50126 /update {wt=javabin&version=2} {add=[394 (1406086083327819776)]} 0 4
   [junit4]   2> 29316 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29316 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10338 (1406086083330965504)]} 0 4
   [junit4]   2> 29317 T90 C8 P50122 /update {wt=javabin&version=2} {add=[395 (1406086083335159808)]} 0 1
   [junit4]   2> 29319 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10332 (-1406086083338305536)]} 0 0
   [junit4]   2> 29326 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29327 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10332 (-1406086083341451264)]} 0 5
   [junit4]   2> 29329 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29330 T105 C9 P50126 /update {wt=javabin&version=2} {add=[395 (1406086083338305536)]} 0 10
   [junit4]   2> 29332 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[384 (-1406086083351937024)]} 0 0
   [junit4]   2> 29334 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10339 (1406086083354034176)]} 0 0
   [junit4]   2> 29338 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29339 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[384 (-1406086083355082752)]} 0 4
   [junit4]   2> 29342 T90 C8 P50122 /update {wt=javabin&version=2} {add=[396 (1406086083361374208)]} 0 1
   [junit4]   2> 29342 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29343 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10339 (1406086083358228480)]} 0 5
   [junit4]   2> 29347 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10340 (1406086083366617088)]} 0 1
   [junit4]   2> 29349 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29350 T103 C9 P50126 /update {wt=javabin&version=2} {add=[396 (1406086083365568512)]} 0 5
   [junit4]   2> 29352 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[386 (-1406086083372908544)]} 0 0
   [junit4]   2> 29353 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29353 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10340 (1406086083369762816)]} 0 4
   [junit4]   2> 29356 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10336 (-1406086083377102848)]} 0 0
   [junit4]   2> 29357 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29358 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[386 (-1406086083376054272)]} 0 3
   [junit4]   2> 29362 T90 C8 P50122 /update {wt=javabin&version=2} {add=[397 (1406086083382345728)]} 0 1
   [junit4]   2> 29363 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29364 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10336 (-1406086083381297152)]} 0 5
   [junit4]   2> 29371 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10341 (1406086083391782912)]} 0 1
   [junit4]   2> 29373 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29374 T103 C9 P50126 /update {wt=javabin&version=2} {add=[397 (1406086083390734336)]} 0 5
   [junit4]   2> 29378 T90 C8 P50122 /update {wt=javabin&version=2} {add=[398 (1406086083399122944)]} 0 1
   [junit4]   2> 29384 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 29384 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10341 (1406086083395977216)]} 0 10
   [junit4]   2> 29398 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10342 (1406086083408560128)]} 0 12
   [junit4]   2> 29400 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29402 T103 C9 P50126 /update {wt=javabin&version=2} {add=[398 (1406086083403317248)]} 0 21
   [junit4]   2> 29405 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[387 (-1406086083427434496)]} 0 1
   [junit4]   2> 29407 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29407 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10342 (1406086083426385920)]} 0 4
   [junit4]   2> 29414 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29415 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[387 (-1406086083430580224)]} 0 8
   [junit4]   2> 29415 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10343 (1406086083435823104)]} 0 3
   [junit4]   2> 29419 T89 C8 P50122 /update {wt=javabin&version=2} {add=[399 (1406086083443163136)]} 0 0
   [junit4]   2> 29424 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29425 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10343 (1406086083444211712)]} 0 5
   [junit4]   2> 29427 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29428 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10344 (1406086083451551744)]} 0 1
   [junit4]   2> 29429 T105 C9 P50126 /update {wt=javabin&version=2} {add=[399 (1406086083447357440)]} 0 6
   [junit4]   2> 29435 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[388 (-1406086083459940352)]} 0 0
   [junit4]   2> 29443 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29444 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10344 (1406086083455746048)]} 0 13
   [junit4]   2> 29444 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29445 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[388 (-1406086083466231808)]} 0 4
   [junit4]   2> 29446 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10345 (1406086083471474688)]} 0 0
   [junit4]   2> 29448 T90 C8 P50122 /update {wt=javabin&version=2} {add=[400 (1406086083472523264)]} 0 1
   [junit4]   2> 29454 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29454 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29455 T103 C9 P50126 /update {wt=javabin&version=2} {add=[400 (1406086083475668992)]} 0 5
   [junit4]   2> 29455 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10345 (1406086083474620416)]} 0 7
   [junit4]   2> 29460 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10337 (-1406086083486154752)]} 0 0
   [junit4]   2> 29461 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[389 (-1406086083487203328)]} 0 0
   [junit4]   2> 29465 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29466 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10337 (-1406086083488251904)]} 0 4
   [junit4]   2> 29466 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29467 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[389 (-1406086083489300480)]} 0 4
   [junit4]   2> 29470 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10346 (1406086083495591936)]} 0 1
   [junit4]   2> 29471 T90 C8 P50122 /update {wt=javabin&version=2} {add=[401 (1406086083496640512)]} 0 1
   [junit4]   2> 29477 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29477 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29478 T103 C9 P50126 /update {wt=javabin&version=2} {add=[401 (1406086083499786240)]} 0 5
   [junit4]   2> 29478 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10346 (1406086083499786241)]} 0 5
   [junit4]   2> 29481 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[390 (-1406086083508174849)]} 0 0
   [junit4]   2> 29482 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10347 (1406086083508174848)]} 0 1
   [junit4]   2> 29487 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29488 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[390 (-1406086083511320576)]} 0 4
   [junit4]   2> 29491 T89 C8 P50122 /update {wt=javabin&version=2} {add=[402 (1406086083518660608)]} 0 0
   [junit4]   2> 29494 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 29495 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10347 (1406086083511320577)]} 0 11
   [junit4]   2> 29497 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10338 (-1406086083524952064)]} 0 0
   [junit4]   2> 29500 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29501 T105 C9 P50126 /update {wt=javabin&version=2} {add=[402 (1406086083522854912)]} 0 7
   [junit4]   2> 29503 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29505 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10338 (-1406086083528097792)]} 0 5
   [junit4]   2> 29509 T89 C8 P50122 /update {wt=javabin&version=2} {add=[403 (1406086083531243520)]} 0 6
   [junit4]   2> 29509 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10348 (1406086083535437824)]} 0 2
   [junit4]   2> 29516 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29516 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10348 (1406086083540680705)]} 0 4
   [junit4]   2> 29517 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29517 T103 C9 P50126 /update {wt=javabin&version=2} {add=[403 (1406086083540680704)]} 0 5
   [junit4]   2> 29519 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10340 (-1406086083548020736)]} 0 0
   [junit4]   2> 29520 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[391 (-1406086083549069312)]} 0 0
   [junit4]   2> 29525 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29525 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10340 (-1406086083550117888)]} 0 4
   [junit4]   2> 29526 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29527 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[391 (-1406086083551166464)]} 0 5
   [junit4]   2> 29530 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10349 (1406086083558506496)]} 0 1
   [junit4]   2> 29531 T90 C8 P50122 /update {wt=javabin&version=2} {add=[404 (1406086083559555072)]} 0 1
   [junit4]   2> 29537 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29537 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10349 (1406086083562700800)]} 0 4
   [junit4]   2> 29545 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10341 (-1406086083574235136)]} 0 1
   [junit4]   2> 29545 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29546 T103 C9 P50126 /update {wt=javabin&version=2} {add=[404 (1406086083562700801)]} 0 13
   [junit4]   2> 29552 T90 C8 P50122 /update {wt=javabin&version=2} {add=[405 (1406086083582623744)]} 0 0
   [junit4]   2> 29555 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29560 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10341 (-1406086083583672320)]} 0 7
   [junit4]   2> 29563 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29565 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10350 (1406086083596255232)]} 0 1
   [junit4]   2> 29566 T103 C9 P50126 /update {wt=javabin&version=2} {add=[405 (1406086083588915200)]} 0 11
   [junit4]   2> 29574 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[396 (-1406086083605692416)]} 0 0
   [junit4]   2> 29575 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29576 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10350 (1406086083598352384)]} 0 9
   [junit4]   2> 29579 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10351 (1406086083609886720)]} 0 1
   [junit4]   2> 29580 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29581 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[396 (-1406086083608838144)]} 0 4
   [junit4]   2> 29584 T90 C8 P50122 /update {wt=javabin&version=2} {add=[406 (1406086083615129600)]} 0 1
   [junit4]   2> 29585 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29586 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10351 (1406086083614081024)]} 0 4
   [junit4]   2> 29590 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10352 (1406086083622469632)]} 0 1
   [junit4]   2> 29592 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29593 T103 C9 P50126 /update {wt=javabin&version=2} {add=[406 (1406086083620372480)]} 0 5
   [junit4]   2> 29603 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 29606 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[398 (-1406086083638198272)]} 0 0
   [junit4]   2> 29606 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10352 (1406086083626663936)]} 0 12
   [junit4]   2> 29610 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10344 (-1406086083643441152)]} 0 0
   [junit4]   2> 29614 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29615 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[398 (-1406086083644489728)]} 0 4
   [junit4]   2> 29617 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29617 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10344 (-1406086083646586880)]} 0 4
   [junit4]   2> 29619 T89 C8 P50122 /update {wt=javabin&version=2} {add=[407 (1406086083651829760)]} 0 1
   [junit4]   2> 29628 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10353 (1406086083656024064)]} 0 6
   [junit4]   2> 29629 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29630 T105 C9 P50126 /update {wt=javabin&version=2} {add=[407 (1406086083659169792)]} 0 5
   [junit4]   2> 29633 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[400 (-1406086083667558400)]} 0 0
   [junit4]   2> 29640 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29641 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10353 (1406086083666509824)]} 0 10
   [junit4]   2> 29644 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10345 (-1406086083678044160)]} 0 1
   [junit4]   2> 29646 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29647 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[400 (-1406086083678044160)]} 0 4
   [junit4]   2> 29649 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29650 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10345 (-1406086083681189888)]} 0 4
   [junit4]   2> 29652 T89 C8 P50122 /update {wt=javabin&version=2} {add=[408 (1406086083685384192)]} 0 2
   [junit4]   2> 29654 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10354 (1406086083688529920)]} 0 1
   [junit4]   2> 29658 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29658 T103 C9 P50126 /update {wt=javabin&version=2} {add=[408 (1406086083690627072)]} 0 3
   [junit4]   2> 29659 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29659 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10354 (1406086083691675648)]} 0 3
   [junit4]   2> 29662 T90 C8 P50122 /update {wt=javabin&version=2} {add=[409 (1406086083696918528)]} 0 1
   [junit4]   2> 29662 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10346 (-1406086083697967104)]} 0 0
   [junit4]   2> 29668 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29669 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10346 (-1406086083702161408)]} 0 4
   [junit4]   2> 29673 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10355 (1406086083708452864)]} 0 1
   [junit4]   2> 29674 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29675 T105 C9 P50126 /update {wt=javabin&version=2} {add=[409 (1406086083700064256)]} 0 11
   [junit4]   2> 29678 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[402 (-1406086083714744320)]} 0 0
   [junit4]   2> 29679 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29679 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10355 (1406086083710550016)]} 0 5
   [junit4]   2> 29683 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10356 (1406086083718938624)]} 0 1
   [junit4]   2> 29684 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29685 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[402 (-1406086083717890048)]} 0 4
   [junit4]   2> 29688 T89 C8 P50122 /update {wt=javabin&version=2} {add=[410 (1406086083725230080)]} 0 0
   [junit4]   2> 29689 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29689 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10356 (1406086083722084352)]} 0 4
   [junit4]   2> 29692 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10347 (-1406086083729424384)]} 0 0
   [junit4]   2> 29695 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29695 T105 C9 P50126 /update {wt=javabin&version=2} {add=[410 (1406086083728375808)]} 0 4
   [junit4]   2> 29698 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29699 T89 C8 P50122 /update {wt=javabin&version=2} {add=[411 (1406086083735715840)]} 0 1
   [junit4]   2> 29699 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10347 (-1406086083732570112)]} 0 4
   [junit4]   2> 29703 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10357 (1406086083739910144)]} 0 1
   [junit4]   2> 29704 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29704 T105 C9 P50126 /update {wt=javabin&version=2} {add=[411 (1406086083738861568)]} 0 3
   [junit4]   2> 29711 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[403 (-1406086083749347328)]} 0 0
   [junit4]   2> 29719 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 29720 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10357 (1406086083743055872)]} 0 15
   [junit4]   2> 29723 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29724 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10358 (1406086083762978816)]} 0 1
   [junit4]   2> 29725 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[403 (-1406086083759833088)]} 0 4
   [junit4]   2> 29736 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29737 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10358 (1406086083766124544)]} 0 10
   [junit4]   2> 29736 T89 C8 P50122 /update {wt=javabin&version=2} {add=[412 (1406086083767173120)]} 0 8
   [junit4]   2> 29739 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10348 (-1406086083778707456)]} 0 0
   [junit4]   2> 29744 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29745 T103 C9 P50126 /update {wt=javabin&version=2} {add=[412 (1406086083780804608)]} 0 5
   [junit4]   2> 29749 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29749 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10348 (-1406086083782901760)]} 0 6
   [junit4]   2> 29751 T90 C8 P50122 /update {wt=javabin&version=2} {add=[413 (1406086083789193216)]} 0 2
   [junit4]   2> 29754 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10359 (1406086083794436096)]} 0 0
   [junit4]   2> 29759 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29760 T105 C9 P50126 /update {wt=javabin&version=2} {add=[413 (1406086083795484672)]} 0 5
   [junit4]   2> 29761 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29761 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10359 (1406086083797581824)]} 0 4
   [junit4]   2> 29763 T89 C8 P50122 /update {wt=javabin&version=2} {add=[414 (1406086083802824704)]} 0 1
   [junit4]   2> 29764 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10360 (1406086083804921856)]} 0 0
   [junit4]   2> 29781 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29784 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10360 (1406086083814359040)]} 0 12
   [junit4]   2> 29790 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10361 (1406086083831136256)]} 0 1
   [junit4]   2> 29800 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29801 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10361 (1406086083836379136)]} 0 7
   [junit4]   2> 29806 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10349 (-1406086083848962048)]} 0 1
   [junit4]   2> 29838 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29838 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29839 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10349 (-1406086083869933568)]} 0 30
   [junit4]   2> 29839 T103 C9 P50126 /update {wt=javabin&version=2} {add=[414 (1406086083804921856)]} 0 75
   [junit4]   2> 29845 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[404 (-1406086083889856513)]} 0 0
   [junit4]   2> 29845 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10362 (1406086083889856512)]} 0 1
   [junit4]   2> 29855 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29856 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[404 (-1406086083893002240)]} 0 8
   [junit4]   2> 29859 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29860 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10362 (1406086083900342272)]} 0 5
   [junit4]   2> 29861 T90 C8 P50122 /update {wt=javabin&version=2} {add=[415 (1406086083906633728)]} 0 1
   [junit4]   2> 29869 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29870 T103 C9 P50126 /update {wt=javabin&version=2} {add=[415 (1406086083910828032)]} 0 5
   [junit4]   2> 29870 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10351 (-1406086083916070912)]} 0 0
   [junit4]   2> 29873 T89 C8 P50122 /update {wt=javabin&version=2} {add=[416 (1406086083918168064)]} 0 1
   [junit4]   2> 29877 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29878 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10351 (-1406086083919216640)]} 0 5
   [junit4]   2> 29883 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10363 (1406086083928653824)]} 0 1
   [junit4]   2> 29902 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 29903 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10363 (1406086083945431040)]} 0 6
   [junit4]   2> 29907 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10352 (-1406086083954868224)]} 0 0
   [junit4]   2> 29923 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 29924 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10352 (-1406086083959062528)]} 0 13
   [junit4]   2> 29975 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10364 (1406086083976888320)]} 0 48
   [junit4]   2> 29984 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=104 
   [junit4]   2> 29987 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 29988 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10364 (1406086084030365696)]} 0 10
   [junit4]   2> 29988 T105 C9 P50126 /update {wt=javabin&version=2} {add=[416 (1406086083922362368)]} 0 112
   [junit4]   2> 29991 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10353 (-1406086084042948608)]} 0 0
   [junit4]   2> 29993 T90 C8 P50122 /update {wt=javabin&version=2} {add=[417 (1406086084042948609)]} 0 2
   [junit4]   2> 30004 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30005 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30005 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10353 (-1406086084052385792)]} 0 5
   [junit4]   2> 30006 T105 C9 P50126 /update {wt=javabin&version=2} {add=[417 (1406086084053434368)]} 0 5
   [junit4]   2> 30008 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10365 (1406086084059725824)]} 0 1
   [junit4]   2> 30010 T90 C8 P50122 /update {wt=javabin&version=2} {add=[418 (1406086084061822976)]} 0 1
   [junit4]   2> 30015 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30019 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10365 (1406086084064968704)]} 0 8
   [junit4]   2> 30023 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10366 (1406086084075454464)]} 0 1
   [junit4]   2> 30025 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30026 T103 C9 P50126 /update {wt=javabin&version=2} {add=[418 (1406086084066017280)]} 0 13
   [junit4]   2> 30031 T90 C8 P50122 /update {wt=javabin&version=2} {add=[419 (1406086084084891648)]} 0 1
   [junit4]   2> 30034 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30035 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10366 (1406086084081745920)]} 0 7
   [junit4]   2> 30038 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10367 (1406086084092231680)]} 0 1
   [junit4]   2> 30051 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30052 T103 C9 P50126 /update {wt=javabin&version=2} {add=[419 (1406086084088037376)]} 0 18
   [junit4]   2> 30053 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30054 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10367 (1406086084095377408)]} 0 13
   [junit4]   2> 30055 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[405 (-1406086084110057472)]} 0 0
   [junit4]   2> 30061 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10368 (1406086084115300352)]} 0 1
   [junit4]   2> 30065 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30066 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[405 (-1406086084113203200)]} 0 8
   [junit4]   2> 30070 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30070 T90 C8 P50122 /update {wt=javabin&version=2} {add=[420 (1406086084123688960)]} 0 2
   [junit4]   2> 30079 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10368 (1406086084121591808)]} 0 13
   [junit4]   2> 30082 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10354 (-1406086084138369024)]} 0 0
   [junit4]   2> 30089 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30090 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10354 (-1406086084142563328)]} 0 5
   [junit4]   2> 30093 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10369 (1406086084148854784)]} 0 1
   [junit4]   2> 30119 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 30122 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 30122 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=24 
   [junit4]   2> 30123 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10369 (1406086084153049088)]} 0 27
   [junit4]   2> 30128 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10356 (-1406086084186603520)]} 0 1
   [junit4]   2> 30134 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30137 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10356 (-1406086084188700672)]} 0 7
   [junit4]   2> 30144 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=68 
   [junit4]   2> 30146 T105 C9 P50126 /update {wt=javabin&version=2} {add=[420 (1406086084128931840)]} 0 73
   [junit4]   2> 30151 T89 C8 P50122 /update {wt=javabin&version=2} {add=[421 (1406086084208623616)]} 0 2
   [junit4]   2> 30158 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30158 T105 C9 P50126 /update {wt=javabin&version=2} {add=[421 (1406086084213866496)]} 0 4
   [junit4]   2> 30162 T89 C8 P50122 /update {wt=javabin&version=2} {add=[422 (1406086084222255104)]} 0 0
   [junit4]   2> 30170 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30171 T105 C9 P50126 /update {wt=javabin&version=2} {add=[422 (1406086084226449408)]} 0 5
   [junit4]   2> 30173 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[406 (-1406086084233789440)]} 0 0
   [junit4]   2> 30178 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30179 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[406 (-1406086084235886592)]} 0 4
   [junit4]   2> 30183 T89 C8 P50122 /update {wt=javabin&version=2} {add=[423 (1406086084243226624)]} 0 1
   [junit4]   2> 30188 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30188 T105 C9 P50126 /update {wt=javabin&version=2} {add=[423 (1406086084247420928)]} 0 3
   [junit4]   2> 30191 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[409 (-1406086084252663808)]} 0 0
   [junit4]   2> 30197 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30198 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[409 (-1406086084255809536)]} 0 4
   [junit4]   2> 30202 T89 C8 P50122 /update {wt=javabin&version=2} {add=[424 (1406086084263149568)]} 0 1
   [junit4]   2> 30212 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10370 (1406086084199186432)]} 0 73
   [junit4]   2> 30213 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30214 T105 C9 P50126 /update {wt=javabin&version=2} {add=[424 (1406086084265246720)]} 0 11
   [junit4]   2> 30218 T90 C8 P50122 /update {wt=javabin&version=2} {add=[425 (1406086084279926784)]} 0 1
   [junit4]   2> 30220 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30223 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10370 (1406086084278878208)]} 0 7
   [junit4]   2> 30226 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30227 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10371 (1406086084289363968)]} 0 1
   [junit4]   2> 30227 T105 C9 P50126 /update {wt=javabin&version=2} {add=[425 (1406086084284121088)]} 0 6
   [junit4]   2> 30230 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[416 (-1406086084293558272)]} 0 0
   [junit4]   2> 30234 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30234 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10371 (1406086084294606848)]} 0 4
   [junit4]   2> 30235 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30236 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[416 (-1406086084296704000)]} 0 3
   [junit4]   2> 30238 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10372 (1406086084301946880)]} 0 1
   [junit4]   2> 30240 T89 C8 P50122 /update {wt=javabin&version=2} {add=[426 (1406086084302995456)]} 0 1
   [junit4]   2> 30245 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30246 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10372 (1406086084305092608)]} 0 5
   [junit4]   2> 30249 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10359 (-1406086084313481216)]} 0 0
   [junit4]   2> 30254 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 30255 T103 C9 P50126 /update {wt=javabin&version=2} {add=[426 (1406086084307189760)]} 0 12
   [junit4]   2> 30256 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30257 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10359 (-1406086084317675520)]} 0 4
   [junit4]   2> 30257 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[422 (-1406086084321869824)]} 0 0
   [junit4]   2> 30261 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10373 (1406086084325015552)]} 0 1
   [junit4]   2> 30262 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30263 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[422 (-1406086084325015552)]} 0 3
   [junit4]   2> 30267 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30267 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10373 (1406086084328161280)]} 0 4
   [junit4]   2> 30272 T89 C8 P50122 /update {wt=javabin&version=2} {add=[427 (1406086084330258432)]} 0 7
   [junit4]   2> 30272 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10374 (1406086084335501312)]} 0 2
   [junit4]   2> 30279 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30279 T103 C9 P50126 /update {wt=javabin&version=2} {add=[427 (1406086084340744192)]} 0 4
   [junit4]   2> 30279 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30280 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10374 (1406086084341792768)]} 0 4
   [junit4]   2> 30282 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10360 (-1406086084348084224)]} 0 0
   [junit4]   2> 30283 T90 C8 P50122 /update {wt=javabin&version=2} {add=[428 (1406086084348084225)]} 0 1
   [junit4]   2> 30288 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30289 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10360 (-1406086084351229952)]} 0 4
   [junit4]   2> 30290 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30290 T103 C9 P50126 /update {wt=javabin&version=2} {add=[428 (1406086084352278528)]} 0 4
   [junit4]   2> 30293 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10375 (1406086084359618560)]} 0 0
   [junit4]   2> 30294 T89 C8 P50122 /update {wt=javabin&version=2} {add=[429 (1406086084359618561)]} 0 1
   [junit4]   2> 30305 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30306 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30306 T105 C9 P50126 /update {wt=javabin&version=2} {add=[429 (1406086084365910016)]} 0 7
   [junit4]   2> 30307 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10375 (1406086084361715712)]} 0 12
   [junit4]   2> 30309 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[423 (-1406086084376395776)]} 0 0
   [junit4]   2> 30310 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10376 (1406086084376395777)]} 0 1
   [junit4]   2> 30315 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30316 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30317 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10376 (1406086084379541504)]} 0 5
   [junit4]   2> 30317 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[423 (-1406086084378492928)]} 0 6
   [junit4]   2> 30321 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10377 (1406086084387930112)]} 0 1
   [junit4]   2> 30321 T89 C8 P50122 /update {wt=javabin&version=2} {add=[430 (1406086084388978688)]} 0 1
   [junit4]   2> 30327 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30328 T103 C9 P50126 /update {wt=javabin&version=2} {add=[430 (1406086084392124416)]} 0 4
   [junit4]   2> 30328 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30329 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10377 (1406086084392124417)]} 0 5
   [junit4]   2> 30331 T89 C8 P50122 /update {wt=javabin&version=2} {add=[431 (1406086084398415872)]} 0 1
   [junit4]   2> 30332 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10362 (-1406086084400513024)]} 0 0
   [junit4]   2> 30338 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30339 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10362 (-1406086084403658752)]} 0 4
   [junit4]   2> 30342 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10378 (1406086084409950208)]} 0 1
   [junit4]   2> 30346 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 30347 T105 C9 P50126 /update {wt=javabin&version=2} {add=[431 (1406086084402610176)]} 0 13
   [junit4]   2> 30349 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30350 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10378 (1406086084413095936)]} 0 6
   [junit4]   2> 30355 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10379 (1406086084422533120)]} 0 2
   [junit4]   2> 30357 T90 C8 P50122 /update {wt=javabin&version=2} {add=[432 (1406086084419387392)]} 0 7
   [junit4]   2> 30362 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30364 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30365 T105 C9 P50126 /update {wt=javabin&version=2} {add=[432 (1406086084429873152)]} 0 5
   [junit4]   2> 30365 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10379 (1406086084427776000)]} 0 7
   [junit4]   2> 30369 T89 C8 P50122 /update {wt=javabin&version=2} {add=[433 (1406086084438261760)]} 0 1
   [junit4]   2> 30370 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10363 (-1406086084440358912)]} 0 0
   [junit4]   2> 30373 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30374 T105 C9 P50126 /update {wt=javabin&version=2} {add=[433 (1406086084440358912)]} 0 4
   [junit4]   2> 30375 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30376 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10363 (-1406086084442456064)]} 0 4
   [junit4]   2> 30377 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[426 (-1406086084447698944)]} 0 0
   [junit4]   2> 30380 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10380 (1406086084449796096)]} 0 1
   [junit4]   2> 30389 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30390 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[426 (-1406086084451893248)]} 0 9
   [junit4]   2> 30392 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30393 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10380 (1406086084452941824)]} 0 10
   [junit4]   2> 30394 T89 C8 P50122 /update {wt=javabin&version=2} {add=[434 (1406086084464476160)]} 0 1
   [junit4]   2> 30407 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10381 (1406086084478107648)]} 0 1
   [junit4]   2> 30408 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30408 T105 C9 P50126 /update {wt=javabin&version=2} {add=[434 (1406086084468670464)]} 0 11
   [junit4]   2> 30411 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[427 (-1406086084483350528)]} 0 0
   [junit4]   2> 30414 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30414 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10381 (1406086084482301952)]} 0 4
   [junit4]   2> 30416 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30416 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[427 (-1406086084486496256)]} 0 2
   [junit4]   2> 30416 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10365 (-1406086084488593408)]} 0 0
   [junit4]   2> 30420 T90 C8 P50122 /update {wt=javabin&version=2} {add=[435 (1406086084491739136)]} 0 1
   [junit4]   2> 30422 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30423 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10365 (-1406086084491739136)]} 0 4
   [junit4]   2> 30426 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30427 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10382 (1406086084499079168)]} 0 1
   [junit4]   2> 30430 T103 C9 P50126 /update {wt=javabin&version=2} {add=[435 (1406086084494884864)]} 0 8
   [junit4]   2> 30435 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[428 (-1406086084508516352)]} 0 1
   [junit4]   2> 30438 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30439 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10382 (1406086084507467776)]} 0 5
   [junit4]   2> 30440 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30441 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[428 (-1406086084510613504)]} 0 4
   [junit4]   2> 30442 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10366 (-1406086084515856384)]} 0 0
   [junit4]   2> 30445 T89 C8 P50122 /update {wt=javabin&version=2} {add=[436 (1406086084517953536)]} 0 1
   [junit4]   2> 30447 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30448 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10366 (-1406086084519002112)]} 0 3
   [junit4]   2> 30452 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10383 (1406086084525293568)]} 0 0
   [junit4]   2> 30458 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 30459 T103 C9 P50126 /update {wt=javabin&version=2} {add=[436 (1406086084522147840)]} 0 11
   [junit4]   2> 30461 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[430 (-1406086084535779328)]} 0 0
   [junit4]   2> 30464 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30465 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10383 (1406086084534730752)]} 0 5
   [junit4]   2> 30469 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30470 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[430 (-1406086084541022208)]} 0 5
   [junit4]   2> 30473 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10384 (1406086084542070784)]} 0 6
   [junit4]   2> 30474 T90 C8 P50122 /update {wt=javabin&version=2} {add=[437 (1406086084547313664)]} 0 2
   [junit4]   2> 30479 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30480 T105 C9 P50126 /update {wt=javabin&version=2} {add=[437 (1406086084551507968)]} 0 4
   [junit4]   2> 30480 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30480 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10384 (1406086084551507969)]} 0 4
   [junit4]   2> 30483 T90 C8 P50122 /update {wt=javabin&version=2} {add=[438 (1406086084557799424)]} 0 1
   [junit4]   2> 30483 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10372 (-1406086084558848000)]} 0 0
   [junit4]   2> 30488 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30489 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10372 (-1406086084561993728)]} 0 3
   [junit4]   2> 30490 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30490 T103 C9 P50126 /update {wt=javabin&version=2} {add=[438 (1406086084561993729)]} 0 4
   [junit4]   2> 30492 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10385 (1406086084567236608)]} 0 1
   [junit4]   2> 30493 T90 C8 P50122 /update {wt=javabin&version=2} {add=[439 (1406086084568285184)]} 0 1
   [junit4]   2> 30501 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30502 T105 C9 P50126 /update {wt=javabin&version=2} {add=[439 (1406086084571430912)]} 0 7
   [junit4]   2> 30505 T90 C8 P50122 /update {wt=javabin&version=2} {add=[440 (1406086084580868096)]} 0 1
   [junit4]   2> 30506 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30507 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10385 (1406086084570382336)]} 0 13
   [junit4]   2> 30509 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10373 (-1406086084586110976)]} 0 1
   [junit4]   2> 30511 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30511 T105 C9 P50126 /update {wt=javabin&version=2} {add=[440 (1406086084584013824)]} 0 4
   [junit4]   2> 30513 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30514 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10373 (-1406086084588208128)]} 0 3
   [junit4]   2> 30514 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[431 (-1406086084591353856)]} 0 0
   [junit4]   2> 30518 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10386 (1406086084594499584)]} 0 1
   [junit4]   2> 30520 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30521 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[431 (-1406086084594499584)]} 0 4
   [junit4]   2> 30523 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30524 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10386 (1406086084597645312)]} 0 4
   [junit4]   2> 30524 T89 C8 P50122 /update {wt=javabin&version=2} {add=[441 (1406086084600791040)]} 0 1
   [junit4]   2> 30528 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10387 (1406086084604985344)]} 0 1
   [junit4]   2> 30531 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30531 T105 C9 P50126 /update {wt=javabin&version=2} {add=[441 (1406086084604985344)]} 0 4
   [junit4]   2> 30534 T89 C8 P50122 /update {wt=javabin&version=2} {add=[442 (1406086084612325376)]} 0 0
   [junit4]   2> 30539 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 30540 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10387 (1406086084608131072)]} 0 10
   [junit4]   2> 30542 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30543 T105 C9 P50126 /update {wt=javabin&version=2} {add=[442 (1406086084615471104)]} 0 6
   [junit4]   2> 30548 T90 C8 P50122 /update {wt=javabin&version=2} {add=[443 (1406086084624908288)]} 0 2
   [junit4]   2> 30549 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10388 (1406086084620713984)]} 0 7
   [junit4]   2> 30554 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30555 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30555 T105 C9 P50126 /update {wt=javabin&version=2} {add=[443 (1406086084630151168)]} 0 4
   [junit4]   2> 30556 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10388 (1406086084631199744)]} 0 4
   [junit4]   2> 30558 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[432 (-1406086084637491200)]} 0 0
   [junit4]   2> 30558 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10374 (-1406086084637491201)]} 0 0
   [junit4]   2> 30564 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30564 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30564 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10374 (-1406086084640636928)]} 0 3
   [junit4]   2> 30565 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[432 (-1406086084640636929)]} 0 4
   [junit4]   2> 30567 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10389 (1406086084646928384)]} 0 0
   [junit4]   2> 30568 T89 C8 P50122 /update {wt=javabin&version=2} {add=[444 (1406086084646928385)]} 0 1
   [junit4]   2> 30573 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30573 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10389 (1406086084649025536)]} 0 4
   [junit4]   2> 30576 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10377 (-1406086084656365568)]} 0 0
   [junit4]   2> 30580 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30580 T105 C9 P50126 /update {wt=javabin&version=2} {add=[444 (1406086084650074112)]} 0 10
   [junit4]   2> 30581 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30582 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10377 (-1406086084659511296)]} 0 3
   [junit4]   2> 30582 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[433 (-1406086084662657024)]} 0 0
   [junit4]   2> 30585 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10390 (1406086084664754176)]} 0 1
   [junit4]   2> 30588 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30592 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[433 (-1406086084666851328)]} 0 6
   [junit4]   2> 30594 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30600 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10390 (1406086084669997056)]} 0 11
   [junit4]   2> 30602 T90 C8 P50122 /update {wt=javabin&version=2} {add=[445 (1406086084682579968)]} 0 1
   [junit4]   2> 30607 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10378 (-1406086084688871424)]} 0 1
   [junit4]   2> 30609 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30610 T103 C9 P50126 /update {wt=javabin&version=2} {add=[445 (1406086084687822848)]} 0 5
   [junit4]   2> 30621 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[435 (-1406086084703551488)]} 0 0
   [junit4]   2> 30623 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30623 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10378 (-1406086084702502912)]} 0 3
   [junit4]   2> 30627 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10391 (1406086084708794368)]} 0 1
   [junit4]   2> 30628 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30628 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[435 (-1406086084707745792)]} 0 3
   [junit4]   2> 30632 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30632 T90 C8 P50122 /update {wt=javabin&version=2} {add=[446 (1406086084714037248)]} 0 1
   [junit4]   2> 30632 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10391 (1406086084710891520)]} 0 4
   [junit4]   2> 30635 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10381 (-1406086084718231552)]} 0 0
   [junit4]   2> 30639 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30639 T103 C9 P50126 /update {wt=javabin&version=2} {add=[446 (1406086084718231552)]} 0 4
   [junit4]   2> 30640 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30641 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10381 (-1406086084721377280)]} 0 3
   [junit4]   2> 30642 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[439 (-1406086084725571584)]} 0 0
   [junit4]   2> 30644 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10392 (1406086084726620160)]} 0 1
   [junit4]   2> 30647 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30648 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[439 (-1406086084727668736)]} 0 4
   [junit4]   2> 30650 T89 C8 P50122 /update {wt=javabin&version=2} {add=[447 (1406086084733960192)]} 0 0
   [junit4]   2> 30657 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 30658 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30658 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10392 (1406086084729765888)]} 0 12
   [junit4]   2> 30658 T105 C9 P50126 /update {wt=javabin&version=2} {add=[447 (1406086084737105920)]} 0 5
   [junit4]   2> 30660 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[446 (-1406086084744445952)]} 0 0
   [junit4]   2> 30665 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30666 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[446 (-1406086084747591680)]} 0 3
   [junit4]   2> 30667 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10393 (1406086084744445953)]} 0 7
   [junit4]   2> 30671 T90 C8 P50122 /update {wt=javabin&version=2} {add=[448 (1406086084753883136)]} 0 2
   [junit4]   2> 30673 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30674 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10393 (1406086084754931712)]} 0 4
   [junit4]   2> 30676 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10383 (-1406086084761223168)]} 0 0
   [junit4]   2> 30677 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30678 T103 C9 P50126 /update {wt=javabin&version=2} {add=[448 (1406086084758077440)]} 0 5
   [junit4]   2> 30681 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[447 (-1406086084766466048)]} 0 0
   [junit4]   2> 30683 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30684 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10383 (-1406086084765417472)]} 0 4
   [junit4]   2> 30687 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30688 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10394 (1406086084772757504)]} 0 1
   [junit4]   2> 30688 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[447 (-1406086084769611776)]} 0 4
   [junit4]   2> 30691 T90 C8 P50122 /update {wt=javabin&version=2} {add=[449 (1406086084775903232)]} 0 1
   [junit4]   2> 30694 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30694 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10394 (1406086084775903232)]} 0 4
   [junit4]   2> 30702 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10395 (1406086084787437568)]} 0 1
   [junit4]   2> 30717 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30718 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10395 (1406086084794777600)]} 0 10
   [junit4]   2> 30720 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10384 (-1406086084807360512)]} 0 1
   [junit4]   2> 30729 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30729 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10384 (-1406086084813651968)]} 0 4
   [junit4]   2> 30733 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10396 (1406086084819943424)]} 0 1
   [junit4]   2> 30739 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30739 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10396 (1406086084823089152)]} 0 4
   [junit4]   2> 30743 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10386 (-1406086084831477760)]} 0 1
   [junit4]   2> 30749 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30749 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10386 (-1406086084834623488)]} 0 3
   [junit4]   2> 30753 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10397 (1406086084840914944)]} 0 1
   [junit4]   2> 30760 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30760 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10397 (1406086084845109248)]} 0 4
   [junit4]   2> 30764 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10398 (1406086084853497856)]} 0 1
   [junit4]   2> 30770 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30770 T103 C9 P50126 /update {wt=javabin&version=2} {add=[449 (1406086084779048960)]} 0 77
   [junit4]   2> 30774 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30775 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10398 (1406086084857692160)]} 0 7
   [junit4]   2> 30775 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[448 (-1406086084865032192)]} 0 1
   [junit4]   2> 30777 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10387 (-1406086084867129344)]} 0 0
   [junit4]   2> 30779 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30780 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[448 (-1406086084867129344)]} 0 3
   [junit4]   2> 30782 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30783 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10387 (-1406086084869226496)]} 0 4
   [junit4]   2> 30787 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10399 (1406086084876566528)]} 0 1
   [junit4]   2> 30818 T90 C8 P50122 /update {wt=javabin&version=2} {add=[450 (1406086084910120960)]} 0 1
   [junit4]   2> 30829 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 30830 T105 C9 P50126 /update {wt=javabin&version=2} {add=[450 (1406086084914315264)]} 0 7
   [junit4]   2> 30834 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[450 (-1406086084926898176)]} 0 1
   [junit4]   2> 30835 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=43 
   [junit4]   2> 30836 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10399 (1406086084879712256)]} 0 47
   [junit4]   2> 30840 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10388 (-1406086084933189632)]} 0 0
   [junit4]   2> 30841 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30842 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[450 (-1406086084930043904)]} 0 5
   [junit4]   2> 30846 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30854 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10388 (-1406086084935286784)]} 0 12
   [junit4]   2> 30861 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10400 (1406086084953112576)]} 0 2
   [junit4]   2> 30870 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30870 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10400 (1406086084959404032)]} 0 5
   [junit4]   2> 30875 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10389 (-1406086084968841216)]} 0 1
   [junit4]   2> 30882 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30883 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10389 (-1406086084973035520)]} 0 5
   [junit4]   2> 30886 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10401 (1406086084980375552)]} 0 1
   [junit4]   2> 30895 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30897 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10401 (1406086084984569856)]} 0 8
   [junit4]   2> 30901 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10390 (-1406086084997152768)]} 0 0
   [junit4]   2> 30904 T90 C8 P50122 /update {wt=javabin&version=2} {add=[451 (1406086084939481088)]} 0 58
   [junit4]   2> 30908 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30908 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10390 (-1406086085000298496)]} 0 4
   [junit4]   2> 30911 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30912 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10402 (1406086085007638528)]} 0 1
   [junit4]   2> 30912 T105 C9 P50126 /update {wt=javabin&version=2} {add=[451 (1406086085003444224)]} 0 5
   [junit4]   2> 30922 T90 C8 P50122 /update {wt=javabin&version=2} {add=[452 (1406086085018124288)]} 0 1
   [junit4]   2> 30933 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30934 T105 C9 P50126 /update {wt=javabin&version=2} {add=[452 (1406086085023367168)]} 0 9
   [junit4]   2> 30938 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[452 (-1406086085034901504)]} 0 1
   [junit4]   2> 30943 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30944 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[452 (-1406086085038047232)]} 0 4
   [junit4]   2> 30947 T90 C8 P50122 /update {wt=javabin&version=2} {add=[453 (1406086085044338688)]} 0 1
   [junit4]   2> 30955 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30957 T105 C9 P50126 /update {wt=javabin&version=2} {add=[453 (1406086085050630144)]} 0 6
   [junit4]   2> 30961 T90 C8 P50122 /update {wt=javabin&version=2} {add=[454 (1406086085059018752)]} 0 1
   [junit4]   2> 30968 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30969 T105 C9 P50126 /update {wt=javabin&version=2} {add=[454 (1406086085063213056)]} 0 5
   [junit4]   2> 30973 T90 C8 P50122 /update {wt=javabin&version=2} {add=[455 (1406086085071601664)]} 0 1
   [junit4]   2> 30979 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 30980 T105 C9 P50126 /update {wt=javabin&version=2} {add=[455 (1406086085075795968)]} 0 4
   [junit4]   2> 30984 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[455 (-1406086085083136000)]} 0 0
   [junit4]   2> 30989 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 30995 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[455 (-1406086085086281728)]} 0 9
   [junit4]   2> 31006 T90 C8 P50122 /update {wt=javabin&version=2} {add=[456 (1406086085107253248)]} 0 1
   [junit4]   2> 31012 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31013 T105 C9 P50126 /update {wt=javabin&version=2} {add=[456 (1406086085109350400)]} 0 5
   [junit4]   2> 31017 T90 C8 P50122 /update {wt=javabin&version=2} {add=[457 (1406086085117739008)]} 0 1
   [junit4]   2> 31030 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=8 
   [junit4]   2> 31031 T105 C9 P50126 /update {wt=javabin&version=2} {add=[457 (1406086085121933312)]} 0 11
   [junit4]   2> 31042 T90 C8 P50122 /update {wt=javabin&version=2} {add=[458 (1406086085137661952)]} 0 8
   [junit4]   2> 31044 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 31045 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10402 (1406086085010784256)]} 0 131
   [junit4]   2> 31050 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31050 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10403 (1406086085151293440)]} 0 2
   [junit4]   2> 31051 T105 C9 P50126 /update {wt=javabin&version=2} {add=[458 (1406086085150244864)]} 0 5
   [junit4]   2> 31054 T90 C8 P50122 /update {wt=javabin&version=2} {add=[459 (1406086085156536320)]} 0 1
   [junit4]   2> 31056 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31057 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10403 (1406086085155487744)]} 0 5
   [junit4]   2> 31059 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10391 (-1406086085162827776)]} 0 0
   [junit4]   2> 31061 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31062 T105 C9 P50126 /update {wt=javabin&version=2} {add=[459 (1406086085160730624)]} 0 5
   [junit4]   2> 31066 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31066 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[457 (-1406086085170167808)]} 0 1
   [junit4]   2> 31067 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10391 (-1406086085165973504)]} 0 5
   [junit4]   2> 31070 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10404 (1406086085173313536)]} 0 1
   [junit4]   2> 31071 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31072 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[457 (-1406086085172264960)]} 0 4
   [junit4]   2> 31078 T90 C8 P50122 /update {wt=javabin&version=2} {add=[460 (1406086085182750720)]} 0 0
   [junit4]   2> 31085 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 31090 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31091 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10404 (1406086085177507840)]} 0 18
   [junit4]   2> 31091 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31093 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 31092 T105 C9 P50126 /update {wt=javabin&version=2} {add=[460 (1406086085191139328)]} 0 6
   [junit4]   2> 31095 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10405 (1406086085199527936)]} 0 1
   [junit4]   2> 31096 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[459 (-1406086085201625088)]} 0 0
   [junit4]   2> 31102 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31102 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31103 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10405 (1406086085203722240)]} 0 5
   [junit4]   2> 31103 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[459 (-1406086085204770816)]} 0 4
   [junit4]   2> 31106 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10396 (-1406086085212110848)]} 0 0
   [junit4]   2> 31107 T90 C8 P50122 /update {wt=javabin&version=2} {add=[461 (1406086085212110849)]} 0 1
   [junit4]   2> 31112 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31113 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31113 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10396 (-1406086085215256576)]} 0 4
   [junit4]   2> 31113 T105 C9 P50126 /update {wt=javabin&version=2} {add=[461 (1406086085216305152)]} 0 4
   [junit4]   2> 31115 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[461 (-1406086085221548032)]} 0 0
   [junit4]   2> 31116 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10406 (1406086085221548033)]} 0 1
   [junit4]   2> 31121 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31122 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31122 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[461 (-1406086085224693761)]} 0 4
   [junit4]   2> 31123 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10406 (1406086085224693760)]} 0 5
   [junit4]   2> 31125 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10398 (-1406086085232033793)]} 0 0
   [junit4]   2> 31126 T90 C8 P50122 /update {wt=javabin&version=2} {add=[462 (1406086085232033792)]} 0 0
   [junit4]   2> 31129 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31130 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10398 (-1406086085235179520)]} 0 2
   [junit4]   2> 31135 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10407 (1406086085241470976)]} 0 1
   [junit4]   2> 31137 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 31138 T105 C9 P50126 /update {wt=javabin&version=2} {add=[462 (1406086085235179521)]} 0 10
   [junit4]   2> 31143 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 31143 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10407 (1406086085245665280)]} 0 5
   [junit4]   2> 31145 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10400 (-1406086085253005312)]} 0 0
   [junit4]   2> 31148 T90 C8 P50122 /update {wt=javabin&version=2} {add=[463 (1406086085248811008)]} 0 7
   [junit4]   2> 31151 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31152 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10400 (-1406086085256151040)]} 0 4
   [junit4]   2> 31155 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31156 T105 C9 P50126 /update {wt=javabin&version=2} {add=[463 (1406086085259296768)]} 0 5
   [junit4]   2> 31157 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10408 (1406086085263491072)]} 0 2
   [junit4]   2> 31158 T89 C8 P50122 /update {wt=javabin&version=2} {add=[464 (1406086085266636800)]} 0 0
   [junit4]   2> 31163 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31164 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31164 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10408 (1406086085267685376)]} 0 5
   [junit4]   2> 31165 T103 C9 P50126 /update {wt=javabin&version=2} {add=[464 (1406086085268733952)]} 0 5
   [junit4]   2> 31167 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[462 (-1406086085276073985)]} 0 0
   [junit4]   2> 31168 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10409 (1406086085276073984)]} 0 1
   [junit4]   2> 31173 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31174 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[462 (-1406086085279219713)]} 0 4
   [junit4]   2> 31178 T89 C8 P50122 /update {wt=javabin&version=2} {add=[465 (1406086085286559744)]} 0 1
   [junit4]   2> 31179 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31180 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10409 (1406086085279219712)]} 0 10
   [junit4]   2> 31182 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10402 (-1406086085291802624)]} 0 0
   [junit4]   2> 31186 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31186 T103 C9 P50126 /update {wt=javabin&version=2} {add=[465 (1406086085290754048)]} 0 5
   [junit4]   2> 31187 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31188 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10402 (-1406086085294948352)]} 0 3
   [junit4]   2> 31189 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[463 (-1406086085299142656)]} 0 0
   [junit4]   2> 31191 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10410 (1406086085300191232)]} 0 0
   [junit4]   2> 31194 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31195 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[463 (-1406086085301239808)]} 0 4
   [junit4]   2> 31197 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31197 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10410 (1406086085303336960)]} 0 4
   [junit4]   2> 31199 T90 C8 P50122 /update {wt=javabin&version=2} {add=[466 (1406086085308579840)]} 0 1
   [junit4]   2> 31201 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10411 (1406086085310676992)]} 0 1
   [junit4]   2> 31204 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31204 T103 C9 P50126 /update {wt=javabin&version=2} {add=[466 (1406086085311725568)]} 0 3
   [junit4]   2> 31206 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31206 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10411 (1406086085313822720)]} 0 3
   [junit4]   2> 31208 T89 C8 P50122 /update {wt=javabin&version=2} {add=[467 (1406086085318017024)]} 0 1
   [junit4]   2> 31209 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10403 (-1406086085320114176)]} 0 0
   [junit4]   2> 31216 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31222 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 31223 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10403 (-1406086085324308480)]} 0 10
   [junit4]   2> 31224 T105 C9 P50126 /update {wt=javabin&version=2} {add=[467 (1406086085321162752)]} 0 14
   [junit4]   2> 31226 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[467 (-1406086085337939968)]} 0 0
   [junit4]   2> 31227 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10412 (1406086085337939969)]} 0 1
   [junit4]   2> 31232 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31233 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[467 (-1406086085341085696)]} 0 4
   [junit4]   2> 31234 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31235 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10412 (1406086085342134272)]} 0 5
   [junit4]   2> 31239 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10413 (1406086085349474304)]} 0 2
   [junit4]   2> 31243 T90 C8 P50122 /update {wt=javabin&version=2} {add=[468 (1406086085348425728)]} 0 8
   [junit4]   2> 31246 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31246 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10413 (1406086085354717184)]} 0 4
   [junit4]   2> 31249 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10414 (1406086085362057216)]} 0 0
   [junit4]   2> 31249 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31249 T105 C9 P50126 /update {wt=javabin&version=2} {add=[468 (1406086085358911488)]} 0 3
   [junit4]   2> 31253 T90 C8 P50122 /update {wt=javabin&version=2} {add=[469 (1406086085365202944)]} 0 1
   [junit4]   2> 31255 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31255 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10414 (1406086085364154368)]} 0 4
   [junit4]   2> 31258 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10404 (-1406086085371494400)]} 0 0
   [junit4]   2> 31264 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31264 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10404 (-1406086085374640128)]} 0 3
   [junit4]   2> 31265 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31265 T105 C9 P50126 /update {wt=javabin&version=2} {add=[469 (1406086085368348672)]} 0 10
   [junit4]   2> 31268 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10415 (1406086085380931584)]} 0 1
   [junit4]   2> 31268 T89 C8 P50122 /update {wt=javabin&version=2} {add=[470 (1406086085381980160)]} 0 0
   [junit4]   2> 31275 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31275 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31276 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10415 (1406086085384077312)]} 0 6
   [junit4]   2> 31275 T103 C9 P50126 /update {wt=javabin&version=2} {add=[470 (1406086085385125888)]} 0 4
   [junit4]   2> 31279 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10416 (1406086085392465920)]} 0 1
   [junit4]   2> 31279 T90 C8 P50122 /update {wt=javabin&version=2} {add=[471 (1406086085393514496)]} 0 0
   [junit4]   2> 31284 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31285 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31285 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10416 (1406086085394563072)]} 0 5
   [junit4]   2> 31285 T105 C9 P50126 /update {wt=javabin&version=2} {add=[471 (1406086085395611648)]} 0 4
   [junit4]   2> 31287 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10417 (1406086085401903104)]} 0 0
   [junit4]   2> 31288 T89 C8 P50122 /update {wt=javabin&version=2} {add=[472 (1406086085402951680)]} 0 0
   [junit4]   2> 31295 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31296 T103 C9 P50126 /update {wt=javabin&version=2} {add=[472 (1406086085406097408)]} 0 5
   [junit4]   2> 31300 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 31301 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10417 (1406086085405048832)]} 0 11
   [junit4]   2> 31305 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10418 (1406086085418680320)]} 0 2
   [junit4]   2> 31305 T89 C8 P50122 /update {wt=javabin&version=2} {add=[473 (1406086085414486016)]} 0 6
   [junit4]   2> 31311 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31311 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31312 T103 C9 P50126 /update {wt=javabin&version=2} {add=[473 (1406086085423923201)]} 0 4
   [junit4]   2> 31312 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10418 (1406086085423923200)]} 0 4
   [junit4]   2> 31315 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[470 (-1406086085431263232)]} 0 0
   [junit4]   2> 31316 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10419 (1406086085431263233)]} 0 1
   [junit4]   2> 31321 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31321 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[470 (-1406086085434408960)]} 0 3
   [junit4]   2> 31323 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31323 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10419 (1406086085435457536)]} 0 4
   [junit4]   2> 31325 T90 C8 P50122 /update {wt=javabin&version=2} {add=[474 (1406086085440700416)]} 0 1
   [junit4]   2> 31325 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10405 (-1406086085441748992)]} 0 0
   [junit4]   2> 31335 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31337 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31338 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10405 (-1406086085444894720)]} 0 10
   [junit4]   2> 31339 T103 C9 P50126 /update {wt=javabin&version=2} {add=[474 (1406086085442797568)]} 0 13
   [junit4]   2> 31340 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[471 (-1406086085457477632)]} 0 0
   [junit4]   2> 31342 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10420 (1406086085459574784)]} 0 1
   [junit4]   2> 31348 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31349 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[471 (-1406086085460623360)]} 0 6
   [junit4]   2> 31350 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31351 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10420 (1406086085462720512)]} 0 6
   [junit4]   2> 31353 T89 C8 P50122 /update {wt=javabin&version=2} {add=[475 (1406086085470060544)]} 0 1
   [junit4]   2> 31376 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31378 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10421 (1406086085497323520)]} 0 1
   [junit4]   2> 31377 T103 C9 P50126 /update {wt=javabin&version=2} {add=[475 (1406086085473206272)]} 0 22
   [junit4]   2> 31383 T89 C8 P50122 /update {wt=javabin&version=2} {add=[476 (1406086085502566400)]} 0 0
   [junit4]   2> 31385 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31385 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10421 (1406086085501517824)]} 0 4
   [junit4]   2> 31387 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10422 (1406086085506760704)]} 0 0
   [junit4]   2> 31389 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31390 T103 C9 P50126 /update {wt=javabin&version=2} {add=[476 (1406086085505712128)]} 0 4
   [junit4]   2> 31394 T89 C8 P50122 /update {wt=javabin&version=2} {add=[477 (1406086085513052160)]} 0 1
   [junit4]   2> 31399 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 31400 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10422 (1406086085509906432)]} 0 10
   [junit4]   2> 31402 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10406 (-1406086085522489344)]} 0 0
   [junit4]   2> 31404 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 31405 T103 C9 P50126 /update {wt=javabin&version=2} {add=[477 (1406086085516197888)]} 0 9
   [junit4]   2> 31408 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[473 (-1406086085528780800)]} 0 0
   [junit4]   2> 31410 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31414 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10406 (-1406086085527732224)]} 0 7
   [junit4]   2> 31415 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31416 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[473 (-1406086085531926528)]} 0 5
   [junit4]   2> 31423 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10423 (1406086085537169408)]} 0 7
   [junit4]   2> 31426 T90 C8 P50122 /update {wt=javabin&version=2} {add=[478 (1406086085545558016)]} 0 2
   [junit4]   2> 31430 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31430 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10423 (1406086085548703744)]} 0 3
   [junit4]   2> 31431 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31431 T105 C9 P50126 /update {wt=javabin&version=2} {add=[478 (1406086085549752320)]} 0 3
   [junit4]   2> 31432 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10409 (-1406086085553946624)]} 0 0
   [junit4]   2> 31434 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[474 (-1406086085556043776)]} 0 0
   [junit4]   2> 31438 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31439 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10409 (-1406086085557092352)]} 0 4
   [junit4]   2> 31439 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31440 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[474 (-1406086085559189504)]} 0 3
   [junit4]   2> 31443 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10424 (1406086085564432384)]} 0 1
   [junit4]   2> 31444 T90 C8 P50122 /update {wt=javabin&version=2} {add=[479 (1406086085566529536)]} 0 1
   [junit4]   2> 31451 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31455 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10424 (1406086085567578112)]} 0 10
   [junit4]   2> 31462 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31462 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10425 (1406086085584355328)]} 0 1
   [junit4]   2> 31463 T105 C9 P50126 /update {wt=javabin&version=2} {add=[479 (1406086085568626688)]} 0 17
   [junit4]   2> 31468 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[475 (-1406086085591695360)]} 0 1
   [junit4]   2> 31470 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31471 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10425 (1406086085588549632)]} 0 6
   [junit4]   2> 31473 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10416 (-1406086085596938240)]} 0 0
   [junit4]   2> 31474 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31475 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[475 (-1406086085594841088)]} 0 4
   [junit4]   2> 31478 T90 C8 P50122 /update {wt=javabin&version=2} {add=[480 (1406086085601132544)]} 0 1
   [junit4]   2> 31478 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31479 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10416 (-1406086085600083968)]} 0 3
   [junit4]   2> 31483 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10426 (1406086085606375424)]} 0 1
   [junit4]   2> 31486 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31486 T105 C9 P50126 /update {wt=javabin&version=2} {add=[480 (1406086085605326848)]} 0 5
   [junit4]   2> 31489 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31489 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10426 (1406086085609521152)]} 0 4
   [junit4]   2> 31490 T90 C8 P50122 /update {wt=javabin&version=2} {add=[481 (1406086085613715456)]} 0 1
   [junit4]   2> 31492 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10422 (-1406086085616861184)]} 0 0
   [junit4]   2> 31496 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31496 T103 C9 P50126 /update {wt=javabin&version=2} {add=[481 (1406086085616861184)]} 0 4
   [junit4]   2> 31497 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31498 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10422 (-1406086085618958336)]} 0 4
   [junit4]   2> 31499 T89 C8 P50122 /update {wt=javabin&version=2} {add=[482 (1406086085624201216)]} 0 0
   [junit4]   2> 31501 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10427 (1406086085626298368)]} 0 0
   [junit4]   2> 31508 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31509 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10427 (1406086085629444096)]} 0 5
   [junit4]   2> 31511 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 31512 T105 C9 P50126 /update {wt=javabin&version=2} {add=[482 (1406086085627346944)]} 0 10
   [junit4]   2> 31517 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[476 (-1406086085640978432)]} 0 2
   [junit4]   2> 31519 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10428 (1406086085638881280)]} 0 7
   [junit4]   2> 31522 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31523 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[476 (-1406086085646221312)]} 0 3
   [junit4]   2> 31525 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31525 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10428 (1406086085648318464)]} 0 3
   [junit4]   2> 31528 T90 C8 P50122 /update {wt=javabin&version=2} {add=[483 (1406086085652512768)]} 0 2
   [junit4]   2> 31529 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10429 (1406086085654609920)]} 0 1
   [junit4]   2> 31535 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31536 T103 C9 P50126 /update {wt=javabin&version=2} {add=[483 (1406086085657755649)]} 0 5
   [junit4]   2> 31537 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 31537 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10429 (1406086085657755648)]} 0 6
   [junit4]   2> 31538 T89 C8 P50122 /update {wt=javabin&version=2} {add=[484 (1406086085665095680)]} 0 1
   [junit4]   2> 31542 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10423 (-1406086085668241408)]} 0 0
   [junit4]   2> 31558 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31559 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10423 (-1406086085680824320)]} 0 6
   [junit4]   2> 31567 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10430 (1406086085694455808)]} 0 1
   [junit4]   2> 31576 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31577 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10430 (1406086085698650112)]} 0 7
   [junit4]   2> 31581 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10431 (1406086085709135872)]} 0 1
   [junit4]   2> 31587 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31588 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10431 (1406086085712281600)]} 0 5
   [junit4]   2> 31592 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10432 (1406086085720670208)]} 0 1
   [junit4]   2> 31599 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31600 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10432 (1406086085725913088)]} 0 4
   [junit4]   2> 31601 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31615 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10433 (1406086085745836032)]} 0 0
   [junit4]   2> 31616 T103 C9 P50126 /update {wt=javabin&version=2} {add=[484 (1406086085669289984)]} 0 74
   [junit4]   2> 31620 T89 C8 P50122 /update {wt=javabin&version=2} {add=[485 (1406086085750030336)]} 0 1
   [junit4]   2> 31622 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31622 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10433 (1406086085748981760)]} 0 4
   [junit4]   2> 31625 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10426 (-1406086085756321792)]} 0 0
   [junit4]   2> 31665 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31670 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10426 (-1406086085763661824)]} 0 38
   [junit4]   2> 31673 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10434 (1406086085806653440)]} 0 0
   [junit4]   2> 31682 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 31683 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10434 (1406086085809799168)]} 0 7
   [junit4]   2> 31687 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10427 (-1406086085821333504)]} 0 1
   [junit4]   2> 31692 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31693 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=67 
   [junit4]   2> 31693 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10427 (-1406086085823430656)]} 0 4
   [junit4]   2> 31694 T103 C9 P50126 /update {wt=javabin&version=2} {add=[485 (1406086085754224640)]} 0 71
   [junit4]   2> 31701 T90 C8 P50122 /update {wt=javabin&version=2} {add=[486 (1406086085833916416)]} 0 2
   [junit4]   2> 31719 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31719 T103 C9 P50126 /update {wt=javabin&version=2} {add=[486 (1406086085848596480)]} 0 7
   [junit4]   2> 31723 T90 C8 P50122 /update {wt=javabin&version=2} {add=[487 (1406086085858033664)]} 0 1
   [junit4]   2> 31733 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31738 T103 C9 P50126 /update {wt=javabin&version=2} {add=[487 (1406086085863276544)]} 0 12
   [junit4]   2> 31743 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[478 (-1406086085879005184)]} 0 1
   [junit4]   2> 31749 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31756 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[478 (-1406086085884248064)]} 0 9
   [junit4]   2> 31760 T90 C8 P50122 /update {wt=javabin&version=2} {add=[488 (1406086085896830976)]} 0 1
   [junit4]   2> 31766 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31767 T103 C9 P50126 /update {wt=javabin&version=2} {add=[488 (1406086085901025280)]} 0 4
   [junit4]   2> 31772 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[479 (-1406086085910462464)]} 0 1
   [junit4]   2> 31778 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31779 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[479 (-1406086085913608192)]} 0 4
   [junit4]   2> 31782 T90 C8 P50122 /update {wt=javabin&version=2} {add=[489 (1406086085919899648)]} 0 1
   [junit4]   2> 31795 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31796 T103 C9 P50126 /update {wt=javabin&version=2} {add=[489 (1406086085924093952)]} 0 11
   [junit4]   2> 31800 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[481 (-1406086085939822592)]} 0 1
   [junit4]   2> 31802 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10435 (1406086085830770688)]} 0 106
   [junit4]   2> 31806 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31807 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[481 (-1406086085942968320)]} 0 4
   [junit4]   2> 31810 T90 C8 P50122 /update {wt=javabin&version=2} {add=[490 (1406086085950308352)]} 0 0
   [junit4]   2> 31816 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31817 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10435 (1406086085950308352)]} 0 7
   [junit4]   2> 31818 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31819 T105 C9 P50126 /update {wt=javabin&version=2} {add=[490 (1406086085954502656)]} 0 6
   [junit4]   2> 31821 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10428 (-1406086085961842688)]} 0 0
   [junit4]   2> 31822 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[483 (-1406086085962891264)]} 0 0
   [junit4]   2> 31826 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31826 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31827 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[483 (-1406086085966036992)]} 0 2
   [junit4]   2> 31828 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10428 (-1406086085964988416)]} 0 4
   [junit4]   2> 31832 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10436 (1406086085972328448)]} 0 1
   [junit4]   2> 31833 T90 C8 P50122 /update {wt=javabin&version=2} {add=[491 (1406086085974425600)]} 0 0
   [junit4]   2> 31838 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31838 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10436 (1406086085975474176)]} 0 4
   [junit4]   2> 31840 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31840 T105 C9 P50126 /update {wt=javabin&version=2} {add=[491 (1406086085977571328)]} 0 4
   [junit4]   2> 31840 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10430 (-1406086085981765632)]} 0 0
   [junit4]   2> 31843 T89 C8 P50122 /update {wt=javabin&version=2} {add=[492 (1406086085983862784)]} 0 1
   [junit4]   2> 31846 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31847 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10430 (-1406086085984911360)]} 0 4
   [junit4]   2> 31851 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10437 (1406086085992251392)]} 0 1
   [junit4]   2> 31871 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=14 
   [junit4]   2> 31873 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10437 (1406086085996445696)]} 0 19
   [junit4]   2> 31889 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=37 
   [junit4]   2> 31890 T103 C9 P50126 /update {wt=javabin&version=2} {add=[492 (1406086085988057088)]} 0 44
   [junit4]   2> 31894 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[485 (-1406086086038388736)]} 0 0
   [junit4]   2> 31906 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31907 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[485 (-1406086086047825920)]} 0 4
   [junit4]   2> 31912 T90 C8 P50122 /update {wt=javabin&version=2} {add=[493 (1406086086055165952)]} 0 2
   [junit4]   2> 31918 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31918 T103 C9 P50126 /update {wt=javabin&version=2} {add=[493 (1406086086060408832)]} 0 3
   [junit4]   2> 31920 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10438 (1406086086020562944)]} 0 44
   [junit4]   2> 31922 T90 C8 P50122 /update {wt=javabin&version=2} {add=[494 (1406086086066700288)]} 0 1
   [junit4]   2> 31927 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31927 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10438 (1406086086068797440)]} 0 4
   [junit4]   2> 31928 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31928 T105 C9 P50126 /update {wt=javabin&version=2} {add=[494 (1406086086069846016)]} 0 4
   [junit4]   2> 31931 T89 C8 P50122 /update {wt=javabin&version=2} {add=[495 (1406086086077186048)]} 0 0
   [junit4]   2> 31931 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10439 (1406086086077186049)]} 0 1
   [junit4]   2> 31940 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31941 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10439 (1406086086080331776)]} 0 7
   [junit4]   2> 31944 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10440 (1406086086090817536)]} 0 1
   [junit4]   2> 31946 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31946 T105 C9 P50126 /update {wt=javabin&version=2} {add=[495 (1406086086079283200)]} 0 13
   [junit4]   2> 31964 T90 C8 P50122 /update {wt=javabin&version=2} {add=[496 (1406086086110740480)]} 0 1
   [junit4]   2> 31966 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31968 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10440 (1406086086092914688)]} 0 22
   [junit4]   2> 31971 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31971 T105 C9 P50126 /update {wt=javabin&version=2} {add=[496 (1406086086114934784)]} 0 4
   [junit4]   2> 31973 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10431 (-1406086086121226240)]} 0 0
   [junit4]   2> 31974 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[486 (-1406086086122274816)]} 0 0
   [junit4]   2> 31977 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31978 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10431 (-1406086086124371968)]} 0 2
   [junit4]   2> 31978 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 31979 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[486 (-1406086086125420544)]} 0 2
   [junit4]   2> 31982 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10441 (1406086086129614848)]} 0 1
   [junit4]   2> 31983 T90 C8 P50122 /update {wt=javabin&version=2} {add=[497 (1406086086131712000)]} 0 0
   [junit4]   2> 31990 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 31995 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 31996 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10441 (1406086086133809152)]} 0 11
   [junit4]   2> 31997 T105 C9 P50126 /update {wt=javabin&version=2} {add=[497 (1406086086134857728)]} 0 11
   [junit4]   2> 32000 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10442 (1406086086148489216)]} 0 1
   [junit4]   2> 32007 T89 C8 P50122 /update {wt=javabin&version=2} {add=[498 (1406086086150586368)]} 0 6
   [junit4]   2> 32014 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32015 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10442 (1406086086158974976)]} 0 6
   [junit4]   2> 32018 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32019 T103 C9 P50126 /update {wt=javabin&version=2} {add=[498 (1406086086161072128)]} 0 8
   [junit4]   2> 32021 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10443 (1406086086170509312)]} 0 1
   [junit4]   2> 32023 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[487 (-1406086086173655040)]} 0 0
   [junit4]   2> 32029 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32030 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32031 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10443 (1406086086175752192)]} 0 6
   [junit4]   2> 32031 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[487 (-1406086086176800768)]} 0 5
   [junit4]   2> 32035 T90 C8 P50122 /update {wt=javabin&version=2} {add=[499 (1406086086185189376)]} 0 1
   [junit4]   2> 32036 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10432 (-1406086086187286528)]} 0 0
   [junit4]   2> 32041 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32044 T103 C9 P50126 /update {wt=javabin&version=2} {add=[499 (1406086086188335104)]} 0 7
   [junit4]   2> 32045 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32046 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10432 (-1406086086189383680)]} 0 8
   [junit4]   2> 32048 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[488 (-1406086086199869440)]} 0 0
   [junit4]   2> 32050 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10444 (1406086086201966592)]} 0 0
   [junit4]   2> 32053 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32061 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 32062 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[488 (-1406086086203015168)]} 0 11
   [junit4]   2> 32064 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32066 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10444 (1406086086206160896)]} 0 12
   [junit4]   2> 32069 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 32071 T90 C8 P50122 /update {wt=javabin&version=2} {add=[500 (1406086086223986688)]} 0 1
   [junit4]   2> 32073 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10433 (-1406086086226083840)]} 0 1
   [junit4]   2> 32080 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32082 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32082 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10433 (-1406086086230278144)]} 0 5
   [junit4]   2> 32083 T103 C9 P50126 /update {wt=javabin&version=2} {add=[500 (1406086086227132416)]} 0 9
   [junit4]   2> 32085 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10445 (1406086086237618176)]} 0 1
   [junit4]   2> 32086 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[489 (-1406086086239715328)]} 0 0
   [junit4]   2> 32092 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32093 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32094 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10445 (1406086086241812480)]} 0 6
   [junit4]   2> 32095 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[489 (-1406086086242861056)]} 0 6
   [junit4]   2> 32098 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10435 (-1406086086251249664)]} 0 1
   [junit4]   2> 32098 T89 C8 P50122 /update {wt=javabin&version=2} {add=[501 (1406086086252298240)]} 0 0
   [junit4]   2> 32103 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32104 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10435 (-1406086086254395392)]} 0 4
   [junit4]   2> 32106 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32107 T103 C9 P50126 /update {wt=javabin&version=2} {add=[501 (1406086086255443968)]} 0 6
   [junit4]   2> 32108 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10446 (1406086086262784000)]} 0 0
   [junit4]   2> 32110 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[490 (-1406086086264881152)]} 0 0
   [junit4]   2> 32114 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32115 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32116 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10446 (1406086086266978304)]} 0 5
   [junit4]   2> 32117 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[490 (-1406086086268026880)]} 0 4
   [junit4]   2> 32119 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10439 (-1406086086274318336)]} 0 0
   [junit4]   2> 32121 T89 C8 P50122 /update {wt=javabin&version=2} {add=[502 (1406086086276415488)]} 0 0
   [junit4]   2> 32126 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32127 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10439 (-1406086086278512640)]} 0 4
   [junit4]   2> 32133 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 
   [junit4]   2> 32136 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10447 (1406086086291095552)]} 0 1
   [junit4]   2> 32137 T103 C9 P50126 /update {wt=javabin&version=2} {add=[502 (1406086086279561216)]} 0 13
   [junit4]   2> 32152 T89 C8 P50122 /update {wt=javabin&version=2} {add=[503 (1406086086301581312)]} 0 7
   [junit4]   2> 32155 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32156 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10447 (1406086086299484160)]} 0 13
   [junit4]   2> 32158 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10446 (-1406086086315212800)]} 0 0
   [junit4]   2> 32159 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32159 T103 C9 P50126 /update {wt=javabin&version=2} {add=[503 (1406086086313115648)]} 0 3
   [junit4]   2> 32164 T89 C8 P50122 /update {wt=javabin&version=2} {add=[504 (1406086086319407104)]} 0 2
   [junit4]   2> 32164 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32166 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10446 (-1406086086318358528)]} 0 5
   [junit4]   2> 32187 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10448 (1406086086344572928)]} 0 1
   [junit4]   2> 32189 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32189 T103 C9 P50126 /update {wt=javabin&version=2} {add=[504 (1406086086342475776)]} 0 6
   [junit4]   2> 32194 T89 C8 P50122 /update {wt=javabin&version=2} {add=[505 (1406086086352961536)]} 0 1
   [junit4]   2> 32201 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32202 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10448 (1406086086348767232)]} 0 12
   [junit4]   2> 32209 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10447 (-1406086086367641600)]} 0 1
   [junit4]   2> 32212 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32213 T103 C9 P50126 /update {wt=javabin&version=2} {add=[505 (1406086086357155840)]} 0 15
   [junit4]   2> 32215 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32216 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[491 (-1406086086376030208)]} 0 0
   [junit4]   2> 32216 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10447 (-1406086086372884480)]} 0 4
   [junit4]   2> 32219 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10449 (1406086086379175936)]} 0 0
   [junit4]   2> 32220 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32221 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[491 (-1406086086379175936)]} 0 2
   [junit4]   2> 32225 T89 C8 P50122 /update {wt=javabin&version=2} {add=[506 (1406086086384418816)]} 0 1
   [junit4]   2> 32227 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32227 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10449 (1406086086382321664)]} 0 5
   [junit4]   2> 32231 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10448 (-1406086086391758848)]} 0 0
   [junit4]   2> 32232 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32233 T105 C9 P50126 /update {wt=javabin&version=2} {add=[506 (1406086086388613120)]} 0 5
   [junit4]   2> 32234 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[496 (-1406086086394904576)]} 0 0
   [junit4]   2> 32235 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32236 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10448 (-1406086086393856000)]} 0 3
   [junit4]   2> 32240 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10450 (1406086086400147456)]} 0 1
   [junit4]   2> 32240 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32241 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[496 (-1406086086398050304)]} 0 4
   [junit4]   2> 32244 T89 C8 P50122 /update {wt=javabin&version=2} {add=[507 (1406086086405390336)]} 0 0
   [junit4]   2> 32246 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32246 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10450 (1406086086403293184)]} 0 4
   [junit4]   2> 32249 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10450 (-1406086086410633216)]} 0 0
   [junit4]   2> 32251 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32251 T105 C9 P50126 /update {wt=javabin&version=2} {add=[507 (1406086086409584640)]} 0 3
   [junit4]   2> 32254 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32255 T89 C8 P50122 /update {wt=javabin&version=2} {add=[508 (1406086086416924672)]} 0 0
   [junit4]   2> 32256 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10450 (-1406086086412730368)]} 0 5
   [junit4]   2> 32258 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10451 (1406086086420070400)]} 0 0
   [junit4]   2> 32268 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 32269 T103 C9 P50126 /update {wt=javabin&version=2} {add=[508 (1406086086421118976)]} 0 10
   [junit4]   2> 32272 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32273 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10451 (1406086086423216128)]} 0 12
   [junit4]   2> 32278 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10452 (1406086086438944768)]} 0 2
   [junit4]   2> 32281 T89 C8 P50122 /update {wt=javabin&version=2} {add=[509 (1406086086434750464)]} 0 9
   [junit4]   2> 32284 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32284 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10452 (1406086086443139072)]} 0 4
   [junit4]   2> 32287 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10452 (-1406086086450479104)]} 0 0
   [junit4]   2> 32288 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32288 T103 C9 P50126 /update {wt=javabin&version=2} {add=[509 (1406086086447333376)]} 0 4
   [junit4]   2> 32291 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[498 (-1406086086454673408)]} 0 0
   [junit4]   2> 32293 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32293 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10452 (-1406086086453624832)]} 0 3
   [junit4]   2> 32295 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32296 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10453 (1406086086459916288)]} 0 0
   [junit4]   2> 32297 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[498 (-1406086086457819136)]} 0 3
   [junit4]   2> 32301 T89 C8 P50122 /update {wt=javabin&version=2} {add=[510 (1406086086464110592)]} 0 1
   [junit4]   2> 32303 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32304 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10453 (1406086086463062016)]} 0 5
   [junit4]   2> 32307 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10454 (1406086086470402048)]} 0 1
   [junit4]   2> 32313 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32313 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32313 T103 C9 P50126 /update {wt=javabin&version=2} {add=[510 (1406086086467256320)]} 0 10
   [junit4]   2> 32314 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10454 (1406086086473547776)]} 0 5
   [junit4]   2> 32317 T89 C8 P50122 /update {wt=javabin&version=2} {add=[511 (1406086086480887808)]} 0 1
   [junit4]   2> 32317 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10455 (1406086086481936384)]} 0 0
   [junit4]   2> 32323 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32323 T105 C9 P50126 /update {wt=javabin&version=2} {add=[511 (1406086086484033536)]} 0 4
   [junit4]   2> 32324 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32324 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10455 (1406086086485082112)]} 0 4
   [junit4]   2> 32326 T90 C8 P50122 /update {wt=javabin&version=2} {add=[512 (1406086086490324992)]} 0 1
   [junit4]   2> 32326 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10455 (-1406086086491373568)]} 0 0
   [junit4]   2> 32332 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32332 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32333 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10455 (-1406086086494519296)]} 0 4
   [junit4]   2> 32333 T103 C9 P50126 /update {wt=javabin&version=2} {add=[512 (1406086086494519297)]} 0 4
   [junit4]   2> 32337 T90 C8 P50122 /update {wt=javabin&version=2} {add=[513 (1406086086501859328)]} 0 1
   [junit4]   2> 32337 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10456 (1406086086501859329)]} 0 1
   [junit4]   2> 32344 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32345 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10456 (1406086086506053632)]} 0 5
   [junit4]   2> 32348 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=7 
   [junit4]   2> 32349 T103 C9 P50126 /update {wt=javabin&version=2} {add=[513 (1406086086505005056)]} 0 10
   [junit4]   2> 32355 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10457 (1406086086514442240)]} 0 7
   [junit4]   2> 32355 T90 C8 P50122 /update {wt=javabin&version=2} {add=[514 (1406086086520733696)]} 0 1
   [junit4]   2> 32361 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32361 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32361 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10457 (1406086086523879424)]} 0 4
   [junit4]   2> 32362 T105 C9 P50126 /update {wt=javabin&version=2} {add=[514 (1406086086523879425)]} 0 5
   [junit4]   2> 32364 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[503 (-1406086086531219456)]} 0 0
   [junit4]   2> 32365 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10458 (1406086086531219457)]} 0 1
   [junit4]   2> 32369 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32370 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[503 (-1406086086534365185)]} 0 3
   [junit4]   2> 32371 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32371 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10458 (1406086086534365184)]} 0 4
   [junit4]   2> 32373 T90 C8 P50122 /update {wt=javabin&version=2} {add=[515 (1406086086539608064)]} 0 1
   [junit4]   2> 32374 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10459 (1406086086540656640)]} 0 1
   [junit4]   2> 32381 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32382 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10459 (1406086086543802368)]} 0 6
   [junit4]   2> 32384 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10457 (-1406086086552190976)]} 0 0
   [junit4]   2> 32385 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32385 T103 C9 P50126 /update {wt=javabin&version=2} {add=[515 (1406086086542753792)]} 0 10
   [junit4]   2> 32387 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[506 (-1406086086555336704)]} 0 0
   [junit4]   2> 32389 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32390 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10457 (-1406086086554288128)]} 0 4
   [junit4]   2> 32393 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32394 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10460 (1406086086561628160)]} 0 1
   [junit4]   2> 32394 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[506 (-1406086086558482432)]} 0 4
   [junit4]   2> 32398 T89 C8 P50122 /update {wt=javabin&version=2} {add=[516 (1406086086565822464)]} 0 1
   [junit4]   2> 32400 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32401 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10460 (1406086086564773888)]} 0 5
   [junit4]   2> 32403 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32403 T103 C9 P50126 /update {wt=javabin&version=2} {add=[516 (1406086086570016768)]} 0 2
   [junit4]   2> 32405 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10459 (-1406086086574211072)]} 0 1
   [junit4]   2> 32407 T90 C8 P50122 /update {wt=javabin&version=2} {add=[517 (1406086086576308224)]} 0 0
   [junit4]   2> 32410 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32411 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10459 (-1406086086577356800)]} 0 3
   [junit4]   2> 32414 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32414 T105 C9 P50126 /update {wt=javabin&version=2} {add=[517 (1406086086579453952)]} 0 4
   [junit4]   2> 32414 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10461 (1406086086583648256)]} 0 0
   [junit4]   2> 32417 T89 C8 P50122 /update {wt=javabin&version=2} {add=[518 (1406086086585745408)]} 0 1
   [junit4]   2> 32424 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 32425 T103 C9 P50126 /update {wt=javabin&version=2} {add=[518 (1406086086588891136)]} 0 6
   [junit4]   2> 32428 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 32428 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[507 (-1406086086598328320)]} 0 0
   [junit4]   2> 32429 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10461 (1406086086585745408)]} 0 13
   [junit4]   2> 32431 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10461 (-1406086086601474048)]} 0 0
   [junit4]   2> 32432 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32433 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[507 (-1406086086601474048)]} 0 2
   [junit4]   2> 32437 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32438 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10461 (-1406086086604619776)]} 0 4
   [junit4]   2> 32442 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10462 (1406086086610911232)]} 0 2
   [junit4]   2> 32444 T89 C8 P50122 /update {wt=javabin&version=2} {add=[519 (1406086086606716928)]} 0 8
   [junit4]   2> 32448 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32448 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10462 (1406086086616154112)]} 0 3
   [junit4]   2> 32450 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32450 T103 C9 P50126 /update {wt=javabin&version=2} {add=[519 (1406086086617202688)]} 0 4
   [junit4]   2> 32451 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10463 (1406086086622445568)]} 0 0
   [junit4]   2> 32453 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[508 (-1406086086624542720)]} 0 0
   [junit4]   2> 32458 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32459 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10463 (1406086086625591296)]} 0 5
   [junit4]   2> 32459 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32460 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[508 (-1406086086627688448)]} 0 4
   [junit4]   2> 32462 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10464 (1406086086632931328)]} 0 1
   [junit4]   2> 32463 T89 C8 P50122 /update {wt=javabin&version=2} {add=[520 (1406086086633979904)]} 0 1
   [junit4]   2> 32471 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32472 T103 C9 P50126 /update {wt=javabin&version=2} {add=[520 (1406086086637125632)]} 0 7
   [junit4]   2> 32477 T89 C8 P50122 /update {wt=javabin&version=2} {add=[521 (1406086086649708544)]} 0 1
   [junit4]   2> 32487 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32488 T103 C9 P50126 /update {wt=javabin&version=2} {add=[521 (1406086086656000000)]} 0 5
   [junit4]   2> 32495 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[512 (-1406086086668582912)]} 0 1
   [junit4]   2> 32504 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32506 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[512 (-1406086086673825792)]} 0 6
   [junit4]   2> 32509 T89 C8 P50122 /update {wt=javabin&version=2} {add=[522 (1406086086682214400)]} 0 1
   [junit4]   2> 32516 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32517 T103 C9 P50126 /update {wt=javabin&version=2} {add=[522 (1406086086686408704)]} 0 5
   [junit4]   2> 32521 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[513 (-1406086086695845888)]} 0 1
   [junit4]   2> 32527 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32528 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[513 (-1406086086698991616)]} 0 5
   [junit4]   2> 32529 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32530 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10464 (1406086086636077056)]} 0 66
   [junit4]   2> 32532 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10462 (-1406086086707380224)]} 0 0
   [junit4]   2> 32551 T89 C8 P50122 /update {wt=javabin&version=2} {add=[523 (1406086086706331648)]} 0 20
   [junit4]   2> 32567 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32568 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10462 (-1406086086728351744)]} 0 16
   [junit4]   2> 32609 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10465 (1406086086787072000)]} 0 1
   [junit4]   2> 32618 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32627 T103 C9 P50126 /update {wt=javabin&version=2} {add=[523 (1406086086732546048)]} 0 72
   [junit4]   2> 32632 T209 C10 P50130 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50126/solr/collection1/ recoveringAfterStartup=false
   [junit4]   2> 32635 T209 C10 P50130 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr START replicas=[http://127.0.0.1:50126/solr/collection1/] nUpdates=100
   [junit4]   2> 32641 T209 C10 P50130 oasu.PeerSync.sync WARNING PeerSync: core=collection1 url=127.0.0.1:50115/solr too many updates received since start - startingUpdates no longer overlaps with our currentUpdates
   [junit4]   2> 32641 T209 C10 P50130 oasc.RecoveryStrategy.doRecovery Sync Recovery was not successful - trying replication
   [junit4]   2> 32641 T209 C10 P50130 oasc.RecoveryStrategy.doRecovery Begin buffering updates
   [junit4]   2> 32696 T89 C8 P50122 /update {wt=javabin&version=2} {add=[524 (1406086086879346688)]} 0 1
   [junit4]   2> 32715 T104 C9 P50126 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=6 
   [junit4]   2> 32725 T209 C10 P50130 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\tlog\tlog.0000000000000000002 refcount=1}}
   [junit4]   2> 32725 T209 C10 P50130 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50126/solr/collection1/
   [junit4]   2> 32725 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=17 
   [junit4]   2> 32725 T209 C10 P50130 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 32726 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=105 
   [junit4]   2> 32727 T103 C9 P50126 /update {wt=javabin&version=2} {add=[524 (1406086086888783872)]} 0 22
   [junit4]   2> 32739 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[514 (-1406086086918144000)]} 0 9
   [junit4]   2> 32741 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10465 (1406086086795460608)]} 0 126
   [junit4]   2> 32746 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10463 (-1406086086931775488)]} 0 0
   [junit4]   2> 32747 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32749 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[514 (-1406086086929678336)]} 0 6
   [junit4]   2> 32752 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32759 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10463 (-1406086086934921216)]} 0 10
   [junit4]   2> 32761 T102 C9 P50126 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 32773 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10466 (1406086086949601280)]} 0 11
   [junit4]   2> 32814 T89 C8 P50122 /update {wt=javabin&version=2} {add=[525 (1406086086939115520)]} 0 62
   [junit4]   2> 32814 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 32816 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10466 (1406086086977912832)]} 0 28
   [junit4]   2> 32822 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10467 (1406086087010418688)]} 0 1
   [junit4]   2> 32824 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32825 T103 C9 P50126 /update {wt=javabin&version=2} {add=[525 (1406086087006224384)]} 0 8
   [junit4]   2> 32840 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[516 (-1406086087029293056)]} 0 1
   [junit4]   2> 32843 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32844 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10467 (1406086087030341632)]} 0 4
   [junit4]   2> 32848 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 32849 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[516 (-1406086087032438784)]} 0 7
   [junit4]   2> 32851 T102 C9 P50126 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_2,generation=2,filenames=[_o_Lucene40_0.prx, _p.fdx, _p.fnm, _p.fdt, _q.fdx, _o_Lucene40_0.frq, _q.fdt, _p_1.del, _o_1.del, _q_Lucene40_0.tim, _q.si, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _o.si, _q_Lucene40_0.tip, _o.fdt, _p_Lucene40_0.frq, _o.fnm, _o.fdx, _q_nrm.cfe, _q_Lucene40_0.frq, _q_nrm.cfs, _p.si, _o_nrm.cfs, _p_nrm.cfe, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _o_Lucene40_0.tim, segments_2, _q.fnm, _p_nrm.cfs, _q_Lucene40_0.prx, _o_nrm.cfe]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_3,generation=3,filenames=[_35_nrm.cfs, _34_nrm.cfe, _34_Lucene40_0.prx, _35_1.del, _35.fnm, _34_Lucene40_0.frq, _35_Lucene40_0.frq, _34_Lucene40_0.tim, _34_Lucene40_0.tip, _34.fnm, _35.fdx, _35.si, _34.si, _35_Lucene40_0.tip, _35_nrm.cfe, _35.fdt, _34_nrm.cfs, _35_Lucene40_0.prx, _34.fdx, segments_3, _35_Lucene40_0.tim, _34.fdt]
   [junit4]   2> 32851 T102 C9 P50126 oasc.SolrDeletionPolicy.updateCommits newest commit = 3
   [junit4]   2> 32860 T89 C8 P50122 /update {wt=javabin&version=2} {add=[526 (1406086087050264576)]} 0 1
   [junit4]   2> 32924 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10467 (-1406086087118422016)]} 0 1
   [junit4]   2> 32984 T102 C9 P50126 oass.SolrIndexSearcher.<init> Opening Searcher@78fcc563 main
   [junit4]   2> 32986 T102 C9 P50126 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 32987 T111 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78fcc563 main{StandardDirectoryReader(segments_3:245 _35(4.0):C489/5 _34(4.0):C6)}
   [junit4]   2> 32992 T102 C9 P50126 /update {waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 231
   [junit4]   2> 32993 T209 C10 P50130 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 32993 T209 C10 P50130 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 32995 T107 C9 P50126 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 
   [junit4]   2> 32996 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Master's generation: 3
   [junit4]   2> 32996 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Slave's generation: 4
   [junit4]   2> 32997 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Starting replication process
   [junit4]   2> 33001 T107 C9 P50126 REQ /replication {command=filelist&generation=3&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
   [junit4]   2> 33002 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 22
   [junit4]   2> 33009 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Starting download to .\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024 fullCopy=true
   [junit4]   2> 33011 T107 C9 P50126 REQ /replication {file=_35_nrm.cfs&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33016 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33017 T105 C9 P50126 /update {wt=javabin&version=2} {add=[526 (1406086087070187520)]} 0 140
   [junit4]   2> 33022 T107 C9 P50126 REQ /replication {file=_34_nrm.cfe&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33024 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33027 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10467 (-1406086087208599552)]} 0 17
   [junit4]   2> 33028 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[522 (-1406086087227473920)]} 0 0
   [junit4]   2> 33030 T107 C9 P50126 REQ /replication {file=_35_1.del&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33035 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10468 (1406086087234813952)]} 0 0
   [junit4]   2> 33037 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33037 T107 C9 P50126 REQ /replication {file=_34_Lucene40_0.prx&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33037 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[522 (-1406086087232716800)]} 0 4
   [junit4]   2> 33039 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 33041 T90 C8 P50122 /update {wt=javabin&version=2} {add=[527 (1406086087240056832)]} 0 1
   [junit4]   2> 33042 T107 C9 P50126 REQ /replication {file=_35.fnm&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33042 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33044 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10468 (1406086087237959680)]} 0 6
   [junit4]   2> 33046 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 33046 T107 C9 P50126 REQ /replication {file=_35_Lucene40_0.frq&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33048 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10469 (1406086087247396864)]} 0 1
   [junit4]   2> 33049 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33050 T105 C9 P50126 /update {wt=javabin&version=2} {add=[527 (1406086087244251136)]} 0 6
   [junit4]   2> 33051 T107 C9 P50126 REQ /replication {file=_34_Lucene40_0.frq&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33053 T90 C8 P50122 /update {wt=javabin&version=2} {add=[528 (1406086087253688320)]} 0 0
   [junit4]   2> 33054 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33055 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10469 (1406086087252639744)]} 0 3
   [junit4]   2> 33057 T107 C9 P50126 REQ /replication {file=_34_Lucene40_0.tim&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 33059 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10470 (1406086087258931200)]} 0 1
   [junit4]   2> 33059 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33060 T105 C9 P50126 /update {wt=javabin&version=2} {add=[528 (1406086087256834048)]} 0 4
   [junit4]   2> 33062 T107 C9 P50126 REQ /replication {file=_34.fnm&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=2 
   [junit4]   2> 33064 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[523 (-1406086087265222656)]} 0 0
   [junit4]   2> 33068 T107 C9 P50126 REQ /replication {file=_34_Lucene40_0.tip&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33070 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33073 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10470 (1406086087264174080)]} 0 10
   [junit4]   2> 33074 T107 C9 P50126 REQ /replication {file=_35.fdx&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33077 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10471 (1406086087278854144)]} 0 0
   [junit4]   2> 33078 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33079 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[523 (-1406086087272562688)]} 0 8
   [junit4]   2> 33080 T107 C9 P50126 REQ /replication {file=_34.si&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33084 T107 C9 P50126 REQ /replication {file=_35.si&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33089 T107 C9 P50126 REQ /replication {file=_35_Lucene40_0.tip&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33094 T90 C8 P50122 /update {wt=javabin&version=2} {add=[529 (1406086087284097024)]} 0 12
   [junit4]   2> 33095 T107 C9 P50126 REQ /replication {file=_35.fdt&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33101 T107 C9 P50126 REQ /replication {file=_35_nrm.cfe&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33101 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33103 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10471 (1406086087283048448)]} 0 22
   [junit4]   2> 33104 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33106 T105 C9 P50126 /update {wt=javabin&version=2} {add=[529 (1406086087301922816)]} 0 7
   [junit4]   2> 33107 T107 C9 P50126 REQ /replication {file=_34_nrm.cfs&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33108 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10472 (1406086087309262848)]} 0 2
   [junit4]   2> 33111 T89 C8 P50122 /update {wt=javabin&version=2} {add=[530 (1406086087314505728)]} 0 0
   [junit4]   2> 33112 T107 C9 P50126 REQ /replication {file=_35_Lucene40_0.prx&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=1 
   [junit4]   2> 33113 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33113 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10472 (1406086087313457152)]} 0 3
   [junit4]   2> 33116 T107 C9 P50126 REQ /replication {file=_34.fdx&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33118 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33118 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10473 (1406086087320797184)]} 0 1
   [junit4]   2> 33119 T107 C9 P50126 REQ /replication {file=_35_Lucene40_0.tim&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33120 T103 C9 P50126 /update {wt=javabin&version=2} {add=[530 (1406086087318700032)]} 0 6
   [junit4]   2> 33124 T89 C8 P50122 /update {wt=javabin&version=2} {add=[531 (1406086087328137216)]} 0 0
   [junit4]   2> 33125 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33124 T107 C9 P50126 REQ /replication {file=segments_3&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33126 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10473 (1406086087324991488)]} 0 5
   [junit4]   2> 33128 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10470 (-1406086087332331520)]} 0 0
   [junit4]   2> 33130 T107 C9 P50126 REQ /replication {file=_34.fdt&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 
   [junit4]   2> 33130 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33131 T103 C9 P50126 /update {wt=javabin&version=2} {add=[531 (1406086087332331520)]} 0 3
   [junit4]   2> 33132 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
   [junit4]   2> 33135 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33135 T89 C8 P50122 /update {wt=javabin&version=2} {add=[532 (1406086087339671552)]} 0 1
   [junit4]   2> 33136 T209 C10 P50130 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20120629013628024
   [junit4]   2> 33136 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10470 (-1406086087336525824)]} 0 4
   [junit4]   2> 33141 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10474 (1406086087345963008)]} 0 1
   [junit4]   2> 33143 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33144 T103 C9 P50126 /update {wt=javabin&version=2} {add=[532 (1406086087343865856)]} 0 5
   [junit4]   2> 33147 T89 C8 P50122 /update {wt=javabin&version=2} {add=[533 (1406086087351205888)]} 0 1
   [junit4]   2> 33148 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33149 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10474 (1406086087349108736)]} 0 5
   [junit4]   2> 33153 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10471 (-1406086087358545920)]} 0 1
   [junit4]   2> 33154 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33155 T103 C9 P50126 /update {wt=javabin&version=2} {add=[533 (1406086087356448768)]} 0 4
   [junit4]   2> 33157 T209 C10 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_4,generation=4,filenames=[_v.fdx, _p.fdx, _s.fdt, _p.fdt, _u_Lucene40_0.tip, _w_Lucene40_0.prx, _q.fdx, _t_Lucene40_0.frq, _o_Lucene40_0.frq, _s_Lucene40_0.frq, _q.fdt, _u_Lucene40_0.tim, _q_Lucene40_0.tim, _q.si, _o.si, _v.fnm, _w.fnm, _q_Lucene40_0.tip, _s_nrm.cfe, _o.fnm, _p_Lucene40_0.frq, _w.fdt, _q_nrm.cfe, _s.si, _w.fdx, _s_Lucene40_0.tip, _t_Lucene40_0.tim, _q_nrm.cfs, _s_Lucene40_0.tim, _t_Lucene40_0.tip, _u_Lucene40_0.frq, _s_nrm.cfs, _p_nrm.cfe, _t_2.del, _u_2.del, _u.fdt, _u.si, _p_nrm.cfs, _q.fnm, _t.fdt, _q_Lucene40_0.prx, _o_Lucene40_0.prx, _w.si, _p.fnm, _t.fnm, _w_Lucene40_0.tip, _u.fdx, _t_Lucene40_0.prx, _v_Lucene40_0.frq, _s.fnm, _w_Lucene40_0.tim, _t_nrm.cfs, _v_nrm.cfs, _p_1.del, _t.si, _u.fnm, _u_nrm.cfs, _p_Lucene40_0.tim, _p_Lucene40_0.tip, _w_nrm.cfe, _w_Lucene40_0.frq, _o.fdt, _v.fdt, _u_Lucene40_0.prx, _u_nrm.cfe, _v.si, _o.fdx, _s_1.del, _w_nrm.cfs, _p.si, _q_Lucene40_0.frq, _o_nrm.cfs, _o_2.del, _v_Lucene40_0.prx, _o_Lucene40_0.tip, _p_Lucene40_0.prx, _v_Lucene40_0.tip, _s.fdx, _o_Lucene40_0.tim, _s_Lucene40_0.prx, _v_Lucene40_0.tim, _v_nrm.cfe, _t.fdx, _t_nrm.cfe, _o_nrm.cfe, segments_4]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798,segFN=segments_5,generation=5,filenames=[_2h_nrm.cfs, _2h.si, _2h.fdx, _2h.fdt, _2h_Lucene40_0.tim, _2h.fnm, _2h_nrm.cfe, _2h_Lucene40_0.frq, segments_5, _2h_Lucene40_0.prx, _2h_Lucene40_0.tip]
   [junit4]   2> 33158 T209 C10 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 5
   [junit4]   2> 33159 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33160 T89 C8 P50122 /update {wt=javabin&version=2} {add=[534 (1406086087365885952)]} 0 1
   [junit4]   2> 33161 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10471 (-1406086087361691648)]} 0 5
   [junit4]   2> 33165 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10475 (1406086087370080256)]} 0 1
   [junit4]   2> 33170 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33171 T103 C9 P50126 /update {wt=javabin&version=2} {add=[534 (1406086087372177408)]} 0 6
   [junit4]   2> 33181 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33182 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10475 (1406086087374274560)]} 0 14
   [junit4]   2> 33187 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10476 (1406086087392100352)]} 0 2
   [junit4]   2> 33188 T89 C8 P50122 /update {wt=javabin&version=2} {add=[535 (1406086087380566016)]} 0 14
   [junit4]   2> 33197 T209 C10 P50130 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index.20120629013612798 new=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022/jetty2\index.20120629013628024
   [junit4]   2> 33206 T209 C10 P50130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024,segFN=segments_3,generation=3,filenames=[_35_nrm.cfs, _34_nrm.cfe, _34_Lucene40_0.prx, _35_1.del, _35.fnm, _34_Lucene40_0.frq, _35_Lucene40_0.frq, _34_Lucene40_0.tim, _34.fnm, _34_Lucene40_0.tip, _35.fdx, _35.si, _34.si, _35_Lucene40_0.tip, _35.fdt, _35_nrm.cfe, _34_nrm.cfs, _35_Lucene40_0.prx, _34.fdx, segments_3, _35_Lucene40_0.tim, _34.fdt]
   [junit4]   2> 33206 T209 C10 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 3
   [junit4]   2> 33211 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33211 T209 C10 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@50881d59 main
   [junit4]   2> 33216 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33217 T103 C9 P50126 /update {wt=javabin&version=2} {add=[535 (1406086087410974720)]} 0 14
   [junit4]   2> 33218 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10476 (1406086087408877568)]} 0 17
   [junit4]   2> 33219 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50881d59 main{StandardDirectoryReader(segments_3:245:nrt _35(4.0):C489/5 _34(4.0):C6)}
   [junit4]   2> 33220 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[525 (-1406086087428800512)]} 0 0
   [junit4]   2> 33221 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10477 (1406086087428800513)]} 0 1
   [junit4]   2> 33228 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33229 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10477 (1406086087434043392)]} 0 5
   [junit4]   2> 33234 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33234 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[525 (-1406086087435091968)]} 0 8
   [junit4]   2> 33236 T209 C10 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 33236 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10473 (-1406086087445577728)]} 0 0
   [junit4]   2> 33236 T209 C10 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@62c0958a main
   [junit4]   2> 33237 T209 C10 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 33238 T89 C8 P50122 /update {wt=javabin&version=2} {add=[536 (1406086087446626304)]} 0 1
   [junit4]   2> 33238 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62c0958a main{StandardDirectoryReader(segments_3:245:nrt _35(4.0):C489/5 _34(4.0):C6)}
   [junit4]   2> 33239 T209 C10 P50130 oash.SnapPuller.fetchLatestIndex removing old index directory C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798
   [junit4]   2> 33241 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33242 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10473 (-1406086087448723456)]} 0 3
   [junit4]   2> 33243 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33245 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10478 (1406086087453966336)]} 0 1
   [junit4]   2> 33245 T103 C9 P50126 /update {wt=javabin&version=2} {add=[536 (1406086087449772032)]} 0 5
   [junit4]   2> 33246 T209 C10 P50130 oash.SnapPuller.delTree WARNING Unable to delete file : C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798\_o.fdt
   [junit4]   2> 33249 T89 C8 P50122 /update {wt=javabin&version=2} {add=[537 (1406086087459209216)]} 0 0
   [junit4]   2> 33250 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33250 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10478 (1406086087457112064)]} 0 3
   [junit4]   2> 33252 T209 C10 P50130 oasc.RecoveryStrategy.replay Replaying buffered documents
   [junit4]   2> 33255 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10474 (-1406086087465500672)]} 0 0
   [junit4]   2> 33257 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33259 T103 C9 P50126 /update {wt=javabin&version=2} {add=[537 (1406086087461306368)]} 0 8
   [junit4]   2> 33261 T235 C10 P50130 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\tlog\tlog.0000000000000000002 refcount=2} active=true starting pos=55797
   [junit4]   2> 33263 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[526 (-1406086087473889280)]} 0 0
   [junit4]   2> 33265 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33265 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10474 (-1406086087468646400)]} 0 7
   [junit4]   2> 33269 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10479 (1406086087479132160)]} 0 1
   [junit4]   2> 33271 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33272 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[526 (-1406086087478083584)]} 0 6
   [junit4]   2> 33278 T89 C8 P50122 /update {wt=javabin&version=2} {add=[538 (1406086087488569344)]} 0 1
   [junit4]   2> 33279 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33280 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10479 (1406086087484375040)]} 0 7
   [junit4]   2> 33283 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10475 (-1406086087493812224)]} 0 0
   [junit4]   2> 33285 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33287 T103 C9 P50126 /update {wt=javabin&version=2} {add=[538 (1406086087492763648)]} 0 6
   [junit4]   2> 33290 T89 C8 P50122 /update {wt=javabin&version=2} {add=[539 (1406086087501152256)]} 0 1
   [junit4]   2> 33291 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33291 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10475 (-1406086087498006528)]} 0 5
   [junit4]   2> 33295 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10480 (1406086087506395136)]} 0 1
   [junit4]   2> 33295 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33303 T103 C9 P50126 /update {wt=javabin&version=2} {add=[539 (1406086087505346560)]} 0 10
   [junit4]   2> 33307 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[529 (-1406086087518978048)]} 0 1
   [junit4]   2> 33335 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33336 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[529 (-1406086087547289600)]} 0 4
   [junit4]   2> 33345 T89 C8 P50122 /update {wt=javabin&version=2} {add=[540 (1406086087553581056)]} 0 6
   [junit4]   2> 33348 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33350 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10480 (1406086087508492288)]} 0 54
   [junit4]   2> 33352 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33353 T103 C9 P50126 /update {wt=javabin&version=2} {add=[540 (1406086087563018240)]} 0 5
   [junit4]   2> 33355 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10481 (1406086087568261120)]} 0 2
   [junit4]   2> 33357 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[531 (-1406086087572455424)]} 0 0
   [junit4]   2> 33361 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33362 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10481 (1406086087573504000)]} 0 4
   [junit4]   2> 33363 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33364 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[531 (-1406086087575601152)]} 0 4
   [junit4]   2> 33386 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10482 (1406086087580844032)]} 0 21
   [junit4]   2> 33388 T90 C8 P50122 /update {wt=javabin&version=2} {add=[541 (1406086087604961280)]} 0 0
   [junit4]   2> 33391 T235 C10 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=2,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 33458 T235 C10 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024,segFN=segments_3,generation=3,filenames=[_35_nrm.cfs, _34_nrm.cfe, _34_Lucene40_0.prx, _35_1.del, _35.fnm, _34_Lucene40_0.frq, _35_Lucene40_0.frq, _34_Lucene40_0.tim, _34.fnm, _34_Lucene40_0.tip, _35.fdx, _35.si, _34.si, _35_Lucene40_0.tip, _35.fdt, _35_nrm.cfe, _34_nrm.cfs, _35_Lucene40_0.prx, _34.fdx, segments_3, _35_Lucene40_0.tim, _34.fdt]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024,segFN=segments_4,generation=4,filenames=[_39_nrm.cfe, _37_Lucene40_0.prx, _36_nrm.cfe, _34_nrm.cfe, _35.fnm, _34_Lucene40_0.frq, _38.si, _36_nrm.cfs, _38.fdt, _34_Lucene40_0.tim, _38.fnm, _34.fnm, _34_Lucene40_0.tip, _39_nrm.cfs, _34.si, _35.si, _38.fdx, _35_Lucene40_0.tip, _35_nrm.cfe, _36_2.del, _35_Lucene40_0.tim, _36.fnm, _35_2.del, _35_nrm.cfs, _36_Lucene40_0.frq, _38_nrm.cfs, _34_1.del, _38_Lucene40_0.prx, _36_Lucene40_0.tim, _38_Lucene40_0.frq, _34_nrm.cfs, _37_nrm.cfe, _37_Lucene40_0.frq, _36.fdx, _37_nrm.cfs, _39_Lucene40_0.tim, _34.fdx, _38_nrm.cfe, _36_Lucene40_0.tip, _36.fdt, _39_Lucene40_0.tip, _34.fdt, _37_1.del, _35_Lucene40_0.frq, _35.fdx, _37_Lucene40_0.tip, _37.fdx, _39_Lucene40_0.frq, _35.fdt, _38_Lucene40_0.tim, _39_Lucene40_0.prx, _37.fdt, _38_Lucene40_0.tip, _37_Lucene40_0.tim, _37.si, _36_Lucene40_0.prx, _39.fdt, _39.fnm, _34_Lucene40_0.prx, _39.si, _37.fnm, _35_Lucene40_0.prx, _39.fdx, segments_4, _36.si]
   [junit4]   2> 33459 T235 C10 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 33463 T235 C10 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@595262e7 main
   [junit4]   2> 33464 T235 C10 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 33464 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@595262e7 main{StandardDirectoryReader(segments_4:254:nrt _35(4.0):C489/6 _34(4.0):C6/2 _36(4.0):C10/5 _37(4.0):C10/5 _38(4.0):C10 _39(4.0):C2)}
   [junit4]   2> 33465 T235 C10 P50130 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=33 deletes=15 deleteByQuery=0 errors=0 positionOfStart=55797}
   [junit4]   2> 33466 T209 C10 P50130 oasc.RecoveryStrategy.doRecovery Recovery was successful - registering as Active
   [junit4]   2> 33468 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=73 
   [junit4]   2> 33470 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=66 
   [junit4]   2> 33471 T103 C9 P50126 /update {wt=javabin&version=2} {add=[541 (1406086087610204160)]} 0 79
   [junit4]   2> 33471 T209 C10 P50130 oasc.RecoveryStrategy.doRecovery Finished recovery process
   [junit4]   2> 33472 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10482 (1406086087607058432)]} 0 83
   [junit4]   2> 33475 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[535 (-1406086087695138816)]} 0 1
   [junit4]   2> 33475 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10476 (-1406086087696187392)]} 0 0
   [junit4]   2> 33479 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33479 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[535 (-1406086087698284544)]} 0 2
   [junit4]   2> 33480 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33481 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10476 (-1406086087698284545)]} 0 4
   [junit4]   2> 33484 T89 C8 P50122 /update {wt=javabin&version=2} {add=[542 (1406086087704576000)]} 0 1
   [junit4]   2> 33486 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10483 (1406086087706673152)]} 0 1
   [junit4]   2> 33490 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33490 T103 C9 P50126 /update {wt=javabin&version=2} {add=[542 (1406086087708770304)]} 0 4
   [junit4]   2> 33492 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33493 T90 C8 P50122 /update {wt=javabin&version=2} {add=[543 (1406086087714013184)]} 0 1
   [junit4]   2> 33493 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10483 (1406086087710867456)]} 0 4
   [junit4]   2> 33496 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10484 (1406086087717158912)]} 0 1
   [junit4]   2> 33499 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33499 T105 C9 P50126 /update {wt=javabin&version=2} {add=[543 (1406086087717158912)]} 0 4
   [junit4]   2> 33502 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33502 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[537 (-1406086087724498944)]} 0 0
   [junit4]   2> 33503 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10484 (1406086087720304640)]} 0 5
   [junit4]   2> 33507 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10485 (1406086087729741824)]} 0 0
   [junit4]   2> 33507 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33508 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[537 (-1406086087728693248)]} 0 2
   [junit4]   2> 33512 T90 C8 P50122 /update {wt=javabin&version=2} {add=[544 (1406086087733936128)]} 0 1
   [junit4]   2> 33512 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33513 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10485 (1406086087731838976)]} 0 4
   [junit4]   2> 33521 T98 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 33522 T98 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 33525 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10486 (1406086087740227584)]} 0 9
   [junit4]   2> 33526 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33527 T105 C9 P50126 /update {wt=javabin&version=2} {add=[544 (1406086087737081856)]} 0 13
   [junit4]   2> 33533 T90 C8 P50122 /update {wt=javabin&version=2} {add=[545 (1406086087754907648)]} 0 1
   [junit4]   2> 33533 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33534 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10486 (1406086087751761920)]} 0 6
   [junit4]   2> 33538 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10487 (1406086087761199104)]} 0 0
   [junit4]   2> 33548 T97 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 33549 T160 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 33548 T126 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 33548 T110 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 33552 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=14 
   [junit4]   2> 33555 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 
   [junit4]   2> 33557 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10487 (1406086087763296256)]} 0 18
   [junit4]   2> 33558 T130 oascc.ZkStateReader$2.process A cluster state change has occurred
   [junit4]   2> 33559 T105 C9 P50126 /update {wt=javabin&version=2} {add=[545 (1406086087760150528)]} 0 23
   [junit4]   2> 33561 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10478 (-1406086087786364928)]} 0 1
   [junit4]   2> 33566 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[539 (-1406086087791607808)]} 0 0
   [junit4]   2>  C10_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50130_solr, base_url=http://127.0.0.1:50130/solr}
   [junit4]   2> 33570 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33572 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10478 (-1406086087792656384)]} 0 5
   [junit4]   2> 33575 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33577 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[539 (-1406086087796850688)]} 0 6
   [junit4]   2> 33578 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10488 (1406086087803142144)]} 0 1
   [junit4]   2> 33581 T90 C8 P50122 /update {wt=javabin&version=2} {add=[546 (1406086087806287872)]} 0 1
   [junit4]   2> 33585 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33587 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33588 T105 C9 P50126 /update {wt=javabin&version=2} {add=[546 (1406086087809433601)]} 0 5
   [junit4]   2> 33589 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10488 (1406086087809433600)]} 0 7
   [junit4]   2> 33592 T90 C8 P50122 /update {wt=javabin&version=2} {add=[547 (1406086087818870784)]} 0 0
   [junit4]   2> 33595 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10479 (-1406086087820967936)]} 0 1
   [junit4]   2> 33602 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33602 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33603 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[10479 (-1406086087824113664)]} 0 6
   [junit4]   2> 33603 T103 C9 P50126 /update {wt=javabin&version=2} {add=[547 (1406086087823065088)]} 0 7
   [junit4]   2> 33607 T90 C8 P50122 /update {wt=javabin&version=2} {add=[548 (1406086087834599425)]} 0 1
   [junit4]   2> 33607 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10489 (1406086087834599424)]} 0 1
   [junit4]   2> 33613 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33613 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33614 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10489 (1406086087837745152)]} 0 4
   [junit4]   2> 33614 T105 C9 P50126 /update {wt=javabin&version=2} {add=[548 (1406086087837745153)]} 0 4
   [junit4]   2> 33623 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[540 (-1406086087851376640)]} 0 0
   [junit4]   2> 33623 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10481 (-1406086087851376641)]} 0 0
   [junit4]   2> 33628 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33628 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[540 (-1406086087854522369)]} 0 2
   [junit4]   2> 33628 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33629 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10481 (-1406086087854522368)]} 0 3
   [junit4]   2> 33632 T89 C8 P50122 /update {wt=javabin&version=2} {add=[549 (1406086087859765248)]} 0 1
   [junit4]   2> 33633 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10490 (1406086087860813824)]} 0 1
   [junit4]   2> 33643 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33644 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33681 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10490 (1406086087863959552)]} 0 46
   [junit4]   2> 33682 T103 C9 P50126 /update {wt=javabin&version=2} {add=[549 (1406086087862910976)]} 0 48
   [junit4]   2> 33685 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[10483 (-1406086087915339776)]} 0 1
   [junit4]   2> 33686 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[541 (-1406086087917436928)]} 0 0
   [junit4]   2> 33689 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33690 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10483 (-1406086087919534080)]} 0 3
   [junit4]   2> 33692 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33693 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[541 (-1406086087920582656)]} 0 4
   [junit4]   2> 33708 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10491 (1406086087935262720)]} 0 6
   [junit4]   2> 33712 T90 C8 P50122 /update {wt=javabin&version=2} {add=[550 (1406086087943651328)]} 0 2
   [junit4]   2> 33719 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33726 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10491 (1406086087946797056)]} 0 12
   [junit4]   2> 33730 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=11 
   [junit4]   2> 33731 T103 C9 P50126 /update {wt=javabin&version=2} {add=[550 (1406086087949942784)]} 0 14
   [junit4]   2> 33735 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[542 (-1406086087968817152)]} 0 0
   [junit4]   2> 33791 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10492 (1406086088027537408)]} 0 1
   [junit4]   2> 33853 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33854 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[542 (-1406086088026488832)]} 0 64
   [junit4]   2> 33872 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33876 T89 C8 P50122 /update {wt=javabin&version=2} {add=[551 (1406086088114569216)]} 0 3
   [junit4]   2> 33880 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10492 (1406086088090451968)]} 0 30
   [junit4]   2> 33883 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33884 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10485 (-1406086088125054976)]} 0 1
   [junit4]   2> 33884 T105 C9 P50126 /update {wt=javabin&version=2} {add=[551 (1406086088119812096)]} 0 5
   [junit4]   2> 33886 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[543 (-1406086088127152128)]} 0 0
   [junit4]   2> 33888 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33889 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10485 (-1406086088127152128)]} 0 3
   [junit4]   2> 33893 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10493 (1406086088133443584)]} 0 1
   [junit4]   2> 33893 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33901 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[543 (-1406086088131346432)]} 0 11
   [junit4]   2> 33909 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33917 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10493 (1406086088143929344)]} 0 15
   [junit4]   2> 33919 T89 C8 P50122 /update {wt=javabin&version=2} {add=[552 (1406086088160706560)]} 0 1
   [junit4]   2> 33921 T90 C8 P50122 /update {wt=javabin&version=2} {add=[10494 (1406086088162803712)]} 0 1
   [junit4]   2> 33925 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33926 T103 C9 P50126 /update {wt=javabin&version=2} {add=[552 (1406086088163852288)]} 0 5
   [junit4]   2> 33927 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33927 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10494 (1406086088165949440)]} 0 4
   [junit4]   2> 33928 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[547 (-1406086088171192320)]} 0 0
   [junit4]   2> 33931 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10495 (1406086088173289472)]} 0 1
   [junit4]   2> 33933 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33934 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[547 (-1406086088174338048)]} 0 3
   [junit4]   2> 33937 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33938 T89 C8 P50122 /update {wt=javabin&version=2} {add=[553 (1406086088180629504)]} 0 1
   [junit4]   2> 33938 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10495 (1406086088176435200)]} 0 5
   [junit4]   2> 33942 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10496 (1406086088184823808)]} 0 1
   [junit4]   2> 33944 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 33944 T105 C9 P50126 /update {wt=javabin&version=2} {add=[553 (1406086088183775232)]} 0 4
   [junit4]   2> 33947 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[548 (-1406086088191115264)]} 0 0
   [junit4]   2> 33955 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33958 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[548 (-1406086088195309568)]} 0 8
   [junit4]   2> 33973 T89 C8 P50122 /update {wt=javabin&version=2} {add=[554 (1406086088213135360)]} 0 5
   [junit4]   2> 33996 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 33997 T105 C9 P50126 /update {wt=javabin&version=2} {add=[554 (1406086088226766848)]} 0 17
   [junit4]   2> 34047 T89 C8 P50122 /update {wt=javabin&version=2} {add=[555 (1406086088293875712)]} 0 2
   [junit4]   2> 34092 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 34095 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10496 (1406086088187969536)]} 0 151
   [junit4]   2> 34107 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=9 
   [junit4]   2> 34111 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10486 (-1406086088363081728)]} 0 1
   [junit4]   2> 34112 T105 C9 P50126 /update {wt=javabin&version=2} {add=[555 (1406086088345255936)]} 0 19
   [junit4]   2> 34113 T77 oascc.ZkStateReader.updateCloudState Manual update of cluster state initiated
   [junit4]   2> 34115 T89 C8 P50122 /update {wt=javabin&version=2} {add=[556 (1406086088367276032)]} 0 1
   [junit4]   2> 34126 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=3 
   [junit4]   2> 34127 T105 C9 P50126 /update {wt=javabin&version=2} {add=[556 (1406086088372518912)]} 0 7
   [junit4]   2> 34129 T77 oascc.ZkStateReader.updateCloudState Updating cloud state from ZooKeeper... 
   [junit4]   2> 34130 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[550 (-1406086088383004672)]} 0 1
   [junit4]   2> 34133 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 34136 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10486 (-1406086088371470336)]} 0 17
   [junit4]   2> 34138 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 34139 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[550 (-1406086088388247552)]} 0 4
   [junit4]   2> 34142 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10497 (1406086088394539008)]} 0 1
   [junit4]   2> 34144 T90 C8 P50122 /update {wt=javabin&version=2} {add=[557 (1406086088397684736)]} 0 0
   [junit4]   2> 34153 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 34156 T103 C9 P50126 /update {wt=javabin&version=2} {add=[557 (1406086088402927616)]} 0 7
   [junit4]   2> 34159 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 34160 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10497 (1406086088400830464)]} 0 13
   [junit4]   2> 34162 T90 C8 P50122 /update {wt=javabin&version=2} {delete=[551 (-1406086088416559104)]} 0 0
   [junit4]   2> 34164 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10498 (1406086088418656256)]} 0 0
   [junit4]   2> 34182 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 34189 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 34189 T103 C9 P50126 /update {wt=javabin&version=2} {add=[10498 (1406086088431239168)]} 0 13
   [junit4]   2> 34211 T89 C8 P50122 /update {wt=javabin&version=2} {delete=[10487 (-1406086088466890752)]} 0 1
   [junit4]   2> 34235 T105 C9 P50126 /update {wt=javabin&version=2} {delete=[551 (-1406086088420753408)]} 0 69
   [junit4]   2> 34241 T89 C8 P50122 /update {wt=javabin&version=2} {add=[558 (1406086088498348032)]} 0 2
   [junit4]   2> 34251 T154 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 34251 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 34252 T105 C9 P50126 /update {wt=javabin&version=2} {add=[558 (1406086088503590912)]} 0 8
   [junit4]   2> 34253 T103 C9 P50126 /update {wt=javabin&version=2} {delete=[10487 (-1406086088493105152)]} 0 18
   [junit4]   2> added docs:558 with 0 fails deletes:281
   [junit4]   2> 34256 T89 C8 P50122 /update {wt=javabin&version=2} {add=[10499 (1406086088514076672)]} 0 1
   [junit4]   2> 34263 T155 C10 P50130 REQ /update {update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 34264 T105 C9 P50126 /update {wt=javabin&version=2} {add=[10499 (1406086088518270976)]} 0 5
   [junit4]   2> added docs:499 with 0 fails deletes:250
   [junit4]   2> 34266 T89 C8 P50122 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 34439 T89 C8 P50122 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_1,generation=1,filenames=[segments_1]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_2,generation=2,filenames=[_3a_nrm.cfs, _39_nrm.cfe, _3a.fdx, _37_Lucene40_0.prx, _36_nrm.cfe, _34_nrm.cfe, _3b_nrm.cfs, _35_1.del, _3a.fdt, _35.fnm, _3b_Lucene40_0.frq, _34_Lucene40_0.frq, _38.si, _36_nrm.cfs, _38.fdt, _34_Lucene40_0.tim, _38.fnm, _34_Lucene40_0.tip, _34.fnm, _3b_nrm.cfe, _3b.fnm, _39_nrm.cfs, _35.si, _34.si, _38.fdx, _3a_nrm.cfe, _35_Lucene40_0.tip, _35_nrm.cfe, _3b_Lucene40_0.prx, _3a_1.del, _3a.si, _35_Lucene40_0.tim, _38_1.del, _36.fnm, _35_nrm.cfs, _3a_Lucene40_0.frq, _3a_Lucene40_0.prx, _36_Lucene40_0.frq, _38_nrm.cfs, _38_Lucene40_0.prx, _36_Lucene40_0.tim, _38_Lucene40_0.frq, _36_1.del, _34_nrm.cfs, _37_nrm.cfe, _37_Lucene40_0.frq, _36.fdx, _37_nrm.cfs, _39_Lucene40_0.tim, _34.fdx, _38_nrm.cfe, _36_Lucene40_0.tip, _36.fdt, _39_Lucene40_0.tip, _34.fdt, _3a_Lucene40_0.tip, _3a_Lucene40_0.tim, _34_2.del, _37_1.del, _35_Lucene40_0.frq, _35.fdx, _37_Lucene40_0.tip, _37.fdx, _39_Lucene40_0.frq, _3b.fdt, _35.fdt, _38_Lucene40_0.tim, _39_Lucene40_0.prx, _37.fdt, _38_Lucene40_0.tip, _3b.fdx, _37_Lucene40_0.tim, _37.si, _36_Lucene40_0.prx, _39.fdt, _39.fnm, _34_Lucene40_0.prx, _3a.fnm, _3b.si, _39_1.del, _3b_Lucene40_0.tim, _3b_Lucene40_0.tip, _39.si, _37.fnm, segments_2, _35_Lucene40_0.prx, _39.fdx, _36.si]
   [junit4]   2> 34440 T89 C8 P50122 oasc.SolrDeletionPolicy.updateCommits newest commit = 2
   [junit4]   2> 34472 T89 C8 P50122 oass.SolrIndexSearcher.<init> Opening Searcher@7424206b main
   [junit4]   2> 34473 T89 C8 P50122 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 34474 T99 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7424206b main{StandardDirectoryReader(segments_2:256 _35(4.0):C491/4 _34(4.0):C10/5 _36(4.0):C10/5 _37(4.0):C10/6 _38(4.0):C10/7 _39(4.0):C10/3 _3a(4.0):C10/2 _3b(4.0):C7)}
   [junit4]   2> 34475 T89 C8 P50122 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 209
   [junit4]   2> 34480 T105 C9 P50126 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 34523 T105 C9 P50126 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_3,generation=3,filenames=[_35_nrm.cfs, _34_nrm.cfe, _34_Lucene40_0.prx, _35_1.del, _35.fnm, _34_Lucene40_0.frq, _35_Lucene40_0.frq, _34_Lucene40_0.tim, _34_Lucene40_0.tip, _34.fnm, _35.fdx, _35.si, _34.si, _35_Lucene40_0.tip, _35_nrm.cfe, _35.fdt, _34_nrm.cfs, _35_Lucene40_0.prx, _34.fdx, segments_3, _35_Lucene40_0.tim, _34.fdt]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty1\index,segFN=segments_4,generation=4,filenames=[_3d.si, _3d_Lucene40_0.tip, _3d_Lucene40_0.tim, _3d_Lucene40_0.frq, _3d.fdx, _3d_nrm.cfe, _3d_Lucene40_0.prx, _3c_nrm.cfe, _3d.fdt, _3c.si, _3c_Lucene40_0.prx, _3c.fdx, _3c_Lucene40_0.tim, _3d_1.del, _3c_Lucene40_0.tip, _3c_Lucene40_0.frq, _3c.fnm, _3d_nrm.cfs, _3c_nrm.cfs, _3d.fnm, _3c.fdt, segments_4]
   [junit4]   2> 34523 T105 C9 P50126 oasc.SolrDeletionPolicy.updateCommits newest commit = 4
   [junit4]   2> 34535 T105 C9 P50126 oass.SolrIndexSearcher.<init> Opening Searcher@6a8a688 main
   [junit4]   2> 34538 T111 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a8a688 main{StandardDirectoryReader(segments_4:263 _3d(4.0):C523/5 _3c(4.0):C8)}
   [junit4]   2> 34536 T105 C9 P50126 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 34550 T155 C10 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
   [junit4]   2> 34605 T155 C10 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024,segFN=segments_4,generation=4,filenames=[_39_nrm.cfe, _37_Lucene40_0.prx, _36_nrm.cfe, _34_nrm.cfe, _35.fnm, _34_Lucene40_0.frq, _38.si, _36_nrm.cfs, _38.fdt, _34_Lucene40_0.tim, _38.fnm, _34.fnm, _34_Lucene40_0.tip, _39_nrm.cfs, _34.si, _35.si, _38.fdx, _35_Lucene40_0.tip, _35_nrm.cfe, _36_2.del, _35_Lucene40_0.tim, _36.fnm, _35_2.del, _35_nrm.cfs, _36_Lucene40_0.frq, _38_nrm.cfs, _34_1.del, _38_Lucene40_0.prx, _36_Lucene40_0.tim, _38_Lucene40_0.frq, _34_nrm.cfs, _37_nrm.cfe, _37_Lucene40_0.frq, _36.fdx, _37_nrm.cfs, _39_Lucene40_0.tim, _34.fdx, _38_nrm.cfe, _36_Lucene40_0.tip, _36.fdt, _39_Lucene40_0.tip, _34.fdt, _37_1.del, _35_Lucene40_0.frq, _35.fdx, _37_Lucene40_0.tip, _37.fdx, _39_Lucene40_0.frq, _35.fdt, _38_Lucene40_0.tim, _39_Lucene40_0.prx, _37.fdt, _38_Lucene40_0.tip, _37_Lucene40_0.tim, _37.si, _36_Lucene40_0.prx, _39.fdt, _39.fnm, _34_Lucene40_0.prx, _39.si, _37.fnm, _35_Lucene40_0.prx, _39.fdx, segments_4, _36.si]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013628024,segFN=segments_5,generation=5,filenames=[_3d.si, _3d_Lucene40_0.prx, _3c_Lucene40_0.prx, _3c.fdx, _3e_Lucene40_0.frq, _3e_Lucene40_0.tim, _3d_1.del, _3c_1.del, _3c.fnm, _3e_Lucene40_0.tip, _3d.fnm, _3c.fdt, _3e.fdx, _3e_nrm.cfe, _3d_Lucene40_0.tip, _3e.fdt, _3d_Lucene40_0.tim, _3d_Lucene40_0.frq, _3d.fdx, _3d_nrm.cfe, _3c_nrm.cfe, _3d.fdt, _3c.si, _3e_nrm.cfs, _3e_Lucene40_0.prx, _3c_Lucene40_0.tim, _3c_Lucene40_0.tip, _3c_Lucene40_0.frq, _3d_nrm.cfs, _3c_nrm.cfs, segments_5, _3e.si, _3e.fnm]
   [junit4]   2> 34606 T155 C10 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 5
   [junit4]   2> 34635 T155 C10 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@64702525 main
   [junit4]   2> 34636 T155 C10 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 34645 T196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64702525 main{StandardDirectoryReader(segments_5:267:nrt _3c(4.0):C519/8 _3d(4.0):C10/1 _3e(4.0):C6)}
   [junit4]   2> 34685 T155 C10 P50130 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&softCommit=false&version=2} {commit=} 0 135
   [junit4]   2> 34687 T105 C9 P50126 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 208
   [junit4]   2> 34691 T106 C9 P50126 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=526 status=0 QTime=0 
   [junit4]   2> 34699 T207 C10 P50130 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=526 status=0 QTime=1 
   [junit4]   2> 34708 T106 C9 P50126 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=526 status=0 QTime=1 
   [junit4]   2> 34713 T207 C10 P50130 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=526 status=0 QTime=1 
   [junit4]   2> 34714 T77 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1381066542
   [junit4]   2> 34715 T77 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@764e75bc
   [junit4]   2> 34721 T77 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 34735 T77 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1057,cumulative_deletesById=531,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 34773 T77 C8 P50122 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_2,generation=2,filenames=[_3a_nrm.cfs, _39_nrm.cfe, _3a.fdx, _37_Lucene40_0.prx, _36_nrm.cfe, _34_nrm.cfe, _3b_nrm.cfs, _35_1.del, _3a.fdt, _35.fnm, _3b_Lucene40_0.frq, _34_Lucene40_0.frq, _38.si, _36_nrm.cfs, _38.fdt, _34_Lucene40_0.tim, _38.fnm, _34_Lucene40_0.tip, _34.fnm, _3b_nrm.cfe, _3b.fnm, _39_nrm.cfs, _35.si, _34.si, _38.fdx, _3a_nrm.cfe, _35_Lucene40_0.tip, _35_nrm.cfe, _3b_Lucene40_0.prx, _3a_1.del, _3a.si, _35_Lucene40_0.tim, _38_1.del, _36.fnm, _35_nrm.cfs, _3a_Lucene40_0.frq, _3a_Lucene40_0.prx, _36_Lucene40_0.frq, _38_nrm.cfs, _38_Lucene40_0.prx, _36_Lucene40_0.tim, _38_Lucene40_0.frq, _36_1.del, _34_nrm.cfs, _37_nrm.cfe, _37_Lucene40_0.frq, _36.fdx, _37_nrm.cfs, _39_Lucene40_0.tim, _34.fdx, _38_nrm.cfe, _36_Lucene40_0.tip, _36.fdt, _39_Lucene40_0.tip, _34.fdt, _3a_Lucene40_0.tip, _3a_Lucene40_0.tim, _34_2.del, _37_1.del, _35_Lucene40_0.frq, _35.fdx, _37_Lucene40_0.tip, _37.fdx, _39_Lucene40_0.frq, _3b.fdt, _35.fdt, _38_Lucene40_0.tim, _39_Lucene40_0.prx, _37.fdt, _38_Lucene40_0.tip, _3b.fdx, _37_Lucene40_0.tim, _37.si, _36_Lucene40_0.prx, _39.fdt, _39.fnm, _34_Lucene40_0.prx, _3a.fnm, _3b.si, _39_1.del, _3b_Lucene40_0.tim, _3b_Lucene40_0.tip, _39.si, _37.fnm, segments_2, _35_Lucene40_0.prx, _39.fdx, _36.si]
   [junit4]   2> 		commit{dir=C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\org.apache.solr.cloud.RecoveryZkTest-1340948155022\control\data\index,segFN=segments_3,generation=3,filenames=[_3c_Lucene40_0.prx, _3c.fdx, _3c_Lucene40_0.tim, _3c_Lucene40_0.tip, _3c_Lucene40_0.frq, _3c.fnm, _3c_nrm.cfs, _3c.fdt, _3c_nrm.cfe, segments_3, _3c.si]
   [junit4]   2> 34773 T77 C8 P50122 oasc.SolrDeletionPolicy.updateCommits newest commit = 3
   [junit4]   2> 34803 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0002
   [junit4]   2> 34809 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50125 which had sessionid 0x13836bd0b6b0002
   [junit4]   2> 34810 T97 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34810 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0002 closed
   [junit4]   2> 34811 T77 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 34813 T130 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34813 T160 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34813 T126 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34816 T110 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 34832 T110 oasc.Overseer.<init> Overseer (id=87880378302005251-127.0.0.1:50126_solr-n_0000000001) starting
   [junit4]   2> 34833 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:create cxid:0x5f zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34837 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:create cxid:0x60 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34840 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0003 type:create cxid:0x61 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34843 T110 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34847 T239 oasc.Overseer$CloudStateUpdater.run Starting to work on the main queue
   [junit4]   2> 34916 T77 oejut.QueuedThreadPool.doStop WARNING 6 threads could not be stopped
   [junit4]   2> 34917 T77 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=317963993
   [junit4]   2> 34917 T77 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a60232c
   [junit4]   2> 34924 T77 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 34926 T77 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1057,cumulative_deletesById=531,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 34928 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0003
   [junit4]   2> 34931 T130 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34931 T126 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34932 T110 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 34933 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50129 which had sessionid 0x13836bd0b6b0003
   [junit4]   2> 34933 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0003 closed
   [junit4]   2> 34936 T77 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 34937 T160 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr START replicas=[] nUpdates=100
   [junit4]   2> 34940 T160 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr DONE. sync succeeded
   [junit4]   2> 34940 T160 oasc.SyncStrategy.syncToMe try and ask http://127.0.0.1:50126/solr/collection1/ to sync
   [junit4]   2> 34943 T205 C10 P50130 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr START replicas=[127.0.0.1:50130/solr/collection1/] nUpdates=100
   [junit4]   2> 34951 T203 C10 P50130 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=5 
   [junit4]   2> 34953 T205 C10 P50130 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=127.0.0.1:50115/solr  Received 100 versions from 127.0.0.1:50130/solr/collection1/
   [junit4]   2> 34954 T205 C10 P50130 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=127.0.0.1:50115/solr  Our versions are newer. ourLowThreshold=1406086087336525824 otherHigh=1406086088131346432
   [junit4]   2> 34954 T205 C10 P50130 oasu.PeerSync.sync PeerSync: core=collection1 url=127.0.0.1:50115/solr DONE. sync succeeded
   [junit4]   2> 34955 T205 C10 P50130 REQ /get {sync=127.0.0.1:50130/solr/collection1/&getVersions=100&distrib=false&qt=/get&wt=javabin&version=2} status=0 QTime=12 
   [junit4]   2> 34956 T160 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 34960 T160 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 34970 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:create cxid:0x49 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34978 T160 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 34984 T160 oasc.Overseer.<init> Overseer (id=87880378302005255-127.0.0.1:50130_solr-n_0000000004) starting
   [junit4]   2> 34985 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:create cxid:0x50 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34989 T77 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=723484867
   [junit4]   2> 34990 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:create cxid:0x51 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34990 T77 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 34990 T77 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c14a519
   [junit4]   2> 34993 T82 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13836bd0b6b0007 type:create cxid:0x52 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
   [junit4]   2> 34995 T160 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 35001 T77 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 35002 T77 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=558,cumulative_deletesById=284,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 35011 T77 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:50130_solr_collection1
   [junit4]   2> 35011 T242 oasc.Overseer$CloudStateUpdater.run Starting to work on the main queue
   [junit4]   2> 35015 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0007
   [junit4]   2> 35020 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50155 which had sessionid 0x13836bd0b6b0007
   [junit4]   2> 35021 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0007 closed
   [junit4]   2> 35040 T77 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35060 T126 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 35061 T130 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 35062 T160 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 35062 T160 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 35063 T160 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 35385 T98 oasc.Overseer$CloudStateUpdater.amILeader WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:927)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:289)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.amILeader(Overseer.java:185)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.run(Overseer.java:111)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 35403 T98 oasc.Overseer$CloudStateUpdater.amILeader According to ZK I (id=87880378302005250-127.0.0.1:50122_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 35406 T77 oejut.QueuedThreadPool.doStop WARNING 47 threads could not be stopped
   [junit4]   2> 35415 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0006
   [junit4]   2> 35428 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50142 which had sessionid 0x13836bd0b6b0006
   [junit4]   2> 35429 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0006 closed
   [junit4]   2> 35431 T130 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 35434 T82 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x13836bd0b6b0005
   [junit4]   2> 35439 T79 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50137 which had sessionid 0x13836bd0b6b0005
   [junit4]   2> 35440 T77 oaz.ZooKeeper.close Session: 0x13836bd0b6b0005 closed
   [junit4]   2> 35440 T126 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 35441 T82 oazs.PrepRequestProcessor.run PrepRequestProcessor exited loop!
   [junit4]   2> 35442 T81 oazs.SyncRequestProcessor.run SyncRequestProcessor exited!
   [junit4]   2> 35443 T77 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> 35544 T239 oasc.Overseer$CloudStateUpdater.amILeader WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:927)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:289)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.amILeader(Overseer.java:185)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.run(Overseer.java:111)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 35545 T239 oasc.Overseer$CloudStateUpdater.amILeader According to ZK I (id=87880378302005251-127.0.0.1:50126_solr-n_0000000001) am no longer a leader.
   [junit4]   2> 35674 T97 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 35674 T97 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 35797 T110 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 35797 T110 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 35879 T242 oasc.Overseer$CloudStateUpdater.amILeader WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:927)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:289)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:286)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.amILeader(Overseer.java:185)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$CloudStateUpdater.run(Overseer.java:111)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 
   [junit4]   2> 35880 T242 oasc.Overseer$CloudStateUpdater.amILeader According to ZK I (id=87880378302005255-127.0.0.1:50130_solr-n_0000000004) am no longer a leader.
   [junit4]   2> 37397 T79 oazs.NIOServerCnxn$Factory.run WARNING Ignoring unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:69)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn$Factory.run(NIOServerCnxn.java:241)
   [junit4]   2> 
   [junit4]   2> 37397 T79 oazs.NIOServerCnxn$Factory.run NIOServerCnxn factory exited run method
   [junit4]   2> 37398 T77 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
   [junit4]   2> !!!! WARNING: best effort to remove C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798\_o.fdt FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2\index.20120629013612798 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1340948155022\jetty2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1340948155022 FAILED !!!!!
   [junit4]   2> 37451 T77 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.method=testDistribSearch -Dtests.seed=8C7827CB479FBC8C -Dtests.locale=ro_RO -Dtests.timezone=US/Michigan -Dargs="-Dfile.encoding=Cp1252"
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 37506 T77 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=ro_RO, timezone=US/Michigan
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=2,threads=5,free=62813904,total=119668736
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, TestStandardFactories, TestIrishLowerCaseFilterFactory, TestMultiWordSynonyms, AutoCommitTest, MultiTermTest, TestCSVLoader, SolrCmdDistributorTest, TestFaceting, TestPerFieldSimilarity, RecoveryZkTest]
   [junit4]   2> 
   [junit4] Completed in 37.53s, 1 test, 1 error <<< FAILURES!

[...truncated 1140 lines...]
BUILD FAILED
C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\build.xml:29: The following error occurred while executing this line:
C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\solr\build.xml:144: The following error occurred while executing this line:
C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\module-build.xml:62: The following error occurred while executing this line:
C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\common-build.xml:1036: The following error occurred while executing this line:
C:\Jenkins\workspace\Lucene-Solr-4.x-Windows-Java6-64\lucene\common-build.xml:759: There were test failures: 290 suites, 1052 tests, 1 error, 10 ignored (5 assumptions)

Total time: 42 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure