GitHub user robdouglas opened a pull request:
https://github.com/apache/incubator-streams/pull/32
STREAMS-103 | The run method in StatusCounterMonitorThread caught the In...
...terruptedException, but never did anything with it. As a result, any
calls to this.monitor.shutdownNow() were essentially ignored. Added in an
explicit call to its shutdown method once that interrupt is received
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robdouglas/incubator-streams STREAMS-103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/32.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 #32
----
commit a94af4ed4b09029bbb3254cc9dbffb047a3be2cd
Author: Robert Douglas <[email protected]>
Date: 2014-05-28T17:38:45Z
STREAMS-103 | The run method in StatusCounterMonitorThread caught the
InterruptedException, but never did anything with it. As a result, any calls to
this.monitor.shutdownNow() were essentially ignored. Added in an explicit call
to its shutdown method once that interrupt is received
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---