You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/16 22:05:24 UTC

[GitHub] [kafka] hachikuji opened a new pull request, #12522: MINOR: Initialize all error meters when building map in RequestChannel

hachikuji opened a new pull request, #12522:
URL: https://github.com/apache/kafka/pull/12522

   We have been seeing some errors where the `errorMeters` map seems to be missing some keys. We can fix this by changing the type to be immutable and building it on initialization.
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] hachikuji commented on pull request #12522: MINOR: Initialize all error meters when building map in RequestChannel

Posted by GitBox <gi...@apache.org>.
hachikuji commented on PR #12522:
URL: https://github.com/apache/kafka/pull/12522#issuecomment-1217232620

   Closing. This is more of a shutdown issue than an initialization issue as I initially thought.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] hachikuji closed pull request #12522: MINOR: Initialize all error meters when building map in RequestChannel

Posted by GitBox <gi...@apache.org>.
hachikuji closed pull request #12522: MINOR: Initialize all error meters when building map in RequestChannel
URL: https://github.com/apache/kafka/pull/12522


-- 
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: jira-unsubscribe@kafka.apache.org

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