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 2013/10/19 00:21:03 UTC

svn commit: r883197 - in /websites: production/lucene/content/ production/lucene/content/core/ production/lucene/content/solr/ staging/lucene/trunk/content/ staging/lucene/trunk/content/core/ staging/lucene/trunk/content/solr/

Author: buildbot
Date: Fri Oct 18 22:21:02 2013
New Revision: 883197

Log:
Dynamic 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
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/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 Fri Oct 18 22:21:02 2013
@@ -304,6 +304,13 @@
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1533649;view=revision">r1533649</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-5216">SOLR-5216</a>: Document updates to SolrCloud can cause a distributed deadlock.
+<a href="https://issues.apache.org/jira/browse/SOLR-5232">SOLR-5232</a>: SolrCloud should distribute updates via streaming rather... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1533598;view=revision">r1533598</a>
         Don't mention BitSet in DocIdSet.isCacheable() documentation, since CachingWrapperFilter doesn't use BitSets for caching anymore (fix suggested by Paul Elschot).
  (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -327,12 +334,6 @@
         <a href="https://issues.apache.org/jira/browse/LUCENE-5289">LUCENE-5289</a>: clarify that hasUncommittedChanges can still be true after commit, due to merges (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1533244;view=revision">r1533244</a>
-        improve test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
-      </div>
     </div></div>
     
     

Modified: websites/production/lucene/content/index.html
==============================================================================
    (empty)

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Fri Oct 18 22:21:02 2013
@@ -416,6 +416,13 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1533649;view=revision">r1533649</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-5216">SOLR-5216</a>: Document updates to SolrCloud can cause a distributed deadlock.
+<a href="https://issues.apache.org/jira/browse/SOLR-5232">SOLR-5232</a>: SolrCloud should distribute updates via streaming rather... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1533598;view=revision">r1533598</a>
             Don't mention BitSet in DocIdSet.isCacheable() documentation, since CachingWrapperFilter doesn't use BitSets for caching anymore (fix suggested by Paul Elschot).
  (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -440,12 +447,6 @@ numeric fields or query relevancy scores
             <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1533244;view=revision">r1533244</a>
-            improve test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
-          </div>
-          
         </div>
         
       </div>

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Fri Oct 18 22:21:02 2013
@@ -304,6 +304,13 @@
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1533649;view=revision">r1533649</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-5216">SOLR-5216</a>: Document updates to SolrCloud can cause a distributed deadlock.
+<a href="https://issues.apache.org/jira/browse/SOLR-5232">SOLR-5232</a>: SolrCloud should distribute updates via streaming rather... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1533598;view=revision">r1533598</a>
         Don't mention BitSet in DocIdSet.isCacheable() documentation, since CachingWrapperFilter doesn't use BitSets for caching anymore (fix suggested by Paul Elschot).
  (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -327,12 +334,6 @@
         <a href="https://issues.apache.org/jira/browse/LUCENE-5289">LUCENE-5289</a>: clarify that hasUncommittedChanges can still be true after commit, due to merges (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1533244;view=revision">r1533244</a>
-        improve test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
-      </div>
     </div></div>
     
     

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
    (empty)

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Fri Oct 18 22:21:02 2013
@@ -416,6 +416,13 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1533649;view=revision">r1533649</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-5216">SOLR-5216</a>: Document updates to SolrCloud can cause a distributed deadlock.
+<a href="https://issues.apache.org/jira/browse/SOLR-5232">SOLR-5232</a>: SolrCloud should distribute updates via streaming rather... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1533598;view=revision">r1533598</a>
             Don't mention BitSet in DocIdSet.isCacheable() documentation, since CachingWrapperFilter doesn't use BitSets for caching anymore (fix suggested by Paul Elschot).
  (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -440,12 +447,6 @@ numeric fields or query relevancy scores
             <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1533244;view=revision">r1533244</a>
-            improve test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#shaie">shaie</a>
-          </div>
-          
         </div>
         
       </div>