Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/6293#issuecomment-105653682
  
    I've updated #6415 to attempt to make it safe to create multiple open 
serialization streams from the same KryoSerializerInstance.  I think that the 
approach in my new patch will also help to avoid other corner-cases related to 
calling `deserialize` while a `deserializeStream` is already open.  The fixes 
there will help to guard against future misuse of shared serializer instances 
by removing all of the corner-cases where certain method invocation orders were 
unsafe.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to