Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Periodic garbage collection of stats #27

Merged
merged 8 commits into from Feb 20, 2017

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    5c42e9e View commit details
    Browse the repository at this point in the history
  2. GC queue-exchange stats

    dcorbacho committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    f6439c5 View commit details
    Browse the repository at this point in the history
  3. Changed gc_entities function

    Gabriele Santomaggio authored and dcorbacho committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    0adf009 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Test stats gc

    dcorbacho committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    dbd0764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c911c77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c93e5 View commit details
    Browse the repository at this point in the history
  4. Test consumer stats

    dcorbacho committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    d91e745 View commit details
    Browse the repository at this point in the history
  5. No real need to catch ets write exceptions

    They are supposed to be truly exceptional cases in which case
    we want a process termination and restart, which will leave
    visible traces in the log.
    
    Some experimentation with stats GC process termination
    reveals no problems: the processes function as expected
    after a streak of restarts.
    michaelklishin committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    2966cc0 View commit details
    Browse the repository at this point in the history