1845 Commits (a6799f4e14ac68a5915bce50f37343bec45c988a)

Author SHA1 Message Date
Jason Gustafson fcdbb71953 KAFKA-5186; Avoid expensive log scan to build producer state when upgrading 8 years ago
Ismael Juma c2ced5fb51 KAFKA-5303, KAFKA-5305: Improve logging when fetches fail in ReplicaFetcherThread 8 years ago
Ismael Juma ceb10c5330 KAFKA-5289: handleStopReplica should not send a second response 8 years ago
Apurva Mehta 8b04d8ba07 KAFKA-5269; Retry on unknown topic/partition error in transactional requests 8 years ago
Matthias J. Sax 338857e1c2 MINOR: improve descriptions of Streams reset tool options 8 years ago
Dana Powers abe699176b KAFKA-3878; Support exponential backoff policy via reconnect.backoff.max (KIP-144) 8 years ago
Ismael Juma b661d3b8ab MINOR: Small refactor of request quotas handling in KafkaApis 8 years ago
Apurva Mehta 30736da65d HOTFIX: Close transactional producers in all new tests 8 years ago
Rajini Sivaram 96959bc562 KAFKA-5250: Do fetch down conversion after throttling 8 years ago
Mickael Maison 65edd64ca4 KAFKA-3070: SASL unit tests dont work with IBM JDK 8 years ago
umesh chaudhary 34e379f107 KAFKA-5171; TC should not accept empty string transactional id 8 years ago
Jason Gustafson d662b09c9f KAFKA-5268; Fix bounce test transient failure by clearing partitions before writing Complete state to transaction log 8 years ago
Onur Karaman 5aaaba7ffe KAFKA-5258; Move all partition and replica state transition rules into their states 8 years ago
Bharat Viswanadham 9fa0d52cac KAFKA-5210: Application Reset Tool does not need to seek for internal topics 8 years ago
Ismael Juma 972b754536 KAFKA-3267; Describe and Alter Configs Admin APIs (KIP-133) 8 years ago
Vahid Hashemian e1abf17708 KAFKA-2273; Sticky partition assignment strategy (KIP-54) 8 years ago
Colin P. Mccabe 9815e18fef KAFKA-3266; Describe, Create and Delete ACLs Admin APIs (KIP-140) 8 years ago
Jun Rao 2491520626 KAFKA-5036; hold onto the leader lock in Partition while serving an O… 8 years ago
Guozhang Wang c64cfd2e2b KAFKA-5231: Bump up producer epoch when sending abort txn markers on InitPid 8 years ago
Apurva Mehta b3a33ce4b8 KAFKA-5188; Integration tests for transactions 8 years ago
Jorge Quilcate 2181ae7687 KAFKA-4743; [KIP-122] Add Reset Consumer Group Offsets tooling 8 years ago
Rajini Sivaram 8c7e663130 KAFKA-5182: Reduce rebalance timeouts in request quota test 8 years ago
Jeff Widman 62d5aac5dd MINOR: Use new-consumer config in MirrorMaker doc 8 years ago
Bharat Viswanadham d1d71aa29a KAFKA-5166: Add option "dry run" to Streams application reset tool 8 years ago
Jason Gustafson 4e3092d276 MINOR: Some minor improvements to TxnOffsetCommit handling 8 years ago
Damian Guy d66e7af652 KAFKA-5129; Add ACL checks for Transactional APIs 8 years ago
Onur Karaman 0a1689a749 KAFKA-5175; Fix transient failure in ControllerIntegrationTest.testPreferredReplicaLeaderElection 8 years ago
Jason Gustafson cacbba6519 KAFKA-5252; Fix transient failures LogCleanerTest testCommitMarkerRemoval and testAbortMarkerRemoval 8 years ago
Ismael Juma dd9f43140d MINOR: Fix bug in `waitUntilLeaderIsElectedOrChanged` and simplify result type 8 years ago
Jason Gustafson 7bb551b4a1 KAFKA-5249; Fix incorrect producer snapshot offsets when recovering segments 8 years ago
Rajini Sivaram 4c75f31a5f KAFKA-5179; Log connection termination during authentication 8 years ago
Ismael Juma 46aa88b9cf KAFKA-5244; Refactor BrokerTopicStats and ControllerStats so that they are classes 8 years ago
Jason Gustafson 0186794104 KAFKA-5248; Remove unused/unneeded retention time in TxnOffsetCommitRequest 8 years ago
Ismael Juma 3e6669000f MINOR: Eliminate PID terminology from non test code 8 years ago
Ismael Juma 50eacb7b45 MINOR: Fix one flaky test in MetricsTest and improve checks for another 8 years ago
Jaikiran Pai f56bbb6510 KAFKA-5232; Fix Log.parseTopicPartitionName to handle deleted topics with a period in the name 8 years ago
Ismael Juma bc55f85237 MINOR: Consolidate Topic classes 8 years ago
Mickael Maison 1af096039d MINOR: Various small improvements to kafka.metrics.MetricsTest 8 years ago
Ismael Juma c5aeaa7d89 MINOR: Improve shutdown sequence 8 years ago
Rajini Sivaram 6a5026b23b MINOR: Close ZooKeeper clients in a couple of tests 8 years ago
Jason Gustafson a1c8e7d941 MINOR: Rename InitPidRequest/InitPidResponse to InitProducerIdRequest/InitProducerIdResponse 8 years ago
Onur Karaman 1cb39f7570 KAFKA-5180; Fix transient failure in ControllerIntegrationTest.testControllerMoveIncrementsControllerEpoch 8 years ago
Edoardo Comar f21f8f2d44 KAFKA-4982; Add listener tags to socket-server-metrics (KIP-136) 8 years ago
Rajini Sivaram 238e739782 KAFKA-5227; Remove unsafe assertion, make jaas config safer 8 years ago
Apurva Mehta 7258a5fddf KAFKA-5160; KIP-98 Broker side support for TxnOffsetCommitRequest 8 years ago
Guozhang Wang 794e6dbd14 KAFKA-5130: Refactor transaction coordinator's in-memory cache; plus fixes on transaction metadata synchronization 8 years ago
Jason Gustafson 7baa58d797 KAFKA-5196; Make LogCleaner transaction-aware 8 years ago
Damian Guy 4951849163 KAFKA-5132: abort long running transactions 8 years ago
Ismael Juma 766dea94e4 MINOR: Set min isr to avoid race condition in ReplicationBytesIn initialisation 8 years ago
Edoardo Comar e2fafddbbf MINOR: Improve doc for num.x.threads configs 8 years ago