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/04 22:38:01 UTC

[GitHub] [beam] damccorm opened a new issue, #21298: Make cloudpickle the default pickle library

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

   Make cloudpickle the default pickle library.
   
    
   
   See change [https://github.com/apache/beam/pull/15472](https://github.com/apache/beam/pull/15472) and docs [_https://s.apache.org/beam-picklers_](_https://s.apache.org/beam-picklers_).
   
    
   
   Imported from Jira [BEAM-13386](https://issues.apache.org/jira/browse/BEAM-13386). Original Jira may contain additional context.
   Reported by: Ryan.Thompson.


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


[GitHub] [beam] tvalentyn commented on issue #21298: Make cloudpickle the default pickle library

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn commented on issue #21298:
URL: https://github.com/apache/beam/issues/21298#issuecomment-1517884613

   Blocking issue: https://github.com/apache/beam/issues/26209
   
   We should also investigate whether unpickling the same DoFn twice (e.g. in two different threads) would also result in unwanted shared state. 
   
   Until this is addressed, cloudpickle support should be considered experimental. 


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

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