Fork me on GitHub
#xtdb
<
2021-04-22
>
dvingo01:04:20

Hi, I'm playing with the Crux Console. here is a query that results in an exception which brings down the browser app: http://localhost:3000/_crux/query?query-edn=%7B%3Afind+%5B(pull+%3Fe+%5B%5D)%5D%2C+%3Awhere+%5B%5B%3Fe+%3Acrux.db%2Fid%5D%5D%7D

(crux/status crux-node)
=>
{:crux.version/version "21.04-1.16.0-beta",
 :crux.version/revision nil,
 :crux.kv/kv-store "crux.rocksdb.RocksKv",
 :crux.kv/estimate-num-keys 2841,
 :crux.kv/size 19212580,
 :crux.index/index-version 17,
 :crux.doc-log/consumer-state nil,
 :crux.tx-log/consumer-state nil}

🙏 5
refset08:04:07

Hey again, thanks for this. It's not completely surprising...we were building the UI slightly before developing pull (then called eql/project) and didn't circle back to ensure the two played together nicely. We actually already have this issue for it https://github.com/juxt/crux/issues/1005 I'll add a comment with your query 🙂

dvingo12:04:40

Thanks for the prompt reply 🙂 that makes sense I'll keep an eye on updates for this

👌 2