You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
95f3528 fixed the ZippedTargetSetSerializer, but not the TargetSetSerializer. For some reason, this fix worked OK on many files but not all. Not sure what the underlying change was... Something in Kryo/Spark?
The text was updated successfully, but these errors were encountered:
Updates `org.bdgenomics.adam.rdd.read.realignment.TargetSetSerializer` to
manually (de)serialize each set element, instead of delegating to Kryo. This
eliminates a stack overflow from inside of Kryo. Resolvesbigdatagenomics#1190.
Updates `org.bdgenomics.adam.rdd.read.realignment.TargetSetSerializer` to
manually (de)serialize each set element, instead of delegating to Kryo. This
eliminates a stack overflow from inside of Kryo. Resolves#1190.
95f3528 fixed the
ZippedTargetSetSerializer
, but not theTargetSetSerializer
. For some reason, this fix worked OK on many files but not all. Not sure what the underlying change was... Something in Kryo/Spark?The text was updated successfully, but these errors were encountered: