You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/04/30 15:39:35 UTC

[GitHub] [incubator-openwhisk-package-kafka] dubee opened a new pull request #337: Reset consumer restart counter after 24 hours

dubee opened a new pull request #337: Reset consumer restart counter after 24 hours
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/337
 
 
   Due to a bug in the Kafka client being used, a consumer may restart incrementally over time, resulting in the consumer restart counter continually increasing. A restart counter that gradually increases over time may create false alarms if the value is being used for health monitoring purposes. Given such a scenario, the changes here with reset the restart counter when a consumer restarts after a 24 hour period. 
   
   Related client bug: https://github.com/apache/incubator-openwhisk-package-kafka/blob/master/provider/thedoctor.py#L67.

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


With regards,
Apache Git Services