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
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: