A minor correction: The data is both stored in memory and written to a transaction log, then snapshot to disk. There are tools for parsing the transaction logs and snapshots but they're mostly useful only for server debugging On Nov 18, 2013 12:20 AM, "Cameron McKenzie" <[email protected]> wrote:
> The data is all stored in memory and then periodically snapshotted to disk > as far as I know. It will be under your data directory wherever you've > configured that to be, but it's not going to be human readable. > > > On Mon, Nov 18, 2013 at 4:15 PM, Techy Teck <[email protected]> > wrote: > > > One question on this I have is, if I am running zookeeper locally on my > > desktop, then where does the actual znode gets created? Can we see it in > > some files at some location in Zookeeper directory path? > > > > > > On Sun, Nov 17, 2013 at 9:12 PM, Cameron McKenzie < > [email protected] > > >wrote: > > > > > Server side. > > > > > > You can use the zkCli.sh utility to see what's present on the server. > > > > > > > > > On Mon, Nov 18, 2013 at 1:17 PM, tvvraju <[email protected]> wrote: > > > > > > > Hi, > > > > > > > > I am newbee to Zookeeper. Sorry , If I am asking a silly and basic > > > > question. > > > > I know that , when zookeeper client connects to the server and ask to > > > > 'create /test'. A zNode by name 'test' is created. Where is it > created, > > > at > > > > client side or server side? What is the process to see it? > > > > > > > > Thanks, > > > > Raju. > > > > > > > > > > > > > > > > -- > > > > View this message in context: > > > > > > > > > > http://zookeeper-user.578899.n2.nabble.com/Are-the-Zookeeper-nodes-created-at-Client-Side-or-Server-Side-tp7579314.html > > > > Sent from the zookeeper-user mailing list archive at Nabble.com. > > > > > > > > > >
