Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simulate fs #28

Open
wangrunji0408 opened this issue Aug 2, 2022 · 1 comment
Open

simulate fs #28

wangrunji0408 opened this issue Aug 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wangrunji0408
Copy link
Member

Now we only have a very simple file system simulator for the raft use. We need to improve that.

@wangrunji0408 wangrunji0408 added the enhancement New feature or request label Aug 2, 2022
@m-mueller678
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants