Open
Description
When storing a large file (over 2 hours). With AVAILABLE_PROCESSORS=0
It looks like the java process goes to sleep midway through.
Running strace on the PID gives this message:
futex(0x7fe0b8229078, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY
Is this a thread deadlocking issue?