Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ingesters Occassionally Double Flushing #364

Merged
merged 14 commits into from
Nov 24, 2020

Commits on Nov 23, 2020

  1. minor cleanup

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fc44559 View commit details
    Browse the repository at this point in the history
  2. Added and used flushqueues struct

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d9d01be View commit details
    Browse the repository at this point in the history
  3. Added sync

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a877dce View commit details
    Browse the repository at this point in the history
  4. Improved comment

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    446ac68 View commit details
    Browse the repository at this point in the history
  5. FlushQueues => ExclusiveQueues

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7f53044 View commit details
    Browse the repository at this point in the history
  6. Added tests

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    f30dc37 View commit details
    Browse the repository at this point in the history
  7. Consolidated GetCounterValue func

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    34a5b54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    167b342 View commit details
    Browse the repository at this point in the history
  9. Added shared GetCounterVecValue

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    1d9aa7d View commit details
    Browse the repository at this point in the history
  10. changelog

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    4b26cec View commit details
    Browse the repository at this point in the history
  11. Removed error return

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c4768e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. clearkey => clear

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    03daaf0 View commit details
    Browse the repository at this point in the history
  2. made index atomic

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    76b1b5e View commit details
    Browse the repository at this point in the history
  3. Fixed comment

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ec48f32 View commit details
    Browse the repository at this point in the history