You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2021/04/29 15:59:58 UTC

[GitHub] [samza] lakshmi-manasa-g opened a new pull request #1497: SAMZA-2652: Application Master High Availability metric - change counter to gauge

lakshmi-manasa-g opened a new pull request #1497:
URL: https://github.com/apache/samza/pull/1497


   Issue: some of the AM HA metrics introduced in PR #1455 are counters. these get incremented correctly but go back to 0 and can not be measured a little later in time.
   
   Changes: making these counters as gauges.
   1. container-from-previous-attempt
   2. application-attempt-count
   3. metadata-generation-failed-count
   4. metadata-read-failed-count
   5. metadata-write-failed-count
   
   API changes: none
   
   Usage instructions: none
   
   upgrade instructions: if AM HA is enabled, these metrics are now gauges instead of counters


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [samza] mynameborat merged pull request #1497: SAMZA-2652: Application Master High Availability metric - change counter to gauge

Posted by GitBox <gi...@apache.org>.
mynameborat merged pull request #1497:
URL: https://github.com/apache/samza/pull/1497


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org