Hi folks, I have 5 zookeeper server. I want to stop and reset it. I do this steps for a while and worked fine, but today when I try such job, always it gives me the following statistics: Zookeeper version: 3.4.6--1, built on 11/11/2014 00:35 GMT Clients: /10.66.64.65:47601[1](queued=0,recved=1,sent=1) /10.66.66.39:34804[0](queued=0,recved=1,sent=0) /10.66.64.65:47548[1](queued=0,recved=1,sent=1) /10.66.64.65:47480[1](queued=0,recved=1,sent=1) /10.66.64.65:47385[1](queued=0,recved=1,sent=1) /10.66.64.65:47441[1](queued=0,recved=1,sent=1)
Latency min/avg/max: 11/20/53 Received: 78 Sent: 10 Connections: 6 Outstanding: 0 Zxid: 0x10000000f Mode: follower Node count: 4 Zookeeper version: 3.4.6--1, built on 11/11/2014 00:35 GMT Clients: /10.66.64.65:36860[1](queued=0,recved=1,sent=1) /10.66.66.39:47309[0](queued=0,recved=1,sent=0) /10.66.64.65:36875[1](queued=0,recved=1,sent=1) Latency min/avg/max: 13/33/53 Received: 79 Sent: 4 Connections: 3 Outstanding: 0 Zxid: 0x10000000f Mode: follower Node count: 4 Zookeeper version: 3.4.6--1, built on 11/11/2014 00:35 GMT Clients: /10.66.66.39:46689[0](queued=0,recved=1,sent=0) /10.66.64.65:56020[1](queued=0,recved=1,sent=1) /10.66.64.65:55968[1](queued=0,recved=1,sent=1) /10.66.64.65:55918[1](queued=0,recved=1,sent=1) /10.66.64.65:55955[1](queued=0,recved=1,sent=1) Latency min/avg/max: 10/11/14 Received: 64 Sent: 8 Connections: 5 Outstanding: 0 Zxid: 0x10000000f Mode: leader Node count: 4 Zookeeper version: 3.4.6--1, built on 11/11/2014 00:35 GMT Clients: /10.66.64.65:48930[1](queued=0,recved=1,sent=1) /10.66.64.65:48993[1](queued=0,recved=1,sent=1) /10.66.66.39:41065[0](queued=0,recved=1,sent=0) /10.66.64.65:48898[1](queued=0,recved=1,sent=1) Latency min/avg/max: 9/11/14 Received: 67 Sent: 6 Connections: 4 Outstanding: 0 Zxid: 0x10000000f Mode: follower Node count: 4 Zookeeper version: 3.4.6--1, built on 11/11/2014 00:35 GMT Clients: /10.66.64.65:42399[1](queued=0,recved=1,sent=1) /10.66.66.39:51932[0](queued=0,recved=1,sent=0) Latency min/avg/max: 11/11/11 Received: 60 Sent: 2 Connections: 2 Outstanding: 0 Zxid: 0x10000000f Mode: follower Node count: 4 First of all, I want Zxid start from 0x00000. I am really wondering from where does transactions (0x10000000f = 15) come from? By the way, I also confirm deleting all datadir and log history in each zookeeper server before I start running the zookeeper. Secondly, when I am trying to establish new connection (client) with above state. It gives me an error like "Error occurred during initialization of VM java.lang.OutOfMemoryError: unable to create new native thread" Can anyone help me with such issues? Thank you Ibrahim -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/Zookeeper-doesn-t-allow-to-reset-tp7580624.html Sent from the zookeeper-user mailing list archive at Nabble.com.
