2611 Commits (c758122ce59674ec3e33618d896e4e5cdbb45e87)

Author SHA1 Message Date
Srinivas Reddy ad26914de6 KAFKA-7418: Add the missing '--help' option to Kafka commands (KIP-374) 6 years ago
Stanislav Kozlovski 068ab9cefa KAFKA-7528: Standardize on Min/Avg/Max Kafka metrics' default value - NaN (#5908) 6 years ago
Vahid Hashemian c3e7d6252c KAFKA-6774; Improve the default group id behavior in KafkaConsumer (KIP-289) (#5877) 6 years ago
Rajini Sivaram 1a4d44f206 KAFKA-7576; Fix shutdown of replica fetcher threads (#5875) 6 years ago
Matthias J. Sax 93466602d8 MINOR: Code cleanup in StreamsResetter (#5891) 6 years ago
Jason Gustafson e08d721b04 KAFKA-7605; Retry async commit failures in integration test cases to fix flaky tests (#5890) 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Jason Gustafson 6c2e7005ba MINOR: Remove unused IteratorTemplate (#5903) 6 years ago
huxi 3eaf44ba8e KAFKA-7557: optimize LogManager.truncateFullyAndStartAt() (#5848) 6 years ago
Ismael Juma af2e6fb548
MINOR: Update zstd, easymock, powermock, zkclient and build plugins (#5846) 6 years ago
Jonathan Santilli eb3335ef59 KAFKA-7165: Retry the BrokerInfo registration into ZooKeeper (#5575) 6 years ago
Zhanxiang (Patrick) Huang 7b5ffa0a07 KAFKA-7537: Avoid sending full UpdateMetadataRequest to existing brokers in the cluster on broker changes to reduce controller memory footprint (#5869) 6 years ago
Dong Lin 6f83d05131 KAFKA-7313; StopReplicaRequest should attempt to remove future replica for the partition only if future replica exists 6 years ago
Jason Gustafson fc1dc358ee
KAFKA-7568; Return leader epoch in ListOffsets response (#5855) 6 years ago
Manikumar Reddy O b2c67e4b9a
MINOR: Add try/finally blocks to close adminclient in DelegationTokenEndToEndAuthorizationTest (#5861) 6 years ago
Jason Gustafson 8065a0bef4
MINOR: Fix a few blocking calls in PlaintextConsumerTest (#5859) 6 years ago
Stanislav Kozlovski fc1eea127a MINOR: Improve ReplicationQuotasTest#shouldThrottleOldSegments resiliency (#5849) 6 years ago
Jason Gustafson d71cb54672
KAFKA-7567; Clean up internal metadata usage for consistency and extensibility (#5813) 6 years ago
Mickael Maison 9a0ea25fee MINOR: Use string/log interpolation instead of string concat in core and clients (#5850) 6 years ago
huxi 5d7cb438a5 MINOR: Remove duplicate `subscribe` call in ConsumerPerformance (#5828) 6 years ago
Stanislav Kozlovski ccfcbfd13f MINOR: Make log cleaner tests more efficient and less flaky (#5836) 6 years ago
Ron Dagostino e8a3bc7425 KAFKA-7352; Allow SASL Connections to Periodically Re-Authenticate (KIP-368) (#5582) 6 years ago
Ismael Juma 51061792ca
MINOR: Remove unused commitSync in ConsoleConsumer (#5845) 6 years ago
Stanislav Kozlovski eda4a2904a KAFKA-7532: Clean-up controller log when shutting down brokers (#5831) 6 years ago
lambdaliu 73da591916 KAFKA-7535; KafkaConsumer doesn't report records-lag if isolation.level is read_committed 6 years ago
Manikumar Reddy 32e1da570a KAFKA-5462: Add configuration to build custom SSL principal name (KIP-371) 6 years ago
Stanislav Kozlovski d2c870b468 MINOR: Fix flaky assertion in ControllerIntegrationTest (#5829) 6 years ago
Bridger Howell ed94cf4d31 KAFKA-7519 Clear pending transaction state when expiration fails (#5820) 6 years ago
John Eismeier 83c3996974 MINOR: Fix some typos 6 years ago
Dhruvil Shah 9e088eb120 MINOR: Remove redundant try block in LogCleaner (#5776) 6 years ago
Zhanxiang (Patrick) Huang 928f45f61f KAFKA-7464; catch exceptions in "leaderEndpoint.close()" when shutting down ReplicaFetcherThread 6 years ago
Jason Gustafson 1e92b70306 MINOR: Ensure initial topic configs and updates are logged 6 years ago
Suman 5681309094 KAFKA-6764: Improve the whitelist command-line option for console-consumer (#5637) 6 years ago
Rajini Sivaram 4c602e6130
KAFKA-7498: Remove references from `common.requests` to `clients` (#5784) 6 years ago
jonathanskrzypek a947fe8da8 KAFKA-6195: Resolve DNS aliases in bootstrap.server (KIP-235) (#4485) 6 years ago
Rajini Sivaram 6f5e37347f
KAFKA-7485: Wait for truststore update request to complete in test (#5791) 6 years ago
Jun Rao aaf8e02403
KAFKA-7482: LeaderAndIsrRequest should be sent to the shutting down broker (#5745) 6 years ago
Edoardo Comar f393b2f7dd KAFKA-6863 Kafka clients should try to use multiple DNS resolved IP (#4987) 6 years ago
Ismael Juma 8d52b7ee0b
MINOR: AbstractIndex.close should unmap (#5757) 6 years ago
Ismael Juma adb3a950ee
MINOR: Fix remaining core, connect and clients tests to pass with Java 11 (#5771) 6 years ago
Manikumar Reddy O 34f029e3dc MINOR: Fix broken standalone ReplicationQuotasTestRig test (#5773) 6 years ago
Lee Dongjin 741cb761c5 KAFKA-4514; Add Codec for ZStandard Compression (#2267) 6 years ago
Manikumar Reddy O 0848b78881 KAFKA-7366: Make topic configs segment.bytes and segment.ms to take effect immediately (#5728) 6 years ago
Gardner Vickers 6165b43744 MINOR: Fix LogDirFailureTest flake 6 years ago
Stanislav Kozlovski 13379af17d KAFKA-7215: Improve LogCleaner Error Handling (#5439) 6 years ago
Jason Gustafson 5e9208fc05
HOTFIX: Compilation error in GroupMetadataManagerTest (#5752) 6 years ago
Jason Gustafson ed3bd79633
KAFKA-7395; Add fencing to replication protocol (KIP-320) (#5661) 6 years ago
Bob Barrett 79757c90df KAFKA-7467; NoSuchElementException is raised because controlBatch is empty (#5727) 6 years ago
Jason Gustafson 62f9b64f11
MINOR: Ensure consumers are closed in DynamicBrokerReconfigurationTest (#5750) 6 years ago
Xiongqi Wesley Wu 7ea0655711 KAFKA-7441; Allow LogCleanerManager.resumeCleaning() to be used concurrently 6 years ago