dokovan
b24f9c0890
kafka-1798; ConfigDef.parseType() should throw exception on invalid boolean value; patched by dokovan; reviewed by Jun Rao
10 years ago
Manikumar Reddy
74bc8860c3
kafka-1799; (add missing test file) ProducerConfig.METRIC_REPORTER_CLASSES_CONFIG doesn't work; patched by Manikumar Reddy; reviewed by Jun Rao
10 years ago
Manikumar Reddy
8a719e0372
kafka-1799; ProducerConfig.METRIC_REPORTER_CLASSES_CONFIG doesn't work; patched by Manikumar Reddy; reviewed by Jun Rao
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
Guozhang Wang
72601f783e
KAFKA-1624; bump up default scala version to 2.11.4 to compile with java 8; reviewed by Joe Stein, Gwen Shapira and 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
Jun Rao
6f4b8a1011
kafka-17693; javadoc should only include client facing packages; patched by Jun Rao; reviewed by Neha Narkhede
10 years ago
Ewen Cheslack-Postava
26ad54c109
kafka-1721; Snappy compressor is not thread safe; patched by Ewen Cheslack-Postava; reviewed by Jun Rao
10 years ago
Ewen Cheslack-Postava
7d89867c05
kafka-1642; [Java New Producer Kafka Trunk] CPU Usage Spike to 100% when network connection is lost; patched by Ewen Cheslack-Postava; reviewed by Guozhang Wang and 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
Guozhang Wang
2cd9ae7454
KAFKA-1762; Update max-inflight-requests doc-string in producer config to note risk of reordering in the presence of retries
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
Ewen Cheslack-Postava
cbdcd5f108
KAFKA-1746 System tests don't handle errors well; reviewed by Neha Narkhede
10 years ago
Ewen Cheslack-Postava
06e1a6552e
KAFKA-1747 TestcaseEnv improperly shares state between instances; 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
Ewen Cheslack-Postava
12ce4b1e1e
KAFKA-1725 Configuration file bugs in system tests add noise to output and break a few tests; reviewed by Neha Narkhede
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
Geoffrey Anderson
b77099626e
kafka-1700; examples directory - README and shell scripts are out of date; patched by Geoffrey Anderson; 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
4b095760cb
kafka-1698; Validator.ensureValid() only validates default config value; patched by Ewen Cheslack-Postava; reviewed by Jun Rao
10 years ago
Jun Rao
2d322a7bd1
kafka-1717; remove netty dependency through ZK 3.4.x; patched by Jun Rao; reviewed by Sriharsha Chintalapani and 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
Ivan Lyutov
5f1ad107b7
kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao
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
Ewen Cheslack-Postava
7062ed7db3
KAFKA-1692 Include client ID in new producer IO thread name; reviewed by Neha Narkhede
10 years ago
Sriharsha Chintalapani
1733c0bfb0
kafka-1670 (followup to fix system tests); Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jun Rao
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