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

[jira] [Created] (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

hantiantian created STORM-2772:
----------------------------------

             Summary: 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


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)