2745 Commits (0971f66ff546f780b46cf341b41a1513f916398e)

Author SHA1 Message Date
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
Jason Gustafson f2dd6aa269
KAFKA-7415; Persist leader epoch and start offset on becoming a leader (#5678) 6 years ago
Lincong Li 260b07a6da KAFKA-7196; Remove heartbeat delayed operation for those removed consumers at the end of each rebalance 6 years ago
Rajini Sivaram 8fb5e63aa8 KAFKA-7429: Enable key/truststore update with same filename/password (#5699) 6 years ago
Zhanxiang (Patrick) Huang b35e97125f KAFKA-7459: Use thread-safe Pool for RequestMetrics.requestRateInternal (#5717) 6 years ago
huxi 70d90c3718 KAFKA-7409; Validate message format version before creating topics or altering configs (#5651) 6 years ago
Jason Gustafson 9f7267dd2f KAFKA-7437; Persist leader epoch in offset commit metadata (#5689) 6 years ago
Vahid Hashemian 2933f21374 KAFKA-7403; Use default timestamp if no expire timestamp set in offset commit value (#5690) 6 years ago
Manikumar Reddy c835331c78 KAFKA-5066; Add KafkaMetricsConfig (Yammer metrics reporters) props to documentation 6 years ago
John Roesler 95f9622cce MINOR: Fix compilation error in PlaintextConsumerTest under scala 2.12 (#5674) 6 years ago
Manikumar Reddy O 6ced8550b3 KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5673) 6 years ago
Bob Barrett 0bc7008e75 KAFKA-7400: Compacted topic segments that precede the log start offse… (#5646) 6 years ago
Viktor Somogyi f1f719211e KAFKA-6923; Refactor Serializer/Deserializer for KIP-336 (#5494) 6 years ago
Mutasem Aldmour 43e21252ca KAFKA-7388 equal sign in property value for password (#5630) 6 years ago
Xiongqi Wesley Wu d87ed233c9 KAFKA-7322; Fix race condition between log cleaner thread and log retention thread when topic cleanup policy is updated 6 years ago
Jason Gustafson c5ef614bbf
KAFKA-7414; Out of range errors should never be fatal for follower (#5654) 6 years ago
Manikumar Reddy b21c66f948 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago