[
https://issues.apache.org/jira/browse/STORM-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293674#comment-15293674
]
ASF GitHub Bot commented on STORM-1728:
---------------------------------------
Github user ptgoetz commented on the pull request:
https://github.com/apache/storm/pull/1438#issuecomment-220656428
@lerouxrgd Thanks for the patch, but this looks like a duplicate of #1429
which is eligible for merge. Would you mind closing this PR?
The earlier PR was raised when we had Github-JIRA integration issues, which
is why it didn't show up as a JIRA comment.
> TransactionalTridentKafkaSpout error
> ------------------------------------
>
> Key: STORM-1728
> URL: https://issues.apache.org/jira/browse/STORM-1728
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-kafka, trident
> Affects Versions: 1.0.0
> Environment: <dependency>
> <groupId>org.apache.storm</groupId>
> <artifactId>storm-kafka</artifactId>
> <version>1.0.0</version>
> </dependency>
> <dependency>
> <groupId>org.apache.storm</groupId>
> <artifactId>storm-core</artifactId>
> <version>1.0.0</version>
> </dependency>
> Reporter: Jiaming Lin
> Labels: easyfix
> Fix For: 1.0.2, 1.1.0
>
>
> In the PartitionedTridentSpoutExecutor.java, Integer is expected to return at
> line 52. However at line 55, it actually returns the List Class(the function
> is defined at line 48 in Coordinator.java), which throws a cast exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)