Hi, On 3 June 2015 at 11:44, kvanhorn <[email protected]> wrote:
> Greetings, > > We are getting "unable to create sequence znode" consistently during our > nightly processing. Does this sound familiar to anyone? There is also a > "-9" associated with it... > What library are you using (Java, C, Python, ..)? Could you provide the code snippet and/or the log output so we can take a look? From the docs, note this: "the counter used to store the next sequence number is a signed int (4bytes) maintained by the parent node, the counter will overflow when incremented beyond 2147483647 (resulting in a name "<path>-2147483647"). " Maybe you are getting the minus sign and your code is not checking for that? -rgs
