Fork me on GitHub
#datomic
<
2021-05-31
>
eraad16:05:15

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 Lane20:05:20

@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.

eraad20:05:02

@joe.lane Thanks, this is what I was looking for

kenny23:05:26

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