[
https://issues.apache.org/jira/browse/STORM-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Joseph Evans resolved STORM-2772.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Thanks [~hantiantian],
I merged this into master. Keep up the good work.
> In the DRPCSpout class, when the fetch from the DRPC server fails, the log
> should return to get the DRPC request failed instead of getting the DRPC
> result failed
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: STORM-2772
> URL: https://issues.apache.org/jira/browse/STORM-2772
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-client
> Affects Versions: 2.0.0
> Reporter: hantiantian
> Assignee: hantiantian
> Labels: pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In the DRPCSpout class, when the fetch from the DRPC server fails, the log
> error should return to get the DRPC request failed instead of getting the
> DRPC result failed.
> for example, in line 216 of DRPCSpout class,
> LOG.error("Not authorized to fetch DRPC result from DRPC server", aze);
> this should be modified to
> LOG.error("Not authorized to fetch DRPC request from DRPC server", aze);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)