Uploaded image for project: 'Flume (READ-ONLY)'
  1. Flume (READ-ONLY)
  2. FLUME-257

Flume drops some events after a collector restarts

    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

      1. an agent on localhost
        $ bin/flume node_nowatch -1 -n dump -c 'dump: tail("/tmp/a") |
        agentBESink("localhost");'
      2. a collector on localhost
        $ bin/flume node_nowatch -1 -n collector -c
        'collector:collectorSource() | collectorSink("hdfs://localhost:9000/
        tmp/flume/", "");'
      3. all of three events are stored on hdfs
        $ echo foo >> /tmp/a; echo bar >> /tmp/a; echo baz >> /tmp/a
      1. ctrl-c the collector and restart
        ...
      1. only "bar" and "baz" are sent to hdfs
        $ echo foo >> /tmp/a; echo bar >> /tmp/a; echo baz >> /tmp/a

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                jon Jonathan Hsieh
                Reporter:
                akitada Akira Kitada
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: