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

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

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: v0.9.0
    • Fix Version/s: None
    • Component/s: Master, Node, Sinks+Sources
    • Labels:
      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

              • Assignee:
                Unassigned
                Reporter:
                henry Henry Robinson
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated: