[jira] [Resolved] (FLUME-3189) Use ShutdownHookManager from hadoop

2017-11-03 Thread Miklos Csanady (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miklos Csanady resolved FLUME-3189. --- Resolution: Duplicate Two jiras opened for the same problem. The other one will provide the

[jira] [Assigned] (FLUME-3190) flume shutdown hook issue when both hbase and hdfs sink are in use

2017-11-03 Thread Miklos Csanady (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miklos Csanady reassigned FLUME-3190: - Assignee: Miklos Csanady > flume shutdown hook issue when both hbase and hdfs sink are

[jira] [Commented] (FLUME-3190) flume shutdown hook issue when both hbase and hdfs sink are in use

2017-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237406#comment-16237406 ] ASF GitHub Bot commented on FLUME-3190: --- GitHub user mcsanady opened a pull request:

[GitHub] flume pull request #180: FLUME-3190: flume shutdown hook issue when both hba...

2017-11-03 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/180 FLUME-3190: flume shutdown hook issue when both hbase and hdfs sink a… When both hdfs and hbase sink are in use, during shutdown (KILL SIGTERM), the hdfs sink won't be able to rename/close the

[GitHub] flume pull request #181: FLUME-2050 Upgrade to Log4j 2

2017-11-03 Thread rgoers
GitHub user rgoers opened a pull request: https://github.com/apache/flume/pull/181 FLUME-2050 Upgrade to Log4j 2 This PR removes the use of log4j 1.x from Flume. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/flume

[jira] [Commented] (FLUME-2050) Upgrade to log4j2 (when GA)

2017-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16237803#comment-16237803 ] ASF GitHub Bot commented on FLUME-2050: --- GitHub user rgoers opened a pull request:

Re: Migrate to Log4j 2

2017-11-03 Thread Ralph Goers
I have submitted https://github.com/apache/flume/pull/181 to implement this. The only component still dependent on log4j 1.x is Flume’s Log4j Appender. Ralph > On Oct 21, 2016, at 3:23 PM, Ralph Goers wrote: > > I should