question for outstandingChanges and outstandingChangesForPath

2018-08-03 Thread
Recently I've learned *zookeeper* standalone server souce code, now I know each request will process by *PrepRequestProcessor* -> *SyncRequestProcessor* -> *FinalRequestProcessor*, I found that *PrepRequestProcessor* will create a *changeRecord* and put it into *outstandingChanges* and *outstanding

Re: question for observer read only mode

2018-07-17 Thread
tps://issues.apache.org/jira/browse/ZOOKEEPER-1607 > > Patch available, but never been committed, so the feature is basically not > yet implemented. > > Regards, > Andor > > > > On Tue, Jul 17, 2018 at 4:31 AM, 凌风郎少 wrote: > > > Hi, all > > > > I’m a

question for observer read only mode

2018-07-16 Thread
Hi, all I’m a java developer, I found observer node can’t transform from r/w mode to read only mode when partition happen, client connected to observer will get can not find node xxx exception. Is it a bug?if so, is anyone fixing this or I wanna do this I’m looking forward to any feedback. i