Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

store save state as a property of the aggemtric instead of chunk #477

Merged
merged 4 commits into from
Jan 20, 2017

Commits on Jan 16, 2017

  1. store save state as a property of the aggemtric instead of chunk

    Rather then tracking the state of each individual chunk, just keep
    a record of the most recent saveStart(add to write queue)/saveFinish(write to cassandra)
    as properties of the aggMetric.  When we save chunks we always save all unsaved
    chunks, so we dont lose anything by tracking the save state for all chunks in
    one variable.
    
    issue #452
    woodsaj committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    c596193 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Merge branch 'master' into chunkSaveRefactor

    Anthony Woods committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    788aab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. minor fixes

    - improve comments and log messages
    - GC task should "finish" stale chunks and persist them only if the
      node is a primary
    woodsaj committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    9486792 View commit details
    Browse the repository at this point in the history
  2. secondaries should also clean up stale metrics

    fixes #269
    woodsaj committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    f8612f4 View commit details
    Browse the repository at this point in the history