kafka-dev / kafka

A distributed publish/subscribe messaging service
http://sna-projects.com/kafka
Apache License 2.0
549 stars 300 forks source link

Issue with closing Kafka broker. #59

Open sh4t4d33p opened 6 years ago

sh4t4d33p commented 6 years ago

I was testing Kafka's load tolerance. I am running Kafka in a multi-node, multi-broker setup. I have 3 machines (with Windows OS) connected in a cluster with one broker in each machine. When I close node 3, it can still send and receive messages, while node 2 cannot receive messages but can send messages. Why is this happening? The leader is node 1.