<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel">
    <title>gmane.comp.jakarta.lucene.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131454"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131453"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131452"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131451"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131450"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131449"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131448"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131447"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131446"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131445"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131444"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131443"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131442"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131441"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131440"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131439"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131438"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131437"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131436"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131435"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131454">
    <title>[JENKINS-MAVEN] Lucene-Solr-Maven-4.x #332: POMs out of sync</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131454</link>
    <description>&lt;pre&gt;Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/332/

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

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:31079/xig/kg/collection1lastClient and got 5 from http://127.0.0.1:64109/xig/kg/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:31079/xig/kg/collection1lastClient and got 5 from http://127.0.0.1:64109/xig/kg/collection1
at __randomizedtesting.SeedInfo.seed([6A30280389E5DBFF:EBD6A61BFEBABBC3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)




Build Log:
[...truncated 23872 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2013-05-20T01:37:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131453">
    <title>[jira] [Created] (LUCENE-5009) BTree index</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131453</link>
    <description>&lt;pre&gt;Gang Luo created LUCENE-5009:
--------------------------------

             Summary: BTree index
                 Key: LUCENE-5009
                 URL: https://issues.apache.org/jira/browse/LUCENE-5009
             Project: Lucene - Core
          Issue Type: Wish
          Components: core/index
    Affects Versions: 4.2.1
            Reporter: Gang Luo
            Priority: Trivial


Currently Lucene use skip list index for better index speed. Some use case need B Tree index, such as Patent search . Documents add by day. It not need real time search , but need large volume search. 

There are some B Tree index implement . such as http://algs4.cs.princeton.edu/62btrees/BTree.java.html .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Gang Luo (JIRA</dc:creator>
    <dc:date>2013-05-20T00:45:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131452">
    <title>[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4000 - Still Failing</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131452</link>
    <description>&lt;pre&gt;Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4000/

3 tests failed.
REGRESSION:  org.apache.solr.cloud.ChaosMonkeyShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:22126/k returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:22126/k returned non ok status:500, message:Server Error
at __randomizedtesting.SeedInfo.seed([7C8A44DAB2799276:FD6CCAC2C526F24A]:0)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2013-05-20T00:02:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131451">
    <title>[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_21) - Build # 2806 - Still Failing!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131451</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2806/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Server at http://127.0.0.1:55351 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:55351 returned non ok status:500, message:Server Error
at __randomizedtesting.SeedInfo.seed([B7745158F5115314:3692DF40824E3328]:0)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-19T22:58:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131450">
    <title>[JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_37-R28.2.5-4.1.0) - Build # 5675 - Failure!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131450</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5675/
Java: 64bit/jrockit-jdk1.6.0_37-R28.2.5-4.1.0 -XnoOpt

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
at __randomizedtesting.SeedInfo.seed([F507E6E9DBEE3C9B:74E168F1ACB15CA7]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
at org.apache.solr.cloud.CollectionsAPIDistrib&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-19T22:41:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131449">
    <title>[jira] [Comment Edited] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131449</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661683#comment-13661683 ] 

Uwe Schindler edited comment on SOLR-4048 at 5/19/13 10:17 PM:
---------------------------------------------------------------

bq. The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.

Warnings are disabled in Solr's ANT build because whole Solr is a huge warning :-)
                
      was (Author: thetaphi):
    bq. The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.

Warnings are disabled in Solr because the whole Solr is a single huge warning :-)
                  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Uwe Schindler (JIRA</dc:creator>
    <dc:date>2013-05-19T22:19:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131448">
    <title>[jira] [Commented] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131448</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661683#comment-13661683 ] 

Uwe Schindler commented on SOLR-4048:
-------------------------------------

bq. The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.

Warnings are disabled in Solr because the whole Solr is a single huge warning :-)
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Uwe Schindler (JIRA</dc:creator>
    <dc:date>2013-05-19T22:15:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131447">
    <title>[jira] [Commented] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131447</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661682#comment-13661682 ] 

Uwe Schindler commented on SOLR-4048:
-------------------------------------

Looks much better! The return type seems to be correct. The instanceof check was also fixed to be effective.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Uwe Schindler (JIRA</dc:creator>
    <dc:date>2013-05-19T22:15:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131446">
    <title>[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2839 - Still Failing!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131446</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2839/
Java: 64bit/jdk1.7.0_21 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
at __randomizedtesting.SeedInfo.seed([A2D7009E6E28B0EF:41A1090B8952259D]:0)
at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
at org.apache.solr.core.CoreContainer.&amp;lt;init&amp;gt;(CoreContainer.java:149)
at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.carrotsear&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-19T21:57:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131445">
    <title>[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1636 - Still Failing</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131445</link>
    <description>&lt;pre&gt;Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1636/

1 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:29092/collection1lastClient and got 5 from http://127.0.0.1:29096/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:29092/collection1lastClient and got 5 from http://127.0.0.1:29096/collection1
at __randomizedtesting.SeedInfo.seed([7767B2B23AE7829D:F6813CAA4DB8E2A1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2013-05-19T21:54:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131444">
    <title>[jira] [Commented] (SOLR-4788) Multiple Entities DIH delta import: dataimporter.[entityName].last_index_time is empty</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131444</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661673#comment-13661673 ] 

Shawn Heisey commented on SOLR-4788:
------------------------------------

[~billnbell] I started looking into the code for a user on IRC.  I got incredibly lost and never did find the problem.  I'm willing to take another look, but I'll need guidance, and whoever could guide me would probably be able to find the problem faster than I can.

                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Shawn Heisey (JIRA</dc:creator>
    <dc:date>2013-05-19T21:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131443">
    <title>[jira] [Comment Edited] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131443</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661653#comment-13661653 ] 

Shawn Heisey edited comment on SOLR-4048 at 5/19/13 9:09 PM:
-------------------------------------------------------------

The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.  I don't think the ant build showed any warnings, but they were showing up in Eclipse.
                
      was (Author: elyograg):
    The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.
                  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Shawn Heisey (JIRA</dc:creator>
    <dc:date>2013-05-19T21:11:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131442">
    <title>[jira] [Commented] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131442</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13661653#comment-13661653 ] 

Shawn Heisey commented on SOLR-4048:
------------------------------------

The cleanup patch also fixes all warnings at the 1.7 compliance level in trunk.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Shawn Heisey (JIRA</dc:creator>
    <dc:date>2013-05-19T21:07:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131441">
    <title>[jira] [Updated] (SOLR-4048) Add a "findRecursive" method to NamedList</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131441</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/SOLR-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Heisey updated SOLR-4048:
-------------------------------

    Attachment: SOLR-4048-cleanup.patch

On advice from Adrien and Uwe, I have refactored the new method to use an Object return type and &amp;lt;?&amp;gt; instead of generics.  I tried to create a version that uses position data like get(String,int), but that didn't work out as expected, so I gave up on it.

Attaching a cleanup patch against current trunk.  This time everything is fine in 4x as well.  Could I get a fine-tooth-comb review before committing this time?
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Shawn Heisey (JIRA</dc:creator>
    <dc:date>2013-05-19T20:51:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131440">
    <title>Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 469 - Still Failing!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131440</link>
    <description>&lt;pre&gt;Well, startHttpServer returns only after the server has been started, but
I've seen in the past that it may not start all the servlets immediately,
i.e. lazy loading.

Maybe we can make HttpReplicatorTest.startServer() loop while
HttpReplicator.checkForUpdate throws ConnectException? That way, when the
test actually starts, the server is already guaranteed to be up.

But looking at the exception, and given the Jetty instance has been
started, I'm not sure it will solve it.

Shai


On Sun, May 19, 2013 at 11:38 PM, Uwe Schindler &amp;lt;uwe&amp;lt; at &amp;gt;thetaphi.de&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Shai Erera</dc:creator>
    <dc:date>2013-05-19T20:47:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131439">
    <title>Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 469 - Still Failing!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131439</link>
    <description>&lt;pre&gt;Could it be that the jetty server did not yet started up completely? Osx is slow...



Policeman Jenkins Server &amp;lt;jenkins&amp;lt; at &amp;gt;thetaphi.de&amp;gt; schrieb:

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de&lt;/pre&gt;</description>
    <dc:creator>Uwe Schindler</dc:creator>
    <dc:date>2013-05-19T20:38:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131438">
    <title>[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 469 - Still Failing!</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131438</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/469/
Java: 64bit/jdk1.6.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic

Error Message:
Connection to http://localhost:52124 refused

Stack Trace:
org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:52124 refused
at __randomizedtesting.SeedInfo.seed([E75C887E5C9618BD:4CA6956B834A9E93]:0)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.AbstractHttpClien&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-19T20:36:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131437">
    <title>RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #855: POMs out of sync</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131437</link>
    <description>&lt;pre&gt;Upgrade is done. I also updated the wiki. OpenJDK6 is on 6_b32 (no idea which update level this is) and OpenJDK7 is on 7u21. I also upgraded ports of Python 2.7 and Python 3.2.

The failed builds were out of my control, as I had no chance to prevent ASF Jenkins from building and scheduling jobs.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe&amp;lt; at &amp;gt;thetaphi.de


&lt;/pre&gt;</description>
    <dc:creator>Uwe Schindler</dc:creator>
    <dc:date>2013-05-19T19:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131436">
    <title>Re: 4.3.1 bugfix release</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131436</link>
    <description>&lt;pre&gt;Do you have any estimated time for releasing 4.3.1 or even starting to vote
for 4.3.1. RC1?

2013/5/11 Steve Rowe &amp;lt;sarowe&amp;lt; at &amp;gt;gmail.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Furkan KAMACI</dc:creator>
    <dc:date>2013-05-19T19:01:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131435">
    <title>under what situations, if any, would lucene write a zero-length .prx file?</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131435</link>
    <description>&lt;pre&gt;I am seeing a situation with Lucene 3.3.0 where this *may* have happened.

Thanks,
Stu
&lt;/pre&gt;</description>
    <dc:creator>Stuart Halloway</dc:creator>
    <dc:date>2013-05-19T18:55:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131434">
    <title>[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #855: POMs out of sync</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.lucene.devel/131434</link>
    <description>&lt;pre&gt;Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/855/

No tests ran.

Build Log:
[...truncated 151 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-help&amp;lt; at &amp;gt;lucene.apache.org&lt;/pre&gt;</description>
    <dc:creator>Apache Jenkins Server</dc:creator>
    <dc:date>2013-05-19T18:36:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.lucene.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.lucene.devel</link>
  </textinput>
</rdf:RDF>
