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 WAL segments remover #680

Merged
merged 1 commit into from
May 28, 2024

Conversation

bsbds
Copy link
Collaborator

@bsbds bsbds commented Mar 8, 2024

Depends-on: #705

Please briefly answer these questions:

  • what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)

    Implement WAL segment remover, the segment remover is used to make sure a wal segment file is atomically removed.

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@bsbds bsbds marked this pull request as ready for review March 8, 2024 01:59
@xline-kv xline-kv deleted a comment from codecov bot Mar 21, 2024
@bsbds
Copy link
Collaborator Author

bsbds commented Mar 22, 2024

Rebased on #705

Phoenix500526
Phoenix500526 previously approved these changes Mar 27, 2024
Copy link
Collaborator

@Phoenix500526 Phoenix500526 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please squash commits.

Copy link

mergify bot commented Apr 19, 2024

@bsbds Convert your pr to draft since CI failed

@mergify mergify bot marked this pull request as draft April 19, 2024 01:16
@mergify mergify bot requested a review from a team April 19, 2024 04:35
Copy link

mergify bot commented Apr 19, 2024

@bsbds Convert your pr to draft since CI failed

Copy link

mergify bot commented Apr 19, 2024

@bsbds Convert your pr to draft since CI failed

@bsbds bsbds marked this pull request as ready for review April 19, 2024 10:36
@xline-kv xline-kv deleted a comment from codecov bot Apr 24, 2024
@Phoenix500526
Copy link
Collaborator

@Mergifyio rebase

Copy link

mergify bot commented Apr 25, 2024

rebase

✅ Branch has been successfully rebased

Copy link

mergify bot commented Apr 28, 2024

@bsbds Convert your pr to draft since CI failed

@mergify mergify bot marked this pull request as draft April 28, 2024 12:44
crates/curp/src/server/storage/wal/remover.rs Outdated Show resolved Hide resolved
crates/curp/src/server/storage/wal/remover.rs Outdated Show resolved Hide resolved
crates/curp/src/server/storage/wal/remover.rs Outdated Show resolved Hide resolved
crates/curp/src/server/storage/wal/remover.rs Outdated Show resolved Hide resolved
crates/curp/src/server/storage/wal/remover.rs Outdated Show resolved Hide resolved
@mergify mergify bot requested a review from a team April 29, 2024 08:04
Copy link

mergify bot commented Apr 30, 2024

@bsbds Convert your pr to draft since CI failed

@mergify mergify bot marked this pull request as draft April 30, 2024 01:55
@bsbds bsbds force-pushed the wal-segment-remover branch 2 times, most recently from cf46d54 to 54c90eb Compare April 30, 2024 01:58
@bsbds bsbds marked this pull request as ready for review April 30, 2024 01:58
Phoenix500526
Phoenix500526 previously approved these changes Apr 30, 2024
@mergify mergify bot requested a review from a team April 30, 2024 02:02
Copy link

mergify bot commented May 9, 2024

@bsbds Your PR is in conflict and cannot be merged.

@mergify mergify bot requested a review from a team May 11, 2024 06:17
@mergify mergify bot requested a review from a team May 13, 2024 07:25
Copy link
Collaborator

@Phoenix500526 Phoenix500526 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash these commits

@mergify mergify bot requested a review from a team May 18, 2024 12:39
Phoenix500526
Phoenix500526 previously approved these changes May 21, 2024
Copy link
Collaborator

@Phoenix500526 Phoenix500526 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash these commits

@mergify mergify bot requested a review from a team May 21, 2024 01:41
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
@mergify mergify bot requested a review from a team May 28, 2024 03:13
@mergify mergify bot requested a review from a team May 28, 2024 03:16
@mergify mergify bot merged commit fcd9195 into xline-kv:master May 28, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants