Neha Narkhede
|
6dbf9212ae
|
KAFKA-826 Make Kafka 0.8 depend on metrics 2.2.0 instead of 3.x; reviewed by Swapnil Ghike, Neha Narkhede, Matt Christiansen, Scott Carey
|
12 years ago |
Jun Rao
|
ae362b0864
|
kafka-649; Cleanup log4j logging; patched by Jun Rao; reviewed by Jay Kreps
|
12 years ago |
Neha Narkhede
|
ef123c20b8
|
KAFKA-858 High watermark values can be overwritten during controlled shutdown; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
d4a70eb9b0
|
kafka-850; add an option to show under replicated partitions in list topic command; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
756be5363b
|
KAFKA-849 Bug in controller's startup/failover logic fails to update in memory leader and isr cache causing other state changes to work incorrectly; reviewed by Jun Rao and Swapnil Ghike
|
12 years ago |
Neha Narkhede
|
1d3c343f57
|
KAFKA-851 Broken handling of leader and isr request leads to incorrect high watermark checkpoint file; reviewed by Jun Rao and Swapnil Ghike
|
12 years ago |
Neha Narkhede
|
3ead78b966
|
KAFKA-840 Post commit
|
12 years ago |
Jun Rao
|
5a50f7e555
|
kafka-846; AbstractFetcherThread should do shallow instead of deep iteration; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
bd262ac708
|
KAFKA-842 Mirror maker can lose some messages during shutdown; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
3c27988ca4
|
kafka-827; improve list topic output format; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
a9ce73cfd3
|
KAFKA-840 Controller tries to perform preferred replica election on failover before state machines have started up; reviewed by Neha Narkhede
|
12 years ago |
Jun Rao
|
06911384f2
|
trivial fix to print key properly in DumpLogSegments
|
12 years ago |
Dragos Manolescu
|
68528dafa1
|
kafka-807; LineMessageReader doesn't correctly parse the key separator; patched by Dragos Manolescu; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
9f6af315ca
|
KAFKA-831 Controller does not send the complete list of partitions to a newly started broker; reviewed by Jun Rao and Swapnil Ghike
|
12 years ago |
Jun Rao
|
6e05d7da86
|
kafka-832; 0.8 Consumer prevents rebalance if consumer thread is blocked or slow; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
1d5e95f6c4
|
KAFKA-831 Controller does not send the complete list of partitions to a newly started broker; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
66b1038957
|
KAFKA-829 Mirror maker needs to share the migration tool request channel; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
be3ce14721
|
Missing file from KAFKA-828
|
12 years ago |
Swapnil Ghike
|
2fe3f9fef6
|
KAFKA-828 Preferred Replica Election does not delete the admin path on controller failover; reviewed by Neha Narkhede and Jun Rao
|
12 years ago |
Neha Narkhede
|
c5e354d3ab
|
KAFKA-830 partition replica assignment map in the controller should be a Set; reviewed by Jun Rao and Swapnil Ghike
|
12 years ago |
Jun Rao
|
e367f3ffb3
|
kafka-825; KafkaController.isActive() needs to be synchronized; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
df221297c7
|
kafka-813; (add the missing file) Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao
|
12 years ago |
Swapnil Ghike
|
28ee785536
|
kafka-813; Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao
|
12 years ago |
Neha Narkhede
|
51421fcc01
|
KAFKA-816 Reduce noise in Kafka server logs due to NotLeaderForPartitionException; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
08b2a37c33
|
KAFKA-820 Topic metadata request handling fails to return all metadata about replicas; reviewed by Jun Rao
|
12 years ago |
Swapnil Ghike
|
7b14ebae33
|
kafka-811; (Delta) Fix clientId in migration tool; patched by Swapnil Ghike; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
a737986e54
|
KAFKA-815 Improve SimpleConsumerShell to take in a max messages config option;reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
a376f92214
|
Support deep iteration in DumpLogSegments tool; patched by Jun Rao; reviewed by Neha Narkhede; kafka-812
|
12 years ago |
Jun Rao
|
46ebdc16e9
|
Incorrect index in the log of a follower; patched by Jun Rao; reviewed by Neha Narkhede and Jay Kreps; kafka-804
|
12 years ago |
Swapnil Ghike
|
d40d255bc8
|
KAFKA-811 Fix clientId in migration tool; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
7fd9268f7b
|
KAFKA-808 Migration tool internal queue between consumer and producer threads should be configurable; reviewed by Jun Rao
|
12 years ago |
Swapnil Ghike
|
3b3fb7fed6
|
kafka-763 delta; Add an option to replica from the largest offset during unclean leader election; patched by Swapnil Ghike; reviewed by Jun Rao
|
12 years ago |
Swapnil Ghike
|
0a92835304
|
KAFKA-763 follow up changes; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
c5462864aa
|
KAFKA-802 Flush message interval is based on compressed message count; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
dd96761639
|
kafka-801; Fix MessagesInPerSec mbean to count uncompressed message rate; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
290d5e0eac
|
kafka-763; Add an option to replica from the largest offset during unclean leader election; patched by Swapnil Ghike; reviewed by Jun Rao
|
12 years ago |
Sriram Subramanian
|
485afe646a
|
KAFKA-800 inSyncReplica in Partition needs some tweaks; reviewed by Jun Rao and Neha Narkhede
|
12 years ago |
Neha Narkhede
|
da1dc17887
|
KAFKA-798 Use biased histograms instead of uniform histograms in KafkaMetricsGroup; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
5a275b077a
|
KAFKA-787 Simple Consumer connecting to Broker that is not the Leader generates wrong error; reviewed by Jun Rao
|
12 years ago |
Swapnil Ghike
|
19ae1959b0
|
Include controllerId in all requests sent by controller; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-793
|
12 years ago |
Jun Rao
|
771760ce23
|
MirrorMaker with shallow.iterator.enable=true produces unreadble messages; patched by Jun Rao; reviewed by Neha Narkhede; kafka-732
|
12 years ago |
Swapnil Ghike
|
eae1bd52ef
|
Standardize Zk data structures for Re-assign partitions and Preferred replication election; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-779
|
12 years ago |
Swapnil Ghike
|
2457bc49ef
|
KAFKA-513 Add state change log to Kafka brokers; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
2e64c6a5f2
|
Use withRequiredArg while parsing jopt options in all tools; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-786
|
12 years ago |
Neha Narkhede
|
a971a27b59
|
KAFKA-785 Resolve bugs in PreferredReplicaLeaderElection admin tool; reviewed by Swapnil Ghike and Neha Narkhede
|
12 years ago |
Sriram Subramanian
|
0ee46e05dd
|
System Test Transient Failure on testcase_0122; patched by Sriram Subramanian; reviewed by Jun Rao and Neha Narkhede; kafka-772
|
12 years ago |
Swapnil Ghike
|
db65c95735
|
KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
cea27356fe
|
KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede
|
12 years ago |
Sriram Subramanian
|
89622c8e88
|
KAFKA-671 DelayedProduce requests should not hold full producer request data; reviewed by Neha Narkhede, Jun Rao and Jay Kreps
|
12 years ago |
Neha Narkhede
|
4f752cab18
|
KAFKA-775 Very long error message on the producer during produce requests failures; skipped review since patch is minor log4j change
|
12 years ago |