2611 Commits (c758122ce59674ec3e33618d896e4e5cdbb45e87)

Author SHA1 Message Date
Rajini Sivaram a6691fb79e
KAFKA-8091; Use commitSync to check connection failure in listener update test (#6450) 6 years ago
huxi ee3b9c57fd MINOR: Fix typos in LogValidator (#6449) 6 years ago
Rajini Sivaram 3ec2ca5e33 KAFKA-7730; Limit number of active connections per listener in brokers (KIP-402) 6 years ago
Rajini Sivaram d436f32e6b
KAFKA-8091; Remove unsafe produce from dynamic listener update test (#6443) 6 years ago
Bill Bejeck 9ecadc4df4 MINOR: Use Java 8 lambdas in KStreamImplTest (#6430) 6 years ago
Rajini Sivaram 0f83c4cdb7
KAFKA-7976; Update config before notifying controller of unclean leader update (#6426) 6 years ago
huxihx 2903606921 KAFKA-7801: TopicCommand should not be able to alter transaction topic partition count 6 years ago
Rajini Sivaram 9aaa32b64d
KAFKA-8091; Wait for processor shutdown before testing removed listeners (#6425) 6 years ago
huxihx 1e1b669e9d MINOR: Update delete topics zk path in assertion error messages 6 years ago
Manikumar Reddy a42f16f980 KAFKA-7922: Return authorized operations in Metadata request response (KIP-430 Part-2) 6 years ago
Suman BN 65aea1f362 MINOR: Print usage when parse fails during console producer 6 years ago
Zhanxiang (Patrick) Huang 44be5d2221 KAFKA-8069; Fix early expiration of offsets due to invalid loading of expire timestamp (#6401) 6 years ago
Rajini Sivaram 47bc85f2e7
KAFKA-7980 - Fix timing issue in SocketServerTest.testConnectionRateLimit (#6391) 6 years ago
Jason Gustafson 460e46c3bb
KAFKA-7831; Do not modify subscription state from background thread (#6221) 6 years ago
KartikVK f708e78294 KAFKA-7950; Update description for the "time" parameter for GetOffsetShell 6 years ago
Jun Rao 73737892d5 KAFKA-8018: Flaky Test SaslSslAdminClientIntegrationTest#testLegacyAclOpsNeverAffectOrReturnPrefixed 6 years ago
Rajini Sivaram 2bb74bfc3b
KAFKA-7979 - Clean up threads and increase timeout in PartitionTest (#6378) 6 years ago
Rajini Sivaram 3747f55336
KAFKA-7976 - Fix DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable (#6374) 6 years ago
Manikumar Reddy 9ee5f920d5 KAFKA-7312: Change broker port used in testMinimumRequestTimeouts and testForceClose 6 years ago
Mickael Maison 0d56f14135 KAFKA-7997: Use automatic RPC generation in SaslAuthenticate 6 years ago
Bob Barrett 57604c2331 KAFKA-8002; Log dir reassignment stalls if future replica has different segment base offset (#6346) 6 years ago
Manikumar Reddy f11fa5ef40 KAFKA-7922: Return authorized operations in describe consumer group responses (KIP-430 Part-1) 6 years ago
Colin Hicks 70828cea49 KAFKA-8012; Ensure partitionStates have not been removed before truncating. (#6333) 6 years ago
lambdaliu 33e005994d MINOR: Skip quota check when replica is in sync (#6344) 6 years ago
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