Sriharsha Chintalapani
b1b80860a0
KAFKA-1070 Auto assign broker id; reviewed by Neha Narkhede
10 years ago
Jun Rao
e52a6181bf
kafka-1851; OffsetFetchRequest returns extra partitions when input only contains unknown partitions; patched by Jun Rao; reviewed by Neha Narkhede
10 years ago
Joe Stein
f82518a850
KAFKA-1512 Fixes for limit the maximum number of connections per ip address patch by Jeff Holoman reviewed by Jay Krepps and Gwen Shapira
10 years ago
Jun Rao
50b734690a
kafka-1797; (follow-up patch) add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Jay Kreps
10 years ago
Jiangjie Qin
10c6dec34d
KAFKA-1650; (Follow-up patch) to support no data loss in mirror maker; reviewed by Joel Koshy
10 years ago
Gwen Shapira
84521872d1
KAFKA-1824 - fix ConsoleProducer so parse.key and key.separator will work again; reviewed by Neha Narkhede
10 years ago
Jun Rao
92d1d4cd31
kafka-1797; add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Neha Narkhede
10 years ago
Ashish Singh
ae0bb84fa7
KAFKA-742: Existing directories under the Kafka data directory without any data cause process to not start; reviewed by Neha Narkhede
10 years ago
Anatoly Fayngelerin
523b36589e
kafka-1813; Build fails for scala 2.9.2; patched by Anatoly Fayngelerin; reviewed by Jun Rao
10 years ago
Chris Cope
0ef631bc69
kafka-1815; ServerShutdownTest fails in trunk; patched by Chris Cope; reviewed by Jun Rao
10 years ago
Joe Stein
e8ffbd0fee
KAFKA-1812 Allow IpV6 in configuration with parseCsvMap patch by Jeff Holoman reviewed by Gwen Shapira and Joe Stein
10 years ago
Jiangjie Qin
2801629964
KAFKA-1650; avoid data loss when mirror maker shutdown uncleanly; reviewed by Guozhang Wang
10 years ago
Guozhang Wang
3cc10d5ff9
KAFKA-1720; Renamed Delayed Operations after KAFKA-1583; reviewed by Gwen Shapira and Joel Koshy
10 years ago
Dave Parfitt
7e9368baf2
kafka-1803; UncleanLeaderElectionEnableProp in LogConfig should be of boolean; patched by Dave Parfitt; reviewed by Jun Rao
10 years ago
Balaji Seshadri
723fa4c40d
KAFKA-328 Write unit test for kafka server startup and shutdown API; reviewed by Neha Narkhede
10 years ago
Jean-Francois Im
4408f487ae
KAFKA-1783; Add missing slash in documentation for consumer's ZK path; reviewed by Guozhang Wang
10 years ago
Dmytro Kostiuchenko
834b641980
kafka-1667; topic-level configuration not validated; patched by Dmytro Kostiuchenko; reviewed by Jun Rao
10 years ago
Guozhang Wang
9f8b8dad2b
KAFKA-1580; disallow non-admin clients to produce to internal (e.g. offsets) topics; reviewed by Joel Koshy
10 years ago
Jarek Jarcec Cecho
409c367ceb
KAFKA-1654 Provide a way to override server configuration from command line; reviewed by Neha Narkhede
10 years ago
Jiangjie Qin
f0fd70929a
KAFKA-1770; clarify descriptive comments of UnknownTopicOrPartitionException; reviewed by Guozhang Wang
10 years ago
Vladimir Tretyakov
457744a820
kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao
10 years ago
Manikumar Reddy
1c7d783dd6
kafka-1743; ConsumerConnector.commitOffsets in 0.8.2 is not backward compatible; patched by Manikumar Reddy; reviewed by Jun Rao
10 years ago
Jiangjie Qin
ca2cf97a6b
KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang
10 years ago
Joel Koshy
8c35030e4d
Revert "KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang"
...
This reverts commit d99af88eaf
.
10 years ago
Jiangjie Qin
d99af88eaf
KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang
10 years ago
Onur Karaman
53160bb07c
KAFKA-1742; ControllerContext removeTopic does not correctly update state; reviewed by Joel Koshy, Guozhang Wang and Neha Narkhede
10 years ago
Manikumar Reddy
9b3da9fbfd
KAFKA-1739 Remove testComplexCompressDecompress in MessageCompressionTest; reviewed by Neha Narkhede
10 years ago
Jun Rao
f20e5108a2
kafka-1738; Partitions for topic not created after restart from forced shutdown; patched by Jun Rao; reviewed by Neha Narkhede
10 years ago
Jiangjie Qin
4bb020212a
KAFKA-1706; Add a byte bounded blocking queue utility; reviewed by Joel Koshy
10 years ago
Marc Chung
58e3f99e24
kafka-1733; Producer.send will block indeterminately when broker is unavailable; patched by Marc Chung; reviewed by Jun Rao
10 years ago
Jiangjie Qin
1ed9cf6d03
KAFKA-1647; Create replicas on follower transition even if leader is
...
unavailable, otherwise replication offset checkpoints (high water marks)
can be lost on hard kills and restarts; reviewed by Joel Koshy, Neha
Narkhede, Jun Rao and Guozhang Wang
10 years ago
Guozhang Wang
89831204c0
KAFKA-1583; Encapsulate replicated log implementation details into
...
ReplicaManager and refactor KafkaApis; reviewed by Joel Koshy and Jun
Rao
10 years ago
Ewen Cheslack-Postava
20f5b01fea
KAFKA-1732 DumpLogSegments tool fails when path has a '.'; reviewed by Neha Narkhede
10 years ago
Jiangjie Qin
43cb192b59
KAFKA-1719 Make mirror maker exit when one consumer/producer thread exits; reviewed by Neha Narkhede, Joel Koshy and Guozhang Wang
10 years ago
Joe Crobak
e402c7be72
kafka-1711; WARN Property topic is not valid when running console producer; patched by Joe Crobak; reviewed by Jun Rao
10 years ago
Guozhang Wang
35f589bb46
KAFKA-1641; Reset first dirty offset for compaction to earliest offset
...
if the checkpointed offset is invalid; reviewed by Joel Koshy
10 years ago
Muneyuki Noguchi
cda1f73d04
kafka-1727; Fix comment about message format; patched by Muneyuki Noguchi; reviewed by Jun Rao
10 years ago
Ewen Cheslack-Postava
e8923ae33a
KAFKA-1653 Duplicate broker ids allowed in replica assignment; reviewed by Neha Narkhede
10 years ago
Ewen Cheslack-Postava
5152fb7e8e
KAFKA-1108 When controlled shutdown attempt fails, the reason is not always logged; reviewed by Neha Narkhede
10 years ago
James Oliver
37356bfee0
kafka-1493; Use a well-documented LZ4 compression format and remove redundant LZ4HC option; patched by James Oliver; reviewed by Jun Rao
10 years ago
Neha Narkhede
4271ecbf06
KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede and Joel Koshy
10 years ago
Joel Koshy
841387b23a
Revert "KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede"
...
This reverts commit de432a09e6
.
10 years ago
Ewen Cheslack-Postava
de432a09e6
KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede
10 years ago
Ewen Cheslack-Postava
22643bfc2b
KAFKA-979 Add jitter for time based rolling; reviewed by Neha Narkhede and Joel Koshy
10 years ago
Alexis Midon
d5041bc79f
kafka-1702; Messages silently Lost by producer; patched by Alexis Midon; reviewed by Jun Rao
10 years ago
Sriharsha Chintalapani
be2e8a769e
KAFKA-1305. Controller can hang on controlled shutdown with auto leader balance enabled; reviewed by Neha Narkhede and Jun Rao
10 years ago
Ewen Cheslack-Postava
0d65f043fe
KAFKA-1471 Add producer unit tests for LZ4 and LZ4HC compression codecs; patched by James Oliver; reviewed by Neha Narkhede
10 years ago
Sriharsha Chintalapani
09b2b3cbe0
kafka-1699; autoRebalanceScheduler.shutdown() causes deadlock while controller shutting down; patched by Sriharsha Chintalapani; reviewed by Jun Rao
10 years ago
Gwen Shapira
043190c601
kafka-1555; provide strong consistency with reasonable availability; patched by Gwen Shapira; reviewed by Joel Koshy and Jun Rao
10 years ago
Mayuresh Gharat
58e58529b3
KAFKA-1648; Robin consumer balance throws an NPE when there are no topics
10 years ago