Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Not A Bug
-
Affects Version/s: v0.9.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OS X 10.6.4
Description
- an agent on localhost
$ bin/flume node_nowatch -1 -n dump -c 'dump: tail("/tmp/a") |
agentBESink("localhost");' - a collector on localhost
$ bin/flume node_nowatch -1 -n collector -c
'collector:collectorSource() | collectorSink("hdfs://localhost:9000/
tmp/flume/", "");' - all of three events are stored on hdfs
$ echo foo >> /tmp/a; echo bar >> /tmp/a; echo baz >> /tmp/a
- ctrl-c the collector and restart
...
- only "bar" and "baz" are sent to hdfs
$ echo foo >> /tmp/a; echo bar >> /tmp/a; echo baz >> /tmp/a
Attachments
Issue Links
- relates to
-
FLUME-430 E2E Mode recovery doesn't deliver all events.
-
- Resolved
-