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
khepri_cluster: Acquire lock before doing a read/modify/write on ?PT_STORE_IDS
[Why]
The code was reading the persistent term, adding/removing a key and
writing the persistent term again.
When several stores are started and/or stopped in parallel, these
unprotected concurent read/modify/write operations could cause some
store properties to be lost in the process.
[How]
The code now acquires a local lock before proceeding with this
read/modify/write.
0 commit comments