[
https://issues.apache.org/jira/browse/STORM-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151987#comment-15151987
]
ASF GitHub Bot commented on STORM-1558:
---------------------------------------
GitHub user unsleepy22 opened a pull request:
https://github.com/apache/storm/pull/1119
[STORM-1558] Utils in java breaks component page due to illegal type cast
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/unsleepy22/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1119.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1119
----
commit 16a0c8d7b32aca74587d1b1f0271249f1d92486f
Author: 卫乐 <[email protected]>
Date: 2016-02-18T08:46:26Z
convert int port to string
----
> Utils in java breaks component page due to illegal type cast
> ------------------------------------------------------------
>
> Key: STORM-1558
> URL: https://issues.apache.org/jira/browse/STORM-1558
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 2.0.0
> Reporter: Cody
> Assignee: Cody
> Fix For: 2.0.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Two methods in Utils.java:
> logsFilename and eventLogsFilename, the 'port' argument was changed to String
> type in PR for #STORM-1538, but its caller event-log-link and worker-log-link
> in core.clj passes an int port, which results in illegal type cast.
> Also this is possibly the cause to #STORM-1545
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)