You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need this, and I am happy to implement it. As the current API is very minimal, do you have any input on what the API should look like?
I am also unsure on what the semantics of concurrent operations should be. The simplest approach would be to linearize everything in the background, though that probably rules out a lot of weird concurrency behavior that you might observe on a real filesystem.
Now we only have a very simple file system simulator for the raft use. We need to improve that.
The text was updated successfully, but these errors were encountered: