You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Brock Noland <br...@cloudera.com> on 2013/01/16 21:04:14 UTC

Review Request: FLUME-1849: Embedded Agent doesn't shutdown supervisor

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8973/
-----------------------------------------------------------

Review request for Flume.


Description
-------

The EmbeddedAgent does not shutdown the supervisor, this was done initially so that exceptions could be caught during a components stop method. However, this causes non-daemon threads to continue to run causing the JVM to stay alive.


Diffs
-----

  flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java 4adbea7 
  flume-ng-embedded-agent/src/test/java/org/apache/flume/agent/embedded/TestEmbeddedAgentEmbeddedSource.java b315770 

Diff: https://reviews.apache.org/r/8973/diff/


Testing
-------

Unit tests pass. Three unit tests are removed which cannot be supported given the fact that we need to use the supervisor to do the shutdown.

I manually verified the JVM can shutdown with this patch.


Thanks,

Brock Noland


Re: Review Request: FLUME-1849: Embedded Agent doesn't shutdown supervisor

Posted by Hari Shreedharan <hs...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8973/#review15409
-----------------------------------------------------------

Ship it!


Ship It!

- Hari Shreedharan


On Jan. 16, 2013, 8:04 p.m., Brock Noland wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8973/
> -----------------------------------------------------------
> 
> (Updated Jan. 16, 2013, 8:04 p.m.)
> 
> 
> Review request for Flume.
> 
> 
> Description
> -------
> 
> The EmbeddedAgent does not shutdown the supervisor, this was done initially so that exceptions could be caught during a components stop method. However, this causes non-daemon threads to continue to run causing the JVM to stay alive.
> 
> 
> This addresses bug FLUME-1849.
>     https://issues.apache.org/jira/browse/FLUME-1849
> 
> 
> Diffs
> -----
> 
>   flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java 4adbea7 
>   flume-ng-embedded-agent/src/test/java/org/apache/flume/agent/embedded/TestEmbeddedAgentEmbeddedSource.java b315770 
> 
> Diff: https://reviews.apache.org/r/8973/diff/
> 
> 
> Testing
> -------
> 
> Unit tests pass. Three unit tests are removed which cannot be supported given the fact that we need to use the supervisor to do the shutdown.
> 
> I manually verified the JVM can shutdown with this patch.
> 
> 
> Thanks,
> 
> Brock Noland
> 
>


Re: Review Request: FLUME-1849: Embedded Agent doesn't shutdown supervisor

Posted by Brock Noland <br...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8973/
-----------------------------------------------------------

(Updated Jan. 16, 2013, 8:04 p.m.)


Review request for Flume.


Changes
-------

Updated with bug #


Description
-------

The EmbeddedAgent does not shutdown the supervisor, this was done initially so that exceptions could be caught during a components stop method. However, this causes non-daemon threads to continue to run causing the JVM to stay alive.


This addresses bug FLUME-1849.
    https://issues.apache.org/jira/browse/FLUME-1849


Diffs
-----

  flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java 4adbea7 
  flume-ng-embedded-agent/src/test/java/org/apache/flume/agent/embedded/TestEmbeddedAgentEmbeddedSource.java b315770 

Diff: https://reviews.apache.org/r/8973/diff/


Testing
-------

Unit tests pass. Three unit tests are removed which cannot be supported given the fact that we need to use the supervisor to do the shutdown.

I manually verified the JVM can shutdown with this patch.


Thanks,

Brock Noland