This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
backup: optimize backupmeta to reduce memory useage. #1171
backup: optimize backupmeta to reduce memory useage. #1171
Changes from 40 commits
61ac4fa
cb58419
0af574e
16ebf5c
23ca7ea
42ea4b6
08c004d
ac3abac
f770b0c
8111ae0
1d7ae5a
6eaa9e9
db96bcd
fb04906
3bcc78b
1544109
4e88858
b1319ec
7007fb7
0af8d6d
8db563c
033caf9
504b1a7
98dd440
46d1fdc
83d0a3e
82ceb71
6ac6a39
ba20a31
03edcd8
adc9bc6
373809d
7318c79
bd73a59
1e29ba2
6a58d0e
f4e439e
138a92f
4640485
e7c166a
707b45b
528f192
3e3b0c6
b9c4ea6
a3ab71d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
What's the corresponding kvproto PR?
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.
corredponding PR : https://github.com/3pointer/kvproto/tree/backupmetav2
the master kvproto has this breaking change. pingcap/kvproto#765, But the latest tidb doesn't. so I need to revert it until pingcap/tidb#25102 merged.
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.
😭
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.
Shall we push tidb to resolve or rollback the corresponding issue?