shahrs87 commented on PR #1541:
URL: https://github.com/apache/phoenix/pull/1541#issuecomment-1361687077

   > But when it comes to mutation while we are in transactional table we 
consider a set of command as single mutation and that can be only reason i 
consider that MUTATION_BATCH_FAILED_SIZE differs.
   
   When you look at the metrics independently, it will look like only 1 
mutation failed in the batch even if 100 mutations have failed. We don't have 
different metrics for transactional table and non-transactional table and we 
shouldn't also. If a table is transactional we want to revert the state to 
original state if any of the mutations failed but why we want to treat metrics 
differently? @mnpoonia 


-- 
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]

Reply via email to