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 23:44:17 UTC

[GitHub] [beam] kennknowles opened a new issue, #19328: Should MetricsContainer actually be Serializable?

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

   Interface MetricsContainer extends Serializable but does not explain why. While it does seem like an interface where some implementations will be serialized and shipped, it does not seem like an inherent property of a MetricsContainer. In particular, Dataflow worker has some implementations that are _not_ serializable, and findbugs noticed.
   
   Imported from Jira [BEAM-6573](https://issues.apache.org/jira/browse/BEAM-6573). Original Jira may contain additional context.
   Reported by: kenn.


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