Failed shard recovery after hard shutdown

As I said, my guess is that your storage hardware does not properly support the fsync() call. This is often due to a misconfiguration: write caching is sometimes enabled for performance reasons but this breaks fsync() unless all such caches are battery-backed. A simple way to check for this kind of problem is described in this article.

1 Like