529 Commits (d3aa3ef073fe773a10168f925a45747f52c4e3c0)
 

Author SHA1 Message Date
John Fung d3aa3ef073 kafka-879; In system test, read the new leader from zookeeper instead of broker log on completion of become-leader state transition; patched by John Fung; reviewed by Jun Rao 11 years ago
Sriram Subramanian 3817857b15 kafka-347; change number of partitions of a topic online; patched by Sriram Subramanian; reviewed by Neha Narkehede, Guozhang Wang, Joel Koshy and Jun Rao 11 years ago
Joe Stein b1891e7008 KAFKA-974 can't use public release maven repo because of failure of downloaded dependency 12 years ago
Sriram Subramanian bf31a6bf70 kafka-969; Need to prevent failure of rebalance when there are no brokers available when consumer comes up; patched by Sriram Subramanian; reviewed by Joel Koshy and Jun Rao 12 years ago
Swapnil Ghike c39d37e9dd kafka-964; Default hadoop-producer configs to request.required.acks = 1; Patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Joe Stein 6b53c649e9 KAFKA-963 when publishing to maven repository central missing signature on everything 12 years ago
Jun Rao 86e314aa73 kafka-937; fix bug exposed in ConsumerOffsetChecker; patched by Jun Rao; reviewed by Alexey Ozeritskiy 12 years ago
Jun Rao 5f14a69c2e kafka-950; Leader election rate may be reported on a non-controller; patched by Jun Rao; reviewed by Sriram Subramanian 12 years ago
Jun Rao 5a084f7be6 kafka-951; Leader election rate may be reported on a non-controller; patched by Jun Rao; reviewed by Swapnil Ghike 12 years ago
Jun Rao cc6027b327 kafka-947; isr-expiration-thread may block LeaderAndIsr request for a relatively long period; patched by Jun Rao; reviewed by Joel Koshy 12 years ago
Joe Stein 7b43f0132c KAFKA-944 fixing up for release pom output from publish and publish-local is not accurate 12 years ago
Joe Stein 0a8716f8e0 KAFKA-942 version jar name change for 0.8.0-beta1 release 12 years ago
Jun Rao 7ad742d802 trival change to increase default producer request timeout 12 years ago
Joe Stein 23acbd309f KAFKA-941 Add Apache 2.0 license to missing code source files 12 years ago
Jun Rao 5bd33c1517 kafka-937; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy 12 years ago
Joel Koshy 640026467c kafka-940; Scala match error in javaapi.Implicits; patched by Joel Koshy; reviewed by Jun Rao 12 years ago
Sam Meder 6881bf08f2 kafka-938; High CPU usage when more or less idle; patched by Sam Meder; reviewed by Jun Rao 12 years ago
Jun Rao ddb7947c05 trival change to review unneeded error logging since an exception is already thrown to the caller 12 years ago
Sriram Subramanian 9b30aceea3 KAFKA-935: Fix shutdown tool to work with new controlled shutdown API; reviewed by Neha Narkhede 12 years ago
Jun Rao 9bd2a11486 kafka-931; make zookeeper.connect a required property; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede fb37ea8c74 KAFKA-905 Logs can have same offsets causing recovery failure; reviewed by Jun, Neha and Jay 12 years ago
Jun Rao 43c43b1c6d kafka-903; Attempt to swap the new high watermark file with the old one failed on Windows; patched by Jun Rao; reviewed by Neha Narkhede, Jay Kreps and Sriram Subramania 12 years ago
Sriram Subramanian 4f387ae435 kafka-927; Integrate controlled shutdown into kafka shutdown hook; patched by Sriram Subramanian; reviewed by Neha Narkhede and Jun Rao 12 years ago
Neha Narkhede 658427638f KAFKA-928 new topics may not be processed after ZK session expiration in controller; reviewed by Jun Rao 12 years ago
Joel Koshy 4850519a2c KAFKA-921; Expose max lag and min fetch rate mbeans for consumers and replica fetchers; reviewed by Jun Rao. 12 years ago
Jun Rao 1caae2c2a1 kafka-899; LeaderNotAvailableException the first time a new message for a partition is processed; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Jun Rao d93cbc610a kafka-920; zkclient jar 0.2.0 is not compatible with 0.1.0; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Milosz Tanski dc0de29253 kafka-856; Correlation id for OffsetFetch request (#2) always responds with 0; patched by Milosz Tanski; reviewed by Jun Rao 12 years ago
Jun Rao 492ed7a35d trivial change to fix incorrect comment in Message 12 years ago
Jun Rao 436dd25a48 kafka-259; Give better error message when trying to run shell scripts without having built/downloaded the jars yet; patched by Ashwanth Fernando; reviewed by Jun Rao 12 years ago
Neha Narkhede bbb161aa25 KAFKA-923 Improve controller failover latency. Remove unnecessary zookeeper reads; reviewed by Jun Rao 12 years ago
Jun Rao e4f287db61 kafka-649; Cleanup log4j logging (extra); patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Jun Rao 312ed2e67a kafka-900; ClosedByInterruptException when high-level consumer shutdown normally; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
John Fung 85c7159154 KAFKA-922 System Test - set retry.backoff.ms=300 to testcase_0119; reviewed by Neha Narkhede 12 years ago
Joel Koshy 517af4779a KAFKA-916; Break deadlock between fetcher shutdown and error partition handling; reviewed by Jun Rao. 12 years ago
Phil Hargett 59599cc127 kafka-919; Disabling of auto commit is ignored during consumer group rebalancing; patched by Phil Hargett; reviewed by Jun Rao 12 years ago
Joel Koshy ffd84eb23f KAFKA-914; Break deadlock between initial rebalance and watcher-triggered rebalances; reviewed by Jun Rao and Neha Narkhede 12 years ago
Jun Rao 32cd8994bf kafka-907; controller needs to close socket channel to brokers on exception ; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede e93937c886 Minor logging fix 12 years ago
Neha Narkhede 2d40ca30d3 KAFKA-901 follow up changes to fix update metadata response handling and request logging 12 years ago
Neha Narkhede eff59330f2 KAFKA-901: Follow up minor changes 12 years ago
Neha Narkhede cfdc403e17 KAFKA-901 Kafka server can become unavailable if clients send several metadata requests; reviewed by Jun Rao 12 years ago
Neha Narkhede 988d4d8e65 KAFKA-892 Change request log to include request completion not handling; reviewed by Joel Koshy 12 years ago
Neha Narkhede cae19aa44f KAFKA-889 Add mbeans to track socket server's response queue size in addition to request queue size; reviewed by Jun Rao and Joel Koshy 12 years ago
Neha Narkhede d726e14eea KAFKA-890 The list of brokers for fetching metadata should be shuffled; reviewed by Joel Koshy 12 years ago
Neha Narkhede 103aef8ca3 KAFKA-887 Standardize logging for partition information to [%s,%d] format; reviewed by Swapnil and Jun 12 years ago
Neha Narkhede a61e738138 change to standardize on [%s,%d] for partition 12 years ago
Joel Koshy e37a464420 Trivial commit - warn on consumer fetch request errors. 12 years ago
Jun Rao 6e640e3556 kafka-880; NoLeaderPartitionSet should be cleared before leader finder thread is started up; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 2d7403174f kafka-871; Rename ZkConfig properties; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago