-
Notifications
You must be signed in to change notification settings - Fork 14.6k
KAFKA-18891: KIP-877 add support for RemoteLogMetadataManager and RemoteStorageManager #19286
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9761bfe
implment production code
TaiJuWu 108129d
implement prod code
TaiJuWu c21ec89
fix compiler
TaiJuWu 3f6ca5c
Revert "fix compiler"
TaiJuWu 5e0ff34
Revert "implement prod code"
TaiJuWu 0f5c308
fix test
TaiJuWu 5063d0d
add Utils.closeQuietly
TaiJuWu da3e54e
add test
TaiJuWu 5979f30
refactor
TaiJuWu 3e7f5b2
merge two variable
TaiJuWu 518f03a
refactor
TaiJuWu 63eaea9
Merge branch 'trunk' into 877_log
TaiJuWu d4ef41d
improve test
TaiJuWu 4f07357
apply Maison's implementation
TaiJuWu 7a580bf
Merge branch 'trunk' into 877_log
TaiJuWu a9b90d2
rename and small refactor
TaiJuWu 3d5a149
add doc
TaiJuWu 266deb7
Merge branch 'trunk' into 877_log
TaiJuWu a00f3f9
address Yunyung comments
TaiJuWu 13e8b73
address Miason comment
TaiJuWu 31d52fe
Merge branch 'trunk' into 877_log
TaiJuWu aa94317
copy file from Miason PR
TaiJuWu f28689e
add it
TaiJuWu e77bee1
address Yunyung comments
TaiJuWu 1541865
Merge branch 'trunk' into 877_log
TaiJuWu 5c0b221
address maison comments
TaiJuWu cd5d51b
Merge branch 'trunk' into 877_log
TaiJuWu 5c1cf46
Merge branch 'trunk' into 877_log
TaiJuWu f18e1b2
fix build
TaiJuWu e3eed4b
fix test
TaiJuWu fbfa598
Merge branch 'trunk' into 877_log
TaiJuWu 45b6c5d
fix build
TaiJuWu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
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.
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.
Do we really need this method?
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.
Remove it, thanks.
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.
After merging trunk and move private method to the end, this method is back.