You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robin Collier (JIRA)" <ji...@apache.org> on 2016/01/08 16:03:39 UTC

[jira] [Created] (STORM-1456) Cannot check for ack or fail in FixedTupleSpout

Robin Collier created STORM-1456:
------------------------------------

             Summary: Cannot check for ack or fail in FixedTupleSpout
                 Key: STORM-1456
                 URL: https://issues.apache.org/jira/browse/STORM-1456
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-core
            Reporter: Robin Collier
            Priority: Minor


The FixedTupleSpout class has two static methods for getting the number of acked or failed tuples.  It takes a single parameter, which is the stormId, to identify which instance of the class is being checked.

The problem is that the id is auto generated in the constructor, set to a private member and has no accessor.  Thus you cannot get the stormId to use in the static methods.



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