Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.2
-
None
Description
The commons-crypto library used for encryption can get confused when certain errors happen; that can lead to crashes since the Java side thinks the ciphers are still valid while the native side has already cleaned up the ciphers.
We can work around that in Spark by doing some error checking at a higher level.