You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Steve Loughran (Created) (JIRA)" <ji...@apache.org> on 2011/12/12 17:41:30 UTC

[jira] [Created] (MAPREDUCE-3536) consider whether the same instance of a ServiceStateChangeListener should be allowed to listen to events

consider whether the same instance of a ServiceStateChangeListener should be allowed to listen to events
--------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-3536
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3536
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2
    Affects Versions: 0.23.0, 0.24.0
            Reporter: Steve Loughran
            Priority: Trivial


Currently there is no limit on the number of times a listener can register for events; it's a simple list. A service must unregister the same number of times that it registers.

Is this the desired behaviour? If so it should be documented in the {{Service}} interface rather than just implicitly in the {{AbstractService}} implementation. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira