Fork me on GitHub
#onyx
<
2018-09-19
>
rustam.gilaztdinov08:09:04

Hello! Started getting this exception:

org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /onyx/d1e7b515-100e-4da6-a57d-e4a6f67f6c49/log/entry-
    code: -101
    path: "/onyx/d1e7b515-100e-4da6-a57d-e4a6f67f6c49/log/entry-"
Nothing changed in code, how can I fix this?

jasonbell10:09:30

Stop zookeeper, clear out the node tree and start again.

jasonbell10:09:41

Try a restart first but I think the same issue will appear

rustam.gilaztdinov10:09:54

> clear out the node tree how can I do this?

jasonbell14:09:32

what type of zookeeper are you running?

jasonbell14:09:44

is it standalone or the in memory one?

jasonbell15:09:27

Well the in memory should clean up after itself.

jasonbell15:09:57

It's been a while since I've looked at the Onyx libs so I've not done anything with the more recent versions.

lucasbradstreet16:09:32

That’s an odd issue, as the entry it’s reading should definitely have a number suffix. If you bump the onyx/tenancy-id, my hope would be that it’ll start working again, but you will need to use resume points to resume the state. Bumping the tenancy id should be equivalent to clearing out the node tree since it will write to a whole new tenancy.