changing jute just changes the message format sent between the client and servers. Nothing more. It doesn't change znodes.
> Changing the DataTree from within is just a manipulation of the server´s > local data, right? yes > It won´t be changed/replicated at any time as long as there are no requests > that aim for that specific DataNode, or will it? some times the server's local database is cleared, e.g., when a follower syncs with leader, etc. On Wed, Jul 17, 2013 at 1:57 AM, Chewy <[email protected]> wrote: > P.S.: > > I just read the code again. Within the PrepRequestProcessor, the > ReconfigRequest seems to be rebuild out of the class QuorumVerifier resp. > QuorumPeerConfig and so on. I don´t think just changing the jute file will > do it, if i want to extend the reconfig request by one or more parameters > that are supposed to add to the Data-Content (byte[]) and should end up > inside the data of the zookeeper/config zNode. > I seem to have to change quite a lot of classes, like quroumVerifier, > RequestProcessors and so on, right? What classes would that be in detail? > > Greetings, > > Frank > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Zookeeper-Internals-Dyn-Reconf-tp7578892p7578915.html > Sent from the zookeeper-user mailing list archive at Nabble.com.
