You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/01/14 06:29:23 UTC

[phoenix] branch master updated (5f74205750 -> 8b688fcbe1)

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

vjasani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from 5f74205750 PHOENIX-6849 git_jira_fix_version_check.py does not retrieve all JIRA… (#1547)
     add 8b688fcbe1 PHOENIX-5980 MUTATION_BATCH_FAILED_SIZE metric is incorrectly updated for failing delete mutations (#1541)

No new revisions were added by this update.

Summary of changes:
 .../end2end/MutationBatchFailedStateMetricIT.java  | 197 +++++++++++++++++++++
 .../org/apache/phoenix/execute/MutationState.java  |  11 +-
 2 files changed, 207 insertions(+), 1 deletion(-)
 create mode 100644 phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationBatchFailedStateMetricIT.java