-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-2662: Fix NPE for JsonProtocol #1511
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
Conversation
|
QA tests have started for PR 1511. This patch merges cleanly. |
|
QA results for PR 1511: |
|
it would be good, if you could describe when do you get this NPE ? |
|
Jenkins, test this please |
|
I think this can happen if you have a fetch-failed because the map output tracker deregistered a shuffle and didn't send you its info. |
|
QA tests have started for PR 1511. This patch merges cleanly. |
|
QA results for PR 1511: |
|
Actually one more thing is missing, @witgo: can you open a JIRA issue for this and include it in the pull request's title? After that I'll merge it. |
|
@mateiz Done. |
|
Alright, merged this. Thanks! |
Author: GuoQiang Li <[email protected]> Closes apache#1511 from witgo/JsonProtocol and squashes the following commits: 2b6227f [GuoQiang Li] Fix NPE for JsonProtocol
No description provided.