Re: connection error among nodes

2015-01-20 Thread Jun Rao
1. bootstrap.servers is only used for issuing the very first metadata request. Once the leader of a topic/partition is found, the producer will talk to the leader brokers directly. 2. Do you see any disconnects in the broker log? Thanks, Jun On Mon, Jan 19, 2015 at 11:05 AM, Sa Li wrote: > He

Re: connection error among nodes

2015-01-19 Thread Sa Li
Hello, Jun I run such command: bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance test-rep-three 100 3000 -1 acks=-1 bootstrap.servers=10.100.98.100:9092, 10.100.98.101:9092 , 10.100.98.102:9092 buffer.memory=6710

Re: connection error among nodes

2015-01-18 Thread Jun Rao
Any issue with the network? Thanks, Jun On Wed, Jan 7, 2015 at 1:59 PM, Sa Li wrote: > Things bother me, sometimes, the errors won't pop out, sometimes it comes, > why? > > On Wed, Jan 7, 2015 at 1:49 PM, Sa Li wrote: > > > > > Hi, Experts > > > > Our cluster is a 3 nodes cluster, I simply te

Re: connection error among nodes

2015-01-07 Thread Sa Li
Things bother me, sometimes, the errors won't pop out, sometimes it comes, why? On Wed, Jan 7, 2015 at 1:49 PM, Sa Li wrote: > > Hi, Experts > > Our cluster is a 3 nodes cluster, I simply test producer locally, see > > bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance > t

connection error among nodes

2015-01-07 Thread Sa Li
Hi, Experts Our cluster is a 3 nodes cluster, I simply test producer locally, see bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance test-rep-three 100 3000 -1 acks=1 bootstrap.servers=10.100.98.100:9092 buffer.memory=67108864 batch.size=8196 But I got such error, I do