Skip to content
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

KAFKA-16399: Add JBOD support in tiered storage #15690

Merged
merged 21 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b7db7a5
works
showuon Mar 26, 2024
51d8967
Merge branch 'trunk' into jbodTiered2
showuon Apr 5, 2024
9393502
KAFKA-16399: add jbod for tiered storage tests
showuon Apr 10, 2024
f1207cf
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon Apr 10, 2024
d78f90c
KAFKA-16399: refactor
showuon Apr 10, 2024
df99eac
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon Apr 15, 2024
bad1d73
KAFKA-16399: fix compilation error in scala 2.12
showuon Apr 15, 2024
830a9e9
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon Apr 24, 2024
4850ac3
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon Apr 25, 2024
95219b4
KAFKA-16399: address review comments
showuon Apr 25, 2024
e2a23fa
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon Apr 30, 2024
309c3a3
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon May 2, 2024
97e2b47
KAFKA-16399: address reviewer's comments
showuon May 2, 2024
ae3442f
KAFKA-16399: update javadoc
showuon May 2, 2024
1c8d40e
KAFKA-16399: remove unused import
showuon May 3, 2024
16e21bd
KAFKA-16399: fix broken tests
showuon May 4, 2024
f4a38eb
KAFKA-16399: address review comments and fix flaky tests
showuon May 7, 2024
a5b95af
KAFKA-16399: fix broken test and revert 5 secs
showuon May 11, 2024
ed59dc9
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon May 28, 2024
e980a51
KAFKA-16399: update test
showuon May 28, 2024
5263b4e
Merge remote-tracking branch 'origin' into KAFKA-16399
showuon May 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

280 changes: 0 additions & 280 deletions core/src/main/java/kafka/server/ReplicaFetcherTierStateMachine.java

This file was deleted.

Loading