Skip to content

Backend: filesystem race condition between readdir and deleteitem #225

Description

@IzKuipers

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Can't reproduceThe bug can't be reproducedFilesystems & file managerThis concerns the ArcOS filesystems, the load save dialog or the file manager itself.ReArc BackendThis concerns either the backend itself or the client -> server connectionbugSomething isn't working

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions