Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70677E110 for ; Tue, 1 Jan 2013 11:47:13 +0000 (UTC) Received: (qmail 3012 invoked by uid 500); 1 Jan 2013 11:47:09 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 2774 invoked by uid 500); 1 Jan 2013 11:47:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 2748 invoked by uid 99); 1 Jan 2013 11:47:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2013 11:47:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2013 11:46:58 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 766E3C00F8 for ; Tue, 1 Jan 2013 11:46:38 +0000 (UTC) Date: Tue, 1 Jan 2013 11:46:18 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1087980636.4160.1357040798473.JavaMail.hudson@aegis> In-Reply-To: <601949738.4066.1357019336260.JavaMail.hudson@aegis> References: <601949738.4066.1357019336260.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3598 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_4159_1955619647.1357040778199" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4159_1955619647.1357040778199 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3598/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: Resource in scope SUITE failed to close. Resource was registered from threa= d Thread[id=3D1762, name=3DcoreLoadExecutor-766-thread-1, state=3DRUNNABLE,= group=3DTGRP-RecoveryZkTest], registration stack trace below. Stack Trace: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope= SUITE failed to close. Resource was registered from thread Thread[id=3D176= 2, name=3DcoreLoadExecutor-766-thread-1, state=3DRUNNABLE, group=3DTGRP-Rec= overyZkTest], registration stack trace below. =09at java.lang.Thread.getStackTrace(Thread.java:1567) =09at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(Rando= mizedContext.java:150) =09at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.= java:516) =09at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.ja= va:976) =09at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.jav= a:874) =09at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.jav= a:866) =09at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory= .java:33) =09at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFact= ory.java:267) =09at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFact= ory.java:223) =09at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:240) =09at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:445) =09at org.apache.solr.core.SolrCore.(SolrCore.java:717) =09at org.apache.solr.core.SolrCore.(SolrCore.java:606) =09at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:94= 7) =09at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1029) =09at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:627) =09at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:622) =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) =09at java.util.concurrent.FutureTask.run(FutureTask.java:166) =09at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47= 1) =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) =09at java.util.concurrent.FutureTask.run(FutureTask.java:166) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1110) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:603) =09at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWra= pper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/w= orkspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/index55= 06255111tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2471b= 9d1) =09at org.junit.Assert.fail(Assert.java:93) =09at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.ja= va:47) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(Randomi= zedRunner.java:602) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(Randomi= zedRunner.java:599) =09at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(R= andomizedContext.java:167) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(Ran= domizedRunner.java:615) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:43) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09... 1 more FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: Resource in scope SUITE failed to close. Resource was registered from threa= d Thread[id=3D1817, name=3DRecoveryThread, state=3DRUNNABLE, group=3DTGRP-R= ecoveryZkTest], registration stack trace below. Stack Trace: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope= SUITE failed to close. Resource was registered from thread Thread[id=3D181= 7, name=3DRecoveryThread, state=3DRUNNABLE, group=3DTGRP-RecoveryZkTest], r= egistration stack trace below. =09at java.lang.Thread.getStackTrace(Thread.java:1567) =09at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(Rando= mizedContext.java:150) =09at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.= java:516) =09at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.ja= va:982) =09at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.jav= a:874) =09at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.jav= a:866) =09at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory= .java:33) =09at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFact= ory.java:267) =09at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFact= ory.java:223) =09at org.apache.solr.handler.SnapPuller.downloadIndexFiles(SnapPuller.java= :728) =09at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:3= 92) =09at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler= .java:273) =09at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.jav= a:153) =09at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.ja= va:409) =09at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223) Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(o= rg.apache.lucene.store.RAMDirectory@535186f2 lockFactory=3Dorg.apache.lucen= e.store.NativeFSLockFactory@6194815b) =09at org.junit.Assert.fail(Assert.java:93) =09at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.ja= va:47) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(Randomi= zedRunner.java:602) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(Randomi= zedRunner.java:599) =09at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(R= andomizedContext.java:167) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(Ran= domizedRunner.java:615) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:43) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09at java.lang.Thread.run(Thread.java:722) Build Log: [...truncated 8874 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest [junit4:junit4] 2> 0 T1642 oas.BaseDistributedSearchTestCase.initHostCont= ext Setting hostContext system property: / [junit4:junit4] 2> 5 T1642 oas.SolrTestCaseJ4.setUp ###Starting testDistr= ibSearch [junit4:junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./solrtest-R= ecoveryZkTest-1357040117344 [junit4:junit4] 2> 6 T1642 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 7 T1643 oasc.ZkTestServer$ZKServerMain.runFromConfig S= tarting server [junit4:junit4] 2> 10 T1643 oazs.ZooKeeperServer.setTickTime tickTime set= to 1000 [junit4:junit4] 2> 11 T1643 oazs.ZooKeeperServer.setMinSessionTimeout min= SessionTimeout set to -1 [junit4:junit4] 2> 11 T1643 oazs.ZooKeeperServer.setMaxSessionTimeout max= SessionTimeout set to -1 [junit4:junit4] 2> 11 T1643 oazs.NIOServerCnxnFactory.configure binding t= o port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 12 T1643 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 t= o /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/sol= r/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-1357040117= 344/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 108 T1642 oasc.ZkTestServer.run start zk server on por= t:53628 [junit4:junit4] 2> 108 T1642 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:53628 sessionTimeout=3D10000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@1908b792 [junit4:junit4] 2> 109 T1642 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 109 T1648 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:53628. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 110 T1648 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:53628, initiating sessio= n [junit4:junit4] 2> 110 T1644 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:10064 [junit4:junit4] 2> 111 T1644 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:10064 [junit4:junit4] 2> 111 T1646 oazsp.FileTxnLog.append Creating new log fil= e: log.1 [junit4:junit4] 2> 114 T1646 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13bf5e4e6670000 with negotiated timeout 10000 for client /= 140.211.11.196:10064 [junit4:junit4] 2> 114 T1648 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:53628, sessionid =3D= 0x13bf5e4e6670000, negotiated timeout =3D 10000 [junit4:junit4] 2> 114 T1649 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@1908b792 name:ZooKeeperConnectio= n Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 115 T1642 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 115 T1642 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 118 T1647 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13bf5e4e6670000 [junit4:junit4] 2> 128 T1649 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 128 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e66700= 00 closed [junit4:junit4] 2> 128 T1644 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:10064 which had sessionid 0x13bf5e4e66= 70000 [junit4:junit4] 2> 128 T1642 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:53628/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@493184fc [junit4:junit4] 2> 129 T1642 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 129 T1650 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:53628. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 130 T1650 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:53628, initiating sessio= n [junit4:junit4] 2> 130 T1644 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:43136 [junit4:junit4] 2> 131 T1644 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:43136 [junit4:junit4] 2> 132 T1646 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13bf5e4e6670001 with negotiated timeout 10000 for client /= 140.211.11.196:43136 [junit4:junit4] 2> 132 T1650 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:53628, sessionid =3D= 0x13bf5e4e6670001, negotiated timeout =3D 10000 [junit4:junit4] 2> 132 T1651 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@493184fc name:ZooKeeperConnectio= n Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 132 T1642 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 133 T1642 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1 [junit4:junit4] 2> 136 T1642 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/shards [junit4:junit4] 2> 147 T1642 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection [junit4:junit4] 2> 149 T1642 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/shards [junit4:junit4] 2> 151 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1= /solrconfig.xml [junit4:junit4] 2> 152 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.xml [junit4:junit4] 2> 157 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/sch= ema.xml [junit4:junit4] 2> 158 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/schema.xml [junit4:junit4] 2> 262 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/= stopwords.txt [junit4:junit4] 2> 263 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/stopwords.txt [junit4:junit4] 2> 266 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/= protwords.txt [junit4:junit4] 2> 267 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/protwords.txt [junit4:junit4] 2> 269 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/c= urrency.xml [junit4:junit4] 2> 270 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/currency.xml [junit4:junit4] 2> 273 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /con= figs/conf1/open-exchange-rates.json [junit4:junit4] 2> 274 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/open-exchange-rates.json [junit4:junit4] 2> 276 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /= configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 277 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 280 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/con= f1/old_synonyms.txt [junit4:junit4] 2> 281 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/old_synonyms.txt [junit4:junit4] 2> 283 T1642 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/= solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/s= ynonyms.txt [junit4:junit4] 2> 284 T1642 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/synonyms.txt [junit4:junit4] 2> 287 T1647 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13bf5e4e6670001 [junit4:junit4] 2> 295 T1651 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 295 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e66700= 01 closed [junit4:junit4] 2> 295 T1644 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:43136 which had sessionid 0x13bf5e4e66= 70001 [junit4:junit4] 2> 456 T1642 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 464 T1642 oejs.AbstractConnector.doStart Started Socke= tConnector@127.0.0.1:22748 [junit4:junit4] 2> 465 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 465 T1642 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.RecoveryZkTest-controljetty-1357040117634 [junit4:junit4] 2> 466 T1642 oasc.SolrResourceLoader. new SolrResou= rceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-controljetty-1357040117634/' [junit4:junit4] 2> 507 T1642 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 508 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 508 T1642 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.RecoveryZkTest-controljetty-1357040117634 [junit4:junit4] 2> 509 T1642 oasc.CoreContainer$Initializer.initialize lo= oking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recover= yZkTest-controljetty-1357040117634/solr.xml [junit4:junit4] 2> 509 T1642 oasc.CoreContainer. New CoreContainer = 1176479427 [junit4:junit4] 2> 510 T1642 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recover= yZkTest-controljetty-1357040117634/' [junit4:junit4] 2> 510 T1642 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.R= ecoveryZkTest-controljetty-1357040117634/' [junit4:junit4] 2> 539 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 30000 [junit4:junit4] 2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 540 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 541 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 541 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 542 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 542 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 543 T1642 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 543 T1642 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D30000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 566 T1642 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 586 T1642 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:53628/solr [junit4:junit4] 2> 586 T1642 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 587 T1642 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:53628 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@59efc7e8 [junit4:junit4] 2> 588 T1642 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 588 T1661 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:53628. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 590 T1661 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:53628, initiating sessio= n [junit4:junit4] 2> 590 T1644 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:26249 [junit4:junit4] 2> 590 T1644 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:26249 [junit4:junit4] 2> 595 T1646 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13bf5e4e6670002 with negotiated timeout 20000 for client /= 140.211.11.196:26249 [junit4:junit4] 2> 595 T1661 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:53628, sessionid =3D= 0x13bf5e4e6670002, negotiated timeout =3D 20000 [junit4:junit4] 2> 595 T1662 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@59efc7e8 name:ZooKeeperConnectio= n Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 595 T1642 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 596 T1647 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13bf5e4e6670002 [junit4:junit4] 2> 597 T1662 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 597 T1644 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:26249 which had sessionid 0x13bf5e4e66= 70002 [junit4:junit4] 2> 597 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e66700= 02 closed [junit4:junit4] 2> 598 T1642 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D15000&connTimeout=3D30000 [junit4:junit4] 2> 611 T1642 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:53628/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@628eadc9 [junit4:junit4] 2> 612 T1642 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 612 T1663 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:53628. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 613 T1663 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:53628, initiating sessio= n [junit4:junit4] 2> 613 T1644 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:22743 [junit4:junit4] 2> 613 T1644 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:22743 [junit4:junit4] 2> 615 T1646 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13bf5e4e6670003 with negotiated timeout 20000 for client /= 140.211.11.196:22743 [junit4:junit4] 2> 615 T1663 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:53628, sessionid =3D= 0x13bf5e4e6670003, negotiated timeout =3D 20000 [junit4:junit4] 2> 615 T1664 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@628eadc9 name:ZooKeeperConnectio= n Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 615 T1642 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 617 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:crea= te cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 625 T1642 oascc.SolrZkClient.makePath makePath: /live_= nodes [junit4:junit4] 2> 627 T1642 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:22748_ [junit4:junit4] 2> 628 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:dele= te cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:22748_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.= 0.1:22748_ [junit4:junit4] 2> 629 T1642 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:22748_ [junit4:junit4] 2> 639 T1642 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/election [junit4:junit4] 2> 652 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:dele= te cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_ele= ct/leader Error:KeeperErrorCode =3D NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 654 T1642 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/leader [junit4:junit4] 2> 661 T1642 oasc.Overseer.start Overseer (id=3D889349811= 30715139-127.0.0.1:22748_-n_0000000000) starting [junit4:junit4] 2> 662 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:crea= te cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 663 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:crea= te cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 664 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:crea= te cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 674 T1647 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13bf5e4e6670003 type:crea= te cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 675 T1666 oasc.OverseerCollectionProcessor.run Process= current queue of collection messages [junit4:junit4] 2> 676 T1642 oascc.SolrZkClient.makePath makePath: /clust= erstate.json [junit4:junit4] 2> 686 T1642 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 689 T1665 oasc.Overseer$ClusterStateUpdater.run Starti= ng to work on the main queue [junit4:junit4] 2> 694 T1667 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.RecoveryZkTest-controljetty-1357040117634/collection1 [junit4:junit4] 2> 694 T1667 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:control_collection [junit4:junit4] 2> 695 T1667 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 695 T1667 oasc.ZkController.readConfigName Load collec= tion config from:/collections/control_collection [junit4:junit4] 2> 697 T1667 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.R= ecoveryZkTest-controljetty-1357040117634/collection1/' [junit4:junit4] 2> 698 T1667 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-co= ntroljetty-1357040117634/collection1/lib/README' to classloader [junit4:junit4] 2> 699 T1667 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-co= ntroljetty-1357040117634/collection1/lib/classes/' to classloader [junit4:junit4] 2> 758 T1667 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_50 [junit4:junit4] 2> 833 T1667 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 955 T1667 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 962 T1667 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 1597 T1667 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 1606 T1667 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 1609 T1667 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 1618 T1667 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1622 T1667 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1626 T1667 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1626 T1667 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1627 T1667 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkT= est-controljetty-1357040117634/collection1/, dataDir=3D./org.apache.solr.cl= oud.RecoveryZkTest-1357040117344/control/data/ [junit4:junit4] 2> 1627 T1667 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@5bc2832e [junit4:junit4] 2> 1628 T1667 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 1629 T1667 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/control/data forceNew:false [junit4:junit4] 2> 1630 T1667 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/control/data [junit4:junit4] 2> 1630 T1667 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.RecoveryZkTest-135= 7040117344/control/data/index/ [junit4:junit4] 2> 1630 T1667 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-13570401173= 44/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 1631 T1667 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/control/data/index forceNew:false [junit4:junit4] 2> 1633 T1667 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@27cf7abb lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@49af7898)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 1633 T1667 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 1634 T1667 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/control/data/index [junit4:junit4] 2> 1634 T1667 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 1636 T1667 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 1637 T1667 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 1637 T1667 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 1637 T1667 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 1637 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 1638 T1667 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 1639 T1667 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1640 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1641 T1667 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1642 T1667 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 1643 T1667 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 1653 T1667 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 1657 T1667 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 1658 T1667 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:junit4] 2> 1660 T1667 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/control/data [junit4:junit4] 2> 1660 T1667 oass.SolrIndexSearcher. Opening Searc= her@13ef5a0f main [junit4:junit4] 2> 1661 T1667 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 1661 T1667 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 1662 T1667 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 1693 T1667 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 1739 T1668 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@13ef5a0f main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 1743 T1667 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 1743 T1667 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 1743 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670003 type:cre= ate cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue [junit4:junit4] 2> 2192 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 2192 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"control_collection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:22748_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:22748"} [junit4:junit4] 2> 2193 T1665 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection control_collection with numShards 1 [junit4:junit4] 2> 2193 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 2193 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670003 type:cre= ate cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue-work Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue-work [junit4:junit4] 2> 2209 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 2746 T1667 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 2746 T1667 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:22748 collection:control_colle= ction shard:shard1 [junit4:junit4] 2> 2747 T1667 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 2763 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670003 type:del= ete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections= /control_collection/leaders Error:KeeperErrorCode =3D NoNode for /solr/coll= ections/control_collection/leaders [junit4:junit4] 2> 2764 T1667 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 2764 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670003 type:cre= ate cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 2766 T1667 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2767 T1667 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 2767 T1667 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:22748/collection1/ [junit4:junit4] 2> 2767 T1667 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 2767 T1667 oasc.SyncStrategy.syncToMe http://127.0.0.1= :22748/collection1/ has no replicas [junit4:junit4] 2> 2768 T1667 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:22748/collection1/ [junit4:junit4] 2> 2768 T1667 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leaders/shard1 [junit4:junit4] 2> 2771 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670003 type:cre= ate cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 3712 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3809 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 3844 T1667 oasc.ZkController.register We are http://12= 7.0.0.1:22748/collection1/ and leader is http://127.0.0.1:22748/collection1= / [junit4:junit4] 2> 3844 T1667 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:22748 [junit4:junit4] 2> 3844 T1667 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 3844 T1667 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 3845 T1667 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 3846 T1667 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3847 T1642 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/bui= ld/solr-core/test/J1 [junit4:junit4] 2> 3848 T1642 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 3848 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 3863 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config: [junit4:junit4] 2> 3874 T1642 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:53628/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@303fad82 [junit4:junit4] 2> 3875 T1642 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3875 T1669 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:53628. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 3876 T1669 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:53628, initiating sessi= on [junit4:junit4] 2> 3876 T1644 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:27151 [junit4:junit4] 2> 3877 T1644 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:27151 [junit4:junit4] 2> 3878 T1646 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13bf5e4e6670004 with negotiated timeout 10000 for client = /140.211.11.196:27151 [junit4:junit4] 2> 3878 T1669 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:53628, sessionid = =3D 0x13bf5e4e6670004, negotiated timeout =3D 10000 [junit4:junit4] 2> 3878 T1670 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@303fad82 name:ZooKeeperConnecti= on Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 3878 T1642 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3879 T1642 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3881 T1642 oasc.ChaosMonkey.monkeyLog monkey: init - e= xpire sessions:true cause connection loss:true [junit4:junit4] 2> 4046 T1642 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 4049 T1642 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:47357 [junit4:junit4] 2> 4050 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4050 T1642 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty1-1357040121219 [junit4:junit4] 2> 4051 T1642 oasc.SolrResourceLoader. new SolrReso= urceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.RecoveryZkTest-jetty1-1357040121219/' [junit4:junit4] 2> 4092 T1642 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 4092 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4093 T1642 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty1-1357040121219 [junit4:junit4] 2> 4093 T1642 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recove= ryZkTest-jetty1-1357040121219/solr.xml [junit4:junit4] 2> 4094 T1642 oasc.CoreContainer. New CoreContainer= 1802654266 [junit4:junit4] 2> 4094 T1642 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recove= ryZkTest-jetty1-1357040121219/' [junit4:junit4] 2> 4095 T1642 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= RecoveryZkTest-jetty1-1357040121219/' [junit4:junit4] 2> 4123 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 30000 [junit4:junit4] 2> 4124 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 4124 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 4125 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4125 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 4126 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4126 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4127 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 4127 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 4128 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D30000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 4149 T1642 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 4168 T1642 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:53628/solr [junit4:junit4] 2> 4169 T1642 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 4169 T1642 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:53628 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@1b63ef8a [junit4:junit4] 2> 4170 T1642 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4171 T1680 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:53628. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 4172 T1680 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:53628, initiating sessi= on [junit4:junit4] 2> 4172 T1644 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:36460 [junit4:junit4] 2> 4172 T1644 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:36460 [junit4:junit4] 2> 4187 T1646 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13bf5e4e6670005 with negotiated timeout 20000 for client = /140.211.11.196:36460 [junit4:junit4] 2> 4187 T1680 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:53628, sessionid = =3D 0x13bf5e4e6670005, negotiated timeout =3D 20000 [junit4:junit4] 2> 4188 T1681 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@1b63ef8a name:ZooKeeperConnecti= on Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 4188 T1642 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4189 T1647 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13bf5e4e6670005 [junit4:junit4] 2> 4201 T1681 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 4202 T1644 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:36460 which had sessionid 0x13bf5e4e6= 670005 [junit4:junit4] 2> 4201 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670= 005 closed [junit4:junit4] 2> 4202 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D15000&connTimeout=3D30000 [junit4:junit4] 2> 4213 T1642 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:53628/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@23ed4177 [junit4:junit4] 2> 4214 T1642 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4215 T1682 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:53628. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 4215 T1682 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:53628, initiating sessi= on [junit4:junit4] 2> 4216 T1644 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:30621 [junit4:junit4] 2> 4216 T1644 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:30621 [junit4:junit4] 2> 4217 T1646 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13bf5e4e6670006 with negotiated timeout 20000 for client = /140.211.11.196:30621 [junit4:junit4] 2> 4217 T1682 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:53628, sessionid = =3D 0x13bf5e4e6670006, negotiated timeout =3D 20000 [junit4:junit4] 2> 4218 T1683 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@23ed4177 name:ZooKeeperConnecti= on Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 4218 T1642 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4219 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:cre= ate cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4220 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:cre= ate cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4228 T1642 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:47357_ [junit4:junit4] 2> 4229 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:del= ete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:47357_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:47357_ [junit4:junit4] 2> 4230 T1642 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:47357_ [junit4:junit4] 2> 4233 T1664 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4233 T1670 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4233 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 4242 T1642 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 4248 T1684 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty1-1357040121219/collection1 [junit4:junit4] 2> 4249 T1684 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 4249 T1684 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 4250 T1684 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 4251 T1684 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= RecoveryZkTest-jetty1-1357040121219/collection1/' [junit4:junit4] 2> 4252 T1684 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-j= etty1-1357040121219/collection1/lib/classes/' to classloader [junit4:junit4] 2> 4252 T1684 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-j= etty1-1357040121219/collection1/lib/README' to classloader [junit4:junit4] 2> 4304 T1684 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 4374 T1684 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 4475 T1684 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 4481 T1684 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 5097 T1684 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 5109 T1684 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 5112 T1684 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 5124 T1684 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 5128 T1684 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 5132 T1684 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5133 T1684 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5134 T1684 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkT= est-jetty1-1357040121219/collection1/, dataDir=3D./org.apache.solr.cloud.Re= coveryZkTest-1357040117344/jetty1/ [junit4:junit4] 2> 5134 T1684 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@5bc2832e [junit4:junit4] 2> 5135 T1684 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 5136 T1684 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/jetty1 forceNew:false [junit4:junit4] 2> 5137 T1684 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty1 [junit4:junit4] 2> 5137 T1684 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.RecoveryZkTest-135= 7040117344/jetty1/index/ [junit4:junit4] 2> 5138 T1684 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-13570401173= 44/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 5139 T1684 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/jetty1/index forceNew:false [junit4:junit4] 2> 5141 T1684 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@526950c7 lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@72a33975)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 5142 T1684 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 5142 T1684 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty1/index [junit4:junit4] 2> 5143 T1684 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 5145 T1684 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 5145 T1684 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 5146 T1684 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 5146 T1684 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 5147 T1684 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 5147 T1684 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 5147 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 5148 T1684 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 5148 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 5149 T1684 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 5149 T1684 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 5150 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 5150 T1684 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 5151 T1684 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 5151 T1684 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 5152 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 5152 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 5153 T1684 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 5154 T1684 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 5154 T1684 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5155 T1684 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5155 T1684 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5156 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 5156 T1684 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 5168 T1684 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 5172 T1684 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 5173 T1684 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:junit4] 2> 5176 T1684 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty1 [junit4:junit4] 2> 5176 T1684 oass.SolrIndexSearcher. Opening Searc= her@6a386e57 main [junit4:junit4] 2> 5177 T1684 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 5178 T1684 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 5178 T1684 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 5185 T1684 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 5234 T1685 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@6a386e57 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 5239 T1684 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 5240 T1684 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 5314 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 5315 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"control_collection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:22748_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:22748"} [junit4:junit4] 2> 5318 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:47357_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:47357"} [junit4:junit4] 2> 5318 T1665 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection collection1 with numShards 1 [junit4:junit4] 2> 5318 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 5329 T1683 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5329 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5329 T1670 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6242 T1684 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 6242 T1684 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:47357 collection:collection1 s= hard:shard1 [junit4:junit4] 2> 6243 T1684 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 6259 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:del= ete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections= /collection1/leaders Error:KeeperErrorCode =3D NoNode for /solr/collections= /collection1/leaders [junit4:junit4] 2> 6260 T1684 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 6261 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:cre= ate cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 6271 T1684 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 6271 T1684 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 6271 T1684 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:47357/collection1/ [junit4:junit4] 2> 6271 T1684 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 6272 T1684 oasc.SyncStrategy.syncToMe http://127.0.0.1= :47357/collection1/ has no replicas [junit4:junit4] 2> 6272 T1684 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:47357/collection1/ [junit4:junit4] 2> 6272 T1684 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard1 [junit4:junit4] 2> 6276 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670006 type:cre= ate cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 6843 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6863 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6863 T1670 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6863 T1683 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6897 T1684 oasc.ZkController.register We are http://12= 7.0.0.1:47357/collection1/ and leader is http://127.0.0.1:47357/collection1= / [junit4:junit4] 2> 6897 T1684 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:47357 [junit4:junit4] 2> 6897 T1684 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 6897 T1684 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 6898 T1684 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 6899 T1684 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6900 T1642 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/bui= ld/solr-core/test/J1 [junit4:junit4] 2> 6901 T1642 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 6901 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 7081 T1642 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 7085 T1642 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:25700 [junit4:junit4] 2> 7086 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 7086 T1642 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty2-1357040124255 [junit4:junit4] 2> 7087 T1642 oasc.SolrResourceLoader. new SolrReso= urceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.RecoveryZkTest-jetty2-1357040124255/' [junit4:junit4] 2> 7127 T1642 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 7128 T1642 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 7129 T1642 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty2-1357040124255 [junit4:junit4] 2> 7129 T1642 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recove= ryZkTest-jetty2-1357040124255/solr.xml [junit4:junit4] 2> 7130 T1642 oasc.CoreContainer. New CoreContainer= 1193392176 [junit4:junit4] 2> 7130 T1642 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Recove= ryZkTest-jetty2-1357040124255/' [junit4:junit4] 2> 7131 T1642 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= RecoveryZkTest-jetty2-1357040124255/' [junit4:junit4] 2> 7159 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 30000 [junit4:junit4] 2> 7160 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 7160 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 7161 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 7161 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 7162 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 7162 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 7163 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 7163 T1642 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 7164 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D30000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 7186 T1642 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 7206 T1642 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:53628/solr [junit4:junit4] 2> 7207 T1642 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 7207 T1642 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:53628 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@18cd99bb [junit4:junit4] 2> 7208 T1642 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7208 T1695 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:53628. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7210 T1695 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:53628, initiating sessi= on [junit4:junit4] 2> 7210 T1644 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:31250 [junit4:junit4] 2> 7210 T1644 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:31250 [junit4:junit4] 2> 7212 T1646 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13bf5e4e6670007 with negotiated timeout 20000 for client = /140.211.11.196:31250 [junit4:junit4] 2> 7212 T1695 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:53628, sessionid = =3D 0x13bf5e4e6670007, negotiated timeout =3D 20000 [junit4:junit4] 2> 7213 T1696 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@18cd99bb name:ZooKeeperConnecti= on Watcher:127.0.0.1:53628 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 7213 T1642 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7214 T1647 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13bf5e4e6670007 [junit4:junit4] 2> 7215 T1696 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 7215 T1644 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:31250 which had sessionid 0x13bf5e4e6= 670007 [junit4:junit4] 2> 7215 T1642 oaz.ZooKeeper.close Session: 0x13bf5e4e6670= 007 closed [junit4:junit4] 2> 7216 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D15000&connTimeout=3D30000 [junit4:junit4] 2> 7229 T1642 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:53628/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@57ef64c9 [junit4:junit4] 2> 7230 T1642 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7230 T1697 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:53628. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7231 T1697 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:53628, initiating sessi= on [junit4:junit4] 2> 7231 T1644 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:13388 [junit4:junit4] 2> 7231 T1644 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:13388 [junit4:junit4] 2> 7233 T1646 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13bf5e4e6670008 with negotiated timeout 20000 for client = /140.211.11.196:13388 [junit4:junit4] 2> 7233 T1697 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:53628, sessionid = =3D 0x13bf5e4e6670008, negotiated timeout =3D 20000 [junit4:junit4] 2> 7233 T1698 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@57ef64c9 name:ZooKeeperConnecti= on Watcher:127.0.0.1:53628/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 7233 T1642 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7234 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670008 type:cre= ate cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7236 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670008 type:cre= ate cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7245 T1642 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:25700_ [junit4:junit4] 2> 7245 T1647 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13bf5e4e6670008 type:del= ete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:25700_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:25700_ [junit4:junit4] 2> 7246 T1642 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:25700_ [junit4:junit4] 2> 7249 T1683 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 7249 T1664 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7250 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 7249 T1670 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7250 T1670 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 7251 T1683 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7252 T1642 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 7259 T1699 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.RecoveryZkTest-jetty2-1357040124255/collection1 [junit4:junit4] 2> 7259 T1699 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 7259 T1699 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 7260 T1699 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 7261 T1699 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= RecoveryZkTest-jetty2-1357040124255/collection1/' [junit4:junit4] 2> 7262 T1699 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-j= etty2-1357040124255/collection1/lib/README' to classloader [junit4:junit4] 2> 7263 T1699 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.RecoveryZkTest-j= etty2-1357040124255/collection1/lib/classes/' to classloader [junit4:junit4] 2> 7314 T1699 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 7384 T1699 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 7485 T1699 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 7491 T1699 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 8107 T1699 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 8119 T1699 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 8123 T1699 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 8135 T1699 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 8140 T1699 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 8145 T1699 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 8146 T1699 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 8147 T1699 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkT= est-jetty2-1357040124255/collection1/, dataDir=3D./org.apache.solr.cloud.Re= coveryZkTest-1357040117344/jetty2/ [junit4:junit4] 2> 8147 T1699 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@5bc2832e [junit4:junit4] 2> 8148 T1699 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 8150 T1699 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/jetty2 forceNew:false [junit4:junit4] 2> 8150 T1699 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty2 [junit4:junit4] 2> 8150 T1699 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.RecoveryZkTest-135= 7040117344/jetty2/index/ [junit4:junit4] 2> 8151 T1699 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-13570401173= 44/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 8152 T1699 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tr= unk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTe= st-1357040117344/jetty2/index forceNew:false [junit4:junit4] 2> 8154 T1699 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@48dbc56c lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@337cbc54)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 8154 T1699 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 8155 T1699 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty2/index [junit4:junit4] 2> 8155 T1699 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 8158 T1699 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 8159 T1699 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 8159 T1699 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 8160 T1699 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 8160 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 8161 T1699 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 8161 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 8162 T1699 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 8162 T1699 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 8163 T1699 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 8164 T1699 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 8164 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 8165 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 8165 T1699 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 8166 T1699 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 8166 T1699 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 8167 T1699 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 8167 T1699 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 8168 T1699 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 8168 T1699 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 8169 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 8169 T1699 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 8181 T1699 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 8185 T1699 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 8187 T1699 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:junit4] 2> 8189 T1699 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.RecoveryZkTest-= 1357040117344/jetty2 [junit4:junit4] 2> 8189 T1699 oass.SolrIndexSearcher. Opening Searc= her@3fb8cc9c main [junit4:junit4] 2> 8190 T1699 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 8191 T1699 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 8191 T1699 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 8198 T1699 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 8255 T1700 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@3fb8cc9c main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 8260 T1699 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 8261 T1699 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 8374 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8375 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:47357_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:47357"} [junit4:junit4] 2> 8379 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:25700_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:25700"} [junit4:junit4] 2> 8379 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D1 [junit4:junit4] 2> 8379 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 8390 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8390 T1683 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8390 T1670 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8390 T1698 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9263 T1699 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 9263 T1699 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:25700 collection:collection1 s= hard:shard1 [junit4:junit4] 2> 9270 T1699 oasc.ZkController.register We are http://12= 7.0.0.1:25700/collection1/ and leader is http://127.0.0.1:47357/collection1= / [junit4:junit4] 2> 9271 T1699 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:25700 [junit4:junit4] 2> 9271 T1699 oasc.ZkController.checkRecovery Core needs = to recover:collection1 [junit4:junit4] 2> 9271 T1699 oasu.DefaultSolrCoreState.doRecovery Runnin= g recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C92 name=3Dcollection1 org.apache.solr= .core.SolrCore@292fd74b url=3Dhttp://127.0.0.1:25700/collection1 node=3D127= .0.0.1:25700_ C92_STATE=3Dcoll:collection1 core:collection1 props:{shard=3D= null, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcollecti= on1, node_name=3D127.0.0.1:25700_, base_url=3Dhttp://127.0.0.1:25700} [junit4:junit4] 2> 9272 T1701 C92 P25700 oasc.RecoveryStrategy.run Starti= ng recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 9272 T1699 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9273 T1701 C92 P25700 oasc.RecoveryStrategy.doRecovery= ###### startupVersions=3D[] [junit4:junit4] 2> 9274 T1701 C92 P25700 oasc.ZkController.publish publis= hing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 9274 T1701 C92 P25700 oasc.ZkController.publish numSha= rds not found on descriptor - reading it from system property [junit4:junit4] 2> 9274 T1642 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/bui= ld/solr-core/test/J1 [junit4:junit4] 2> 9275 T1642 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 9275 T1642 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 9282 T1701 C92 P25700 oascsi.HttpClientUtil.createClie= nt Creating new http client, config:maxConnections=3D128&maxConnectionsPerH= ost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 9296 T1642 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> ASYNC NEW_CORE C93 name=3Dcollection1 org.apache.solr= .core.SolrCore@75626cd5 url=3Dhttp://127.0.0.1:22748/collection1 node=3D127= .0.0.1:22748_ C93_STATE=3Dcoll:control_collection core:collection1 props:{s= hard=3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection= =3Dcontrol_collection, node_name=3D127.0.0.1:22748_, base_url=3Dhttp://127.= 0.0.1:22748, leader=3Dtrue} [junit4:junit4] 2> 9313 T1655 C93 P22748 oasc.CachingDirectoryFactory.clo= se Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-= Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Reco= veryZkTest-1357040117344/control/data [junit4:junit4] 2> 9315 T1655 C93 P22748 oasc.SolrDeletionPolicy.onInit S= olrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@27cf7abb lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@49af7898)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 9316 T1655 C93 P22748 oasc.SolrDeletionPolicy.updateCo= mmits newest commit =3D 1[segments_1] [junit4:junit4] 2> 9320 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[1 (1422959707842150400)]} 0 9 [junit4:junit4] 2> 9320 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10001 (1422959707842150401)]} 0 9 [junit4:junit4] 2> ASYNC NEW_CORE C94 name=3Dcollection1 org.apache.solr= .core.SolrCore@62d6ff31 url=3Dhttp://127.0.0.1:47357/collection1 node=3D127= .0.0.1:47357_ C94_STATE=3Dcoll:collection1 core:collection1 props:{shard=3D= shard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dcoll= ection1, node_name=3D127.0.0.1:47357_, base_url=3Dhttp://127.0.0.1:47357, l= eader=3Dtrue} [junit4:junit4] 2> 9329 T1674 C94 P47357 oasc.CachingDirectoryFactory.clo= se Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-= Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Reco= veryZkTest-1357040117344/jetty1 [junit4:junit4] 2> 9332 T1674 C94 P47357 oasc.SolrDeletionPolicy.onInit S= olrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@526950c7 lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@72a33975)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 9332 T1674 C94 P47357 oasc.SolrDeletionPolicy.updateCo= mmits newest commit =3D 1[segments_1] [junit4:junit4] 2> 9335 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10001 (1422959707858927616)]} 0 7 [junit4:junit4] 2> 9336 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[1 (1422959707863121920)]} 0 5 [junit4:junit4] 2> 9339 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10002 (1422959707870461952)]} 0 1 [junit4:junit4] 2> 9340 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[2 (1422959707870461953)]} 0 1 [junit4:junit4] 2> 9344 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10002 (1422959707873607680)]} 0 2 [junit4:junit4] 2> 9344 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[2 (1422959707874656256)]} 0 1 [junit4:junit4] 2> 9348 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[2 (-1422959707878850560)]} 0 1 [junit4:junit4] 2> 9348 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10002 (-1422959707878850561)]} 0 1 [junit4:junit4] 2> 9352 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[2 (-1422959707883044864)]} 0 1 [junit4:junit4] 2> 9352 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10002 (-1422959707884093440)]} 0 1 [junit4:junit4] 2> 9357 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[3 (1422959707887239168)]} 0 2 [junit4:junit4] 2> 9357 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10003 (1422959707888287744)]} 0 2 [junit4:junit4] 2> 9360 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[3 (1422959707891433472)]} 0 1 [junit4:junit4] 2> 9361 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10003 (1422959707892482048)]} 0 1 [junit4:junit4] 2> 9364 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[4 (1422959707895627776)]} 0 1 [junit4:junit4] 2> 9365 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10004 (1422959707896676352)]} 0 1 [junit4:junit4] 2> 9368 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[4 (1422959707899822080)]} 0 1 [junit4:junit4] 2> 9369 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10004 (1422959707900870656)]} 0 1 [junit4:junit4] 2> 9372 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10005 (1422959707904016385)]} 0 1 [junit4:junit4] 2> 9372 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[5 (1422959707904016384)]} 0 1 [junit4:junit4] 2> 9376 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[5 (1422959707908210688)]} 0 1 [junit4:junit4] 2> 9379 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[4 (-1422959707912404992)]} 0 0 [junit4:junit4] 2> 9380 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10005 (1422959707908210689)]} 0 5 [junit4:junit4] 2> 9383 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10004 (-1422959707916599296)]} 0 1 [junit4:junit4] 2> 9383 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[4 (-1422959707916599296)]} 0 1 [junit4:junit4] 2> 9386 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10004 (-1422959707919745024)]} 0 0 [junit4:junit4] 2> 9387 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[6 (1422959707919745024)]} 0 1 [junit4:junit4] 2> 9390 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10006 (1422959707922890752)]} 0 1 [junit4:junit4] 2> 9391 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[6 (1422959707923939328)]} 0 1 [junit4:junit4] 2> 9394 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10006 (1422959707927085056)]} 0 1 [junit4:junit4] 2> 9394 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[5 (-1422959707928133632)]} 0 0 [junit4:junit4] 2> 9398 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10005 (-1422959707931279360)]} 0 1 [junit4:junit4] 2> 9398 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[5 (-1422959707932327936)]} 0 1 [junit4:junit4] 2> 9400 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10005 (-1422959707934425088)]} 0 0 [junit4:junit4] 2> 9402 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[7 (1422959707935473664)]} 0 1 [junit4:junit4] 2> 9404 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10007 (1422959707937570816)]} 0 1 [junit4:junit4] 2> 9406 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[7 (1422959707939667968)]} 0 1 [junit4:junit4] 2> 9408 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10007 (1422959707941765120)]} 0 1 [junit4:junit4] 2> 9410 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[8 (1422959707943862272)]} 0 1 [junit4:junit4] 2> 9412 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10008 (1422959707945959424)]} 0 1 [junit4:junit4] 2> 9414 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[8 (1422959707948056576)]} 0 1 [junit4:junit4] 2> 9416 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10008 (1422959707950153728)]} 0 1 [junit4:junit4] 2> 9418 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[9 (1422959707952250880)]} 0 1 [junit4:junit4] 2> 9420 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10009 (1422959707954348032)]} 0 1 [junit4:junit4] 2> 9422 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[9 (1422959707956445184)]} 0 1 [junit4:junit4] 2> 9424 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10009 (1422959707958542336)]} 0 1 [junit4:junit4] 2> 9429 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10 (1422959707960639488)]} 0 4 [junit4:junit4] 2> 9432 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10010 (1422959707962736640)]} 0 5 [junit4:junit4] 2> 9434 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10 (1422959707969028096)]} 0 2 [junit4:junit4] 2> 9436 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[6 (-1422959707972173824)]} 0 0 [junit4:junit4] 2> 9440 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[6 (-1422959707976368128)]} 0 1 [junit4:junit4] 2> 9440 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10010 (1422959707971125248)]} 0 5 [junit4:junit4] 2> 9444 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10006 (-1422959707980562432)]} 0 1 [junit4:junit4] 2> 9445 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[11 (1422959707979513856)]} 0 2 [junit4:junit4] 2> 9447 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10006 (-1422959707983708160)]} 0 0 [junit4:junit4] 2> 9450 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[11 (1422959707984756736)]} 0 2 [junit4:junit4] 2> 9453 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10011 (1422959707988951040)]} 0 1 [junit4:junit4] 2> 9454 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[12 (1422959707989999616)]} 0 1 [junit4:junit4] 2> 9457 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10011 (1422959707993145344)]} 0 1 [junit4:junit4] 2> 9458 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[12 (1422959707994193920)]} 0 1 [junit4:junit4] 2> 9461 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[7 (-1422959707998388224)]} 0 1 [junit4:junit4] 2> 9461 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10012 (1422959707997339648)]} 0 1 [junit4:junit4] 2> 9464 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[7 (-1422959708001533952)]} 0 0 [junit4:junit4] 2> 9465 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10012 (1422959708001533953)]} 0 1 [junit4:junit4] 2> 9469 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10007 (-1422959708005728257)]} 0 1 [junit4:junit4] 2> 9469 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[13 (1422959708005728256)]} 0 1 [junit4:junit4] 2> 9472 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10007 (-1422959708008873984)]} 0 1 [junit4:junit4] 2> 9473 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[13 (1422959708009922560)]} 0 1 [junit4:junit4] 2> 9475 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10013 (1422959708012019712)]} 0 1 [junit4:junit4] 2> 9476 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[8 (-1422959708014116864)]} 0 0 [junit4:junit4] 2> 9479 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10013 (1422959708016214016)]} 0 1 [junit4:junit4] 2> 9480 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[8 (-1422959708018311168)]} 0 1 [junit4:junit4] 2> 9483 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10008 (-1422959708020408320)]} 0 1 [junit4:junit4] 2> 9484 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[14 (1422959708021456896)]} 0 2 [junit4:junit4] 2> 9485 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10008 (-1422959708023554048)]} 0 0 [junit4:junit4] 2> 9488 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[14 (1422959708025651200)]} 0 1 [junit4:junit4] 2> 9489 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10014 (1422959708026699776)]} 0 1 [junit4:junit4] 2> 9492 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[15 (1422959708029845504)]} 0 1 [junit4:junit4] 2> 9493 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10014 (1422959708030894080)]} 0 1 [junit4:junit4] 2> 9496 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[15 (1422959708034039808)]} 0 1 [junit4:junit4] 2> 9496 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10015 (1422959708034039808)]} 0 1 [junit4:junit4] 2> 9500 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[16 (1422959708038234112)]} 0 1 [junit4:junit4] 2> 9503 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10015 (1422959708038234112)]} 0 4 [junit4:junit4] 2> 9505 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[16 (1422959708042428416)]} 0 2 [junit4:junit4] 2> 9507 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10016 (1422959708045574144)]} 0 1 [junit4:junit4] 2> 9508 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[9 (-1422959708047671296)]} 0 0 [junit4:junit4] 2> 9511 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10016 (1422959708049768448)]} 0 1 [junit4:junit4] 2> 9511 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[9 (-1422959708050817024)]} 0 0 [junit4:junit4] 2> 9513 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10009 (-1422959708052914176)]} 0 0 [junit4:junit4] 2> 9515 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[17 (1422959708053962752)]} 0 1 [junit4:junit4] 2> 9519 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[17 (1422959708058157056)]} 0 1 [junit4:junit4] 2> 9526 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[18 (1422959708062351360)]} 0 4 [junit4:junit4] 2> 9529 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10009 (-1422959708069691392)]} 0 0 [junit4:junit4] 2> 9530 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[18 (1422959708069691393)]} 0 1 [junit4:junit4] 2> 9533 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10017 (1422959708072837120)]} 0 1 [junit4:junit4] 2> 9534 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10 (-1422959708074934272)]} 0 1 [junit4:junit4] 2> 9537 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10017 (1422959708077031424)]} 0 1 [junit4:junit4] 2> 9537 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10 (-1422959708078080000)]} 0 0 [junit4:junit4] 2> 9541 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[19 (1422959708081225728)]} 0 1 [junit4:junit4] 2> 9542 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10018 (1422959708081225729)]} 0 2 [junit4:junit4] 2> 9545 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[19 (1422959708085420032)]} 0 1 [junit4:junit4] 2> 9546 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10018 (1422959708085420033)]} 0 2 [junit4:junit4] 2> 9549 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10010 (-1422959708090662912)]} 0 1 [junit4:junit4] 2> 9550 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[20 (1422959708089614336)]} 0 2 [junit4:junit4] 2> 9552 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10010 (-1422959708093808640)]} 0 0 [junit4:junit4] 2> 9553 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[20 (1422959708093808641)]} 0 1 [junit4:junit4] 2> 9557 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10019 (1422959708098002944)]} 0 1 [junit4:junit4] 2> 9559 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[21 (1422959708100100096)]} 0 1 [junit4:junit4] 2> 9561 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10019 (1422959708102197248)]} 0 1 [junit4:junit4] 2> 9565 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10020 (1422959708106391552)]} 0 1 [junit4:junit4] 2> 9566 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[21 (1422959708104294400)]} 0 4 [junit4:junit4] 2> 9570 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[12 (-1422959708112683008)]} 0 1 [junit4:junit4] 2> 9570 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10020 (1422959708110585856)]} 0 2 [junit4:junit4] 2> 9573 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[12 (-1422959708115828736)]} 0 0 [junit4:junit4] 2> 9574 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10021 (1422959708115828736)]} 0 1 [junit4:junit4] 2> 9577 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[22 (1422959708118974464)]} 0 1 [junit4:junit4] 2> 9578 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10021 (1422959708120023040)]} 0 1 [junit4:junit4] 2> 9581 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[22 (1422959708123168768)]} 0 1 [junit4:junit4] 2> 9581 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10012 (-1422959708124217344)]} 0 0 [junit4:junit4] 2> 9585 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10012 (-1422959708128411648)]} 0 1 [junit4:junit4] 2> 9585 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[15 (-1422959708128411648)]} 0 0 [junit4:junit4] 2> 9588 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[15 (-1422959708131557376)]} 0 0 [junit4:junit4] 2> 9589 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10022 (1422959708131557376)]} 0 1 [junit4:junit4] 2> 9593 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10022 (1422959708135751680)]} 0 1 [junit4:junit4] 2> 9595 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[23 (1422959708134703104)]} 0 4 [junit4:junit4] 2> 9597 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10015 (-1422959708140994560)]} 0 1 [junit4:junit4] 2> 9599 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[23 (1422959708142043136)]} 0 1 [junit4:junit4] 2> 9600 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10015 (-1422959708144140288)]} 0 0 [junit4:junit4] 2> 9604 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[24 (1422959708146237440)]} 0 2 [junit4:junit4] 2> 9605 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10023 (1422959708147286016)]} 0 2 [junit4:junit4] 2> 9608 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[24 (1422959708151480320)]} 0 1 [junit4:junit4] 2> 9609 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10023 (1422959708151480321)]} 0 2 [junit4:junit4] 2> 9611 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[20 (-1422959708155674624)]} 0 0 [junit4:junit4] 2> 9614 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10024 (1422959708157771776)]} 0 2 [junit4:junit4] 2> 9614 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[20 (-1422959708158820352)]} 0 0 [junit4:junit4] 2> 9618 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10024 (1422959708161966080)]} 0 1 [junit4:junit4] 2> 9618 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[25 (1422959708161966080)]} 0 1 [junit4:junit4] 2> 9622 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10020 (-1422959708166160384)]} 0 1 [junit4:junit4] 2> 9622 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[25 (1422959708166160384)]} 0 1 [junit4:junit4] 2> 9625 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[22 (-1422959708170354688)]} 0 0 [junit4:junit4] 2> 9625 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10020 (-1422959708170354688)]} 0 0 [junit4:junit4] 2> 9628 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[22 (-1422959708173500416)]} 0 0 [junit4:junit4] 2> 9629 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10025 (1422959708173500416)]} 0 1 [junit4:junit4] 2> 9632 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[26 (1422959708176646144)]} 0 1 [junit4:junit4] 2> 9636 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10025 (1422959708177694720)]} 0 4 [junit4:junit4] 2> 9636 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[26 (1422959708180840448)]} 0 1 [junit4:junit4] 2> 9639 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10022 (-1422959708185034752)]} 0 0 [junit4:junit4] 2> 9640 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[27 (1422959708185034753)]} 0 1 [junit4:junit4] 2> 9642 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10022 (-1422959708188180480)]} 0 0 [junit4:junit4] 2> 9644 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[27 (1422959708189229056)]} 0 1 [junit4:junit4] 2> 9646 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10026 (1422959708191326208)]} 0 1 [junit4:junit4] 2> 9649 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[28 (1422959708192374784)]} 0 3 [junit4:junit4] 2> 9650 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10026 (1422959708195520512)]} 0 1 [junit4:junit4] 2> 9653 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[28 (1422959708198666240)]} 0 1 [junit4:junit4] 2> 9654 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10027 (1422959708199714816)]} 0 1 [junit4:junit4] 2> 9657 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[25 (-1422959708203909120)]} 0 0 [junit4:junit4] 2> 9658 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10027 (1422959708203909120)]} 0 1 [junit4:junit4] 2> 9660 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[25 (-1422959708207054848)]} 0 0 [junit4:junit4] 2> 9662 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10028 (1422959708208103424)]} 0 1 [junit4:junit4] 2> 9664 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[29 (1422959708210200576)]} 0 1 [junit4:junit4] 2> 9665 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10028 (1422959708211249152)]} 0 1 [junit4:junit4] 2> 9668 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[29 (1422959708214394880)]} 0 1 [junit4:junit4] 2> 9668 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10025 (-1422959708215443456)]} 0 0 [junit4:junit4] 2> 9672 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[28 (-1422959708219637760)]} 0 1 [junit4:junit4] 2> 9672 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10025 (-1422959708219637760)]} 0 1 [junit4:junit4] 2> 9676 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[28 (-1422959708222783488)]} 0 1 [junit4:junit4] 2> 9676 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10029 (1422959708222783488)]} 0 1 [junit4:junit4] 2> 9679 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[30 (1422959708225929216)]} 0 1 [junit4:junit4] 2> 9681 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10029 (1422959708226977792)]} 0 2 [junit4:junit4] 2> 9683 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[30 (1422959708230123520)]} 0 1 [junit4:junit4] 2> 9684 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10028 (-1422959708232220672)]} 0 0 [junit4:junit4] 2> 9686 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[31 (1422959708233269248)]} 0 1 [junit4:junit4] 2> 9687 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10028 (-1422959708235366400)]} 0 0 [junit4:junit4] 2> 9691 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10030 (1422959708238512128)]} 0 1 [junit4:junit4] 2> 9694 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[31 (1422959708236414976)]} 0 6 [junit4:junit4] 2> 9698 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[32 (1422959708245852160)]} 0 1 [junit4:junit4] 2> 9699 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10030 (1422959708245852160)]} 0 2 [junit4:junit4] 2> 9702 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[32 (1422959708250046464)]} 0 1 [junit4:junit4] 2> 9705 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[29 (-1422959708254240768)]} 0 1 [junit4:junit4] 2> 9706 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10031 (1422959708251095040)]} 0 4 [junit4:junit4] 2> 9707 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[29 (-1422959708256337920)]} 0 0 [junit4:junit4] 2> 9710 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10031 (1422959708257386496)]} 0 2 [junit4:junit4] 2> 9711 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[33 (1422959708259483648)]} 0 1 [junit4:junit4] 2> 9714 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10032 (1422959708262629376)]} 0 1 [junit4:junit4] 2> 9715 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[33 (1422959708263677952)]} 0 1 [junit4:junit4] 2> 9718 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10032 (1422959708266823680)]} 0 1 [junit4:junit4] 2> 9719 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[34 (1422959708267872256)]} 0 1 [junit4:junit4] 2> 9721 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10029 (-1422959708271017984)]} 0 0 [junit4:junit4] 2> 9723 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[34 (1422959708272066560)]} 0 1 [junit4:junit4] 2> 9725 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10029 (-1422959708274163712)]} 0 1 [junit4:junit4] 2> 9727 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[35 (1422959708276260864)]} 0 1 [junit4:junit4] 2> 9728 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10033 (1422959708277309440)]} 0 1 [junit4:junit4] 2> 9731 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10033 (1422959708280455168)]} 0 1 [junit4:junit4] 2> 9732 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[35 (1422959708281503744)]} 0 2 [junit4:junit4] 2> 9735 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10034 (1422959708284649472)]} 0 1 [junit4:junit4] 2> 9735 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[31 (-1422959708285698048)]} 0 0 [junit4:junit4] 2> 9739 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[31 (-1422959708289892352)]} 0 1 [junit4:junit4] 2> 9740 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10034 (1422959708289892353)]} 0 2 [junit4:junit4] 2> 9743 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10035 (1422959708293038080)]} 0 1 [junit4:junit4] 2> 9743 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[36 (1422959708293038081)]} 0 1 [junit4:junit4] 2> 9747 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[36 (1422959708297232384)]} 0 1 [junit4:junit4] 2> 9748 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10035 (1422959708296183808)]} 0 3 [junit4:junit4] 2> 9751 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[37 (1422959708301426688)]} 0 1 [junit4:junit4] 2> 9751 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10031 (-1422959708302475264)]} 0 0 [junit4:junit4] 2> 9754 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[37 (1422959708304572416)]} 0 1 [junit4:junit4] 2> 9754 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10031 (-1422959708305620992)]} 0 0 [junit4:junit4] 2> 9758 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[32 (-1422959708309815296)]} 0 1 [junit4:junit4] 2> 9758 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10036 (1422959708308766720)]} 0 1 [junit4:junit4] 2> 9761 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[32 (-1422959708311912448)]} 0 1 [junit4:junit4] 2> 9762 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10036 (1422959708312961024)]} 0 1 [junit4:junit4] 2> 9764 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[38 (1422959708315058176)]} 0 1 [junit4:junit4] 2> 9766 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10037 (1422959708317155328)]} 0 1 [junit4:junit4] 2> 9768 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[38 (1422959708319252480)]} 0 1 [junit4:junit4] 2> 9770 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10037 (1422959708321349632)]} 0 1 [junit4:junit4] 2> 9773 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10032 (-1422959708325543936)]} 0 0 [junit4:junit4] 2> 9774 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[39 (1422959708323446784)]} 0 3 [junit4:junit4] 2> 9777 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10032 (-1422959708329738240)]} 0 1 [junit4:junit4] 2> 9778 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[39 (1422959708329738241)]} 0 1 [junit4:junit4] 2> 9780 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10038 (1422959708331835392)]} 0 1 [junit4:junit4] 2> 9782 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[40 (1422959708333932544)]} 0 1 [junit4:junit4] 2> 9784 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10038 (1422959708336029696)]} 0 1 [junit4:junit4] 2> 9786 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[40 (1422959708338126848)]} 0 1 [junit4:junit4] 2> 9788 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10039 (1422959708340224000)]} 0 1 [junit4:junit4] 2> 9791 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[41 (1422959708343369728)]} 0 1 [junit4:junit4] 2> 9792 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10039 (1422959708344418304)]} 0 1 [junit4:junit4] 2> 9796 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10040 (1422959708348612608)]} 0 1 [junit4:junit4] 2> 9798 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[41 (1422959708347564032)]} 0 4 [junit4:junit4] 2> 9799 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10040 (1422959708351758336)]} 0 1 [junit4:junit4] 2> 9800 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[35 (-1422959708353855488)]} 0 0 [junit4:junit4] 2> 9803 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[35 (-1422959708357001216)]} 0 0 [junit4:junit4] 2> 9803 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10041 (1422959708355952640)]} 0 1 [junit4:junit4] 2> 9807 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[42 (1422959708360146944)]} 0 1 [junit4:junit4] 2> 9807 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10041 (1422959708360146944)]} 0 1 [junit4:junit4] 2> 9810 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10035 (-1422959708364341248)]} 0 0 [junit4:junit4] 2> 9811 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[42 (1422959708364341248)]} 0 1 [junit4:junit4] 2> 9815 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[37 (-1422959708368535552)]} 0 1 [junit4:junit4] 2> 9815 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10035 (-1422959708368535552)]} 0 1 [junit4:junit4] 2> 9819 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[37 (-1422959708373778432)]} 0 0 [junit4:junit4] 2> 9821 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10042 (1422959708371681280)]} 0 4 [junit4:junit4] 2> 9823 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[43 (1422959708376924160)]} 0 1 [junit4:junit4] 2> 9825 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10042 (1422959708379021312)]} 0 1 [junit4:junit4] 2> 9827 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[43 (1422959708381118464)]} 0 1 [junit4:junit4] 2> 9828 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10037 (-1422959708383215616)]} 0 0 [junit4:junit4] 2> 9830 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[38 (-1422959708385312768)]} 0 0 [junit4:junit4] 2> 9832 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10037 (-1422959708386361344)]} 0 1 [junit4:junit4] 2> 9833 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[38 (-1422959708388458496)]} 0 0 [junit4:junit4] 2> 9836 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10043 (1422959708389507072)]} 0 2 [junit4:junit4] 2> 9837 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[44 (1422959708391604224)]} 0 1 [junit4:junit4] 2> 9839 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10043 (1422959708393701376)]} 0 1 [junit4:junit4] 2> 9840 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[44 (1422959708394749952)]} 0 1 [junit4:junit4] 2> 9842 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10038 (-1422959708397895680)]} 0 0 [junit4:junit4] 2> 9844 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[45 (1422959708398944256)]} 0 1 [junit4:junit4] 2> 9845 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10038 (-1422959708401041408)]} 0 0 [junit4:junit4] 2> 9847 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[45 (1422959708402089984)]} 0 1 [junit4:junit4] 2> 9849 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10044 (1422959708404187136)]} 0 1 [junit4:junit4] 2> 9850 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[40 (-1422959708405235712)]} 0 1 [junit4:junit4] 2> 9853 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[40 (-1422959708408381440)]} 0 1 [junit4:junit4] 2> 9854 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10044 (1422959708409430016)]} 0 2 [junit4:junit4] 2> 9856 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[46 (1422959708411527168)]} 0 1 [junit4:junit4] 2> 9860 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10045 (1422959708412575744)]} 0 4 [junit4:junit4] 2> 9864 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10045 (1422959708419915776)]} 0 1 [junit4:junit4] 2> 9866 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[46 (1422959708415721472)]} 0 7 [junit4:junit4] 2> 9868 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10040 (-1422959708425158656)]} 0 1 [junit4:junit4] 2> 9869 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[47 (1422959708426207232)]} 0 0 [junit4:junit4] 2> 9871 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10040 (-1422959708428304384)]} 0 0 [junit4:junit4] 2> 9874 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[47 (1422959708429352960)]} 0 2 [junit4:junit4] 2> 9875 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10046 (1422959708431450112)]} 0 1 [junit4:junit4] 2> 9877 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[44 (-1422959708434595840)]} 0 0 [junit4:junit4] 2> 9880 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10046 (1422959708435644416)]} 0 2 [junit4:junit4] 2> 9880 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[44 (-1422959708437741568)]} 0 0 [junit4:junit4] 2> 9883 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10047 (1422959708439838720)]} 0 1 [junit4:junit4] 2> 9888 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10047 (1422959708445081600)]} 0 2 [junit4:junit4] 2> 9892 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10044 (-1422959708449275904)]} 0 1 [junit4:junit4] 2> 9895 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10044 (-1422959708452421632)]} 0 1 [junit4:junit4] 2> 9899 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10048 (1422959708456615936)]} 0 1 [junit4:junit4] 2> 9903 T1665 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9904 T1665 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"recovering", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:25700_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:25700"} [junit4:junit4] 2> 9904 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10048 (1422959708460810240)]} 0 2 [junit4:junit4] 2> 9908 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10045 (-1422959708466053120)]} 0 1 [junit4:junit4] 2> 9911 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[10045 (-1422959708469198848)]} 0 1 [junit4:junit4] 2> 9915 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10049 (1422959708473393152)]} 0 1 [junit4:junit4] 2> 9919 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[48 (1422959708475490304)]} 0 3 [junit4:junit4] 2> 9920 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10049 (1422959708477587456)]} 0 2 [junit4:junit4] 2> 9924 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[48 (1422959708482830336)]} 0 1 [junit4:junit4] 2> 9925 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10050 (1422959708482830336)]} 0 2 [junit4:junit4] 2> 9928 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {delete=3D[45 (-1422959708487024640)]} 0 1 [junit4:junit4] 2> 9929 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10050 (1422959708488073216)]} 0 2 [junit4:junit4] 2> 9930 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {delete=3D[45 (-1422959708490170368)]} 0 0 [junit4:junit4] 2> 9932 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10051 (1422959708491218944)]} 0 1 [junit4:junit4] 2> 9934 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[49 (1422959708493316096)]} 0 1 [junit4:junit4] 2> 9936 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10051 (1422959708495413248)]} 0 1 [junit4:junit4] 2> 9940 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10052 (1422959708499607552)]} 0 1 [junit4:junit4] 2> 9941 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[49 (1422959708497510400)]} 0 4 [junit4:junit4] 2> 9942 T1664 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9942 T1698 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9942 T1683 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9942 T1670 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9946 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[50 (1422959708504850432)]} 0 2 [junit4:junit4] 2> 9946 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10052 (1422959708504850432)]} 0 3 [junit4:junit4] 2> 9950 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10053 (1422959708510093312)]} 0 1 [junit4:junit4] 2> 9950 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[50 (1422959708510093312)]} 0 1 [junit4:junit4] 2> 9956 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[51 (1422959708515336192)]} 0 2 [junit4:junit4] 2> C92_STATE=3Dcoll:collection1 core:collection1 props:{= shard=3Dshard1, roles=3Dnull, state=3Drecovering, core=3Dcollection1, colle= ction=3Dcollection1, node_name=3D127.0.0.1:25700_, base_url=3Dhttp://127.0.= 0.1:25700} [junit4:junit4] 2> 9963 T1688 C92 P25700 oasc.CachingDirectoryFactory.clo= se Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-= Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Reco= veryZkTest-1357040117344/jetty2 [junit4:junit4] 2> 9966 T1688 C92 P25700 oasc.SolrDeletionPolicy.onInit S= olrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(MockDir= Wrapper(org.apache.lucene.store.RAMDirectory@48dbc56c lockFactory=3Dorg.apa= che.lucene.store.NativeFSLockFactory@337cbc54)),segFN=3Dsegments_1,generati= on=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 9967 T1688 C92 P25700 oasc.SolrDeletionPolicy.updateCo= mmits newest commit =3D 1[segments_1] [junit4:junit4] 2> 9970 T1689 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[51 (1422959708520579072)]} 0 2 [junit4:junit4] 2> 9970 T1688 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[10053 (1422959708514287616)]} 0 8 [junit4:junit4] 2> 9971 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[51 (1422959708520579072)]} 0 12 [junit4:junit4] 2> 9971 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10053 (1422959708514287616)]} 0 18 [junit4:junit4] 2> 9975 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[52 (1422959708536307712)]} 0 1 [junit4:junit4] 2> 9975 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10054 (1422959708536307713)]} 0 1 [junit4:junit4] 2> 9983 T1689 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[10054 (1422959708540502017)]} 0 1 [junit4:junit4] 2> 9984 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10054 (1422959708540502017)]} 0 6 [junit4:junit4] 2> 9985 T1688 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[52 (1422959708540502016)]} 0 3 [junit4:junit4] 2> 9986 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[52 (1422959708540502016)]} 0 8 [junit4:junit4] 2> 9989 T1655 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[53 (1422959708550987776)]} 0 1 [junit4:junit4] 2> 9990 T1654 C93 P22748 /update {wt=3Djavabin&version=3D= 2} {add=3D[10055 (1422959708549939200)]} 0 3 [junit4:junit4] 2> 9996 T1688 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[53 (1422959708555182080)]} 0 1 [junit4:junit4] 2> 9997 T1689 C92 P25700 /update {distrib.from=3Dhttp://1= 27.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versio= n=3D2} {add=3D[10055 (1422959708556230656)]} 0 1 [junit4:junit4] 2> 9997 T1675 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[53 (1422959708555182080)]} 0 5 [junit4:junit4] 2> 9998 T1674 C94 P47357 /update {wt=3Djavabin&version=3D= 2} {add=3D[10055 (1422959708556230656)]} 0 5 [junit4:junit4] 2> 10001 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10056 (1422959708563570689)]} 0 1 [junit4:junit4] 2> 10001 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[54 (1422959708563570688)]} 0 1 [junit4:junit4] 2> 10008 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10056 (1422959708567764992)]} 0 1 [junit4:junit4] 2> 10009 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10056 (1422959708567764992)]} 0 5 [junit4:junit4] 2> 10010 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[54 (1422959708567764993)]} 0 1 [junit4:junit4] 2> 10010 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[54 (1422959708567764993)]} 0 6 [junit4:junit4] 2> 10012 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10046 (-1422959708576153600)]} 0 0 [junit4:junit4] 2> 10016 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[55 (1422959708577202176)]} 0 3 [junit4:junit4] 2> 10017 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10046 (-1422959708579299328)]} 0 0 [junit4:junit4] 2> 10018 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10046 (-1422959708579299328)]} 0 3 [junit4:junit4] 2> 10022 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[55 (1422959708582445056)]} 0 1 [junit4:junit4] 2> 10022 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10057 (1422959708585590784)]} 0 1 [junit4:junit4] 2> 10023 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[55 (1422959708582445056)]} 0 5 [junit4:junit4] 2> 10026 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[56 (1422959708589785088)]} 0 1 [junit4:junit4] 2> 10031 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10057 (1422959708589785088)]} 0 3 [junit4:junit4] 2> 10032 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10057 (1422959708589785088)]} 0 7 [junit4:junit4] 2> 10033 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[56 (1422959708592930816)]} 0 2 [junit4:junit4] 2> 10033 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[56 (1422959708592930816)]} 0 5 [junit4:junit4] 2> 10036 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10058 (1422959708600270848)]} 0 1 [junit4:junit4] 2> 10036 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[46 (-1422959708601319424)]} 0 0 [junit4:junit4] 2> 10042 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[46 (-1422959708604465152)]} 0 1 [junit4:junit4] 2> 10042 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[46 (-1422959708604465152)]} 0 3 [junit4:junit4] 2> 10043 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10058 (1422959708604465153)]} 0 1 [junit4:junit4] 2> 10046 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[57 (1422959708610756608)]} 0 1 [junit4:junit4] 2> 10050 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10058 (1422959708604465153)]} 0 11 [junit4:junit4] 2> 10052 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10047 (-1422959708618096640)]} 0 0 [junit4:junit4] 2> 10053 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[57 (1422959708614950912)]} 0 1 [junit4:junit4] 2> 10054 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[57 (1422959708614950912)]} 0 5 [junit4:junit4] 2> 10057 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[58 (1422959708622290944)]} 0 1 [junit4:junit4] 2> 10057 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10047 (-1422959708621242368)]} 0 0 [junit4:junit4] 2> 10058 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10047 (-1422959708621242368)]} 0 3 [junit4:junit4] 2> 10061 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10059 (1422959708626485248)]} 0 1 [junit4:junit4] 2> 10063 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[58 (1422959708625436672)]} 0 1 [junit4:junit4] 2> 10064 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[58 (1422959708625436672)]} 0 5 [junit4:junit4] 2> 10066 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[47 (-1422959708632776704)]} 0 0 [junit4:junit4] 2> 10067 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10059 (1422959708629630976)]} 0 1 [junit4:junit4] 2> 10067 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10059 (1422959708629630976)]} 0 4 [junit4:junit4] 2> 10071 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10060 (1422959708636971008)]} 0 1 [junit4:junit4] 2> 10071 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[47 (-1422959708635922432)]} 0 0 [junit4:junit4] 2> 10072 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[47 (-1422959708635922432)]} 0 3 [junit4:junit4] 2> 10076 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[59 (1422959708642213888)]} 0 1 [junit4:junit4] 2> 10077 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10060 (1422959708640116736)]} 0 1 [junit4:junit4] 2> 10078 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10060 (1422959708640116736)]} 0 5 [junit4:junit4] 2> 10081 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10061 (1422959708647456768)]} 0 1 [junit4:junit4] 2> 10082 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[59 (1422959708645359616)]} 0 1 [junit4:junit4] 2> 10083 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[59 (1422959708645359616)]} 0 5 [junit4:junit4] 2> 10086 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[60 (1422959708652699648)]} 0 1 [junit4:junit4] 2> 10090 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10061 (1422959708651651072)]} 0 1 [junit4:junit4] 2> 10091 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10061 (1422959708651651072)]} 0 7 [junit4:junit4] 2> 10093 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[60 (1422959708656893952)]} 0 1 [junit4:junit4] 2> 10093 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[60 (1422959708656893952)]} 0 4 [junit4:junit4] 2> 10093 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10048 (-1422959708661088256)]} 0 0 [junit4:junit4] 2> 10097 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[61 (1422959708664233984)]} 0 1 [junit4:junit4] 2> 10100 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10048 (-1422959708665282560)]} 0 0 [junit4:junit4] 2> 10101 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10048 (-1422959708665282560)]} 0 4 [junit4:junit4] 2> 10104 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10062 (1422959708671574016)]} 0 1 [junit4:junit4] 2> 10108 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[61 (1422959708668428288)]} 0 5 [junit4:junit4] 2> 10109 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[61 (1422959708668428288)]} 0 9 [junit4:junit4] 2> 10111 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10062 (1422959708675768320)]} 0 1 [junit4:junit4] 2> 10112 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10062 (1422959708675768320)]} 0 5 [junit4:junit4] 2> 10112 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[48 (-1422959708681011200)]} 0 0 [junit4:junit4] 2> 10116 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10063 (1422959708684156928)]} 0 1 [junit4:junit4] 2> 10117 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[48 (-1422959708684156928)]} 0 0 [junit4:junit4] 2> 10118 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[48 (-1422959708684156928)]} 0 3 [junit4:junit4] 2> 10123 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10063 (1422959708688351232)]} 0 1 [junit4:junit4] 2> 10123 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[62 (1422959708689399808)]} 0 3 [junit4:junit4] 2> 10123 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10063 (1422959708688351232)]} 0 4 [junit4:junit4] 2> 10127 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10064 (1422959708695691264)]} 0 1 [junit4:junit4] 2> 10130 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[62 (1422959708695691264)]} 0 1 [junit4:junit4] 2> 10131 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[62 (1422959708695691264)]} 0 5 [junit4:junit4] 2> 10134 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10064 (1422959708699885568)]} 0 1 [junit4:junit4] 2> 10134 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[63 (1422959708703031296)]} 0 1 [junit4:junit4] 2> 10134 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10064 (1422959708699885568)]} 0 4 [junit4:junit4] 2> 10138 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10065 (1422959708707225600)]} 0 1 [junit4:junit4] 2> 10141 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[63 (1422959708707225600)]} 0 1 [junit4:junit4] 2> 10142 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[63 (1422959708707225600)]} 0 5 [junit4:junit4] 2> 10145 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[64 (1422959708714565632)]} 0 1 [junit4:junit4] 2> 10146 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10065 (1422959708712468480)]} 0 1 [junit4:junit4] 2> 10147 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10065 (1422959708712468480)]} 0 5 [junit4:junit4] 2> 10149 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10049 (-1422959708719808512)]} 0 0 [junit4:junit4] 2> 10152 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[64 (1422959708718759936)]} 0 1 [junit4:junit4] 2> 10153 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[64 (1422959708718759936)]} 0 5 [junit4:junit4] 2> 10154 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10049 (-1422959708722954240)]} 0 0 [junit4:junit4] 2> 10155 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10049 (-1422959708722954240)]} 0 3 [junit4:junit4] 2> 10156 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[65 (1422959708726099968)]} 0 1 [junit4:junit4] 2> 10159 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10066 (1422959708729245696)]} 0 1 [junit4:junit4] 2> 10165 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10066 (1422959708732391424)]} 0 1 [junit4:junit4] 2> 10165 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[65 (1422959708730294272)]} 0 1 [junit4:junit4] 2> 10166 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[65 (1422959708730294272)]} 0 7 [junit4:junit4] 2> 10166 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10066 (1422959708732391424)]} 0 5 [junit4:junit4] 2> 10169 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[49 (-1422959708740780032)]} 0 0 [junit4:junit4] 2> 10170 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10067 (1422959708740780033)]} 0 1 [junit4:junit4] 2> 10174 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[49 (-1422959708743925760)]} 0 0 [junit4:junit4] 2> 10175 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[49 (-1422959708743925760)]} 0 3 [junit4:junit4] 2> 10179 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10067 (1422959708744974336)]} 0 3 [junit4:junit4] 2> 10179 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[66 (1422959708750217216)]} 0 1 [junit4:junit4] 2> 10179 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10067 (1422959708744974336)]} 0 6 [junit4:junit4] 2> 10183 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10068 (1422959708754411520)]} 0 1 [junit4:junit4] 2> 10186 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[66 (1422959708754411520)]} 0 1 [junit4:junit4] 2> 10187 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[66 (1422959708754411520)]} 0 5 [junit4:junit4] 2> 10190 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10068 (1422959708758605824)]} 0 1 [junit4:junit4] 2> 10190 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10068 (1422959708758605824)]} 0 4 [junit4:junit4] 2> 10191 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[67 (1422959708762800128)]} 0 1 [junit4:junit4] 2> 10193 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10051 (-1422959708765945856)]} 0 0 [junit4:junit4] 2> 10198 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[67 (1422959708766994432)]} 0 1 [junit4:junit4] 2> 10198 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10051 (-1422959708769091584)]} 0 0 [junit4:junit4] 2> 10198 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[67 (1422959708766994432)]} 0 4 [junit4:junit4] 2> 10199 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10051 (-1422959708769091584)]} 0 3 [junit4:junit4] 2> 10202 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[68 (1422959708774334464)]} 0 1 [junit4:junit4] 2> 10205 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10069 (1422959708775383040)]} 0 3 [junit4:junit4] 2> 10210 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[68 (1422959708778528768)]} 0 1 [junit4:junit4] 2> 10211 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[68 (1422959708778528768)]} 0 6 [junit4:junit4] 2> 10212 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10069 (1422959708781674496)]} 0 1 [junit4:junit4] 2> 10213 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10069 (1422959708781674496)]} 0 5 [junit4:junit4] 2> 10213 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[51 (-1422959708786917376)]} 0 0 [junit4:junit4] 2> 10217 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10070 (1422959708790063104)]} 0 1 [junit4:junit4] 2> 10218 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[51 (-1422959708790063104)]} 0 0 [junit4:junit4] 2> 10219 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[51 (-1422959708790063104)]} 0 3 [junit4:junit4] 2> 10223 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[69 (1422959708796354560)]} 0 1 [junit4:junit4] 2> 10224 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10070 (1422959708794257408)]} 0 1 [junit4:junit4] 2> 10225 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10070 (1422959708794257408)]} 0 5 [junit4:junit4] 2> 10230 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10071 (1422959708801597440)]} 0 3 [junit4:junit4] 2> 10231 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[69 (1422959708801597440)]} 0 1 [junit4:junit4] 2> 10232 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[69 (1422959708801597440)]} 0 5 [junit4:junit4] 2> 10235 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[70 (1422959708808937472)]} 0 1 [junit4:junit4] 2> 10241 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10071 (1422959708807888896)]} 0 1 [junit4:junit4] 2> 10242 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10071 (1422959708807888896)]} 0 9 [junit4:junit4] 2> 10243 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[70 (1422959708813131776)]} 0 1 [junit4:junit4] 2> 10244 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[70 (1422959708813131776)]} 0 6 [junit4:junit4] 2> 10245 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10054 (-1422959708820471808)]} 0 0 [junit4:junit4] 2> 10249 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[71 (1422959708822568960)]} 0 2 [junit4:junit4] 2> 10250 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10054 (-1422959708823617536)]} 0 0 [junit4:junit4] 2> 10251 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10054 (-1422959708823617536)]} 0 3 [junit4:junit4] 2> 10255 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10072 (1422959708829908992)]} 0 1 [junit4:junit4] 2> 10258 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[71 (1422959708826763264)]} 0 3 [junit4:junit4] 2> 10259 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[71 (1422959708826763264)]} 0 8 [junit4:junit4] 2> 10263 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[54 (-1422959708838297600)]} 0 1 [junit4:junit4] 2> 10263 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10072 (1422959708835151872)]} 0 1 [junit4:junit4] 2> 10264 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10072 (1422959708835151872)]} 0 5 [junit4:junit4] 2> 10268 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10073 (1422959708843540480)]} 0 1 [junit4:junit4] 2> 10269 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[54 (-1422959708842491904)]} 0 0 [junit4:junit4] 2> 10270 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[54 (-1422959708842491904)]} 0 4 [junit4:junit4] 2> 10274 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[72 (1422959708849831936)]} 0 1 [junit4:junit4] 2> 10276 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10073 (1422959708847734784)]} 0 1 [junit4:junit4] 2> 10277 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10073 (1422959708847734784)]} 0 6 [junit4:junit4] 2> 10280 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10056 (-1422959708857171968)]} 0 0 [junit4:junit4] 2> 10282 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[72 (1422959708855074816)]} 0 1 [junit4:junit4] 2> 10283 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[72 (1422959708855074816)]} 0 6 [junit4:junit4] 2> 10286 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10056 (-1422959708860317696)]} 0 0 [junit4:junit4] 2> 10287 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10056 (-1422959708860317696)]} 0 4 [junit4:junit4] 2> 10288 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[73 (1422959708864512000)]} 0 2 [junit4:junit4] 2> 10291 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10074 (1422959708867657728)]} 0 1 [junit4:junit4] 2> 10296 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[73 (1422959708868706304)]} 0 1 [junit4:junit4] 2> 10297 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[73 (1422959708868706304)]} 0 6 [junit4:junit4] 2> 10299 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10074 (1422959708871852032)]} 0 1 [junit4:junit4] 2> 10300 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10074 (1422959708871852032)]} 0 6 [junit4:junit4] 2> 10300 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[56 (-1422959708878143488)]} 0 0 [junit4:junit4] 2> 10304 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10075 (1422959708881289216)]} 0 1 [junit4:junit4] 2> 10307 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[56 (-1422959708881289216)]} 0 1 [junit4:junit4] 2> 10307 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[56 (-1422959708881289216)]} 0 4 [junit4:junit4] 2> 10311 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[74 (1422959708888629248)]} 0 1 [junit4:junit4] 2> 10312 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10075 (1422959708885483520)]} 0 1 [junit4:junit4] 2> 10313 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10075 (1422959708885483520)]} 0 6 [junit4:junit4] 2> 10316 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10057 (-1422959708894920704)]} 0 0 [junit4:junit4] 2> 10319 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[74 (1422959708892823552)]} 0 2 [junit4:junit4] 2> 10320 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[74 (1422959708892823552)]} 0 6 [junit4:junit4] 2> 10322 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10057 (-1422959708898066432)]} 0 0 [junit4:junit4] 2> 10323 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[75 (1422959708901212160)]} 0 1 [junit4:junit4] 2> 10323 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10057 (-1422959708898066432)]} 0 4 [junit4:junit4] 2> 10327 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10076 (1422959708905406464)]} 0 1 [junit4:junit4] 2> 10333 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[75 (1422959708905406464)]} 0 1 [junit4:junit4] 2> 10335 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[75 (1422959708905406464)]} 0 9 [junit4:junit4] 2> 10336 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10076 (1422959708910649344)]} 0 1 [junit4:junit4] 2> 10337 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10076 (1422959708910649344)]} 0 6 [junit4:junit4] 2> 10337 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[57 (-1422959708916940800)]} 0 0 [junit4:junit4] 2> 10341 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10077 (1422959708920086528)]} 0 1 [junit4:junit4] 2> 10343 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[57 (-1422959708920086528)]} 0 0 [junit4:junit4] 2> 10344 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[57 (-1422959708920086528)]} 0 4 [junit4:junit4] 2> 10348 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[76 (1422959708927426560)]} 0 1 [junit4:junit4] 2> 10350 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10077 (1422959708924280832)]} 0 3 [junit4:junit4] 2> 10351 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10077 (1422959708924280832)]} 0 7 [junit4:junit4] 2> 10353 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10060 (-1422959708933718016)]} 0 0 [junit4:junit4] 2> 10356 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[76 (1422959708931620864)]} 0 1 [junit4:junit4] 2> 10357 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[76 (1422959708931620864)]} 0 6 [junit4:junit4] 2> 10358 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10060 (-1422959708936863744)]} 0 0 [junit4:junit4] 2> 10359 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10060 (-1422959708936863744)]} 0 3 [junit4:junit4] 2> 10361 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[77 (1422959708941058048)]} 0 1 [junit4:junit4] 2> 10365 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10078 (1422959708943155200)]} 0 3 [junit4:junit4] 2> 10369 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[77 (1422959708945252352)]} 0 1 [junit4:junit4] 2> 10370 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[77 (1422959708945252352)]} 0 6 [junit4:junit4] 2> 10373 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10078 (1422959708949446656)]} 0 1 [junit4:junit4] 2> 10373 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[60 (-1422959708954689536)]} 0 0 [junit4:junit4] 2> 10374 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10078 (1422959708949446656)]} 0 6 [junit4:junit4] 2> 10377 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10062 (-1422959708958883840)]} 0 0 [junit4:junit4] 2> 10378 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[60 (-1422959708957835264)]} 0 0 [junit4:junit4] 2> 10379 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[60 (-1422959708957835264)]} 0 3 [junit4:junit4] 2> 10383 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10062 (-1422959708962029568)]} 0 0 [junit4:junit4] 2> 10383 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[78 (1422959708964126720)]} 0 1 [junit4:junit4] 2> 10388 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10062 (-1422959708962029568)]} 0 8 [junit4:junit4] 2> 10391 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[78 (1422959708968321024)]} 0 2 [junit4:junit4] 2> 10391 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[78 (1422959708968321024)]} 0 5 [junit4:junit4] 2> 10392 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10079 (1422959708973563904)]} 0 1 [junit4:junit4] 2> 10395 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[62 (-1422959708976709632)]} 0 1 [junit4:junit4] 2> 10400 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10079 (1422959708977758208)]} 0 2 [junit4:junit4] 2> 10400 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[62 (-1422959708979855360)]} 0 0 [junit4:junit4] 2> 10401 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10079 (1422959708977758208)]} 0 6 [junit4:junit4] 2> 10401 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[62 (-1422959708979855360)]} 0 4 [junit4:junit4] 2> 10406 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[79 (1422959708987195392)]} 0 2 [junit4:junit4] 2> 10406 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10080 (1422959708988243968)]} 0 2 [junit4:junit4] 2> 10413 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[79 (1422959708992438272)]} 0 1 [junit4:junit4] 2> 10414 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[79 (1422959708992438272)]} 0 5 [junit4:junit4] 2> 10415 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10080 (1422959708992438273)]} 0 2 [junit4:junit4] 2> 10415 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10080 (1422959708992438273)]} 0 6 [junit4:junit4] 2> 10418 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[80 (1422959709000826880)]} 0 1 [junit4:junit4] 2> 10419 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10065 (-1422959709001875456)]} 0 1 [junit4:junit4] 2> 10428 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[80 (1422959709006069760)]} 0 1 [junit4:junit4] 2> 10429 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10065 (-1422959709009215488)]} 0 1 [junit4:junit4] 2> 10430 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[80 (1422959709006069760)]} 0 9 [junit4:junit4] 2> 10430 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10065 (-1422959709009215488)]} 0 5 [junit4:junit4] 2> 10432 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[65 (-1422959709016555520)]} 0 0 [junit4:junit4] 2> 10434 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10081 (1422959709017604096)]} 0 1 [junit4:junit4] 2> 10439 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[65 (-1422959709019701248)]} 0 0 [junit4:junit4] 2> 10440 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[65 (-1422959709019701248)]} 0 5 [junit4:junit4] 2> 10444 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10081 (1422959709021798400)]} 0 2 [junit4:junit4] 2> 10445 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10081 (1422959709021798400)]} 0 8 [junit4:junit4] 2> 10445 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[81 (1422959709029138432)]} 0 1 [junit4:junit4] 2> 10448 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10066 (-1422959709033332736)]} 0 0 [junit4:junit4] 2> 10456 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10066 (-1422959709037527040)]} 0 1 [junit4:junit4] 2> 10456 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[81 (1422959709033332736)]} 0 4 [junit4:junit4] 2> 10456 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10066 (-1422959709037527040)]} 0 4 [junit4:junit4] 2> 10457 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[81 (1422959709033332736)]} 0 9 [junit4:junit4] 2> 10460 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10082 (1422959709044867072)]} 0 1 [junit4:junit4] 2> 10460 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[66 (-1422959709045915648)]} 0 0 [junit4:junit4] 2> 10467 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[66 (-1422959709049061376)]} 0 1 [junit4:junit4] 2> 10468 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[66 (-1422959709049061376)]} 0 5 [junit4:junit4] 2> 10469 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10082 (1422959709050109952)]} 0 2 [junit4:junit4] 2> 10470 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10082 (1422959709050109952)]} 0 7 [junit4:junit4] 2> 10473 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10083 (1422959709058498560)]} 0 1 [junit4:junit4] 2> 10480 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10083 (1422959709062692864)]} 0 1 [junit4:junit4] 2> 10481 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10083 (1422959709062692864)]} 0 5 [junit4:junit4] 2> 10486 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10084 (1422959709072130048)]} 0 2 [junit4:junit4] 2> 10491 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[82 (1422959709057449984)]} 0 20 [junit4:junit4] 2> 10494 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10084 (1422959709076324352)]} 0 1 [junit4:junit4] 2> 10495 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10084 (1422959709076324352)]} 0 6 [junit4:junit4] 2> 10499 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10069 (-1422959709085761536)]} 0 1 [junit4:junit4] 2> 10500 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[82 (1422959709082615808)]} 0 2 [junit4:junit4] 2> 10500 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[82 (1422959709082615808)]} 0 6 [junit4:junit4] 2> 10505 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10069 (-1422959709089955840)]} 0 0 [junit4:junit4] 2> 10509 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10069 (-1422959709089955840)]} 0 7 [junit4:junit4] 2> 10514 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10085 (1422959709101490176)]} 0 1 [junit4:junit4] 2> 10521 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10085 (1422959709105684480)]} 0 1 [junit4:junit4] 2> 10522 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10085 (1422959709105684480)]} 0 5 [junit4:junit4] 2> 10526 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10072 (-1422959709114073088)]} 0 1 [junit4:junit4] 2> 10531 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10072 (-1422959709117218816)]} 0 0 [junit4:junit4] 2> 10532 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10072 (-1422959709117218816)]} 0 4 [junit4:junit4] 2> 10536 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10086 (1422959709124558848)]} 0 1 [junit4:junit4] 2> 10543 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10086 (1422959709128753152)]} 0 1 [junit4:junit4] 2> 10544 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10086 (1422959709128753152)]} 0 5 [junit4:junit4] 2> 10547 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10076 (-1422959709137141760)]} 0 0 [junit4:junit4] 2> 10550 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[83 (1422959709092052992)]} 0 46 [junit4:junit4] 2> 10554 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10076 (-1422959709140287488)]} 0 1 [junit4:junit4] 2> 10554 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10076 (-1422959709140287488)]} 0 4 [junit4:junit4] 2> 10559 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[83 (1422959709144481792)]} 0 2 [junit4:junit4] 2> 10559 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10087 (1422959709148676096)]} 0 2 [junit4:junit4] 2> 10559 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[83 (1422959709144481792)]} 0 6 [junit4:junit4] 2> 10563 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[84 (1422959709152870400)]} 0 1 [junit4:junit4] 2> 10569 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10087 (1422959709153918976)]} 0 1 [junit4:junit4] 2> 10570 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10087 (1422959709153918976)]} 0 8 [junit4:junit4] 2> 10571 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[84 (1422959709158113280)]} 0 1 [junit4:junit4] 2> 10572 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[84 (1422959709158113280)]} 0 6 [junit4:junit4] 2> 10573 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10088 (1422959709163356160)]} 0 1 [junit4:junit4] 2> 10574 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[69 (-1422959709165453312)]} 0 0 [junit4:junit4] 2> 10579 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[69 (-1422959709168599040)]} 0 0 [junit4:junit4] 2> 10580 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[69 (-1422959709168599040)]} 0 3 [junit4:junit4] 2> 10582 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10088 (1422959709166501888)]} 0 3 [junit4:junit4] 2> 10583 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10088 (1422959709166501888)]} 0 8 [junit4:junit4] 2> 10584 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[85 (1422959709174890496)]} 0 1 [junit4:junit4] 2> 10585 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10077 (-1422959709176987648)]} 0 0 [junit4:junit4] 2> 10590 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10077 (-1422959709180133376)]} 0 0 [junit4:junit4] 2> 10591 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10077 (-1422959709180133376)]} 0 3 [junit4:junit4] 2> 10592 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[85 (1422959709179084800)]} 0 1 [junit4:junit4] 2> 10592 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[85 (1422959709179084800)]} 0 5 [junit4:junit4] 2> 10595 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10089 (1422959709186424832)]} 0 1 [junit4:junit4] 2> 10595 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[72 (-1422959709187473408)]} 0 0 [junit4:junit4] 2> 10600 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[72 (-1422959709190619136)]} 0 0 [junit4:junit4] 2> 10601 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[72 (-1422959709190619136)]} 0 3 [junit4:junit4] 2> 10602 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10089 (1422959709190619137)]} 0 1 [junit4:junit4] 2> 10603 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10089 (1422959709190619137)]} 0 5 [junit4:junit4] 2> 10605 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[86 (1422959709196910592)]} 0 1 [junit4:junit4] 2> 10608 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10090 (1422959709197959168)]} 0 3 [junit4:junit4] 2> 10612 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[86 (1422959709201104896)]} 0 1 [junit4:junit4] 2> 10613 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[86 (1422959709201104896)]} 0 5 [junit4:junit4] 2> 10615 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10090 (1422959709204250624)]} 0 1 [junit4:junit4] 2> 10616 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10090 (1422959709204250624)]} 0 5 [junit4:junit4] 2> 10616 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[76 (-1422959709209493504)]} 0 0 [junit4:junit4] 2> 10618 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10078 (-1422959709211590656)]} 0 0 [junit4:junit4] 2> 10621 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[76 (-1422959709212639232)]} 0 0 [junit4:junit4] 2> 10622 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[76 (-1422959709212639232)]} 0 3 [junit4:junit4] 2> 10624 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10078 (-1422959709214736384)]} 0 0 [junit4:junit4] 2> 10625 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10078 (-1422959709214736384)]} 0 4 [junit4:junit4] 2> 10626 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[87 (1422959709218930688)]} 0 1 [junit4:junit4] 2> 10629 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10091 (1422959709222076416)]} 0 1 [junit4:junit4] 2> 10633 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[87 (1422959709223124992)]} 0 1 [junit4:junit4] 2> 10634 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[87 (1422959709223124992)]} 0 5 [junit4:junit4] 2> 10636 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10091 (1422959709226270720)]} 0 1 [junit4:junit4] 2> 10637 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[88 (1422959709230465024)]} 0 1 [junit4:junit4] 2> 10640 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10091 (1422959709226270720)]} 0 8 [junit4:junit4] 2> 10642 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10079 (-1422959709236756480)]} 0 0 [junit4:junit4] 2> 10643 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[88 (1422959709232562176)]} 0 1 [junit4:junit4] 2> 10644 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[88 (1422959709232562176)]} 0 6 [junit4:junit4] 2> 10646 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[77 (-1422959709240950784)]} 0 0 [junit4:junit4] 2> 10647 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10079 (-1422959709239902208)]} 0 0 [junit4:junit4] 2> 10648 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10079 (-1422959709239902208)]} 0 3 [junit4:junit4] 2> 10651 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10092 (1422959709245145088)]} 0 1 [junit4:junit4] 2> 10652 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[77 (-1422959709244096512)]} 0 0 [junit4:junit4] 2> 10653 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[77 (-1422959709244096512)]} 0 4 [junit4:junit4] 2> 10657 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[89 (1422959709251436544)]} 0 1 [junit4:junit4] 2> 10660 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10092 (1422959709249339392)]} 0 1 [junit4:junit4] 2> 10661 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10092 (1422959709249339392)]} 0 7 [junit4:junit4] 2> 10663 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10080 (-1422959709258776576)]} 0 0 [junit4:junit4] 2> 10664 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[89 (1422959709254582272)]} 0 1 [junit4:junit4] 2> 10664 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[89 (1422959709254582272)]} 0 5 [junit4:junit4] 2> 10668 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[90 (1422959709262970880)]} 0 1 [junit4:junit4] 2> 10668 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10080 (-1422959709261922304)]} 0 0 [junit4:junit4] 2> 10669 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10080 (-1422959709261922304)]} 0 3 [junit4:junit4] 2> 10673 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10093 (1422959709268213760)]} 0 1 [junit4:junit4] 2> 10678 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[90 (1422959709267165184)]} 0 4 [junit4:junit4] 2> 10678 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[90 (1422959709267165184)]} 0 7 [junit4:junit4] 2> 10681 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[78 (-1422959709277650944)]} 0 0 [junit4:junit4] 2> 10686 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[78 (-1422959709280796672)]} 0 0 [junit4:junit4] 2> 10687 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[78 (-1422959709280796672)]} 0 3 [junit4:junit4] 2> 10691 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[91 (1422959709287088128)]} 0 1 [junit4:junit4] 2> 10730 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10093 (1422959709271359488)]} 0 51 [junit4:junit4] 2> 10731 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[91 (1422959709291282432)]} 0 34 [junit4:junit4] 2> 10731 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10093 (1422959709271359488)]} 0 56 [junit4:junit4] 2> 10731 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[91 (1422959709291282432)]} 0 37 [junit4:junit4] 2> 10734 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[79 (-1422959709333225472)]} 0 0 [junit4:junit4] 2> 10735 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10094 (1422959709333225473)]} 0 1 [junit4:junit4] 2> 10739 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[79 (-1422959709336371200)]} 0 0 [junit4:junit4] 2> 10740 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[79 (-1422959709336371200)]} 0 3 [junit4:junit4] 2> 10742 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10094 (1422959709337419776)]} 0 1 [junit4:junit4] 2> 10743 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10094 (1422959709337419776)]} 0 5 [junit4:junit4] 2> 10744 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[92 (1422959709342662656)]} 0 1 [junit4:junit4] 2> 10745 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10081 (-1422959709344759808)]} 0 0 [junit4:junit4] 2> 10751 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[92 (1422959709346856960)]} 0 1 [junit4:junit4] 2> 10751 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10081 (-1422959709347905536)]} 0 0 [junit4:junit4] 2> 10752 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[92 (1422959709346856960)]} 0 5 [junit4:junit4] 2> 10752 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10081 (-1422959709347905536)]} 0 4 [junit4:junit4] 2> 10754 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[80 (-1422959709354196992)]} 0 0 [junit4:junit4] 2> 10758 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10095 (1422959709355245568)]} 0 3 [junit4:junit4] 2> 10760 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[80 (-1422959709357342720)]} 0 0 [junit4:junit4] 2> 10761 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[80 (-1422959709357342720)]} 0 4 [junit4:junit4] 2> 10764 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10095 (1422959709360488448)]} 0 1 [junit4:junit4] 2> 10765 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10095 (1422959709360488448)]} 0 5 [junit4:junit4] 2> 10765 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[93 (1422959709364682752)]} 0 1 [junit4:junit4] 2> 10769 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10096 (1422959709368877056)]} 0 1 [junit4:junit4] 2> 10772 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[93 (1422959709368877056)]} 0 1 [junit4:junit4] 2> 10773 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[93 (1422959709368877056)]} 0 5 [junit4:junit4] 2> 10776 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[94 (1422959709376217088)]} 0 1 [junit4:junit4] 2> 10777 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10096 (1422959709373071360)]} 0 1 [junit4:junit4] 2> 10778 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10096 (1422959709373071360)]} 0 6 [junit4:junit4] 2> 10784 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10097 (1422959709382508544)]} 0 3 [junit4:junit4] 2> 10785 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[94 (1422959709380411392)]} 0 1 [junit4:junit4] 2> 10786 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[94 (1422959709380411392)]} 0 7 [junit4:junit4] 2> 10788 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[81 (-1422959709389848576)]} 0 0 [junit4:junit4] 2> 10792 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10097 (1422959709388800000)]} 0 1 [junit4:junit4] 2> 10793 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10097 (1422959709388800000)]} 0 6 [junit4:junit4] 2> 10793 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[81 (-1422959709392994304)]} 0 0 [junit4:junit4] 2> 10794 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[81 (-1422959709392994304)]} 0 3 [junit4:junit4] 2> 10797 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10098 (1422959709398237184)]} 0 1 [junit4:junit4] 2> 10798 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[95 (1422959709399285760)]} 0 1 [junit4:junit4] 2> 10806 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[95 (1422959709403480064)]} 0 2 [junit4:junit4] 2> 10806 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10098 (1422959709402431488)]} 0 3 [junit4:junit4] 2> 10806 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[95 (1422959709403480064)]} 0 5 [junit4:junit4] 2> 10807 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10098 (1422959709402431488)]} 0 7 [junit4:junit4] 2> 10810 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[96 (1422959709411868672)]} 0 1 [junit4:junit4] 2> 10811 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[10099 (1422959709412917248)]} 0 1 [junit4:junit4] 2> 10817 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[96 (1422959709416062976)]} 0 1 [junit4:junit4] 2> 10818 T1675 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[96 (1422959709416062976)]} 0 5 [junit4:junit4] 2> 10818 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10099 (1422959709417111552)]} 0 1 [junit4:junit4] 2> 10819 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {add=3D[10099 (1422959709417111552)]} 0 5 [junit4:junit4] 2> 10821 T1655 C93 P22748 /update {wt=3Djavabin&version= =3D2} {add=3D[97 (1422959709423403008)]} 0 1 [junit4:junit4] 2> 10821 T1654 C93 P22748 /update {wt=3Djavabin&version= =3D2} {delete=3D[10084 (-1422959709424451584)]} 0 0 [junit4:junit4] 2> 10826 T1688 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {delete=3D[10084 (-1422959709427597312)]} 0 0 [junit4:junit4] 2> 10827 T1674 C94 P47357 /update {wt=3Djavabin&version= =3D2} {delete=3D[10084 (-1422959709427597312)]} 0 3 [junit4:junit4] 2> 10828 T1689 C92 P25700 /update {distrib.from=3Dhttp://= 127.0.0.1:47357/collection1/&update.distrib=3DFROMLEAD [...truncated too long message...] e: codec=3DSimpleText, sim=3DDefaultSimilarity, locale=3Dja_JP_JP_#u-ca-jap= anese, timezone=3DEtc/GMT-8 [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7= .0_09 (64-bit)/cpus=3D16,threads=3D2,free=3D271515360,total=3D408944640 [junit4:junit4] 2> NOTE: All tests run in this JVM: [ReturnFieldsTest, Mu= ltiTermTest, CoreContainerCoreInitFailuresTest, DebugComponentTest, TestFun= ctionQuery, ShowFileRequestHandlerTest, BasicZkTest, TestReversedWildcardFi= lterFactory, ZkCLITest, PrimitiveFieldTypeTest, OverseerCollectionProcessor= Test, UUIDFieldTest, TestSort, StandardRequestHandlerTest, LeaderElectionTe= st, XmlUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestCSVLoader, T= estReplicationHandler, TermVectorComponentDistributedTest, ZkSolrClientTest= , TestDistributedSearch, TestUpdate, OverseerTest, IndexSchemaRuntimeFieldT= est, AnalysisAfterCoreReloadTest, DOMUtilTest, TermVectorComponentTest, Tes= tWriterPerf, TestDocumentBuilder, QueryParsingTest, EchoParamsTest, FieldMu= tatingUpdateProcessorTest, FullSolrCloudDistribCmdsTest, OpenExchangeRatesO= rgProviderTest, TestArbitraryIndexDir, TestCSVResponseWriter, TestRecovery,= ClusterStateUpdateTest, UpdateParamsTest, TestMergePolicyConfig, Suggester= Test, ConvertedLegacyTest, DocumentBuilderTest, ExternalFileFieldSortTest, = LegacyHTMLStripCharFilterTest, DirectUpdateHandlerTest, TestFastWriter, Tes= tRealTimeGet, ScriptEngineTest, SolrIndexConfigTest, TestPluginEnable, Test= SolrXMLSerializer, SuggesterTSTTest, QueryEqualityTest, SoftAutoCommitTest,= TestDocSet, TestLRUCache, TestComponentsName, TestBM25SimilarityFactory, T= estMultiCoreConfBootstrap, RecoveryZkTest] [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=3DRecoveryZ= kTest -Dtests.seed=3DEEF787C7BDBD2B24 -Dtests.multiplier=3D3 -Dtests.slow= =3Dtrue -Dtests.locale=3Dja_JP_JP_#u-ca-japanese -Dtests.timezone=3DEtc/GMT= -8 -Dtests.file.encoding=3DUS-ASCII [junit4:junit4] ERROR 0.00s J1 | RecoveryZkTest (suite) <<< [junit4:junit4] > Throwable #1: com.carrotsearch.randomizedtesting.Resou= rceDisposalError: Resource in scope SUITE failed to close. Resource was reg= istered from thread Thread[id=3D1762, name=3DcoreLoadExecutor-766-thread-1,= state=3DRUNNABLE, group=3DTGRP-RecoveryZkTest], registration stack trace b= elow. [junit4:junit4] > =09at java.lang.Thread.getStackTrace(Thread.java:1567) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedCon= text.closeAtEnd(RandomizedContext.java:150) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.closeAfter= Suite(LuceneTestCase.java:516) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.wrapDirect= ory(LuceneTestCase.java:976) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.newDirecto= ry(LuceneTestCase.java:874) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.newDirecto= ry(LuceneTestCase.java:866) [junit4:junit4] > =09at org.apache.solr.core.MockDirectoryFactory.create= (MockDirectoryFactory.java:33) [junit4:junit4] > =09at org.apache.solr.core.CachingDirectoryFactory.get= (CachingDirectoryFactory.java:267) [junit4:junit4] > =09at org.apache.solr.core.CachingDirectoryFactory.get= (CachingDirectoryFactory.java:223) [junit4:junit4] > =09at org.apache.solr.core.SolrCore.getNewIndexDir(Sol= rCore.java:240) [junit4:junit4] > =09at org.apache.solr.core.SolrCore.initIndex(SolrCore= .java:445) [junit4:junit4] > =09at org.apache.solr.core.SolrCore.(SolrCore.ja= va:717) [junit4:junit4] > =09at org.apache.solr.core.SolrCore.(SolrCore.ja= va:606) [junit4:junit4] > =09at org.apache.solr.core.CoreContainer.createFromZk(= CoreContainer.java:947) [junit4:junit4] > =09at org.apache.solr.core.CoreContainer.create(CoreCo= ntainer.java:1029) [junit4:junit4] > =09at org.apache.solr.core.CoreContainer$3.call(CoreCo= ntainer.java:627) [junit4:junit4] > =09at org.apache.solr.core.CoreContainer$3.call(CoreCo= ntainer.java:622) [junit4:junit4] > =09at java.util.concurrent.FutureTask$Sync.innerRun(Fu= tureTask.java:334) [junit4:junit4] > =09at java.util.concurrent.FutureTask.run(FutureTask.j= ava:166) [junit4:junit4] > =09at java.util.concurrent.Executors$RunnableAdapter.c= all(Executors.java:471) [junit4:junit4] > =09at java.util.concurrent.FutureTask$Sync.innerRun(Fu= tureTask.java:334) [junit4:junit4] > =09at java.util.concurrent.FutureTask.run(FutureTask.j= ava:166) [junit4:junit4] > =09at java.util.concurrent.ThreadPoolExecutor.runWorke= r(ThreadPoolExecutor.java:1110) [junit4:junit4] > =09at java.util.concurrent.ThreadPoolExecutor$Worker.r= un(ThreadPoolExecutor.java:603) [junit4:junit4] > =09at java.lang.Thread.run(Thread.java:722) [junit4:junit4] > Caused by: java.lang.AssertionError: Directory not clo= sed: BaseDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/= hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr= -core/test/J1/index5506255111tmp lockFactory=3Dorg.apache.lucene.store.Nati= veFSLockFactory@2471b9d1) [junit4:junit4] > =09at org.junit.Assert.fail(Assert.java:93) [junit4:junit4] > =09at org.apache.lucene.util.CloseableDirectory.close(= CloseableDirectory.java:47) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2$1.apply(RandomizedRunner.java:602) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2$1.apply(RandomizedRunner.java:599) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedCon= text.closeResources(RandomizedContext.java:167) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2.afterAlways(RandomizedRunner.java:615) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:43) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > =09... 1 more [junit4:junit4] > Throwable #2: com.carrotsearch.randomizedtesting.Resou= rceDisposalError: Resource in scope SUITE failed to close. Resource was reg= istered from thread Thread[id=3D1817, name=3DRecoveryThread, state=3DRUNNAB= LE, group=3DTGRP-RecoveryZkTest], registration stack trace below. [junit4:junit4] > =09at java.lang.Thread.getStackTrace(Thread.java:1567) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedCon= text.closeAtEnd(RandomizedContext.java:150) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.closeAfter= Suite(LuceneTestCase.java:516) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.wrapDirect= ory(LuceneTestCase.java:982) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.newDirecto= ry(LuceneTestCase.java:874) [junit4:junit4] > =09at org.apache.lucene.util.LuceneTestCase.newDirecto= ry(LuceneTestCase.java:866) [junit4:junit4] > =09at org.apache.solr.core.MockDirectoryFactory.create= (MockDirectoryFactory.java:33) [junit4:junit4] > =09at org.apache.solr.core.CachingDirectoryFactory.get= (CachingDirectoryFactory.java:267) [junit4:junit4] > =09at org.apache.solr.core.CachingDirectoryFactory.get= (CachingDirectoryFactory.java:223) [junit4:junit4] > =09at org.apache.solr.handler.SnapPuller.downloadIndex= Files(SnapPuller.java:728) [junit4:junit4] > =09at org.apache.solr.handler.SnapPuller.fetchLatestIn= dex(SnapPuller.java:392) [junit4:junit4] > =09at org.apache.solr.handler.ReplicationHandler.doFet= ch(ReplicationHandler.java:273) [junit4:junit4] > =09at org.apache.solr.cloud.RecoveryStrategy.replicate= (RecoveryStrategy.java:153) [junit4:junit4] > =09at org.apache.solr.cloud.RecoveryStrategy.doRecover= y(RecoveryStrategy.java:409) [junit4:junit4] > =09at org.apache.solr.cloud.RecoveryStrategy.run(Recov= eryStrategy.java:223) [junit4:junit4] > Caused by: java.lang.AssertionError: Directory not clo= sed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@535186f2 lockFacto= ry=3Dorg.apache.lucene.store.NativeFSLockFactory@6194815b) [junit4:junit4] > =09at org.junit.Assert.fail(Assert.java:93) [junit4:junit4] > =09at org.apache.lucene.util.CloseableDirectory.close(= CloseableDirectory.java:47) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2$1.apply(RandomizedRunner.java:602) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2$1.apply(RandomizedRunner.java:599) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedCon= text.closeResources(RandomizedContext.java:167) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$2.afterAlways(RandomizedRunner.java:615) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:43) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > =09at java.lang.Thread.run(Thread.java:722) [junit4:junit4] Completed on J1 in 74.31s, 1 test, 2 errors <<< FAILURES! [...truncated 525 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build= .xml:353: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build= .xml:39: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/= build.xml:178: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/= common-build.xml:438: The following error occurred while executing this lin= e: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucen= e/common-build.xml:1176: The following error occurred while executing this = line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucen= e/common-build.xml:841: There were test failures: 244 suites, 1010 tests, 2= suite-level errors, 22 ignored (4 assumptions) Total time: 36 minutes 21 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_4159_1955619647.1357040778199 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_4159_1955619647.1357040778199--