There's a bug in the ReArc backend that occurs when you delete a lot of files in one go from the client. Doing so causes a race condition where the readdir operation tries to stat a file right as the deleteitem operation took that file away. This results in a 404 error from the backend.
There's a bug in the ReArc backend that occurs when you delete a lot of files in one go from the client. Doing so causes a race condition where the readdir operation tries to stat a file right as the deleteitem operation took that file away. This results in a 404 error from the backend.