You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2017/10/16 13:51:00 UTC

[jira] [Assigned] (STORM-2772) 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

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

Robert Joseph Evans reassigned STORM-2772:
------------------------------------------

    Assignee: hantiantian

> 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
>          Time Spent: 10m
>  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)