2609 Commits (1cc0b5eb81b838c4ffb6ff2c2d3f16b7b3754a01)

Author SHA1 Message Date
José Armando García Sancio 1cc0b5eb81 MINOR: Seal the HostedPartition enumeration (#6917) 6 years ago
Boyang Chen e981b82601 KAFKA-8500; Static member rejoin should always update member.id (#6899) 6 years ago
Gardner Vickers cb2c4c3d7a MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916) 6 years ago
Guozhang Wang bebcbe3a04
KAFKA-8487: Only request re-join on REBALANCE_IN_PROGRESS in CommitOffsetResponse (#6894) 6 years ago
Jason Gustafson 783ab74793
KAFKA-8333; Load high watermark checkpoint lazily when initializing replicas (#6800) 6 years ago
Jason Gustafson 1e5227c230
MINOR: Fix transient failure in PreferredReplicaLeaderElectionCommandTest (#6908) 6 years ago
Jason Gustafson bb8de0b8c5 KAFKA-8003; Fix flaky testFencingOnTransactionExpiration 6 years ago
Jason Gustafson 07dd7db324 MINOR: Increase timeout for flaky ResetConsumerGroupOffsetTest (#6900) 6 years ago
Manikumar Reddy 060701fb6f KAFKA-8461: Wait for follower to join the ISR in testUncleanLeaderElectionDisabled Test 6 years ago
José Armando García Sancio 28eccc3ca3 KAFKA-8384; Leader election command integration tests (#6880) 6 years ago
Boyang Chen 72c3b88ed5 MINOR: Fixed compiler warnings in LogManagerTest (#6897) 6 years ago
Wennn 562424cee8 MINOR: Remove redundant semicolons in `KafkaApis` imports (#6889) 6 years ago
Jason Gustafson 0e95c9f3a8
KAFKA-8400; Do not update follower replica state if the log read failed (#6814) 6 years ago
Boyang Chen fb1f74958d KAFKA-8386; Use COORDINATOR_NOT_AVAILABLE error when group is Dead (#6762) 6 years ago
Almog Gavra 8e161580b8 KAFKA-8305; Support default partitions & replication factor in AdminClient#createTopic (KIP-464) (#6728) 6 years ago
Colin P. Mccabe e6563aab72 KAFKA-4893; Fix deletion and moving of topics with long names 6 years ago
Guozhang Wang 573152dfa8
HOTFIX: Allow multi-batches for old format and no compression (#6871) 6 years ago
José Armando García Sancio 45fae33937 KAFKA-8383; Integration tests for unclean `electLeaders` (#6857) 6 years ago
José Armando García Sancio 121308cc7a KAFKA-8286; Generalized Leader Election Admin RPC (KIP-460) (#6686) 6 years ago
Jason Gustafson 348e5d738f
MINOR: Fix transient failure in PartitionTest.testAddAndRemoveMetrics (#6834) 6 years ago
Stanislav Kozlovski efeefa5d18 MINOR: Check invalid bootstrap-server, alter option and config flags before checking for the required --partitions flag (#6786) 6 years ago
Guozhang Wang 592410fc58
KAFKA-8428: Always require a single batch with un- / compressed messages (#6816) 6 years ago
Jason Gustafson 4a3c92bfc7
MINOR: Remove redundant checkpoint thread started field in ReplicaManager (#6813) 6 years ago
Jason Gustafson 6afb0ca735
KAFKA-8351; Cleaner should handle transactions spanning multiple segments (#6722) 6 years ago
Jason Gustafson a1808962e5 KAFKA-8422; Client should send OffsetForLeaderEpoch only if broker supports latest version (#6806) 6 years ago
Lee Dongjin eefb25d4ca MINOR: Fix a few compiler warnings (#6767) 6 years ago
Jason Gustafson 3696b9882d
KAFKA-8371: Remove dependence on ReplicaManager from Partition (#6705) 6 years ago
Jason Gustafson 5f06999cf3
MINOR: Remove ControllerEventManager metrics on close (#6788) 6 years ago
David Arthur bacb45e044 MINOR: Set `replicaId` for OffsetsForLeaderEpoch from followers (#6775) 6 years ago
Jason Gustafson ce5ce2d569
MINOR: A few logging improvements in the broker (#6773) 6 years ago
Manikumar Reddy d77bac1c93 KAFKA-3143: Controller should transition offline replicas on startup 6 years ago
Boyang Chen e00c0d316d MINOR: Fix typo in heartbeat request protocol definition (#6759) 6 years ago
Boyang Chen 9fa331b811 KAFKA-8225 & KIP-345 part-2: fencing static member instances with conflicting group.instance.id (#6650) 6 years ago
David Arthur e2847e8603 KAFKA-8365; Consumer and protocol support for follower fetching (#6731) 6 years ago
Jason Gustafson d6057a9fe4 MINOR: Remove spammy log message during topic deletion 6 years ago
Aishwarya Gune 414852c701 KAFKA-8346; Improve replica fetcher behavior for handling partition failure [KIP-461] (#6716) 6 years ago
Mickael Maison 855f899bb5 KAFKA-8256; Replace Heartbeat request/response with automated protocol (#6691) 6 years ago
Boyang Chen 6e6dcceb93 KAFKA-8220; Avoid kicking out static group members through rebalance timeout (#6666) 6 years ago
Boyang Chen 2208f9966d KAFKA-8354; Replace Sync group request/response with automated protocol (#6729) 6 years ago
Colin Patrick McCabe 0494cd329f
MINOR: Refactor SslFactory (#6674) 6 years ago
Rajini Sivaram 050fdd6537
KAFKA-8336; Enable dynamic reconfiguration of broker's client-side certs (#6721) 6 years ago
Dhruvil Shah 16d4d8cafc MINOR: Fix flaky ConsumerTopicCreationTest (#6727) 6 years ago
Xiongqi Wu b86e8c1ea9 MINOR: add docs for KIP-354 KAFKA-7321 (#6724) 6 years ago
Jason Gustafson e4007a6408
KAFKA-8294; Batch StopReplica requests when possible and improve test coverage (#6642) 6 years ago
Xiongqi Wu 1fdc853301 KAFKA-7321: Add a Maximum Log Compaction Lag (KIP-354) (#6009) 6 years ago
Jason Gustafson d798dbf497
KAFKA-8335; Clean empty batches when sequence numbers are reused (#6715) 6 years ago
Kengo Seki 511c8e2c9e MINOR: Remove unnecessary OptionParser#accepts method call from PreferredReplicaLeaderElectionCommand (#6710) 6 years ago
Bob Barrett a97e55b838 KAFKA-8332: Refactor ImplicitLinkedHashSet to avoid losing ordering when converting to Scala 6 years ago
Ismael Juma c09e25fac2
MINOR: Fix bug in Struct.equals and use Objects.equals/Long.hashCode (#6680) 6 years ago
Dhruvil Shah e6cff21fd8 KAFKA-7320; Add consumer configuration to disable auto topic creation [KIP-361] (#5542) 6 years ago