exasol/bucketfs-java

Add blocking delete

jakobbraun opened this issue · 1 comments

Currently, we only have a non-blocking delete function.

Implementing this is not possible because we can't detect from the log files when the deletion of a file is synchronized across the cluster. Waiting around 10s is the only known workaround for Exasol running in a docker container.