FLUME-1401: Asynchbase sink should be configurable to support timeout (Hari Shreedharan via Brock Noland)
git-svn-id: https://svn.apache.org/repos/asf/flume/trunk@1368359 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/b36b1175 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b36b1175 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b36b1175 Branch: refs/heads/master Commit: b36b1175bfc6c90c3217e160b586bfb6b2189ede Parents: e261fd9 8cf9119 Author: Mubarak Seyed <[email protected]> Authored: Thu Aug 2 06:33:04 2012 +0000 Committer: Mubarak Seyed <[email protected]> Committed: Thu Aug 2 06:33:04 2012 +0000 ---------------------------------------------------------------------- flume-ng-channels/flume-file-channel/pom.xml | 5 - .../org/apache/flume/channel/ChannelProcessor.java | 5 - .../flume/instrumentation/GangliaServer.java | 73 ++++---- .../flume/lifecycle/LifecycleSupervisor.java | 148 +++++++------- .../java/org/apache/flume/tools/VersionInfo.java | 4 + .../file/AbstractFileConfigurationProvider.java | 3 - .../org/apache/flume/sink/hdfs/BucketWriter.java | 10 +- .../org/apache/flume/sink/hdfs/HDFSEventSink.java | 1 + .../apache/flume/sink/hdfs/HDFSSequenceFile.java | 2 +- pom.xml | 6 - 10 files changed, 117 insertions(+), 140 deletions(-) ----------------------------------------------------------------------
