Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17882][SparkR] Fix swallowed exception in RBackendHandler - #15446
[SPARK-17882][SparkR] Fix swallowed exception in RBackendHandler#15446jrshust wants to merge 1 commit into
Conversation
shivaram
commented
Oct 12, 2016
Thanks @jrshust for the PR. Jenkins, ok to test |
shivaram
commented
Oct 12, 2016
falaki
commented
Oct 12, 2016
@shivaram yes I just noticed it during my debugging and fixed it. |
shivaram
commented
Oct 12, 2016
Jenkins, test this please |
felixcheung
commented
Oct 12, 2016
Hi @jrshust as mentioned above this fix is also included in the other earlier PR, which has just been merged. We appreciate your effort to fix this issue, and having a JIRA on this would be useful - I think I'll resolve this JIRA to your user account - if others are ok with this approach? |
shivaram
commented
Oct 12, 2016
@felixcheung Resolving the JIRA and assigning it to @jrshust sounds good to me. |
jrshust
commented
Oct 12, 2016
Hey thanks all. This sounds good to me. |
SparkQA
commented
Oct 12, 2016
Test build #66831 has finished for PR 15446 at commit
|
felixcheung
commented
Oct 13, 2016
Great - @jrshust what's your JIRA account? I think we need to add you as contributor before this JIRA can be resolved/assigned to you. |
jrshust
commented
Oct 13, 2016
@felixcheung jrshust as well. I'm the reporter of the JIRA ticket: https://issues.apache.org/jira/browse/SPARK-17882 |
shivaram
commented
Oct 13, 2016
I updated the JIRA. @jrshust could you close this PR ? We don't have permission to close PRs and only PR authors can do it |
jrshust
commented
Oct 13, 2016
yep. Closing since the fix is a duplicate of #15375. |
What changes were proposed in this pull request?
Log exception that is swallowed in handleMethodCall. This allows invoked Java issues to be easily debugged when using SparkR.
How was this patch tested?
Manual tests to verify the logged exception shows up.