[Remote Compaction] Add base_input_level and output_level in CompactionServiceJobInfo#13555
[Remote Compaction] Add base_input_level and output_level in CompactionServiceJobInfo#13555jaykorean wants to merge 3 commits intofacebook:mainfrom
Conversation
2d01408 to
84d40dc
Compare
|
@jaykorean has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@jaykorean has updated the pull request. You must reimport the pull request before landing. |
|
@jaykorean has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Will the primary ever need to send with remote compaction info about whether the compaction will output to the second to the last level (penultimate level)? If it does, output level may not capture that info just fyi :) @jaykorean |
IIUC it should be determined by |
|
@jaykorean has updated the pull request. You must reimport the pull request before landing. |
|
@jaykorean has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@jaykorean merged this pull request in 9b186c8. |
…cebook#13555) Summary: Similar to facebook#13029, add `base_input_level` (a.k.a. start_level) and `output_level` to `CompactionServiceJobInfo` Pull Request resolved: facebook#13555 Test Plan: Updated Unit Tests ``` ./compaction_service_test ``` Reviewed By: anand1976 Differential Revision: D73213504 Pulled By: jaykorean fbshipit-source-id: abb3b0025bc12245b812ef589fe77e9a30ba0c46
Summary: Similar to #13555, add more info, ColumnFamily Id and name, to `CompactionServiceJobInfo`. Pull Request resolved: #13615 Test Plan: Updated Unit Test ``` ./compaction_service_test ``` Reviewed By: archang19 Differential Revision: D74845661 Pulled By: jaykorean fbshipit-source-id: e2fc61006092b9febec1c6637b92cb00fb6cb73e
…cebook#13555) Summary: Similar to facebook#13029, add `base_input_level` (a.k.a. start_level) and `output_level` to `CompactionServiceJobInfo` Pull Request resolved: facebook#13555 Test Plan: Updated Unit Tests ``` ./compaction_service_test ``` Reviewed By: anand1976 Differential Revision: D73213504 Pulled By: jaykorean fbshipit-source-id: abb3b0025bc12245b812ef589fe77e9a30ba0c46
Summary: Similar to facebook#13555, add more info, ColumnFamily Id and name, to `CompactionServiceJobInfo`. Pull Request resolved: facebook#13615 Test Plan: Updated Unit Test ``` ./compaction_service_test ``` Reviewed By: archang19 Differential Revision: D74845661 Pulled By: jaykorean fbshipit-source-id: e2fc61006092b9febec1c6637b92cb00fb6cb73e
Summary
Similar to #13029, add
base_input_level(a.k.a. start_level) andoutput_leveltoCompactionServiceJobInfoTest Plan
Updated Unit Tests