Skip to content

Backend: filesystem race condition between readdir and deleteitem #225

@IzKuipers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Filesystems & 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