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

[BUG]Fix data_status sync issue #82

Open
charles-typ opened this issue Jul 12, 2019 · 1 comment
Open

[BUG]Fix data_status sync issue #82

charles-typ opened this issue Jul 12, 2019 · 1 comment
Assignees

Comments

@charles-typ
Copy link
Collaborator

Describe the bug

In the directory server, there will be sync issues when a thread tries to delete a data block and another thread tries to read the the data blocks(vector).

@anuragkh
Copy link
Member

A simple fix would be to switch the directory server threading model to non_blocking_server with a single serving thread and multiple IO threads. I can take care of this.

@anuragkh anuragkh self-assigned this Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants