Skip to content

[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#2364

Merged
asfgit merged 1 commit intoapache:masterfrom
httfighter:branch_4
Oct 16, 2017

Conversation

@httfighter
Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/STORM-2772

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);

…e log should return to get the DRPC request failed instead of getting the DRPC result failed
Copy link
Copy Markdown
Contributor

@revans2 revans2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@asfgit asfgit merged commit cf91236 into apache:master Oct 16, 2017
asfgit pushed a commit that referenced this pull request Oct 16, 2017
…TORM-2772

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

This closes #2364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants