Sanjeet Malhotra created PHOENIX-7515: -----------------------------------------
Summary: Add metric for count of Phoenix client batches used by a commit call Key: PHOENIX-7515 URL: https://issues.apache.org/jira/browse/PHOENIX-7515 Project: Phoenix Issue Type: Improvement Reporter: Sanjeet Malhotra Assignee: Sanjeet Malhotra Recently, in our organization we saw that though we were setting upsert batch size as 6400 and batch size bytes were sufficiently large to hold 6400 rows, the no. of put batch call on HBase server were 50x more than expected. On further debugging, we figured out that upsert batch size configs were not getting picked up. Currently, we do have metrics for no. of mutations committed in a commit call but we don't get to know that if these mutations used correct amount of batching on Phoenix client side. Thus, we should add a metric to get batch count per commit call. -- This message was sent by Atlassian Jira (v8.20.10#820010)