tkhurana commented on PR #1546: URL: https://github.com/apache/phoenix/pull/1546#issuecomment-1371460766
@mnpoonia You have changed the scope of this metric. Let us say you are batching 1000 upserts. Phoenix internally in the `sendMutations` function groups them into sub batches of by default 100 and then calls `htable.batch()` on that sub batch. Earlier the metric was capturing the time taken by each individual sub-batch. Now the metric is capturing the time across all sub-batches. I am not sure if this is intended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
