[ 
https://issues.apache.org/jira/browse/STORM-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated STORM-2772:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> 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)

Reply via email to