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 5dc173c Modify site file to allow multiple tservers for 1.10 (#267)
5dc173c is described below
commit 5dc173cbf736c64abdc495f659b39835284db8ae
Author: Mike Miller <[email protected]>
AuthorDate: Mon Jan 11 07:30:10 2021 -0500
Modify site file to allow multiple tservers for 1.10 (#267)
---
conf/accumulo/1/accumulo-site.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/conf/accumulo/1/accumulo-site.xml
b/conf/accumulo/1/accumulo-site.xml
index 00dabcb..f642186 100755
--- a/conf/accumulo/1/accumulo-site.xml
+++ b/conf/accumulo/1/accumulo-site.xml
@@ -73,6 +73,19 @@
<name>tserver.walog.max.size</name>
<value>512M</value>
</property>
+ <property>
+ <name>replication.receipt.service.port</name>
+ <value>0</value>
+ </property>
+ <property>
+ <name>tserver.port.search</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>tserver.port.client</name>
+ <value>11000</value>
+ </property>
+
<property>
<name>general.classpaths</name>