[
https://issues.apache.org/jira/browse/STREAMS-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215439#comment-14215439
]
ASF GitHub Bot commented on STREAMS-225:
----------------------------------------
GitHub user robdouglas opened a pull request:
https://github.com/apache/incubator-streams/pull/134
STREAMS-225 | Local Stream Builder now clears out all declared MBeans du...
...ring shutdown procedure in order to avoid namespace collisions when
subsequent streams are run serially
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robdouglas/incubator-streams STREAMS-225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/134.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 #134
----
commit 38060e139de04d89c2d7890df0c6c520bb2c0931
Author: Robert Douglas <[email protected]>
Date: 2014-11-17T23:55:11Z
STREAMS-225 | Local Stream Builder now clears out all declared MBeans
during shutdown procedure in order to avoid namespace collisions when
subsequent streams are run serially
----
> Streams need to remove any of their JMX beans on shutdown/cleanup
> -----------------------------------------------------------------
>
> Key: STREAMS-225
> URL: https://issues.apache.org/jira/browse/STREAMS-225
> Project: Streams
> Issue Type: Bug
> Reporter: Robert Douglas
>
> As a Streams developer, I should be able to run multiple Streams in a serial
> fashion without issue. Currently, JMX beans (which are used for monitoring
> the Stream's activity) are not cleared when a Stream is shutdown. If a new
> Stream is started afterwards (without a JVM restart) then there is a
> collision in the naming of the JMX beans which causes an exception which
> shuts down the subsequent Stream. Need to build in functionality to clear all
> JMX beans on shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)