|
|
-
Review Request: Flume-1685: ExecSource shouldn't die if the channel is fullSteve Hoffman 2013-01-17, 02:49
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8987/ ----------------------------------------------------------- Review request for Flume. Description ------- Rather than kill the source outright when a channel fills, the channel should throw away the event (since there is nowhere to put it). A basic back-off mechanism is also implemented so retries get spaced out the longer the channel remains full up to a configurable limit. Patches are attached to FLUME-1685 including a backport to the 1.2 branch (which I use with Cloudera's cdh3u5 distribution) This addresses bug FLUME-1685. https://issues.apache.org/jira/browse/FLUME-1685 Diffs ----- Diff: https://reviews.apache.org/r/8987/diff/ Testing ------- A unit test was created to test the full channel condition. This patch has been running in our production environment for 2 months and has successfully recovered several times from full channel events. Thanks, Steve Hoffman +
Brock Noland 2013-01-17, 03:21
+
Hari Shreedharan 2013-01-17, 04:11
+
Hari Shreedharan 2013-01-17, 04:08
+
Steve Hoffman 2013-01-17, 14:19
+
Steve Hoffman 2013-01-17, 15:08
+
Steve Hoffman 2013-01-17, 15:12
+
Mike Percy 2013-01-25, 23:19
|