6898 Commits (72df28fe8c0ca4c8e552c8cfb3f907b9969f47d2)
 

Author SHA1 Message Date
Vikas Singh 0f43d77cfd MINOR. Update Epoch field descrition in FetchRequest api doc (#7673) 5 years ago
Colin P. Mccabe 67fd88050f KAFKA-8984: Improve tagged fields documentation 5 years ago
Jason Gustafson 92dd337688
KAFKA-9133; Cleaner should handle log start offset larger than active segment base offset (#7662) 5 years ago
Bill Bejeck 4deb80676e
KAFKA-9098: When users name repartition topic, use the name for the repartition filter, source and sink node. (#7598) 5 years ago
uttpal 0dcd0a2ef9 KAFKA-9016; Warn when log dir stopped serving replicas 5 years ago
Guozhang Wang 6df058ec15
KAFKA-8677: Simplify the best-effort network client poll to never throw exception (#7613) 5 years ago
Guozhang Wang 4283fd640c
MINOR: Return null in key mapping of committed (#7659) 5 years ago
Jason Gustafson 929c25732f
MINOR: Fix version range check in MessageTest (#7663) 5 years ago
Colin Patrick McCabe 1b08fceb7a
KAFKA-9101: Create a fetch.max.bytes configuration for the broker (#7595) 5 years ago
Bill Bejeck e3f5d308aa
MINOR: Added one test and some clarifying comments on tests with simulated EOS (#7626) 5 years ago
David Jacot 54f8d0c3fc KAFKA-9150; DescribeGroup uses member assignment as metadata 5 years ago
Tu V. Tran 16f1ce12e4 KAFKA-8729: Change `PartitionResponse` to include all troubling records (#7612) 5 years ago
John Roesler 731018222c [MINOR] Clean up PartitionAssignor for KIP-441 (#7649) 5 years ago
Guozhang Wang 2132709675
KAFKA-9140: Also reset join future when generation was reset in order to re-join (#7647) 5 years ago
Jason Gustafson 82137ba52e
MINOR: Fetch only from leader should be respected in purgatory (#7650) 5 years ago
Jason Gustafson 903d66e2f9 KAFKA-9079: Fix reset logic in transactional message copier 5 years ago
A. Sophie Blee-Goldman a41bc7274b HOTFIX: remove reference to unused Assignment error code (#7645) 5 years ago
Lucas Bradstreet a4cbdc6a7b KAFKA-9137: Fix incorrect FetchSessionCache eviction logic (#7640) 5 years ago
Stanislav Kozlovski be58580e14 MINOR: Rework NewPartitionReassignment public API (#7638) 5 years ago
Ismael Juma c552c06aed
KAFKA-9110: Improve efficiency of disk reads when TLS is enabled (#7604) 5 years ago
A. Sophie Blee-Goldman 6b905ade0c HOTFIX: Remove from restoringByPartition once restored (#7631) 5 years ago
Ismael Juma 7bdbdf1900
HOTFIX: Try to complete Send even if no bytes were written (#7622) 5 years ago
Tu Tran f5a4519be9 KAFKA-9080: Revert the check added to validate non-compressed record batch does have continuous incremental offsets 5 years ago
A. Sophie Blee-Goldman d61b0c131c KAFKA-8972 (2.4 blocker): TaskManager state should always be updated after rebalance (#7620) 5 years ago
Matthias J. Sax 2421a69556 MINOR: Fix Kafka Streams JavaDocs with regard to new StreamJoined class (#7627) 5 years ago
Bruno Cadonna 96d95e947a MINOR: Fix sensor retrieval in stand0by task's constructor (#7632) 5 years ago
Viktor Somogyi 5fa2de43ec MINOR: Replace some Java 7 style code with Java 8 style (#7623) 5 years ago
John Roesler 4a5155c934 KAFKA-8868: Generate SubscriptionInfo protocol message (#7248) 5 years ago
Stanislav Kozlovski 72282ed198 MINOR: Correctly mark offset expiry in GroupMetadataManager's OffsetExpired metric 5 years ago
Boyang Chen f65c2acad7 KAFKA-8972 (2.4 blocker): bug fix for restoring task (#7617) 5 years ago
huxi 9e81ec9a6e KAFKA-9093: NullPointerException in KafkaConsumer with group.instance.id (#7590) 5 years ago
Bruno Cadonna fc0f82372e KAFKA-8980: Refactor state-store-level streams metrics (#7584) 5 years ago
José Armando García Sancio 0dbf95b1c1 MINOR: Fix documentation for updateCurrentReassignment (#7611) 5 years ago
Stanislav Kozlovski 2dba8803f7 MINOR: Preserve backwards-compatibility by renaming the AlterPartitionReassignment metric to PartitionReassignment 5 years ago
A. Sophie Blee-Goldman cb5c7313b4 KAFKA-8972 (2.4 blocker): clear all state for zombie task on TaskMigratedException (#7608) 5 years ago
Bruno Cadonna 065411aa22 KAFKA-9077: Fix reading of metrics of Streams' SimpleBenchmark (#7610) 5 years ago
Boyang Chen 465f810730 KAFKA-8972 (2.4 blocker): correctly release lost partitions during consumer.unsubscribe() (#7441) 5 years ago
A. Sophie Blee-Goldman 56bc507485 MINOR: improve logging of tasks on shutdown (#7597) 5 years ago
Guozhang Wang 59a75f4422
KAFKA-9048 Pt1: Remove Unnecessary lookup in Fetch Building (#7576) 5 years ago
Mickael Maison e4262471c9 MINOR: Fix command examples in kafka-reassign-partitions.sh docs (#7583) 5 years ago
Jason Gustafson 4bde9bb3cc
KAFKA-9102; Increase default zk session timeout and replica max lag [KIP-537] (#7596) 5 years ago
Bob Barrett c5df208281 KAFKA-9105; Add back truncateHead method to ProducerStateManager (#7599) 5 years ago
Bruno Cadonna 27ba8f5a39 KAFKA-8968: Refactor task-level metrics (#7566) 5 years ago
Boyang Chen 77fc498889 KAFKA-8992; Redefine RemoveMembersFromGroup interface on AdminClient (#7478) 5 years ago
NIkhil Bhatia 43262d358a KAFKA-9038; Allow creating partitions while a reassignment is in progress (#7582) 5 years ago
A. Sophie Blee-Goldman 5987c76153 KAFKA-8972: Need to flush state even on unclean close (#7589) 5 years ago
Guozhang Wang 4f682b3c0a
KAFKA-8729: Add upgrade docs for KIP-467 on augmented produce response (#7522) 5 years ago
Jason Gustafson 1df01d2583
KAFKA-9089; Reassignment should be resilient to unexpected errors (#7562) 5 years ago
Stanislav Kozlovski 28ef7f1d6d MINOR: Re-implement NewPartitionReassignment#of() (#7592) 5 years ago
Adam Bellemare aab14fb843 MINOR: Add documentation for foreign-key joins (KIP-213) (#7535) 5 years ago