mxm opened a new pull request, #699:
URL: https://github.com/apache/flink-kubernetes-operator/pull/699

   The new code for the 1.7.0 release introduces metric collection during the 
stabilization phase to allow sampling the observed true processing rate. 
Metrics might not be fully initialized during that phase, as evident through 
the error metrics. The following error is thrown:
   
   ```
   java.lang.RuntimeException: Could not find required metric
   NUM_RECORDS_OUT_PER_SEC for 667f5d5aa757fb217b92c06f0f5d2bf2
   ```
   
   To prevent these errors shadowing actual errors, we should detect and ignore 
this recoverable exception.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to