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

brahma pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 7d37a6565f AMBARI-25977: Increase default value of 
phoenix.mutate.maxSizeBytes from 100 MB to 255 MB (#3734)
7d37a6565f is described below

commit 7d37a6565f1144e33cc8cbe56f8010d412cca2ad
Author: Mohammad Arshad <ars...@apache.org>
AuthorDate: Mon Aug 14 17:21:54 2023 +0530

    AMBARI-25977: Increase default value of phoenix.mutate.maxSizeBytes from 
100 MB to 255 MB (#3734)
    
    Signed-off-by: Brahma Reddy Battula <bra...@apache.org>
---
 .../0.1.0/configuration/ams-hbase-site.xml         | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
index 2d248fa9a5..3cacb2a60d 100644
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
@@ -630,4 +630,28 @@
     </depends-on>
     <on-ambari-upgrade add="true"/>
   </property>
+  <property>
+    <name>hbase.rpc.rows.warning.threshold</name>
+    <value>10000</value>
+    <description>
+      Number of rows in a batch operation above which a warning will be logged 
in hbase.
+    </description>
+    <value-attributes>
+      <type>int</type>
+      <unit>rows</unit>
+    </value-attributes>
+    <on-ambari-upgrade add="true"/>
+  </property>
+  <property>
+    <name>phoenix.mutate.maxSizeBytes</name>
+    <value>267386880</value>
+    <description>
+      Maximum amount of batch data size in bytes beyond which client requests 
are not accepted.
+    </description>
+    <value-attributes>
+      <type>int</type>
+      <unit>Bytes</unit>
+    </value-attributes>
+    <on-ambari-upgrade add="true"/>
+  </property>
 </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to