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

feat: Implement delete operation for WAL based on local storage #1566

Merged
merged 18 commits into from
Sep 14, 2024

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    89918e1 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    dracoooooo committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f75d9a8 View commit details
    Browse the repository at this point in the history
  3. Minor fix mmap flush

    dracoooooo committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    feda6e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Minor fix

    dracoooooo committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9c0f5eb View commit details
    Browse the repository at this point in the history
  2. Fix potential deadlock

    dracoooooo committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0a31f8c View commit details
    Browse the repository at this point in the history
  3. Fix UT

    dracoooooo committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f472115 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fix deadlock: the lock for SegmentManager::all_segments should be acq…

    …uired before acquiring the lock for a segment.
    dracoooooo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7c4a78d View commit details
    Browse the repository at this point in the history
  2. Fix comments

    dracoooooo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3ebfb77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e24749 View commit details
    Browse the repository at this point in the history
  4. Remove redundant comment

    dracoooooo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b695fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Minor fix

    dracoooooo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d24d4f9 View commit details
    Browse the repository at this point in the history
  2. Revert some changes

    dracoooooo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8e10f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e7ecd View commit details
    Browse the repository at this point in the history
  4. Fix by comments

    dracoooooo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    18f9f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. refactor open_segment

    dracoooooo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    42ac5b6 View commit details
    Browse the repository at this point in the history
  2. Fix deadlock

    dracoooooo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    85cf569 View commit details
    Browse the repository at this point in the history
  3. Fix style

    dracoooooo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    85814dc View commit details
    Browse the repository at this point in the history