[
https://issues.apache.org/jira/browse/STREAMS-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011358#comment-14011358
]
ASF GitHub Bot commented on STREAMS-103:
----------------------------------------
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
----
> ElasticSearchPersistWriter never closes
> ---------------------------------------
>
> Key: STREAMS-103
> URL: https://issues.apache.org/jira/browse/STREAMS-103
> Project: Streams
> Issue Type: Bug
> Reporter: Robert Douglas
>
> The elastic search persist writer does not properly shut itself down once it
> is finished executing. This results in it spinning needlessly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)