Fork me on GitHub
#xtdb
<
2022-10-28
>
dharrigan20:10:22

Just came across something, probably me?

refset20:10:33

Hey @U11EL3P9U 🙂 Not seen this one before :thinking_face: how are you running this? in a local REPL?

refset20:10:24

Which JVM and Clojure version are you using?

dharrigan20:10:31

19, 1.11.1

👌 1
dharrigan20:10:56

It's a bit late, so perhaps i'll continue this later (had a long day at work too)

blob_thumbs_up 1
dharrigan21:10:09

(oh, latest xtdb btw, just following tutorial)

refset21:10:37

No worries, last thought though - wondering if maybe this is trying to pretty-print or something

dharrigan21:10:25

Could be, I'm using avviso to give me colours

refset21:10:06

> Primarily, the install-pretty-exceptions function overrides several internal Clojure functions to enable https://ioavisopretty.readthedocs.io/en/latest/exceptions.html. > [via https://ioavisopretty.readthedocs.io/en/latest/repl.html] hmm, seems like a plausible explanation given how we define a custom print-method: https://github.com/xtdb/xtdb/blob/ed7801f6aa8e7abc061d6940921b58d69514c05a/core/src/xtdb/node.clj#L261-L262

dharrigan20:10:37

(require '[xtdb.api :as xt])
(xt/start-node {})

dharrigan20:10:53

[2022-10-28 21:37:32,132] --- [INFO ][xtdb.tx                  ] - Started tx-ingester
Error printing return value (StackOverflowError) at clojure.core/chunk-first (core.clj:704).