2637 Commits (8cabd44e1d35d3cf3f865d8a4eee8c04228e0d75)

Author SHA1 Message Date
Bob Barrett 18b3a878a0 MINOR: Improve logging for alter log dirs (#6302) 6 years ago
Stanislav Kozlovski f667f573ff Address flakiness of CustomQuotaCallbackTest#testCustomQuotaCallback (#6330) 6 years ago
Gardner Vickers bd6520a22a KAFKA-7956 In ShutdownableThread, immediately complete the shutdown if the thread has not been started (#6218) 6 years ago
Jason Gustafson 66a6fc7204
MINOR: Refactor replica log dir fetching for improved logging (#6313) 6 years ago
Mickael Maison 4824dc994d KAFKA-7972: Use automatic RPC generation in SaslHandshake 6 years ago
Gwen (Chen) Shapira e82cc50ddb KAFKA-7938: Fix test flakiness in DeleteConsumerGroupsTest (#6312) 6 years ago
Gwen (Chen) Shapira 0150dbc1d0 KAFKA-7937: Fix Flaky Test ResetConsumerGroupOffsetTest.testResetOffsetsNotExistingGroup (#6311) 6 years ago
Ryan Chen 217f45ed55 KAFKA-7864; validate partitions are 0-based (#6246) 6 years ago
huxi 201da05427 KAFKA-7763; Calls to commitTransaction and abortTransaction should not block indefinitely (#6066) 6 years ago
Jason Gustafson f775be0514
MINOR: Handle Metadata v0 all topics requests during parsing (#6300) 6 years ago
Chia-Ping Tsai 35a0de32ee KAFKA-6161 Add default implementation to close() and configure() for Serdes (#5348) 6 years ago
Murad 8de3092b05 KAFKA-7930: topic is not internal if explicitly listed in args (#6267) 6 years ago
Zhanxiang (Patrick) Huang 2932d32afb KAFKA-7283: Enable lazy mmap on index files and skip sanity check for segments below recovery point (#5498) 6 years ago
Lee Dongjin 71a7219dfd KAFKA-7920; Do not permit zstd produce requests until IBP is updated to 2.1 (#6256) 6 years ago
Arjun Satish 4cb8f56b45 KAFKA-7909; Ensure timely rebalance completion after pending members rejoin or fail (#6251) 6 years ago
Ismael Juma e17352f03e
KAFKA-7487: DumpLogSegments misreports offset mismatches (#5756) 6 years ago
Ismael Juma 45a896e741 KAFKA-7935: UNSUPPORTED_COMPRESSION_TYPE if ReplicaManager.getLogConfig returns None (#6274) 6 years ago
Kyle Ambroff-Kao decc09b012 KAFKA-6569: Move OffsetIndex/TimeIndex logger to companion object (#4586) 6 years ago
Lee Dongjin 44257f2937 KAFKA-7884; Docs for message.format.version should display valid values (#6209) 6 years ago
Ismael Juma a421dd2a26
MINOR: Fix bugs identified by compiler warnings (#6258) 6 years ago
Manikumar Reddy 8b97c3d8a9 MINOR: Add missing Alter Operation to Topic supported operations list in AclCommand 6 years ago
Mickael Maison 62b22496c2 MINOR: Fixed a couple of typos in Config docs 6 years ago
Ismael Juma c7f99bc2bd
MINOR: Update JUnit to 4.13 and annotate log cleaner integration test (#6248) 6 years ago
Kevin Lu 3fb1d70b6b KAFKA-7236: Add --under-min-isr option to describe topics command (KIP-351) (#6224) 6 years ago
Jason Gustafson d152989f26
KAFKA-7897; Disable leader epoch cache when older message formats are used (#6232) 6 years ago
Jason Gustafson 8147846acb
KAFKA-7540; Retry coordinator lookup to fix transient failure in ConsumerBounceTest (#6235) 6 years ago
Viktor Somogyi-Vass 776041db11 KAFKA-7804: Update docs for topic-command related KIP-377 6 years ago
Colin Patrick McCabe e2e8bdbd8c
KAFKA-7832: Use automatic RPC generation in CreateTopics (#5972) 6 years ago
lambdaliu 4d70e8971f fix typo (#5150) 6 years ago
Stanislav Kozlovski 66129b1518 MINOR: Reduce replica.fetch.backoff.ms in ReassignPartitionsClusterTest (#5887) 6 years ago
Stanislav Kozlovski 4420d9ec67 KAFKA-7641; Introduce "group.max.size" config to limit group sizes (#6163) 6 years ago
Viktor Somogyi-Vass 1f85e8e923 KAFKA-7433; Introduce broker options in TopicCommand to use AdminClient (KIP-377) 6 years ago
Rajini Sivaram 4b29487fa9 KAFKA-7719: Improve fairness in SocketServer processors (KIP-402) (#6022) 6 years ago
Boyang Chen dc634f18f7 KAFKA-7859: Use automatic RPC generation in LeaveGroups (#6188) 6 years ago
Matthias J. Sax 1fa02d5aef
MINOR: Update usage of deprecated API (#6146) 6 years ago
Dhruvil Shah 646ec94879 KAFKA-7837: Ensure offline partitions are picked up as soon as possible when shrinking ISR (#6202) 6 years ago
Dhruvil Shah ef89cf4eb6 KAFKA-7838: Log leader and follower end offsets when shrinking ISR (#6168) 6 years ago
Tom Bentley 269b65279c KAFKA-5692: Change PreferredReplicaLeaderElectionCommand to use Admin… (#3848) 6 years ago
mingaliu e4b54a5d97 KAFKA-7692; Fix ProducerStateManager SequenceNumber overflow (#5990) 6 years ago
Jason Gustafson 523465b3c1
MINOR: Cleanup handling of mixed transactional/idempotent records (#6172) 6 years ago
Lee Dongjin e87e3f2cb2 MINOR: Remove unused imports, exceptions, and values (#6117) 6 years ago
Jacek Laskowski 59f22521c0 MINOR: Log partition info when creating new request batch in controller (#6145) 6 years ago
Dhruvil Shah 4b54eb4621 MINOR: log when controller begins processing logdir failure event (#6153) 6 years ago
Dong Lin 6a7eebe891 KAFKA-7829; Javadoc should show that AdminClient.alterReplicaLogDirs() is supported in Kafka 1.1.0 or later (#6157) 6 years ago
Boyang Chen 9a9310d074 KAFKA-7824; Require member.id for initial join group request [KIP-394] (#6058) 6 years ago
Ismael Juma 12947f4f94 HOTFIX: Fix Properties.putAll compiler error when compiling with Java 11 (#6140) 6 years ago
Mayuresh Gharat 8afce0e338 KAFKA-4453 : Added code to separate controller connections and requests from the data plane (#5921) 6 years ago
Kamal Chandraprakash cb3eedcf94 KAFKA-7781; Add validation check for retention.ms topic property. 6 years ago
Jason Gustafson e120feb485
HOTFIX: Compilation error in CommandLineUtils (#6131) 6 years ago
Kan Li 694da1ac1e KAFKA-6627: Prevent config default values overriding ones specified through --producer-property on command line. (#6084) 6 years ago