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 5FD7BD9ED for ; Sat, 27 Oct 2012 16:42:14 +0000 (UTC) Received: (qmail 18812 invoked by uid 500); 27 Oct 2012 16:42:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 18525 invoked by uid 500); 27 Oct 2012 16:42:11 -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 18492 invoked by uid 99); 27 Oct 2012 16:42:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2012 16:42:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2012 16:42:02 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id 1586514AA079; Sat, 27 Oct 2012 16:41:40 +0000 (UTC) Date: Sat, 27 Oct 2012 16:41:29 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org, markrmiller@apache.org Message-ID: <1053422995.107.1351356100070.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <400512540.105.1351350321340.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <400512540.105.1351350321340.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_35) - Build # 1329 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_106_1746875728.1351356089996" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_106_1746875728.1351356089996 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1329/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=254, name=TEST-TestReplicationHandler.test-seed#[7D225DB709B18518], state=RUNNABLE, group=TGRP-TestReplicationHandler], registration stack trace below. Stack Trace: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=254, name=TEST-TestReplicationHandler.test-seed#[7D225DB709B18518], state=RUNNABLE, group=TGRP-TestReplicationHandler], registration stack trace below. at java.lang.Thread.getStackTrace(Thread.java:1479) at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150) at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:514) at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:958) at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:872) at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:864) at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33) at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:221) at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:60) at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:502) at org.apache.solr.core.SolrCore.(SolrCore.java:705) at org.apache.solr.core.SolrCore.(SolrCore.java:618) at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:529) at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:306) at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:107) at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:114) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:754) at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1227) at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1263) at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:965) at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:923) at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:333) at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:173) at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:169) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:60) at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:225) at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:205) at org.apache.solr.handler.TestReplicationHandler.createJetty(TestReplicationHandler.java:131) at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:410) at org.apache.solr.handler.TestReplicationHandler.test(TestReplicationHandler.java:254) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@37d046 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@779c66; maxCacheMB=0.8408203125 maxMergeSizeMB=0.3759765625)) at org.junit.Assert.fail(Assert.java:93) at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47) at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602) at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599) at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167) at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) ... 2 more FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=377, name=Thread-146, state=RUNNABLE, group=TGRP-TestReplicationHandler], registration stack trace below. Stack Trace: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=377, name=Thread-146, state=RUNNABLE, group=TGRP-TestReplicationHandler], registration stack trace below. at java.lang.Thread.getStackTrace(Thread.java:1479) at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150) at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:514) at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:958) at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:872) at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:864) at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33) at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:221) at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:181) at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:373) at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:273) at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:181) Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e600bf lockFactory=org.apache.lucene.store.SimpleFSLockFactory@c3455c) at org.junit.Assert.fail(Assert.java:93) at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47) at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602) at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599) at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167) at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:662) Build Log: [...truncated 7795 lines...] [junit4:junit4] Suite: org.apache.solr.handler.TestReplicationHandler [junit4:junit4] 2> 3 T254 oas.SolrTestCaseJ4.setUp ###Starting test [junit4:junit4] 2> 3 T254 oas.SolrTestCaseJ4.setUp ###Starting test [junit4:junit4] 2> 19 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 25 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50650 [junit4:junit4] 2> 26 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 26 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 27 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 66 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 67 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 67 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 67 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\solr.xml [junit4:junit4] 2> 69 T254 oasc.CoreContainer. New CoreContainer 29706031 [junit4:junit4] 2> 70 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 70 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 70 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 99 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 129 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1 [junit4:junit4] 2> 132 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\' [junit4:junit4] 2> 193 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 279 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 281 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 284 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 311 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 312 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\ [junit4:junit4] 2> 313 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 313 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 313 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f21565 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ac2e4) assuming 'simple' [junit4:junit4] 2> 315 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data forceNew:false [junit4:junit4] 2> 315 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 315 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index/ [junit4:junit4] 2> 317 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 317 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index forceNew:false [junit4:junit4] 2> 319 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1cc042f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@137f594),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 319 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 319 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 321 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 374 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 374 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 374 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 375 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 375 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 382 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 388 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 390 T254 oass.SolrIndexSearcher. Opening Searcher@756d0c main [junit4:junit4] 2> 390 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 390 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 391 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 391 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 391 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 392 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 392 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 392 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 393 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 393 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 393 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 395 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 408 T254 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl [junit4:junit4] 2> 411 T254 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 413 T264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@756d0c main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 413 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 414 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 414 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 414 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 442 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 445 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50653 [junit4:junit4] 2> 445 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 447 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 447 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 478 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 479 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 479 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 479 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\solr.xml [junit4:junit4] 2> 482 T254 oasc.CoreContainer. New CoreContainer 4932488 [junit4:junit4] 2> 482 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 483 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 483 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 507 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 535 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1 [junit4:junit4] 2> 536 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\' [junit4:junit4] 2> 587 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 647 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 647 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 650 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 682 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 685 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\ [junit4:junit4] 2> 687 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 687 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 688 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@811340 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@170146) assuming 'simple' [junit4:junit4] 2> 688 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data forceNew:false [junit4:junit4] 2> 689 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 689 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index/ [junit4:junit4] 2> 690 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 691 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index forceNew:false [junit4:junit4] 2> 693 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@181f91a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d0ca0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 693 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 694 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 694 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 695 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 695 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 695 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 696 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 696 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 699 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 703 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 703 T254 oass.SolrIndexSearcher. Opening Searcher@47cf34 main [junit4:junit4] 2> 705 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 705 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 705 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 705 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 707 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 707 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 707 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 707 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 707 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 708 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 708 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 708 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 713 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000 [junit4:junit4] 2> 726 T254 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms [junit4:junit4] 2> 726 T274 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@47cf34 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 726 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 728 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 728 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 728 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 747 T254 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=4932488 [junit4:junit4] 2> 747 T254 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@487600 [junit4:junit4] 2> 751 T254 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 2> 751 T254 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 752 T254 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 752 T254 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 753 T254 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 753 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 754 T254 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 826 T254 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29706031 [junit4:junit4] 2> 826 T254 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@b2e0be [junit4:junit4] 2> 826 T254 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 2> 827 T254 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 827 T254 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 827 T254 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 829 T254 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 829 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 829 T254 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 885 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 890 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50656 [junit4:junit4] 2> 890 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 891 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 891 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 908 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 908 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 908 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 908 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\solr.xml [junit4:junit4] 2> 909 T254 oasc.CoreContainer. New CoreContainer 256697 [junit4:junit4] 2> 912 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 912 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 912 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 930 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 955 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1 [junit4:junit4] 2> 957 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\' [junit4:junit4] 2> 1010 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 1071 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 1072 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 1075 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 1095 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 1096 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\ [junit4:junit4] 2> 1096 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 1096 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 1097 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@d0729d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114b553) assuming 'simple' [junit4:junit4] 2> 1097 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data forceNew:false [junit4:junit4] 2> 1097 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 1098 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index/ [junit4:junit4] 2> 1098 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 1100 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index forceNew:false [junit4:junit4] 2> 1101 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 1101 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 1101 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 1102 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1103 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1103 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 1103 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 1103 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 1103 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1106 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 1111 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 1111 T254 oass.SolrIndexSearcher. Opening Searcher@c194ad main [junit4:junit4] 2> 1111 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 1112 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 1112 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 1112 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 1112 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 1112 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 1113 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 1113 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 1113 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 1113 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 1113 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 1114 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 1118 T254 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml [junit4:junit4] 2> 1118 T254 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 1119 T285 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c194ad main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 1119 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 1119 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 1120 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 1120 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> ASYNC NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@b2b9ec [junit4:junit4] 2> 1142 T279 C11 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4:junit4] 2> 1143 T279 C11 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 1144 T279 C11 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 1146 T279 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 1146 T279 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 4 [junit4:junit4] 2> 1151 T281 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 2 [junit4:junit4] 2> 1155 T280 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 1 [junit4:junit4] 2> 1160 T282 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 1 [junit4:junit4] 2> 1165 T283 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0 [junit4:junit4] 2> 1170 T284 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 1 [junit4:junit4] 2> 1172 T279 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0 [junit4:junit4] 2> 1177 T281 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0 [junit4:junit4] 2> 1181 T280 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0 [junit4:junit4] 2> 1184 T282 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0 [junit4:junit4] 2> 1188 T283 C11 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0 [junit4:junit4] 2> 1192 T284 C11 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 1194 T284 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 1194 T284 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 1194 T284 C11 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 1195 T284 C11 oass.SolrIndexSearcher. Opening Searcher@25e068 main [junit4:junit4] 2> 1195 T284 C11 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 1197 T285 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25e068 main{StandardDirectoryReader(segments_2:4 _0(5.0):C10)} [junit4:junit4] 2> 1197 T285 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 1197 T284 C11 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 5 [junit4:junit4] 2> 1200 T279 C11 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 1327 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 1331 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50660 [junit4:junit4] 2> 1331 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 1331 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 1331 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 1346 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 1347 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 1347 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 1347 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\solr.xml [junit4:junit4] 2> 1347 T254 oasc.CoreContainer. New CoreContainer 12492737 [junit4:junit4] 2> 1348 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 1348 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 1348 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 1370 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 1392 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1 [junit4:junit4] 2> 1393 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\' [junit4:junit4] 2> 1430 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 1495 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 1495 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 1498 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 1518 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 1520 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\ [junit4:junit4] 2> 1520 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 1521 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 1521 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@1847db1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@157f55f) assuming 'simple' [junit4:junit4] 2> 1521 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data forceNew:false [junit4:junit4] 2> 1522 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 1522 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index/ [junit4:junit4] 2> 1522 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 1522 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index forceNew:false [junit4:junit4] 2> 1525 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3e70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13685ac),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 1525 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 1525 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 1526 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1526 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 1527 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 1527 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 1528 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1528 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1531 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 1536 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 1536 T254 oass.SolrIndexSearcher. Opening Searcher@3a0533 main [junit4:junit4] 2> 1536 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 1536 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 1537 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 1537 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 1537 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 1537 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 1537 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 1538 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 1538 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 1539 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 1539 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 1539 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 1543 T254 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms [junit4:junit4] 2> 1544 T295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a0533 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 1544 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 1544 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 1545 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 1545 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> ASYNC NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1967876 [junit4:junit4] 2> 1561 T289 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 1691 T290 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 1819 T291 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 1948 T292 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 2079 T294 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=2 [junit4:junit4] 2> 2208 T289 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 2335 T290 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 2465 T291 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 [junit4:junit4] 2> 2520 T282 C11 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 [junit4:junit4] 2> 2522 T296 oash.SnapPuller.fetchLatestIndex Master's generation: 2 [junit4:junit4] 2> 2522 T296 oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4] 2> 2522 T296 oash.SnapPuller.fetchLatestIndex Starting replication process [junit4:junit4] 2> 2526 T283 C11 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 2528 T283 C11 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 2534 T283 C11 REQ [collection1] webapp=/solr path=/replication params={command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=10 [junit4:junit4] 2> 2535 T296 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 10 [junit4:junit4] 2> 2536 T296 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@902791 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15d117) assuming 'simple' [junit4:junit4] 2> 2539 T296 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index.20121027182336210 forceNew:false [junit4:junit4] 2> 2539 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 2539 T296 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@902791 lockFactory=org.apache.lucene.store.SimpleFSLockFactory@526300) fullCopy=false [junit4:junit4] 2> 2552 T284 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=6 [junit4:junit4] 2> 2568 T279 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0.fnm&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2572 T281 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2575 T280 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0_nrm.cfe&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2579 T282 C11 REQ [collection1] webapp=/solr path=/replication params={file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2584 T283 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2587 T284 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdx&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2591 T279 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0_nrm.cfs&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2595 T292 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 2595 T281 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0.si&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2599 T282 C11 REQ [collection1] webapp=/solr path=/replication params={file=_0.fdt&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 2601 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 2601 T296 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs [junit4:junit4] 2> 2610 T296 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter... [junit4:junit4] 2> 2610 T296 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 2> 2610 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 2613 T296 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3e70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13685ac),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3e70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13685ac),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 2613 T296 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 2614 T296 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 2614 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 2614 T296 oass.SolrIndexSearcher. Opening Searcher@1e12aac main [junit4:junit4] 2> 2615 T295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e12aac main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C10)} [junit4:junit4] 2> 2615 T295 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 2616 T296 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 2616 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 2616 T296 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 2616 T296 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@902791 lockFactory=org.apache.lucene.store.SimpleFSLockFactory@526300) [junit4:junit4] 2> 2616 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index.20121027182336210 [junit4:junit4] 2> 2618 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 2724 T294 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 2853 T283 C11 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 2858 T284 C11 REQ [collection1] webapp=/solr path=/replication params={command=commits&qt=/replication&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 2866 T279 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1 [junit4:junit4] 2> 2867 T279 oasc.SolrResourceLoader. new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\' [junit4:junit4] 2> 2921 T279 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 2996 T279 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 2997 T279 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 3002 T279 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 3028 T279 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 3031 T279 oasc.SolrCore. [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\ [junit4:junit4] 2> 3031 T279 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 3032 T279 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 3032 T279 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index/ [junit4:junit4] 2> 3033 T279 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 3033 T279 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 3033 T279 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 3033 T279 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 3034 T279 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 3034 T279 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 3042 T279 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 3050 T279 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 3051 T279 oass.SolrIndexSearcher. Opening Searcher@17ea54 main [junit4:junit4] 2> 3053 T279 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 3053 T279 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 3053 T279 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml [junit4:junit4] 2> 3054 T279 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 3054 T298 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17ea54 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C10)} [junit4:junit4] 2> 3054 T279 oasc.CoreContainer.register replacing core: collection1 [junit4:junit4] 2> 3054 T279 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@b2b9ec [junit4:junit4] 2> 3055 T279 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4:junit4] 2> 3056 T279 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 3056 T279 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> ASYNC NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@1a268f2 [junit4:junit4] 2> 3067 T280 C13 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 3071 T282 C13 REQ [collection1] webapp=/solr path=/replication params={command=commits&qt=/replication&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 3077 T283 C13 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[110]} 0 1 [junit4:junit4] 2> 3082 T284 C13 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[120]} 0 2 [junit4:junit4] 2> 3084 T279 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 3088 T279 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@608423 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0e9d7),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1_nrm.cfs, _0.fnm, _0_Lucene41WithOrds_0.doc, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt] [junit4:junit4] 2> 3088 T279 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _1_nrm.cfs, _0.fnm, _0_Lucene41WithOrds_0.doc, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _1_Lucene41WithOrds_0.tii, _1_Lucene41WithOrds_0.tib, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt] [junit4:junit4] 2> 3088 T279 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 3094 T279 C13 oass.SolrIndexSearcher. Opening Searcher@173b318 main [junit4:junit4] 2> 3094 T279 C13 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 3095 T298 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@173b318 main{StandardDirectoryReader(segments_3:6:nrt _0(5.0):C10 _1(5.0):C2)} [junit4:junit4] 2> 3096 T298 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 3096 T279 C13 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 12 [junit4:junit4] 2> 3100 T281 C13 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=12 status=0 QTime=0 [junit4:junit4] 2> 3228 T293 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 3358 T290 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 3487 T291 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 [junit4:junit4] 2> 3616 T292 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 3748 T294 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 [junit4:junit4] 2> 3750 T282 C13 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 [junit4:junit4] 2> 3752 T296 oash.SnapPuller.fetchLatestIndex Master's generation: 3 [junit4:junit4] 2> 3752 T296 oash.SnapPuller.fetchLatestIndex Slave's generation: 2 [junit4:junit4] 2> 3752 T296 oash.SnapPuller.fetchLatestIndex Starting replication process [junit4:junit4] 2> 3755 T283 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 3758 T283 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 3760 T283 C13 REQ [collection1] webapp=/solr path=/replication params={command=filelist&generation=3&wt=javabin&qt=/replication&version=2} status=0 QTime=5 [junit4:junit4] 2> 3761 T296 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19 [junit4:junit4] 2> 3766 T296 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index6357063571tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c72cc; maxCacheMB=0.9765625 maxMergeSizeMB=0.046875)) assuming 'simple' [junit4:junit4] 2> 3767 T296 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index.20121027182337437 forceNew:false [junit4:junit4] 2> 3767 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 3767 T296 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index6357063571tmp lockFactory=org.apache.lucene.store.SimpleFSLockFactory@ec9b3a; maxCacheMB=0.9765625 maxMergeSizeMB=0.046875)) fullCopy=false [junit4:junit4] 2> 3767 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.tib [junit4:junit4] 2> 3771 T284 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1_nrm.cfs&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3772 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.doc [junit4:junit4] 2> 3772 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fnm [junit4:junit4] 2> 3786 T279 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.doc&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3788 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0_Lucene41WithOrds_0.tii [junit4:junit4] 2> 3788 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0_nrm.cfs [junit4:junit4] 2> 3793 T281 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1.fnm&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3802 T280 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1_nrm.cfe&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3809 T282 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdx&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3813 T283 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1.fdt&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3823 T284 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tii&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3832 T279 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1.si&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3833 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0_nrm.cfe [junit4:junit4] 2> 3840 T281 C13 REQ [collection1] webapp=/solr path=/replication params={file=_1_Lucene41WithOrds_0.tib&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3841 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdx [junit4:junit4] 2> 3841 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0.si [junit4:junit4] 2> 3841 T296 oash.SnapPuller.downloadIndexFiles Skipping download for _0.fdt [junit4:junit4] 2> 3849 T280 C13 REQ [collection1] webapp=/solr path=/replication params={file=segments_3&command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 2> 3850 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 3850 T296 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs [junit4:junit4] 2> 3867 T296 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter... [junit4:junit4] 2> 3867 T296 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 2> 3867 T296 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1 [junit4:junit4] 2> 3867 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 3868 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 3869 T296 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3e70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13685ac),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3e70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13685ac),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _1_nrm.cfs, _0_Lucene41WithOrds_0.doc, _0.fnm, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt] [junit4:junit4] 2> 3869 T296 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _1_nrm.cfs, _0_Lucene41WithOrds_0.doc, _0.fnm, _1_Lucene41WithOrds_0.doc, _0_Lucene41WithOrds_0.tii, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.fdt, _1_Lucene41WithOrds_0.tii, _1.si, _1_Lucene41WithOrds_0.tib, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt] [junit4:junit4] 2> 3869 T296 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 3869 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 3870 T296 oass.SolrIndexSearcher. Opening Searcher@1c5627c main [junit4:junit4] 2> 3873 T295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c5627c main{StandardDirectoryReader(segments_3:6:nrt _0(5.0):C10 _1(5.0):C2)} [junit4:junit4] 2> 3873 T295 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 3873 T296 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 3873 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 3873 T296 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 3874 T296 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index6357063571tmp lockFactory=org.apache.lucene.store.SimpleFSLockFactory@ec9b3a; maxCacheMB=0.9765625 maxMergeSizeMB=0.046875)) [junit4:junit4] 2> 3874 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index.20121027182337437 [junit4:junit4] 2> 3874 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 3876 T293 C12 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=12 status=0 QTime=0 [junit4:junit4] 2> 4021 T254 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=256697 [junit4:junit4] 2> 4022 T254 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@1a268f2 [junit4:junit4] 2> 4022 T254 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 2> 4023 T254 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 4023 T254 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 4023 T254 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 4024 T254 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 4025 T254 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 4025 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 4027 T254 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 4081 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 4085 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50665 [junit4:junit4] 2> 4086 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4086 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 4088 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 4119 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 4119 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4120 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master [junit4:junit4] 2> 4120 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\solr.xml [junit4:junit4] 2> 4120 T254 oasc.CoreContainer. New CoreContainer 11478750 [junit4:junit4] 2> 4121 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 4121 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 4122 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\' [junit4:junit4] 2> 4142 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 4171 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1 [junit4:junit4] 2> 4172 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\' [junit4:junit4] 2> 4218 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 4293 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 4293 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 4297 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 4325 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 4326 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\ [junit4:junit4] 2> 4327 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 4327 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 4328 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@133886b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@413ffc) assuming 'simple' [junit4:junit4] 2> 4328 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data forceNew:false [junit4:junit4] 2> 4329 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 4329 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index/ [junit4:junit4] 2> 4332 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 4333 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index forceNew:false [junit4:junit4] 2> 4334 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bae89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5631c),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 4334 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 4334 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 4336 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 4336 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 4337 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 4337 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 4337 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 4338 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 4345 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 4350 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 4350 T254 oass.SolrIndexSearcher. Opening Searcher@1a83987 main [junit4:junit4] 2> 4351 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 4353 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 4353 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 4354 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 4354 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 4355 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4355 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 4356 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4356 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4357 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 4357 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 4359 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 4373 T254 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl [junit4:junit4] 2> 4373 T254 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 4374 T309 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a83987 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 4374 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 4376 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 4376 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 4376 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 4399 T254 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=12492737 [junit4:junit4] 2> 4399 T254 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@1967876 [junit4:junit4] 2> 4400 T254 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 2> 4400 T254 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 4400 T254 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 4401 T254 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 4402 T254 C12 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 4402 T254 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 4403 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 4403 T254 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 4458 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 4462 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50668 [junit4:junit4] 2> 4462 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4463 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 4463 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 4478 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 4480 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4480 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave [junit4:junit4] 2> 4481 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\solr.xml [junit4:junit4] 2> 4481 T254 oasc.CoreContainer. New CoreContainer 25541506 [junit4:junit4] 2> 4481 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 4482 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 4482 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\' [junit4:junit4] 2> 4502 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 4529 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1 [junit4:junit4] 2> 4531 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\' [junit4:junit4] 2> 4575 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 4648 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 4649 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 4654 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 4676 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 4680 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\ [junit4:junit4] 2> 4680 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 4680 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 4681 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@5036e8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44eabe) assuming 'simple' [junit4:junit4] 2> 4681 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data forceNew:false [junit4:junit4] 2> 4681 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 4682 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index/ [junit4:junit4] 2> 4682 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 4684 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index forceNew:false [junit4:junit4] 2> 4684 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f07586 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f329a4),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 4684 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 4686 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 4686 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 4686 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 4687 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 4687 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 4688 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 4688 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 4692 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 4697 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 4697 T254 oass.SolrIndexSearcher. Opening Searcher@f1d485 main [junit4:junit4] 2> 4698 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 4698 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 4698 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 4699 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 4699 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 4699 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4700 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 4700 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4700 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4700 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 4701 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 4701 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 4706 T254 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms [junit4:junit4] 2> 4707 T319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f1d485 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 4707 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 4707 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 4707 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 4709 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> ASYNC NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@1ecf5e7 [junit4:junit4] 2> 4722 T304 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 4723 T304 C14 REQ [collection1] webapp=/solr path=/replication params={command=details&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> ASYNC NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@15b5b68 [junit4:junit4] 2> 4732 T313 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 4734 T305 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 4734 T305 C14 REQ [collection1] webapp=/solr path=/replication params={command=details&slave=false&qt=/replication&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 4737 T313 C15 REQ [collection1] webapp=/solr path=/replication params={command=details&qt=/replication&wt=javabin&version=2} status=0 QTime=7 [junit4:junit4] 2> 4752 T254 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 4756 T254 oejs.AbstractConnector.doStart Started SelectChannelConnector@0.0.0.0:50674 [junit4:junit4] 2> 4756 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4756 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater [junit4:junit4] 2> 4756 T254 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\' [junit4:junit4] 2> 4775 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 4775 T254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4775 T254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater [junit4:junit4] 2> 4775 T254 oasc.CoreContainer$Initializer.initialize looking for solr.xml: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\solr.xml [junit4:junit4] 2> 4777 T254 oasc.CoreContainer. New CoreContainer 10764421 [junit4:junit4] 2> 4777 T254 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default [junit4:junit4] 2> 4778 T254 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\' [junit4:junit4] 2> 4778 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\' [junit4:junit4] 2> 4798 T254 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 4823 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1 [junit4:junit4] 2> 4825 T254 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\' [junit4:junit4] 2> 4866 T254 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 4930 T254 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 4930 T254 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 4934 T254 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 4955 T254 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 4957 T254 oasc.SolrCore. [collection1] Opening new SolrCore at .\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\, dataDir=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\ [junit4:junit4] 2> 4957 T254 oasc.SolrCore. JMX monitoring not detected for core: collection1 [junit4:junit4] 2> 4957 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 2> 4958 T254 oasc.CachingDirectoryFactory.injectLockFactory WARNING No lockType configured for MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d51845 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12c8b2a) assuming 'simple' [junit4:junit4] 2> 4958 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data forceNew:false [junit4:junit4] 2> 4958 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data [junit4:junit4] 2> 4959 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index/ [junit4:junit4] 2> 4959 T254 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index' doesn't exist. Creating new index... [junit4:junit4] 2> 4961 T254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index forceNew:false [junit4:junit4] 2> 4961 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d652c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bf7701),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 4962 T254 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 4962 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index [junit4:junit4] 2> 4962 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 4963 T254 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 4963 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 4963 T254 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 4963 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 4965 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 4967 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 4971 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data [junit4:junit4] 2> 4971 T254 oass.SolrIndexSearcher. Opening Searcher@1ae13c0 main [junit4:junit4] 2> 4971 T254 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 4974 T254 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 4974 T254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 4974 T254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 4974 T254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 4974 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4975 T254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 4975 T254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4975 T254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4975 T254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 4975 T254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 4977 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 4981 T254 oash.SnapPuller. WARNING 'masterUrl' must be specified without the /replication suffix [junit4:junit4] 2> 4981 T254 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms [junit4:junit4] 2> 4982 T254 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml [junit4:junit4] 2> 4982 T254 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 4983 T330 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ae13c0 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 4982 T254 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 4985 T254 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4:junit4] 2> 4985 T254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 4986 T254 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> ASYNC NEW_CORE C16 name=collection1 org.apache.solr.core.SolrCore@ec71f8 [junit4:junit4] 2> 5003 T325 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index [junit4:junit4] 2> 5009 T306 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 5010 T306 C14 REQ [collection1] webapp=/solr path=/replication params={command=details&slave=false&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 5011 T325 C16 REQ [collection1] webapp=/solr path=/replication params={command=details&qt=/replication&wt=javabin&version=2} status=0 QTime=8 [junit4:junit4] 2> 5027 T254 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=10764421 [junit4:junit4] 2> 5029 T254 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@ec71f8 [junit4:junit4] 2> 5030 T254 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 2> 5030 T254 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 5030 T254 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 5031 T254 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 5033 T254 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 5033 T254 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355018411\repeater\collection1\data\index [junit4:junit4] 2> 5033 T254 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 5108 T308 C14 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 [junit4:junit4] 2> 5112 T303 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 5115 T303 C14 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bae89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5631c),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 5116 T303 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 5116 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0]} 0 4 [junit4:junit4] 2> 5122 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1]} 0 2 [junit4:junit4] 2> 5124 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2]} 0 0 [junit4:junit4] 2> 5128 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3]} 0 0 [junit4:junit4] 2> 5134 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4]} 0 0 [junit4:junit4] 2> 5138 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5]} 0 0 [junit4:junit4] 2> 5142 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6]} 0 0 [junit4:junit4] 2> 5146 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[7]} 0 0 [junit4:junit4] 2> 5150 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[8]} 0 0 [junit4:junit4] 2> 5154 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[9]} 0 0 [junit4:junit4] 2> 5158 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[10]} 0 0 [junit4:junit4] 2> 5162 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[11]} 0 0 [junit4:junit4] 2> 5166 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[12]} 0 0 [junit4:junit4] 2> 5170 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[13]} 0 0 [junit4:junit4] 2> 5174 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[14]} 0 0 [junit4:junit4] 2> 5178 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[15]} 0 0 [junit4:junit4] 2> 5182 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[16]} 0 0 [junit4:junit4] 2> 5186 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[17]} 0 0 [junit4:junit4] 2> 5190 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[18]} 0 0 [junit4:junit4] 2> 5194 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[19]} 0 0 [junit4:junit4] 2> 5198 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[20]} 0 0 [junit4:junit4] 2> 5202 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[21]} 0 0 [junit4:junit4] 2> 5206 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[22]} 0 0 [junit4:junit4] 2> 5210 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[23]} 0 0 [junit4:junit4] 2> 5215 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[24]} 0 0 [junit4:junit4] 2> 5219 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[25]} 0 0 [junit4:junit4] 2> 5223 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[26]} 0 0 [junit4:junit4] 2> 5227 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[27]} 0 0 [junit4:junit4] 2> 5231 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[28]} 0 0 [junit4:junit4] 2> 5235 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[29]} 0 0 [junit4:junit4] 2> 5239 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[30]} 0 0 [junit4:junit4] 2> 5243 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[31]} 0 0 [junit4:junit4] 2> 5247 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[32]} 0 0 [junit4:junit4] 2> 5251 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[33]} 0 0 [junit4:junit4] 2> 5255 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[34]} 0 0 [junit4:junit4] 2> 5259 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[35]} 0 0 [junit4:junit4] 2> 5264 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[36]} 0 0 [junit4:junit4] 2> 5268 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[37]} 0 0 [junit4:junit4] 2> 5272 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[38]} 0 0 [junit4:junit4] 2> 5276 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[39]} 0 0 [junit4:junit4] 2> 5280 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[40]} 0 0 [junit4:junit4] 2> 5284 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[41]} 0 0 [junit4:junit4] 2> 5288 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[42]} 0 0 [junit4:junit4] 2> 5292 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[43]} 0 0 [junit4:junit4] 2> 5299 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[44]} 0 1 [junit4:junit4] 2> 5302 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[45]} 0 0 [junit4:junit4] 2> 5306 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[46]} 0 0 [junit4:junit4] 2> 5310 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[47]} 0 0 [junit4:junit4] 2> 5314 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[48]} 0 0 [junit4:junit4] 2> 5318 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[49]} 0 0 [junit4:junit4] 2> 5322 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[50]} 0 0 [junit4:junit4] 2> 5327 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[51]} 0 0 [junit4:junit4] 2> 5331 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[52]} 0 0 [junit4:junit4] 2> 5335 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[53]} 0 0 [junit4:junit4] 2> 5340 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[54]} 0 0 [junit4:junit4] 2> 5344 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[55]} 0 0 [junit4:junit4] 2> 5348 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[56]} 0 0 [junit4:junit4] 2> 5352 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[57]} 0 0 [junit4:junit4] 2> 5356 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[58]} 0 0 [junit4:junit4] 2> 5360 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[59]} 0 0 [junit4:junit4] 2> 5364 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[60]} 0 0 [junit4:junit4] 2> 5368 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[61]} 0 0 [junit4:junit4] 2> 5372 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[62]} 0 0 [junit4:junit4] 2> 5376 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[63]} 0 0 [junit4:junit4] 2> 5380 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[64]} 0 0 [junit4:junit4] 2> 5384 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[65]} 0 0 [junit4:junit4] 2> 5388 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[66]} 0 0 [junit4:junit4] 2> 5392 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[67]} 0 0 [junit4:junit4] 2> 5396 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[68]} 0 0 [junit4:junit4] 2> 5400 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[69]} 0 0 [junit4:junit4] 2> 5404 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[70]} 0 0 [junit4:junit4] 2> 5408 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[71]} 0 0 [junit4:junit4] 2> 5412 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[72]} 0 0 [junit4:junit4] 2> 5415 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[73]} 0 0 [junit4:junit4] 2> 5419 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[74]} 0 0 [junit4:junit4] 2> 5423 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[75]} 0 0 [junit4:junit4] 2> 5428 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[76]} 0 0 [junit4:junit4] 2> 5432 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[77]} 0 0 [junit4:junit4] 2> 5436 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[78]} 0 0 [junit4:junit4] 2> 5440 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[79]} 0 0 [junit4:junit4] 2> 5444 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[80]} 0 0 [junit4:junit4] 2> 5448 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[81]} 0 0 [junit4:junit4] 2> 5454 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[82]} 0 0 [junit4:junit4] 2> 5458 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[83]} 0 0 [junit4:junit4] 2> 5462 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[84]} 0 0 [junit4:junit4] 2> 5466 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[85]} 0 0 [junit4:junit4] 2> 5471 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[86]} 0 0 [junit4:junit4] 2> 5475 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[87]} 0 0 [junit4:junit4] 2> 5479 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[88]} 0 0 [junit4:junit4] 2> 5483 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[89]} 0 0 [junit4:junit4] 2> 5487 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[90]} 0 0 [junit4:junit4] 2> 5491 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[91]} 0 0 [junit4:junit4] 2> 5496 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[92]} 0 0 [junit4:junit4] 2> 5500 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[93]} 0 0 [junit4:junit4] 2> 5504 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[94]} 0 0 [junit4:junit4] 2> 5510 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[95]} 0 0 [junit4:junit4] 2> 5514 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[96]} 0 0 [junit4:junit4] 2> 5518 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[97]} 0 0 [junit4:junit4] 2> 5522 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[98]} 0 0 [junit4:junit4] 2> 5526 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[99]} 0 0 [junit4:junit4] 2> 5530 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[100]} 0 0 [junit4:junit4] 2> 5536 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[101]} 0 1 [junit4:junit4] 2> 5539 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[102]} 0 0 [junit4:junit4] 2> 5543 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[103]} 0 0 [junit4:junit4] 2> 5547 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[104]} 0 0 [junit4:junit4] 2> 5550 T306 C14 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=2 [junit4:junit4] 2> 5551 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[105]} 0 0 [junit4:junit4] 2> 5555 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[106]} 0 0 [junit4:junit4] 2> 5559 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[107]} 0 0 [junit4:junit4] 2> 5564 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[108]} 0 0 [junit4:junit4] 2> 5568 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[109]} 0 0 [junit4:junit4] 2> 5572 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[110]} 0 0 [junit4:junit4] 2> 5576 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111]} 0 0 [junit4:junit4] 2> 5580 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[112]} 0 0 [junit4:junit4] 2> 5586 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[113]} 0 0 [junit4:junit4] 2> 5590 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[114]} 0 0 [junit4:junit4] 2> 5594 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[115]} 0 0 [junit4:junit4] 2> 5598 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[116]} 0 0 [junit4:junit4] 2> 5602 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[117]} 0 0 [junit4:junit4] 2> 5606 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[118]} 0 0 [junit4:junit4] 2> 5610 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[119]} 0 0 [junit4:junit4] 2> 5614 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[120]} 0 0 [junit4:junit4] 2> 5618 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[121]} 0 0 [junit4:junit4] 2> 5622 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[122]} 0 0 [junit4:junit4] 2> 5626 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123]} 0 0 [junit4:junit4] 2> 5630 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[124]} 0 0 [junit4:junit4] 2> 5635 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[125]} 0 0 [junit4:junit4] 2> 5639 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[126]} 0 0 [junit4:junit4] 2> 5643 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[127]} 0 0 [junit4:junit4] 2> 5647 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[128]} 0 0 [junit4:junit4] 2> 5651 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[129]} 0 0 [junit4:junit4] 2> 5655 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[130]} 0 0 [junit4:junit4] 2> 5659 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[131]} 0 0 [junit4:junit4] 2> 5664 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[132]} 0 1 [junit4:junit4] 2> 5667 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[133]} 0 0 [junit4:junit4] 2> 5671 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[134]} 0 0 [junit4:junit4] 2> 5675 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[135]} 0 0 [junit4:junit4] 2> 5679 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[136]} 0 0 [junit4:junit4] 2> 5681 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[137]} 0 0 [junit4:junit4] 2> 5684 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[138]} 0 0 [junit4:junit4] 2> 5687 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[139]} 0 0 [junit4:junit4] 2> 5691 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[140]} 0 0 [junit4:junit4] 2> 5699 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[141]} 0 3 [junit4:junit4] 2> 5703 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[142]} 0 0 [junit4:junit4] 2> 5707 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[143]} 0 0 [junit4:junit4] 2> 5713 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[144]} 0 0 [junit4:junit4] 2> 5719 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[145]} 0 0 [junit4:junit4] 2> 5723 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[146]} 0 0 [junit4:junit4] 2> 5727 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[147]} 0 0 [junit4:junit4] 2> 5731 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[148]} 0 0 [junit4:junit4] 2> 5735 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[149]} 0 0 [junit4:junit4] 2> 5739 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[150]} 0 0 [junit4:junit4] 2> 5743 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[151]} 0 0 [junit4:junit4] 2> 5747 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[152]} 0 0 [junit4:junit4] 2> 5752 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[153]} 0 0 [junit4:junit4] 2> 5756 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[154]} 0 0 [junit4:junit4] 2> 5760 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[155]} 0 0 [junit4:junit4] 2> 5765 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[156]} 0 0 [junit4:junit4] 2> 5769 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[157]} 0 0 [junit4:junit4] 2> 5773 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[158]} 0 0 [junit4:junit4] 2> 5777 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[159]} 0 0 [junit4:junit4] 2> 5781 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[160]} 0 0 [junit4:junit4] 2> 5785 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[161]} 0 0 [junit4:junit4] 2> 5791 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[162]} 0 0 [junit4:junit4] 2> 5795 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[163]} 0 0 [junit4:junit4] 2> 5800 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[164]} 0 0 [junit4:junit4] 2> 5805 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[165]} 0 1 [junit4:junit4] 2> 5808 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[166]} 0 0 [junit4:junit4] 2> 5812 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[167]} 0 0 [junit4:junit4] 2> 5816 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[168]} 0 0 [junit4:junit4] 2> 5820 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[169]} 0 0 [junit4:junit4] 2> 5824 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[170]} 0 0 [junit4:junit4] 2> 5828 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[171]} 0 0 [junit4:junit4] 2> 5832 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[172]} 0 0 [junit4:junit4] 2> 5836 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[173]} 0 0 [junit4:junit4] 2> 5840 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[174]} 0 0 [junit4:junit4] 2> 5844 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[175]} 0 0 [junit4:junit4] 2> 5848 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[176]} 0 0 [junit4:junit4] 2> 5852 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[177]} 0 0 [junit4:junit4] 2> 5859 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[178]} 0 0 [junit4:junit4] 2> 5863 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[179]} 0 0 [junit4:junit4] 2> 5865 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[180]} 0 0 [junit4:junit4] 2> 5869 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[181]} 0 0 [junit4:junit4] 2> 5875 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[182]} 0 2 [junit4:junit4] 2> 5877 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[183]} 0 0 [junit4:junit4] 2> 5881 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[184]} 0 0 [junit4:junit4] 2> 5885 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[185]} 0 0 [junit4:junit4] 2> 5891 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[186]} 0 0 [junit4:junit4] 2> 5896 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[187]} 0 0 [junit4:junit4] 2> 5900 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[188]} 0 0 [junit4:junit4] 2> 5904 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[189]} 0 0 [junit4:junit4] 2> 5908 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[190]} 0 0 [junit4:junit4] 2> 5912 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[191]} 0 0 [junit4:junit4] 2> 5917 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[192]} 0 0 [junit4:junit4] 2> 5921 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[193]} 0 0 [junit4:junit4] 2> 5925 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[194]} 0 0 [junit4:junit4] 2> 5929 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[195]} 0 0 [junit4:junit4] 2> 5935 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[196]} 0 0 [junit4:junit4] 2> 5939 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[197]} 0 0 [junit4:junit4] 2> 5943 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[198]} 0 0 [junit4:junit4] 2> 5949 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[199]} 0 2 [junit4:junit4] 2> 5953 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[200]} 0 0 [junit4:junit4] 2> 5957 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[201]} 0 0 [junit4:junit4] 2> 5961 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[202]} 0 0 [junit4:junit4] 2> 5965 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[203]} 0 0 [junit4:junit4] 2> 5971 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[204]} 0 0 [junit4:junit4] 2> 5975 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[205]} 0 0 [junit4:junit4] 2> 5979 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[206]} 0 0 [junit4:junit4] 2> 5984 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[207]} 0 0 [junit4:junit4] 2> 5989 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[208]} 0 0 [junit4:junit4] 2> 5993 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[209]} 0 0 [junit4:junit4] 2> 5997 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[210]} 0 0 [junit4:junit4] 2> 6001 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[211]} 0 0 [junit4:junit4] 2> 6005 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[212]} 0 0 [junit4:junit4] 2> 6011 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[213]} 0 0 [junit4:junit4] 2> 6015 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[214]} 0 0 [junit4:junit4] 2> 6019 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[215]} 0 0 [junit4:junit4] 2> 6023 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[216]} 0 0 [junit4:junit4] 2> 6027 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[217]} 0 0 [junit4:junit4] 2> 6031 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[218]} 0 0 [junit4:junit4] 2> 6035 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[219]} 0 0 [junit4:junit4] 2> 6039 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[220]} 0 0 [junit4:junit4] 2> 6043 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[221]} 0 0 [junit4:junit4] 2> 6047 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222]} 0 0 [junit4:junit4] 2> 6052 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[223]} 0 0 [junit4:junit4] 2> 6057 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[224]} 0 0 [junit4:junit4] 2> 6060 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[225]} 0 0 [junit4:junit4] 2> 6063 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[226]} 0 0 [junit4:junit4] 2> 6067 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[227]} 0 0 [junit4:junit4] 2> 6071 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[228]} 0 0 [junit4:junit4] 2> 6075 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[229]} 0 0 [junit4:junit4] 2> 6079 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[230]} 0 0 [junit4:junit4] 2> 6083 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[231]} 0 0 [junit4:junit4] 2> 6088 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[232]} 0 1 [junit4:junit4] 2> 6095 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[233]} 0 2 [junit4:junit4] 2> 6099 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[234]} 0 0 [junit4:junit4] 2> 6107 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[235]} 0 0 [junit4:junit4] 2> 6111 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[236]} 0 0 [junit4:junit4] 2> 6121 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[237]} 0 1 [junit4:junit4] 2> 6124 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[238]} 0 0 [junit4:junit4] 2> 6128 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[239]} 0 0 [junit4:junit4] 2> 6133 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[240]} 0 0 [junit4:junit4] 2> 6137 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[241]} 0 0 [junit4:junit4] 2> 6141 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[242]} 0 0 [junit4:junit4] 2> 6145 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[243]} 0 0 [junit4:junit4] 2> 6149 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[244]} 0 0 [junit4:junit4] 2> 6153 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[245]} 0 0 [junit4:junit4] 2> 6157 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[246]} 0 0 [junit4:junit4] 2> 6161 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[247]} 0 0 [junit4:junit4] 2> 6165 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[248]} 0 0 [junit4:junit4] 2> 6169 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[249]} 0 0 [junit4:junit4] 2> 6173 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[250]} 0 0 [junit4:junit4] 2> 6179 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[251]} 0 0 [junit4:junit4] 2> 6183 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[252]} 0 0 [junit4:junit4] 2> 6187 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[253]} 0 0 [junit4:junit4] 2> 6191 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[254]} 0 0 [junit4:junit4] 2> 6195 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[255]} 0 0 [junit4:junit4] 2> 6200 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[256]} 0 0 [junit4:junit4] 2> 6204 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[257]} 0 0 [junit4:junit4] 2> 6208 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[258]} 0 0 [junit4:junit4] 2> 6212 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[259]} 0 0 [junit4:junit4] 2> 6216 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[260]} 0 0 [junit4:junit4] 2> 6220 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[261]} 0 0 [junit4:junit4] 2> 6224 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[262]} 0 0 [junit4:junit4] 2> 6228 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[263]} 0 0 [junit4:junit4] 2> 6233 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[264]} 0 0 [junit4:junit4] 2> 6237 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[265]} 0 0 [junit4:junit4] 2> 6241 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[266]} 0 0 [junit4:junit4] 2> 6245 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[267]} 0 0 [junit4:junit4] 2> 6249 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[268]} 0 0 [junit4:junit4] 2> 6253 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[269]} 0 0 [junit4:junit4] 2> 6257 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[270]} 0 0 [junit4:junit4] 2> 6261 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[271]} 0 0 [junit4:junit4] 2> 6265 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[272]} 0 0 [junit4:junit4] 2> 6269 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[273]} 0 0 [junit4:junit4] 2> 6274 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[274]} 0 0 [junit4:junit4] 2> 6278 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[275]} 0 0 [junit4:junit4] 2> 6282 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[276]} 0 0 [junit4:junit4] 2> 6286 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[277]} 0 0 [junit4:junit4] 2> 6290 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[278]} 0 0 [junit4:junit4] 2> 6294 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[279]} 0 0 [junit4:junit4] 2> 6300 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[280]} 0 0 [junit4:junit4] 2> 6304 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[281]} 0 0 [junit4:junit4] 2> 6308 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[282]} 0 0 [junit4:junit4] 2> 6312 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[283]} 0 0 [junit4:junit4] 2> 6316 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[284]} 0 0 [junit4:junit4] 2> 6320 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[285]} 0 0 [junit4:junit4] 2> 6324 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[286]} 0 0 [junit4:junit4] 2> 6328 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[287]} 0 0 [junit4:junit4] 2> 6332 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[288]} 0 0 [junit4:junit4] 2> 6336 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[289]} 0 0 [junit4:junit4] 2> 6340 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[290]} 0 0 [junit4:junit4] 2> 6344 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[291]} 0 0 [junit4:junit4] 2> 6348 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[292]} 0 0 [junit4:junit4] 2> 6352 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[293]} 0 0 [junit4:junit4] 2> 6356 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[294]} 0 0 [junit4:junit4] 2> 6360 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[295]} 0 0 [junit4:junit4] 2> 6364 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[296]} 0 0 [junit4:junit4] 2> 6368 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[297]} 0 0 [junit4:junit4] 2> 6372 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[298]} 0 0 [junit4:junit4] 2> 6376 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[299]} 0 0 [junit4:junit4] 2> 6380 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[300]} 0 0 [junit4:junit4] 2> 6385 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[301]} 0 0 [junit4:junit4] 2> 6389 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[302]} 0 0 [junit4:junit4] 2> 6393 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[303]} 0 0 [junit4:junit4] 2> 6397 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[304]} 0 0 [junit4:junit4] 2> 6400 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[305]} 0 0 [junit4:junit4] 2> 6402 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[306]} 0 0 [junit4:junit4] 2> 6406 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[307]} 0 0 [junit4:junit4] 2> 6410 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[308]} 0 0 [junit4:junit4] 2> 6414 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[309]} 0 0 [junit4:junit4] 2> 6418 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[310]} 0 0 [junit4:junit4] 2> 6422 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[311]} 0 0 [junit4:junit4] 2> 6426 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[312]} 0 0 [junit4:junit4] 2> 6430 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[313]} 0 0 [junit4:junit4] 2> 6434 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[314]} 0 0 [junit4:junit4] 2> 6438 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[315]} 0 0 [junit4:junit4] 2> 6442 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[316]} 0 0 [junit4:junit4] 2> 6446 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[317]} 0 0 [junit4:junit4] 2> 6450 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[318]} 0 0 [junit4:junit4] 2> 6454 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[319]} 0 0 [junit4:junit4] 2> 6458 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[320]} 0 0 [junit4:junit4] 2> 6462 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[321]} 0 0 [junit4:junit4] 2> 6466 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[322]} 0 0 [junit4:junit4] 2> 6472 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[323]} 0 2 [junit4:junit4] 2> 6477 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[324]} 0 0 [junit4:junit4] 2> 6481 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[325]} 0 0 [junit4:junit4] 2> 6485 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[326]} 0 0 [junit4:junit4] 2> 6488 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[327]} 0 0 [junit4:junit4] 2> 6490 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[328]} 0 0 [junit4:junit4] 2> 6494 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[329]} 0 0 [junit4:junit4] 2> 6498 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[330]} 0 0 [junit4:junit4] 2> 6502 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[331]} 0 0 [junit4:junit4] 2> 6506 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[332]} 0 0 [junit4:junit4] 2> 6510 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[333]} 0 0 [junit4:junit4] 2> 6514 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[334]} 0 0 [junit4:junit4] 2> 6518 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[335]} 0 0 [junit4:junit4] 2> 6522 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[336]} 0 0 [junit4:junit4] 2> 6526 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[337]} 0 0 [junit4:junit4] 2> 6530 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[338]} 0 0 [junit4:junit4] 2> 6534 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[339]} 0 0 [junit4:junit4] 2> 6538 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[340]} 0 0 [junit4:junit4] 2> 6542 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[341]} 0 0 [junit4:junit4] 2> 6546 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[342]} 0 0 [junit4:junit4] 2> 6552 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[343]} 0 2 [junit4:junit4] 2> 6554 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[344]} 0 0 [junit4:junit4] 2> 6560 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[345]} 0 2 [junit4:junit4] 2> 6562 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[346]} 0 0 [junit4:junit4] 2> 6566 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[347]} 0 0 [junit4:junit4] 2> 6570 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[348]} 0 0 [junit4:junit4] 2> 6576 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[349]} 0 0 [junit4:junit4] 2> 6580 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[350]} 0 0 [junit4:junit4] 2> 6584 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[351]} 0 0 [junit4:junit4] 2> 6588 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[352]} 0 0 [junit4:junit4] 2> 6593 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[353]} 0 1 [junit4:junit4] 2> 6596 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[354]} 0 0 [junit4:junit4] 2> 6601 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[355]} 0 0 [junit4:junit4] 2> 6605 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[356]} 0 0 [junit4:junit4] 2> 6610 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[357]} 0 0 [junit4:junit4] 2> 6614 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[358]} 0 0 [junit4:junit4] 2> 6618 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[359]} 0 0 [junit4:junit4] 2> 6624 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[360]} 0 0 [junit4:junit4] 2> 6628 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[361]} 0 0 [junit4:junit4] 2> 6632 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[362]} 0 0 [junit4:junit4] 2> 6636 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[363]} 0 0 [junit4:junit4] 2> 6640 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[364]} 0 0 [junit4:junit4] 2> 6644 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[365]} 0 0 [junit4:junit4] 2> 6649 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[366]} 0 0 [junit4:junit4] 2> 6653 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[367]} 0 0 [junit4:junit4] 2> 6662 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[368]} 0 0 [junit4:junit4] 2> 6666 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[369]} 0 0 [junit4:junit4] 2> 6672 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[370]} 0 0 [junit4:junit4] 2> 6676 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[371]} 0 0 [junit4:junit4] 2> 6682 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[372]} 0 1 [junit4:junit4] 2> 6686 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[373]} 0 0 [junit4:junit4] 2> 6690 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[374]} 0 0 [junit4:junit4] 2> 6694 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[375]} 0 0 [junit4:junit4] 2> 6698 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[376]} 0 0 [junit4:junit4] 2> 6702 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[377]} 0 0 [junit4:junit4] 2> 6706 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[378]} 0 0 [junit4:junit4] 2> 6712 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[379]} 0 0 [junit4:junit4] 2> 6716 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[380]} 0 0 [junit4:junit4] 2> 6721 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[381]} 0 0 [junit4:junit4] 2> 6725 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[382]} 0 0 [junit4:junit4] 2> 6732 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[383]} 0 0 [junit4:junit4] 2> 6736 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[384]} 0 0 [junit4:junit4] 2> 6742 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[385]} 0 0 [junit4:junit4] 2> 6749 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[386]} 0 1 [junit4:junit4] 2> 6754 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[387]} 0 0 [junit4:junit4] 2> 6758 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[388]} 0 0 [junit4:junit4] 2> 6762 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[389]} 0 0 [junit4:junit4] 2> 6766 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[390]} 0 0 [junit4:junit4] 2> 6772 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[391]} 0 0 [junit4:junit4] 2> 6776 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[392]} 0 0 [junit4:junit4] 2> 6780 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[393]} 0 0 [junit4:junit4] 2> 6785 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[394]} 0 0 [junit4:junit4] 2> 6789 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[395]} 0 0 [junit4:junit4] 2> 6793 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[396]} 0 0 [junit4:junit4] 2> 6800 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[397]} 0 2 [junit4:junit4] 2> 6806 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[398]} 0 1 [junit4:junit4] 2> 6809 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[399]} 0 0 [junit4:junit4] 2> 6813 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[400]} 0 0 [junit4:junit4] 2> 6817 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[401]} 0 0 [junit4:junit4] 2> 6824 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[402]} 0 0 [junit4:junit4] 2> 6829 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[403]} 0 1 [junit4:junit4] 2> 6833 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[404]} 0 0 [junit4:junit4] 2> 6838 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[405]} 0 1 [junit4:junit4] 2> 6840 T304 C14 REQ [collection1] webapp=/solr path=/replication params={command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 [junit4:junit4] 2> 6841 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[406]} 0 0 [junit4:junit4] 2> 6845 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[407]} 0 0 [junit4:junit4] 2> 6850 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[408]} 0 1 [junit4:junit4] 2> 6856 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[409]} 0 2 [junit4:junit4] 2> 6860 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[410]} 0 0 [junit4:junit4] 2> 6866 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[411]} 0 0 [junit4:junit4] 2> 6871 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[412]} 0 0 [junit4:junit4] 2> 6875 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[413]} 0 0 [junit4:junit4] 2> 6881 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[414]} 0 0 [junit4:junit4] 2> 6887 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[415]} 0 0 [junit4:junit4] 2> 6893 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[416]} 0 0 [junit4:junit4] 2> 6897 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[417]} 0 0 [junit4:junit4] 2> 6901 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[418]} 0 0 [junit4:junit4] 2> 6907 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[419]} 0 0 [junit4:junit4] 2> 6911 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[420]} 0 0 [junit4:junit4] 2> 6917 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[421]} 0 0 [junit4:junit4] 2> 6925 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[422]} 0 2 [junit4:junit4] 2> 6929 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[423]} 0 0 [junit4:junit4] 2> 6933 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[424]} 0 0 [junit4:junit4] 2> 6941 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[425]} 0 2 [junit4:junit4] 2> 6946 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[426]} 0 0 [junit4:junit4] 2> 6950 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[427]} 0 0 [junit4:junit4] 2> 6954 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[428]} 0 0 [junit4:junit4] 2> 6961 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[429]} 0 2 [junit4:junit4] 2> 6966 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[430]} 0 0 [junit4:junit4] 2> 6974 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[431]} 0 0 [junit4:junit4] 2> 6977 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[432]} 0 0 [junit4:junit4] 2> 6981 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[433]} 0 0 [junit4:junit4] 2> 6987 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[434]} 0 1 [junit4:junit4] 2> 6993 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[435]} 0 2 [junit4:junit4] 2> 6995 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[436]} 0 0 [junit4:junit4] 2> 7001 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[437]} 0 2 [junit4:junit4] 2> 7006 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[438]} 0 0 [junit4:junit4] 2> 7010 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[439]} 0 0 [junit4:junit4] 2> 7015 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[440]} 0 0 [junit4:junit4] 2> 7019 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[441]} 0 0 [junit4:junit4] 2> 7026 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[442]} 0 0 [junit4:junit4] 2> 7030 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[443]} 0 0 [junit4:junit4] 2> 7034 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[444]} 0 0 [junit4:junit4] 2> 7041 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[445]} 0 3 [junit4:junit4] 2> 7045 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[446]} 0 0 [junit4:junit4] 2> 7049 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[447]} 0 0 [junit4:junit4] 2> 7053 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[448]} 0 0 [junit4:junit4] 2> 7058 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[449]} 0 1 [junit4:junit4] 2> 7062 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[450]} 0 0 [junit4:junit4] 2> 7066 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[451]} 0 0 [junit4:junit4] 2> 7073 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[452]} 0 0 [junit4:junit4] 2> 7079 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[453]} 0 1 [junit4:junit4] 2> 7083 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[454]} 0 0 [junit4:junit4] 2> 7087 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[455]} 0 0 [junit4:junit4] 2> 7091 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[456]} 0 0 [junit4:junit4] 2> 7095 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[457]} 0 0 [junit4:junit4] 2> 7099 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[458]} 0 0 [junit4:junit4] 2> 7103 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[459]} 0 0 [junit4:junit4] 2> 7107 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[460]} 0 0 [junit4:junit4] 2> 7113 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[461]} 0 0 [junit4:junit4] 2> 7119 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[462]} 0 2 [junit4:junit4] 2> 7123 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[463]} 0 0 [junit4:junit4] 2> 7127 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[464]} 0 0 [junit4:junit4] 2> 7134 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[465]} 0 0 [junit4:junit4] 2> 7138 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[466]} 0 0 [junit4:junit4] 2> 7145 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[467]} 0 3 [junit4:junit4] 2> 7147 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[468]} 0 0 [junit4:junit4] 2> 7151 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[469]} 0 0 [junit4:junit4] 2> 7157 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[470]} 0 0 [junit4:junit4] 2> 7161 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[471]} 0 0 [junit4:junit4] 2> 7165 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[472]} 0 0 [junit4:junit4] 2> 7170 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[473]} 0 1 [junit4:junit4] 2> 7175 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[474]} 0 1 [junit4:junit4] 2> 7179 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[475]} 0 0 [junit4:junit4] 2> 7183 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[476]} 0 0 [junit4:junit4] 2> 7189 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[477]} 0 0 [junit4:junit4] 2> 7194 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[478]} 0 0 [junit4:junit4] 2> 7199 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[479]} 0 0 [junit4:junit4] 2> 7203 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[480]} 0 0 [junit4:junit4] 2> 7207 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[481]} 0 0 [junit4:junit4] 2> 7211 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[482]} 0 0 [junit4:junit4] 2> 7215 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[483]} 0 0 [junit4:junit4] 2> 7221 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[484]} 0 0 [junit4:junit4] 2> 7225 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[485]} 0 0 [junit4:junit4] 2> 7229 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[486]} 0 0 [junit4:junit4] 2> 7233 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[487]} 0 0 [junit4:junit4] 2> 7237 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[488]} 0 0 [junit4:junit4] 2> 7241 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[489]} 0 0 [junit4:junit4] 2> 7246 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[490]} 0 0 [junit4:junit4] 2> 7250 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[491]} 0 0 [junit4:junit4] 2> 7255 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[492]} 0 0 [junit4:junit4] 2> 7259 T304 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[493]} 0 0 [junit4:junit4] 2> 7265 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[494]} 0 2 [junit4:junit4] 2> 7267 T306 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[495]} 0 0 [junit4:junit4] 2> 7271 T308 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[496]} 0 0 [junit4:junit4] 2> 7277 T303 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[497]} 0 0 [junit4:junit4] 2> 7281 T305 C14 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[498]} 0 0 [junit4:junit4] 2> 7302 T304 C14 REQ [collection1] webapp=/solr path=/replication params={command=disableReplication} status=0 QTime=0 [junit4:junit4] 2> 7310 T307 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 7334 T307 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bae89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5631c),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13bae89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5631c),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 7335 T307 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 7335 T307 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data [junit4:junit4] 2> 7345 T307 C14 oass.SolrIndexSearcher. Opening Searcher@14e7b87 main [junit4:junit4] 2> 7346 T307 C14 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 7346 T309 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14e7b87 main{StandardDirectoryReader(segments_2:3 _0(5.0):C499)} [junit4:junit4] 2> 7346 T309 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355013677\master\collection1\data\index [junit4:junit4] 2> 7347 T307 C14 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 37 [junit4:junit4] 2> 7350 T306 C14 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=499 status=0 QTime=0 [junit4:junit4] 2> 7492 T313 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 7495 T313 C15 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f07586 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f329a4),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 7496 T313 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 7496 T313 C15 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[551]} 0 4 [junit4:junit4] 2> 7500 T314 C15 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 7503 T314 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f07586 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f329a4),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f07586 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f329a4),segFN=segments_2,generation=2,filenames=[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 7503 T314 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene41WithOrds_0.tib, _0_Lucene41WithOrds_0.doc, _0.fnm, _0_nrm.cfe, _0_Lucene41WithOrds_0.tii, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.fdt] [junit4:junit4] 2> 7503 T314 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data [junit4:junit4] 2> 7506 T314 C15 oass.SolrIndexSearcher. Opening Searcher@a6c8ad main [junit4:junit4] 2> 7506 T314 C15 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 7507 T319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a6c8ad main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)} [junit4:junit4] 2> 7507 T319 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.handler.TestReplicationHandler$SolrInstance-1351355014094\slave\collection1\data\index [junit4:junit4] 2> 7507 T314 C15 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 7 [junit4:junit4] 2> 7512 T315 C15 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[552]} 0 1 [junit4:junit4] 2> 7515 T31 [...truncated too long message...] lr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:410) [junit4:junit4] > at org.apache.solr.handler.TestReplicationHandler.test(TestReplicationHandler.java:254) [junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit4:junit4] > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit4:junit4] > at java.lang.reflect.Method.invoke(Method.java:597) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) [junit4:junit4] > at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) [junit4:junit4] > at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4:junit4] > at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > at java.lang.Thread.run(Thread.java:662) [junit4:junit4] > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@37d046 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@779c66; maxCacheMB=0.8408203125 maxMergeSizeMB=0.3759765625)) [junit4:junit4] > at org.junit.Assert.fail(Assert.java:93) [junit4:junit4] > at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) [junit4:junit4] > ... 2 more [junit4:junit4] > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=377, name=Thread-146, state=RUNNABLE, group=TGRP-TestReplicationHandler], registration stack trace below. [junit4:junit4] > at java.lang.Thread.getStackTrace(Thread.java:1479) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150) [junit4:junit4] > at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:514) [junit4:junit4] > at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:958) [junit4:junit4] > at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:872) [junit4:junit4] > at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:864) [junit4:junit4] > at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33) [junit4:junit4] > at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:221) [junit4:junit4] > at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:181) [junit4:junit4] > at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:373) [junit4:junit4] > at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:273) [junit4:junit4] > at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:181) [junit4:junit4] > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e600bf lockFactory=org.apache.lucene.store.SimpleFSLockFactory@c3455c) [junit4:junit4] > at org.junit.Assert.fail(Assert.java:93) [junit4:junit4] > at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167) [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > at java.lang.Thread.run(Thread.java:662) [junit4:junit4] Completed in 38.09s, 1 test, 2 errors <<< FAILURES! [...truncated 634 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:335: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:178: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\module-build.xml:61: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1159: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:827: There were test failures: 232 suites, 961 tests, 2 suite-level errors, 12 ignored (7 assumptions) Total time: 38 minutes 24 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 32bit/jdk1.6.0_35 -client -XX:+UseParallelGC Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_106_1746875728.1351356089996 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_106_1746875728.1351356089996--