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

added involved ts for compaction #1287

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
justify some comment expressions
Signed-off-by: hillium <yu745514916@live.com>
YuJuncen committed Dec 26, 2024
commit 5eb9e736b3935264c010afd5e0d50e5b9c8c7575
4 changes: 2 additions & 2 deletions pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/brpb.proto
Original file line number Diff line number Diff line change
@@ -853,10 +853,10 @@ message LogFileSubcompactions {

message LogFileCompaction {
// The selector of compaction source.
// Files contains ANY record greater than this will be selected.
// Files contains ANY record greater than this (and less than `until_ts`) will be selected.
uint64 compaction_from_ts = 1;
// The selector of compaction source.
// Files contains ANY record less than this will be selected.
// Files contains ANY record less than this (and not less than `until_ts`) will be selected.
uint64 compaction_until_ts = 2;
// The user provided name for the compaction.
string name = 3;