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>


Reply via email to