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

receive/rule: Fixed Segfault issue; Added tests & benchmarks for TSDB Store, fixed multitsdb benchmarks. #3046

Merged
merged 1 commit into from
Aug 25, 2020

Commits on Aug 25, 2020

  1. receive/rule: Fixed Segfault issue; Added tests & benchmarks for TSDB…

    …Store, fixed multitsdb benchmarks.
    
    Fixed #3013
    
    Also:
    * Fixed other quite big issue with reusing chunk slice.
    * Fixed framing - previously it was wrongly sending single-chunk frames, taking
    huge amount of time.
    
    Fix: We deletage closer now to ensure multitsdb operate on valid data.
    
    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    
    # Conflicts:
    #	pkg/store/tsdb_test.go
    #	pkg/testutil/testutil.go
    bwplotka committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    09fac40 View commit details
    Browse the repository at this point in the history