xintongsong commented on pull request #14823: URL: https://github.com/apache/flink/pull/14823#issuecomment-771287069
@zentol, `ThresholdMeter` is introduced for tracing the rate of starting new worker failures, in FLINK-10868. It's different from `MeterView` in the following ways: * It needs to be updated on every event. (The events does not occur on a per-record bias.) * It provides a `checkAgainstThreshold` method. Thanks for the reminder on the commit tag. Merging this. ---------------------------------------------------------------- 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: [email protected]
