You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/02/20 02:15:15 UTC

svn commit: r805423 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Author: buildbot
Date: Mon Feb 20 01:15:15 2012
New Revision: 805423

Log:
Production update by buildbot for lucene

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/content/solr/index.html

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Mon Feb 20 01:15:15 2012
@@ -514,6 +514,12 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291097;view=revision">r1291097</a>
+        Remove volatile from IR.closed variable (its only used in already synchronized close() method) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1291071;view=revision">r1291071</a>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: For now disable wrapping by newSearcher for this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
@@ -536,18 +542,17 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: test changes to handle deletes surviving restart (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1290941;view=revision">r1290941</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: restore old deletes via tlog so peersync won't reorder (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
-      </div>
     </div></div>
     
     
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3803">[LUCENE-3803] Using a searcher with an executor service does not work from within a Callable called by that same executor service</a><br/>
+       <div class="section-content">
+        <p>The test case I&apos;m about to attach creates an executor service uses invokeAll to run things from it. The &apos;things&apos;...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3802">[LUCENE-3802] Grouping collector that computes grouped facet counts</a><br/>
        <div class="section-content">
         <p>Spinoff from issue <a href="https://issues.apache.org/jira/browse/SOLR-2898" title="Support grouped faceting">SOLR-2898</a>. </p>
@@ -572,36 +577,32 @@ fails because the inner reader is closed
         <p>Not sure we should do this, it costs 5-10% performance for WFSTSuggester.<br/>
 But maybe we can optimize something here, or...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3714">[LUCENE-3714] add suggester that uses shortest path/wFST instead of buckets</a><br/>
-       <div class="section-content">
-        <p>Currently the FST suggester (really an FSA) quantizes weights into buckets (e.g. single byte) and puts them in front of...</p>
-       </div>
     </div></div>
     
     
     <div id="dev-mail">
       <h1>Latest Dev</h1>
       <div class="status-item">
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1330241442.1076.1329691234371.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c144116534.1276.1329697234363.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211581#comment-13211581">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211581#comment-13211581</a>
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211616#comment-13211616">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211616#comment-13211616</a>
 ] <br />&nbsp;<br />Yonik Seeley commented on SOLR-3141:
-------------------------------------<br />&nbsp;<br />I'm against deprecating optimize.  We can't change the name...
+------------------------------------<br />&nbsp;<br />A slight improvement in name does not come anywhere...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c900858058.1070.1329690636939.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c951795337.1243.1329696636539.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575</a>
-] <br />&nbsp;<br />Uwe Schindler edited comment on SOLR-3141 at 2/19/12 10:28 PM:
----------------------------------------------------------------<br />&nbsp;<br />I am fine with...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211611#comment-13211611">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211611#comment-13211611</a>
+] <br />&nbsp;<br />Uwe Schindler commented on SOLR-3141:
+-------------------------------------<br />&nbsp;<br />bq. I doubt it. An dhow did they find...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1421161785.1064.1329690516914.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c614733919.1230.1329696154551.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575</a>
-] <br />&nbsp;<br />Uwe Schindler commented on SOLR-3141:
--------------------------------------<br />&nbsp;<br />I am fine with the log messages, I just...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211609#comment-13211609">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211609#comment-13211609</a>
+] <br />&nbsp;<br />Robert Muir commented on SOLR-3141:
+-----------------------------------<br />&nbsp;<br />{quote}
+twice that many visit the download page... but...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Mon Feb 20 01:15:15 2012
@@ -631,11 +631,11 @@ as well as new analysis capabilities.</l
         <div id="dev-mail">
           <h1>Latest Dev</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1330241442.1076.1329691234371.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c144116534.1276.1329697234363.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c900858058.1070.1329690636939.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c951795337.1243.1329696636539.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1421161785.1064.1329690516914.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c614733919.1230.1329696154551.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           </div>
         </div>
         <div id="core-user-mail">

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Mon Feb 20 01:15:15 2012
@@ -482,6 +482,12 @@ as well as new analysis capabilities.</l
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291097;view=revision">r1291097</a>
+            Remove volatile from IR.closed variable (its only used in already synchronized close() method) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1291071;view=revision">r1291071</a>
             <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: For now disable wrapping by newSearcher for this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
@@ -505,12 +511,6 @@ as well as new analysis capabilities.</l
             <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1290941;view=revision">r1290941</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: restore old deletes via tlog so peersync won't reorder (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
-          </div>
-          
         </div>
         
       </div>
@@ -519,6 +519,11 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3080">[SOLR-3080] We should consider removing shard info from Zk when you explicitly unload a SolrCore.</a><br/>
+          <div class="section-content">
+                         
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3141">[SOLR-3141] Deprecate OPTIMIZE command in Solr</a><br/>
           <div class="section-content">
                          <p>Background: <a href="https://issues.apache.org/jira/browse/LUCENE-3454" title="rename optimize to a less cool-sounding name"><del>LUCENE-3454</del></a> renames optimize() as forceMerge(). Please read that issue first.</p>
@@ -544,11 +549,6 @@ as well as new analysis capabilities.</l
 it tries to parse out the &apos;meat&apos; of the query (using e.g. identifier...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3076">[SOLR-3076] Solr should support block joins</a><br/>
-          <div class="section-content">
-                         <p>Lucene has the ability to do block joins, we should add it to Solr.</p>
-          </div>
-          
         </div>
         
       </div>
@@ -557,25 +557,26 @@ it tries to parse out the &apos;meat&apo
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1330241442.1076.1329691234371.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c144116534.1276.1329697234363.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211581#comment-13211581">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211581#comment-13211581</a>
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211616#comment-13211616">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211616#comment-13211616</a>
 ] <br />&nbsp;<br />Yonik Seeley commented on SOLR-3141:
-------------------------------------<br />&nbsp;<br />I'm against deprecating optimize.  We can't change the name...
+------------------------------------<br />&nbsp;<br />A slight improvement in name does not come anywhere...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c900858058.1070.1329690636939.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c951795337.1243.1329696636539.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575</a>
-] <br />&nbsp;<br />Uwe Schindler edited comment on SOLR-3141 at 2/19/12 10:28 PM:
----------------------------------------------------------------<br />&nbsp;<br />I am fine with...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211611#comment-13211611">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211611#comment-13211611</a>
+] <br />&nbsp;<br />Uwe Schindler commented on SOLR-3141:
+-------------------------------------<br />&nbsp;<br />bq. I doubt it. An dhow did they find...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1421161785.1064.1329690516914.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c614733919.1230.1329696154551.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211575#comment-13211575</a>
-] <br />&nbsp;<br />Uwe Schindler commented on SOLR-3141:
--------------------------------------<br />&nbsp;<br />I am fine with the log messages, I just...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211609#comment-13211609">https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211609#comment-13211609</a>
+] <br />&nbsp;<br />Robert Muir commented on SOLR-3141:
+-----------------------------------<br />&nbsp;<br />{quote}
+twice that many visit the download page... but...
             </div>
           
         </div>