120 Commits (14029e2ddd1f5084d426ea8280abfad249988c0a)

Author SHA1 Message Date
Arpit Goyal dc6a53e196
MINOR: Rename lock variable of the entry class (#14569) 1 year ago
Ismael Juma 1073d434ec
KAFKA-14481: Move LogSegment/LogSegments to storage module (#14529) 1 year ago
hudeqi b0b8693c72
KAFKA-15536: Dynamically resize remoteIndexCache (#14511) 1 year ago
Matthias J. Sax dc0f0db864
MINOR: fix typo (#14542) 1 year ago
Arpit Goyal 99ce2e081c
KAFKA-15169: Added TestCase in RemoteIndexCache (#14482) 1 year ago
hudeqi 1c3eb4395a
KAFKA-14912:Add a dynamic config for remote index cache size (#14381) 1 year ago
David Mao 2c925e9f33
KAFKA-15526: Simplify the LogAppendInfo class (#14470) 1 year ago
iit2009060 13b119aa62
KAFKA-15511: Handle CorruptIndexException in RemoteIndexCache (#14459) 1 year ago
Kamal Chandraprakash aa399a335f
KAFKA-15499: Fix the flaky DeleteSegmentsDueToLogStartOffsetBreach test (#14439) 1 year ago
Ismael Juma 98febb989a
KAFKA-15485: Fix "this-escape" compiler warnings introduced by JDK 21 (1/N) (#14427) 1 year ago
Wuzhengyu97 fcd382138e
MINOR: Used Admin instead of AdminClient to create Admin (#14411) 1 year ago
Luke Chen c00c5b1b66
MINOR: Add verification for (local) log start offset in txn tests (#14401) 1 year ago
Kamal Chandraprakash dacb3b31d9
KAFKA-15439: Transactions test with tiered storage (#14347) 1 year ago
Luke Chen 8a7e5e8ea0
MINOR: Fix errors in javadoc and docs in tiered storage (#14379) 1 year ago
Luke Chen 4be174f5c1
MINOR: reduce default RLMM retry interval (#14374) 1 year ago
Abhijeet Kumar a63bf93dce
KAFKA-14993: Improve TransactionIndex instance handling while copying to and fetching from RSM (#14363) 1 year ago
Kamal Chandraprakash 672ea644f0
MINOR: Removed the RSM and RLMM classpath config validator (#14358) 1 year ago
Kamal Chandraprakash 6e818c6b02
KAFKA-15410: Delete records with tiered storage integration test (4/4) (#14330) 1 year ago
Luke Chen cd897e6c76
MINOR: Update the javadoc in RSM (#14352) 1 year ago
Kamal Chandraprakash 6d762480c9
KAFKA-15351: Update log-start-offset after leader election for topics enabled with remote storage (#14340) 1 year ago
Kamal Chandraprakash 80982c4ae3
KAFKA-15410: Delete topic integration test with LocalTieredStorage and TBRLMM (3/4) (#14329) 1 year ago
Luke Chen be0de2124a
MINOR: Update comment in consumeAction (#14335) 1 year ago
Kamal Chandraprakash 9f2ac375c2
KAFKA-15410: Reassign replica expand, move and shrink integration tests (2/4) (#14328) 1 year ago
Justine Olshan b892acae5e
KAFKA-15424: Make the transaction verification a dynamic configuration (#14324) 1 year ago
Kamal Chandraprakash caaa4c55fe
KAFKA-15410: Expand partitions, segment deletion by retention and enable remote log on topic integration tests (1/4) (#14307) 1 year ago
Luke Chen da99879df7
KAFKA-15421: fix network thread leak in testThreadPoolResize (#14320) 1 year ago
Christo Lolov 134f6c07a4
KAFKA-15427: Fix resource leak in integration tests for tiered storage (#14319) 1 year ago
Kamal Chandraprakash d0f3cf1f9f
KAFKA-15351: Ensure log-start-offset not updated to local-log-start-offset when remote storage enabled (#14301) 1 year ago
Kamal Chandraprakash 43fe13350f
KAFKA-15404: Disable the flaky integration tests. (#14296) 1 year ago
Luke Chen c2bb8eb875
MINOR: Close topic based RLMM correctly in integration tests (#14315) 1 year ago
Christo Lolov efec0f5756
KAFKA-15267: Do not allow Tiered Storage to be disabled while topics have remote.storage.enable property (#14161) 1 year ago
Kamal Chandraprakash 68b140cb56
MINOR: Fix the TBRLMMRestart test. (#14297) 1 year ago
Kamal Chandraprakash 4590d565ef
KAFKA-15399: Enable OffloadAndConsumeFromLeader test (#14285) 1 year ago
Gantigmaa Selenge 180dcd3969
KAFKA-15294: Publish remote storage configs (#14266) 1 year ago
Abhijeet Kumar ff3e6842ff
KAFKA-15181: Wait for RemoteLogMetadataCache to initialize after assigning partitions (#14127) 1 year ago
Mickael Maison 30de2bb5ef
MINOR: Missing space in ProducerStateManager LogContext (#14275) 1 year ago
Satish Duggana d4ab3ae85a
KAFKA-14888: Added remote log segments retention mechanism based on time and size. (#13561) 1 year ago
Kamal Chandraprakash 88d2c4460a
KAFKA-15400: Use readLock when removing an item from the RemoteIndexCache (#14283) 1 year ago
Mehari Beyene 25b128de81
KAFKA-14991: KIP-937-Improve message timestamp validation (#14135) 1 year ago
David Mao eefa812453
MINOR: Delete unused class, LogOffsetMetadata toString formatting (#14246) 1 year ago
Kamal Chandraprakash 6492164d9c
KAFKA-15167: Tiered Storage Test Harness Framework (#14116) 1 year ago
DL1231 4f88fb28f3
KAFKA-15130: Delete remote segments when deleting a topic (#13947) 1 year ago
vamossagar12 ee27773549
KAFKA-15329: Make default remote.log.metadata.manager.class.name as topic based RLMM (#14202) 1 year ago
Kamal Chandraprakash 696a56dd2b
KAFKA-15295: Add config validation when remote storage is enabled on a topic (#14176) 1 year ago
Luke Chen cdbc9a8d88
KAFKA-15083: add config with "remote.log.metadata" prefix (#14151) 1 year ago
Luke Chen 748175ce62
KAFKA-15189: only init remote topic metrics when enabled (#14133) 1 year ago
Ivan Yurchenko b3db905b27
KAFKA-15107: Support custom metadata for remote log segment (#13984) 1 year ago
Divij Vaidya 7d39d7400c
MINOR: Fix debug logs to display TimeIndexOffset (#13935) 1 year ago
Kamal Chandraprakash d89b26ff44
KAFKA-12969: Add broker level config synonyms for topic level tiered storage configs (#14114) 1 year ago
hzh0425 660e6fe810
MINOR: Fix some typos in remote.metadata.storage (#13133) 1 year ago