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

logger: add klog functionality for segcache-rs #335

Merged
merged 48 commits into from
Sep 25, 2021
Merged

Commits on Aug 31, 2021

  1. logger: initial commit of klog functionality for segcache-rs

    Adds a new logger which has command logger specific functionality.
    
    Adds command logging to pelikan_segcache_rs.
    
    Changes to the memcache wire protocol to support providing the
    necessary context for command logging.
    
    Fixes `cas` operation in seg storage implementation.
    brayniac committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    88b21b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    b8987ca View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    c95c24c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11786ae View commit details
    Browse the repository at this point in the history
  3. fix fuzz target

    brayniac committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    dd5bf54 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. merge master into feature branch

    Merge master into feature branch and resolve merge conflicts due to
    metrics library changes.
    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    12bac98 View commit details
    Browse the repository at this point in the history
  2. address review feedback

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    57a1355 View commit details
    Browse the repository at this point in the history
  3. add license header

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6fee0c4 View commit details
    Browse the repository at this point in the history
  4. fix pingserver metrics

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9e38240 View commit details
    Browse the repository at this point in the history
  5. revert expiry change

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e6f7028 View commit details
    Browse the repository at this point in the history
  6. cleanup

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a543c3f View commit details
    Browse the repository at this point in the history
  7. fix year in license header

    brayniac committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    084ecc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. refactor logger crate

    Refactors the logger crate prior to review
    brayniac committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    cb9e347 View commit details
    Browse the repository at this point in the history
  2. fixes

    brayniac committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8d1d80d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. add docs and comments

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    49cbda5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e9307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d47f45 View commit details
    Browse the repository at this point in the history
  4. klog formatting

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c45df04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    602d287 View commit details
    Browse the repository at this point in the history
  6. fixes

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5e05ec6 View commit details
    Browse the repository at this point in the history
  7. preallocate log buffers

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b65499e View commit details
    Browse the repository at this point in the history
  8. rustfmt

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e41c1be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff5f7b View commit details
    Browse the repository at this point in the history
  10. missing license header

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c71344a View commit details
    Browse the repository at this point in the history
  11. use millisecond timestamps

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    266c5cd View commit details
    Browse the repository at this point in the history
  12. use more consistent format

    brayniac committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    670d934 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. reimplement logger

    brayniac committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1475c47 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    brayniac committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5033917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9075aff View commit details
    Browse the repository at this point in the history
  4. fix logging level and format

    brayniac committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    62a0b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. add sampling functionality

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    63d4538 View commit details
    Browse the repository at this point in the history
  2. missing file

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    dee9329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    241777f View commit details
    Browse the repository at this point in the history
  4. cleanup

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e1a492c View commit details
    Browse the repository at this point in the history
  5. split examples

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0f0b799 View commit details
    Browse the repository at this point in the history
  6. fix examples

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    530a513 View commit details
    Browse the repository at this point in the history
  7. cleanup

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    cee9702 View commit details
    Browse the repository at this point in the history
  8. docs / cleanup

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1000896 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9df4d40 View commit details
    Browse the repository at this point in the history
  10. add version numbers

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3f6607f View commit details
    Browse the repository at this point in the history
  11. add some crate level doc

    brayniac committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6908000 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4d9a0d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. add noplogger

    brayniac committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ad638e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db48514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6011154 View commit details
    Browse the repository at this point in the history
  4. fix rustdoc for nop

    brayniac committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c065945 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. address review feedback

    brayniac committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f1de38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc84bd View commit details
    Browse the repository at this point in the history