[Zookeeper-user] NPE in om.yahoo.jute.Utils.toCSVString(Utils.java:128)

2008-07-16 Thread Martin Schaaf
Hi, FYI today I found this NPE in the logs. After this Exception an Error event was thrown. java.lang.NullPointerException at com.yahoo.jute.Utils.toCSVString(Utils.java:128) at com.yahoo.jute.CsvOutputArchive.writeString(CsvOutputArchive.java: 95) at com.yahoo.zookeepe

Re: [Zookeeper-user] Concurrency related question in Zookeeper

2008-07-16 Thread Benjamin Reed
Writes are processed serially inside of ZooKeeper. Things are pipelined though, so there can be many writes outstanding. ben Avinash Lakshman wrote: > Hi All > > I understand writes to Zookeeper are probably serialized. But suppose > I have two znodes /A/A1 and /A/A2 can modifications to these zn

Re: [Zookeeper-user] NPE in om.yahoo.jute.Utils.toCSVString(Utils.java:128)

2008-07-16 Thread Patrick Hunt
Thanks for the report, I created a new JIRA for this: https://issues.apache.org/jira/browse/ZOOKEEPER-77 Patrick Martin Schaaf wrote: > Hi, > > FYI today I found this NPE in the logs. After this Exception an Error > event was thrown. > > java.lang.NullPointerException > at com.yahoo.ju