You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mm...@apache.org on 2021/11/08 17:38:21 UTC

[fluo-uno] branch main updated: Change deprecated default wal property (#274)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/main by this push:
     new b62917c  Change deprecated default wal property (#274)
b62917c is described below

commit b62917c262dbaded2ae3eecddc8569aa3dc93182
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Nov 8 12:38:11 2021 -0500

    Change deprecated default wal property (#274)
---
 conf/accumulo/2/accumulo.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/accumulo/2/accumulo.properties b/conf/accumulo/2/accumulo.properties
index 3113dc7..f9d5d77 100755
--- a/conf/accumulo/2/accumulo.properties
+++ b/conf/accumulo/2/accumulo.properties
@@ -5,5 +5,5 @@ instance.volumes=hdfs://UNO_HOST:8020/accumulo
 instance.zookeeper.host=UNO_HOST:2181
 table.durability=flush
 tserver.memory.maps.native.enabled=ACCUMULO_USE_NATIVE_MAP
-tserver.walog.max.size=512M
+tserver.wal.max.size=512M
 tserver.port.search=true