-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Compaction planning in metastore (#3427)
* First iteration of compaction planning in metastore * Second iteration of compaction planning in metastore * Add GetCompactionJobs back * Create and persist jobs in the same transaction as blocks * Add simple logging for compaction planning * Fix bug * Remove unused proto message * Remove unused raft command type * Add a simple config for compaction planning
- Loading branch information
Showing
14 changed files
with
547 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
312 changes: 158 additions & 154 deletions
312
...gen/proto/go/copmactor/v1/compactor.pb.go → ...gen/proto/go/compactor/v1/compactor.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
111 changes: 59 additions & 52 deletions
111
...o/go/copmactor/v1/compactor_vtproto.pb.go → ...o/go/compactor/v1/compactor_vtproto.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...1/compactorv1connect/compactor.connect.go → ...1/compactorv1connect/compactor.connect.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...mpactorv1connect/compactor.connect.mux.go → ...mpactorv1connect/compactor.connect.mux.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.