You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 16:29:51 UTC

[GitHub] [beam] kennknowles opened a new issue, #18181: Catch bad FractionConsumed values in the beam SDK.

kennknowles opened a new issue, #18181:
URL: https://github.com/apache/beam/issues/18181

   getFractionConsumed in Sources are expected to return values between 0.0 and 1.0
   
   I recently encountered a bug where a bad value of fractionConsumed was sent to a runner. Looking through the beam source, I couldn't find anywhere that we validate the value before we send it (it could be there and I didn't see it, but given that I saw this error with a real source, I don't believe it is.)
   
   I think it'd be useful if the beam SDK caught this error at the time the value is returned and at least generate a useful error in the logs (thus allowing the user to more easily debug the issue)
   
   Imported from Jira [BEAM-1639](https://issues.apache.org/jira/browse/BEAM-1639). Original Jira may contain additional context.
   Reported by: sisk.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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