4390 Commits (trunk)

Author SHA1 Message Date
Luke Chen c00c5b1b66
MINOR: Add verification for (local) log start offset in txn tests (#14401) 1 year ago
Jouni Tenhunen 073b9a2a1e
MINOR: Fix format of allowed operations in kafka-acls error message (#14395) 1 year ago
Kamal Chandraprakash dacb3b31d9
KAFKA-15439: Transactions test with tiered storage (#14347) 1 year ago
Justine Olshan 5aecd28256
KAFKA-15459: Convert coordinator retriable errors to a known producer response error (#14378) 1 year ago
David Arthur 50693198e3
KAFKA-15450 Don't allow ZK migration with JBOD (#14367) 1 year ago
Abhijeet Kumar a63bf93dce
KAFKA-14993: Improve TransactionIndex instance handling while copying to and fetching from RSM (#14363) 1 year ago
Christo Lolov 7483991a01
KAFKA-15352: Update log-start-offset before initiating deletion of remote segments (#14349) 1 year ago
Colin Patrick McCabe 39cc19c992
MINOR: rename BrokerToControllerChannelManager to NodeToControllerChannelManager (#14356) 1 year ago
David Jacot 6123071fc0
KAFKA-14499: [7/7] Add integration tests for OffsetCommit API and OffsetFetch API (#14353) 1 year ago
Ruslan Krivoshein b72d92919f
KAFKA-14581: Moving GetOffsetShell to tools (#13562) 1 year ago
David Arthur b24ccd65b7
KAFKA-15441 Allow broker heartbeats to complete in metadata transaction (#14351) 1 year ago
Nikhil Ramakrishnan 84c49c6a09
MINOR: Log when remote fetch execution is rejected (#14350) 1 year ago
Colin Patrick McCabe 41b695b6e3
KAFKA-15369: Implement KIP-919: Allow AC to Talk Directly with Controllers (#14306) 1 year ago
Nikolay 0029bc4897
KAFKA-14595: ReassignPartitionsCommandArgsTest rewritten in java (#14217) 1 year ago
Kamal Chandraprakash 6e818c6b02
KAFKA-15410: Delete records with tiered storage integration test (4/4) (#14330) 1 year ago
Max Riedel 90e646052a
KAFKA-14509; [1/2] Define ConsumerGroupDescribe API request and response schemas and classes. (#14124) 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
David Jacot 7054625c45
KAFKA-14499: [6/N] Add MemberId and MemberEpoch to OffsetFetchRequest (#14321) 1 year ago
Kamal Chandraprakash 80982c4ae3
KAFKA-15410: Delete topic integration test with LocalTieredStorage and TBRLMM (3/4) (#14329) 1 year ago
Andrew Schofield b49013b73e
KAFKA-9800: Exponential backoff for Kafka clients - KIP-580 (#14111) 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
Proven Provenzano a6409e8e61
KAFKA-15422: Update documenttion for delegation tokens when working with Kafka with KRaft (#14318) 1 year ago
Abhijeet Kumar 5074c8038e
KAFKA-15260: RLM Task should handle uninitialized RLMM for the associated topic-parititon (#14113) 1 year ago
Luke Chen da99879df7
KAFKA-15421: fix network thread leak in testThreadPoolResize (#14320) 1 year ago
David Jacot dcff0878c4
KAFKA-14499: [5/N] Refactor GroupCoordinator.fetchOffsets and GroupCoordinator.fetchAllOffsets (#14310) 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
Vincent Jiang 703e1d9faa
KAFKA-15375: fix broken clean shutdown detection logic in LogManager 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
Alyssa Huang 0912ca27e2
KRaft support for DescribeClusterRequestTest and DeleteConsumerGroupsTest (#14294) 1 year ago
Kamal Chandraprakash 4590d565ef
KAFKA-15399: Enable OffloadAndConsumeFromLeader test (#14285) 1 year ago
Tang Yunzi 3643039a9a
MINOR: Fix incorrect comment in TopicDeletionManager.scala. (#14292) 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 89aaecafae
KAFKA-15290: Handle topic-level dynamic remote storage enable configuration (#14238) 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
Okada Haruki 87a30b73b5
KAFKA-15391: Handle concurrent dir rename which makes log-dir to be offline unexpectedly (#14280) 1 year ago
Divij Vaidya 368bec85e8
KAFKA-9926: Fix flaky PlaintextAdminIntegrationTest.testCreatePartitions (#14273) 1 year ago
Ron Dagostino 8394ddc0d2
MINOR: Move delegation token support to Metadata Version 3.6-IV2 (#14270) 1 year ago
David Arthur 418b8a6e59
KAFKA-14538 Metadata transactions in MetadataLoader (#14208) 1 year ago
Justine Olshan 4b383378a0
KAFKA-15380: Execute action queue after callback request (#14197) 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
Proven Provenzano c2759df067
KAFKA-15219: KRaft support for DelegationTokens (#14083) 1 year ago
David Arthur 3ad5f42f59
Handle case of default broker in config migration (#14237) 1 year ago
DL1231 4f88fb28f3
KAFKA-15130: Delete remote segments when deleting a topic (#13947) 1 year ago
David Arthur 0a531b7e7c
MINOR: Install ControllerServer metadata publishers sooner (#14215) 1 year ago
David Arthur c199840f0a MINOR: Fix the ZkMigrationState metric in KafkaController 1 year ago