Fork me on GitHub
#xtdb
<
2021-01-20
>
joe smith00:01:10

ah here it is

refset15:01:08

Welcome! Hope you weren't searching for too long 🙂

jonpither18:01:23

Happy 400th!

jarohen15:01:22

Afternoon folks - 1.14.0's out with the below fixes 🚀 As always, full details in the release notes at https://github.com/juxt/crux/releases/tag/21.01-1.14.0. This one has an index version bump for cases where you put, evict and then re-put the same entity - if you'd already upgraded to 1.13.0, see the release notes for how to skip it if this doesn't apply to you. Big thanks to @sagarvrajalal @kevin842 @levitanong @gldidonna @foo @coyotesqrl for raising and helping us track down issues 🙏 https://clojurians.slack.com/archives/CG3AM2F7V/p1610722511020600

👏 18
👍 9
❤️ 15
R.A. Porter19:01:18

I’m working on moving from my external, standalone test Crux node to an embedded node in an Edge-based system. For dev purposes, I’d like to be able to call some sort of shutdown or stop on the node when I reset the environment but I don’t see anything like that. Is there a recommended way to clear and reset the Crux node on an Edge reset (my stores are all on disk for now, so I’m not worried about losing data; I’ll be moving to a Kafka tx store soon).

jarohen19:01:03

The node implements .Closeable, so (.close node) will shutdown the node 🙂