[IMPROVEMENT] Thread-safe SPDK JSON client #6106
Labels
area/v2-data-engine
v2 data engine (SPDK)
kind/improvement
Request for improvement of existing function
priority/0
Must be implement or fixed in this release (managed by PO)
Milestone
Is your improvement request related to a feature? Please describe (👍 if you like this request)
Now the SPDK JSON client is not thread-safe, while the SPDK engine service cannot use a lock to protect it. This leads to some unexpected errors.
Describe the solution you'd like
Make the client thread-safe:
Describe alternatives you've considered
N/A
Additional context
Without this, some features like offline rebuilding are unstable.
The text was updated successfully, but these errors were encountered: