From: https://forum.image.sc/t/issues-with-nfs-mount-of-omero-data-dir/95763/10
Related to this we ran a strace for the Blitz-0 process and saw quite often funny lines like this:
1603 newfstatat(AT_FDCWD, "/opt/omero/server/OMERO.server-5.6.10-ice36/etc/SELECT image/series FROM Pixels WHERE id = :id.class", 0x7f39badfae60, 0) = -1 ENOENT (No such file or directory)
The mixed in SQL query into the path seems very odd and certainly do not help with reducing I/O load and errors.
From: https://forum.image.sc/t/issues-with-nfs-mount-of-omero-data-dir/95763/10
Related to this we ran a strace for the Blitz-0 process and saw quite often funny lines like this:
1603 newfstatat(AT_FDCWD, "/opt/omero/server/OMERO.server-5.6.10-ice36/etc/SELECT image/series FROM Pixels WHERE id = :id.class", 0x7f39badfae60, 0) = -1 ENOENT (No such file or directory)
The mixed in SQL query into the path seems very odd and certainly do not help with reducing I/O load and errors.