You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/06/12 16:17:36 UTC

svn commit: r1349369 - in /accumulo/trunk/conf/examples: 1GB/native-standalone/accumulo-site.xml 1GB/standalone/accumulo-site.xml 512MB/native-standalone/accumulo-site.xml 512MB/standalone/accumulo-site.xml

Author: billie
Date: Tue Jun 12 14:17:36 2012
New Revision: 1349369

URL: http://svn.apache.org/viewvc?rev=1349369&view=rev
Log:
ACCUMULO-629 removed logger.sort.buffer.size property from site config

Modified:
    accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml

Modified: accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml?rev=1349369&r1=1349368&r2=1349369&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml Tue Jun 12 14:17:36 2012
@@ -78,11 +78,6 @@
     </property>
 
     <property>
-      <name>logger.sort.buffer.size</name>
-      <value>50M</value>
-    </property>
-
-    <property>
       <name>tserver.walog.max.size</name>
       <value>256M</value>
     </property>

Modified: accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml?rev=1349369&r1=1349368&r2=1349369&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml Tue Jun 12 14:17:36 2012
@@ -73,11 +73,6 @@
     </property>
     
     <property>
-      <name>logger.sort.buffer.size</name>
-      <value>50M</value>
-    </property>
-
-    <property>
       <name>trace.user</name>
       <value>root</value>
     </property>

Modified: accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml?rev=1349369&r1=1349368&r2=1349369&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml Tue Jun 12 14:17:36 2012
@@ -78,11 +78,6 @@
     </property>
 
     <property>
-      <name>logger.sort.buffer.size</name>
-      <value>50M</value>
-    </property>
-
-    <property>
       <name>tserver.walog.max.size</name>
       <value>100M</value>
     </property>

Modified: accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml?rev=1349369&r1=1349368&r2=1349369&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml Tue Jun 12 14:17:36 2012
@@ -78,11 +78,6 @@
     </property>
     
     <property>
-      <name>logger.sort.buffer.size</name>
-      <value>50M</value>
-    </property>
-
-    <property>
       <name>tserver.walog.max.size</name>
       <value>100M</value>
     </property>