Håkan Råberg
Håkan Råberg
I think there might be a chance that running LMDB/mmap on Fargate in the /tmp creates some issues. Might be worth trying to use the scratch volume space: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html Locally...
Depending on your use-case, a workaround is to add some form of meta document in the transaction itself, this could contain the user and potentially additional information like transaction operations...
There's some overlap with this and the monitoring and metrics.
I would say it's a bug, as it's available to the API and used to work.
Thanks Artella, will have a look at this and try to understand what's actually happening before merging it :-) I'm back in London, will dig into all the Shen.java stuff...
Hi Eric, This port of Shen was last changed in 2013, and is stuck on an ancient version of Shen. I'm not actively working on or maintaining this, So either...
Related to #155.
For reference, if someone else decided to look at this, there's a script to build the native image here: `dev/build-graal-native-image.sh`
For reference: https://github.com/oracle/graal/blob/master/substratevm/LIMITATIONS.md
Also, we currently use Clojure 1.9 in the Graal profile. This due to this Clojure bug: https://dev.clojure.org/jira/browse/CLJ-1472 This bug is in 1.9 as well, but that version of spec doesn't...