You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/01/18 09:42:26 UTC

[jira] [Resolved] (STORM-2293) hostname should only refer node's 'storm.local.hostname'

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

Jungtaek Lim resolved STORM-2293.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.3
                   1.1.0
                   2.0.0

Merged into master, 1.x, 1.0.x branches.

> hostname should only refer node's 'storm.local.hostname'
> --------------------------------------------------------
>
>                 Key: STORM-2293
>                 URL: https://issues.apache.org/jira/browse/STORM-2293
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 2.0.0, 1.0.2, 1.1.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.1.0, 1.0.3
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> This is reported bug from user mailing list.
> https://lists.apache.org/thread.html/206dfc6aefda13f27bb8d41a86da98355767d522882841296e09070b@%3Cuser.storm.apache.org%3E
> {code}
> Hi Guys,
> I'm running a topology on 3 supervisor. I've registred a custom
> MetricsConsumer class that output metrics on Elasticsearch.
> My bug is that the taskInfo.srcWorkerHost that always the same values as
> the first supervisor (nimbus as well), Even when I put a parallelismHint to
> 3...
> I'm using storm 1.0.2
> Thanks for your feedback
> {code}
> The reason is that `hostname` refers topology configuration when finding storm.local.hostname. It should always refer node's configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)