datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
eraad 2021-05-31T16:22:15.129800Z

Hi! I would appreciate your feedback on this issue (“too many files open” error) if anyone experienced it in the past: https://forum.datomic.com/t/transactor-stops-responding-with-too-many-open-files-error/1863

Joe Lane 2021-05-31T20:40:20.134500Z

@eraad I would be suspicious of your dependencies. This is not related to dynamically constructing queries, but more likely a library that is "opening files" aka opening socket connections (such as outbound http requests). The quickest way to determine where sockets are being opened is likely to connect YourKit or Java Mission Control to a running JVM locally and perform the API requests to your local machine, watching for where / when sockets are being opened.

eraad 2021-05-31T20:41:02.135Z

@lanejo01 Thanks, this is what I was looking for

kenny 2021-05-31T23:39:26.136200Z

When a Datomic query times out, does Datomic stop all work on that query?