Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform should run with spark.kryo.requireRegistration=true #1136

Closed
fnothaft opened this issue Aug 27, 2016 · 2 comments · Fixed by #1138
Closed

Transform should run with spark.kryo.requireRegistration=true #1136

fnothaft opened this issue Aug 27, 2016 · 2 comments · Fixed by #1138
Assignees
Labels

Comments

@fnothaft
Copy link
Member

fnothaft commented Aug 27, 2016

Ran into this when trying to hunt down a stack overflow during serialization with Kryo's FieldSerializer inside the indel realigner, where all serialization should use custom serializers. Anyways, I'm running into a variety of bugs:

  • scala.reflect.ManifestFactory$ClassTypeManifest.class during MarkDups
@fnothaft fnothaft added the bug label Aug 27, 2016
@fnothaft fnothaft self-assigned this Aug 27, 2016
fnothaft added a commit to fnothaft/adam that referenced this issue Aug 28, 2016
Resolves bigdatagenomics#1136. Rewrote IndelRealignmentTarget/ZippedTargetSet serializers to
resolve potential StackOverflowException.
@heuermh
Copy link
Member

heuermh commented Aug 29, 2016

What's the best way to test this change?

adam-submit --conf spark.kryo.requireRegistration=true -- transform -realign_indels ...

@fnothaft
Copy link
Member Author

@heuermh that's correct.

heuermh pushed a commit to heuermh/adam that referenced this issue Sep 27, 2016
Resolves bigdatagenomics#1136. Rewrote IndelRealignmentTarget/ZippedTargetSet serializers to
resolve potential StackOverflowException.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants