-
Notifications
You must be signed in to change notification settings - Fork 411
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
remove big blob file type in ps v3 #5544
remove big blob file type in ps v3 #5544
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@@ -43,9 +42,6 @@ SpaceMapPtr SpaceMap::createSpaceMap(SpaceMapType type, UInt64 start, UInt64 end | |||
case SMAP64_STD_MAP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, can we remove RBTreeSpaceMap
? I don't think it is ever useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, so should we remove it in another pr or in this pr?
651088c
to
c49b254
Compare
1553a85
to
5be02c3
Compare
/run-check-issue-triage-complete |
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
5be02c3
to
3f607fa
Compare
e1cfb17
to
adc7b4c
Compare
b2680db
to
f55775a
Compare
79d951b
to
b374c8e
Compare
b374c8e
to
125bbe3
Compare
Added. PTAL. |
Co-authored-by: JaySon <[email protected]>
…zhu/tics into support-config-blob-file-limit-size
/run-all-tests |
bf88d31
to
cbb34ec
Compare
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: JaySon <[email protected]>
Co-authored-by: JaySon <[email protected]>
/merge |
@lidezhu: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: 4f81d68
|
/run-unit-test |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
What problem does this PR solve?
Issue Number: close #5558
Problem Summary: We use a special type of BlobFile to handle write which is larger than BlobFile limit size which make the logic a little complicated.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note