onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
2018-04-19T17:19:21.000003Z

Hi, I'm using the :read-log datomic plugin and each transaction seems to be read exactly twice. Is this expected behavior? (This is on my dev machine, but with external kafka and zookeeper)

lucasbradstreet 2018-04-19T17:23:53.000192Z

That is not the expected behaviour, no.

lellis 2018-04-19T20:19:44.000546Z

Hello everyone, yesterday we had a problem here in our zookeeper park, we had to reset the snapshot folder and changed the tenancy-id but do not mess with S3. Our job :onyx.plugin.datomic/read-log returned to normal but a specific t was looped. I have generic exception handling for all tasks and have no exception in the log. I would like a help to understand a possible problem. It runs every 2 minutes this: no errors, but always retry

lucasbradstreet 2018-04-19T20:21:01.000368Z

Very strange. Can you stick the relevant parts of your onyx.log somewhere? Can be private / sanitised if necessary.

lucasbradstreet 2018-04-19T20:22:23.000146Z

I assume that did not happen before this issue?

lellis 2018-04-19T20:23:33.000576Z

Yes, not happen.

lucasbradstreet 2018-04-19T21:09:35.000298Z

Hmm, yes, something strange is up there. It’s probably a bad error message. Are the tasks connected in the workflow?

sparkofreason 2018-04-19T21:14:26.000323Z

No. That must be it.

lucasbradstreet 2018-04-19T21:29:00.000365Z

Created an issue https://github.com/onyx-platform/onyx/issues/855. Let us know if it doesn’t turn out to be that

lucasbradstreet 2018-04-19T21:29:11.000070Z

^ newbie issue for anyone interested in a PR