This is an automated email from the ASF dual-hosted git repository.
kturner 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 f0c8aa9 Enable port search my default for compactor and sserver (#288)
f0c8aa9 is described below
commit f0c8aa95c3e4e9eeea0ee9ca2b1c62eca84fa9be
Author: Dom G <[email protected]>
AuthorDate: Tue Oct 4 16:39:15 2022 -0400
Enable port search my default for compactor and sserver (#288)
---
conf/accumulo/2/accumulo.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/accumulo/2/accumulo.properties
b/conf/accumulo/2/accumulo.properties
index f9d5d77..213ea50 100755
--- a/conf/accumulo/2/accumulo.properties
+++ b/conf/accumulo/2/accumulo.properties
@@ -7,3 +7,5 @@ table.durability=flush
tserver.memory.maps.native.enabled=ACCUMULO_USE_NATIVE_MAP
tserver.wal.max.size=512M
tserver.port.search=true
+compactor.port.search=true
+sserver.port.search=true
\ No newline at end of file