This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-18
Channels
- # ai (1)
- # beginners (71)
- # boot (15)
- # cider (26)
- # clara (4)
- # cljs-dev (81)
- # cljsrn (26)
- # clojure (393)
- # clojure-berlin (2)
- # clojure-dev (5)
- # clojure-dusseldorf (1)
- # clojure-greece (5)
- # clojure-italy (6)
- # clojure-russia (97)
- # clojure-serbia (11)
- # clojure-sg (2)
- # clojure-spec (14)
- # clojure-uk (66)
- # clojurescript (58)
- # core-async (19)
- # cursive (18)
- # data-science (2)
- # datomic (75)
- # emacs (20)
- # events (5)
- # figwheel (1)
- # graphql (2)
- # hoplon (29)
- # jobs-discuss (3)
- # juxt (6)
- # lein-figwheel (1)
- # london-clojurians (2)
- # lumo (29)
- # mount (9)
- # off-topic (4)
- # om (16)
- # onyx (25)
- # other-languages (2)
- # pedestal (38)
- # protorepl (2)
- # re-frame (20)
- # reagent (9)
- # ring-swagger (6)
- # sql (10)
- # unrepl (3)
- # untangled (19)
- # utah-clojurians (1)
- # videos (2)
- # vim (20)
i don't think tx-range
is producing the clojure.lang.Delay
in onyx-datomic. at least I can't seem to repro, though if I run my onyx job it repros every time. still digging but not sure where to start. currently throwing a ton of log statements in onyx-datomic.
@devth it’s such a weird one. I am pretty sure it’s coming from somewhere in datomic though.
we certainly don’t use delay in onyx
ok. the reason I don't think it was is because I started logging params used to call tx-range
, e.g.:
tx-range 7174
tx-range 7560
My guess is that there’s just some code path that will return a delay inconsistently
Can you paste the stack trace again?
You’re using onyx 0.9 still, right?
k, one sec. will come up with a version of onyx-datomic that you can try
@devth can you try to make it happen with onyx-datomic 0.9.15.1-20170518.234522-2
?
It immediately tries to serialize the segments fetched from tx-range
then it will print them if it can’t
[idx-2848043163-77jsn idx] ERROR COMPRESSING TXRANGE ENTRIES
[idx-2848043163-77jsn idx] ({:id #uuid "591a05cc-9a78-4005-84f3-fad2cf9694da", :data #object[java.util.Arrays$ArrayList 0x2b76db59
Ah actually I should try and unroll it first. One moment - I’ll get you another version
Can you try 0.9.15.1-20170518.235538-3