Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-52

Heartbeat code still uses timestamp rather than logical clock to decide if config is up-to-date

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 0.9.0
    • None
    • Master, Node, Sinks+Sources
    • None

    Description

      There are, alas, many places where Flume is still using physical timestamps rather than logical ones for config versions.

      e.g. in MasterClientServer.java, in heartbeat(...)

      if (cfg == null || version < cfg.getTimestamp())

      { configChanged = true; // version sent by node is older than current, return true to force config // upgrade }

      Attachments

        Issue Links

          Activity

            People

              jmhsieh Jonathan Hsieh
              flume_henry Disabled imported user
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: