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

Add a configurable bufferPeriod between when a segment is marked unused and deleted by KillUnusedSegments duty #12599

Merged
merged 50 commits into from
Aug 18, 2023

Commits on May 26, 2022

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

Commits on May 27, 2022

  1. Changes after testing

    capistrant committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e18c6f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. fixes and improvements

    capistrant committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f974016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b69b68 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

  1. self review changes

    capistrant committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d8b4cc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    c571162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ccd4e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    8a8e518 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle violations

    capistrant committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7b52874 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    2fb019e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0efb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0621295 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

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

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    2fc7f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab850e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91828c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. update docs spelling

    capistrant committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f5b934f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

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

Commits on Jul 21, 2022

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

Commits on Aug 5, 2022

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

Commits on Aug 19, 2022

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

Commits on Aug 22, 2022

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

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    de2922e View commit details
    Browse the repository at this point in the history
  2. Remove logic to allow segs with null used_flag_last_updated to be kil…

    …led regardless of bufferPeriod
    capistrant committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    537c598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d642f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb9ef38 View commit details
    Browse the repository at this point in the history
  5. fix broken tests

    capistrant committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    60fcee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    6ae30bd View commit details
    Browse the repository at this point in the history
  2. fix create table statement

    capistrant committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    82454d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. cleanup DDL formatting

    capistrant committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    720fa0d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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

Commits on Sep 1, 2022

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

Commits on Sep 7, 2022

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

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    ddc5e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa11d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 20, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    4647bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4c6ec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Dec 15, 2022

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

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    cd43ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862f6e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    3e0f21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5940760 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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