You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/20 16:19:12 UTC

[jira] [Commented] (STORM-1728) TransactionalTridentKafkaSpout error

    [ https://issues.apache.org/jira/browse/STORM-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293634#comment-15293634 ] 

ASF GitHub Bot commented on STORM-1728:
---------------------------------------

GitHub user lerouxrgd opened a pull request:

    https://github.com/apache/storm/pull/1438

    fix for PartitionedTridentSpoutExecutor STORM-1728

    UT passed locally for storm-core and storm-kafka.
    Also tested in a dev setup (Storm and Kafka running locally).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lerouxrgd/storm fix/transactional-trident-kafka-spout

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1438.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 #1438
    
----
commit 2482a419e9bbe6864f4cf4f5d16e8c5836366d60
Author: lerouxrgd <le...@gmail.com>
Date:   2016-05-20T16:14:38Z

    fix for PartitionedTridentSpoutExecutor STORM-1728

----


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