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
This is definetely due to the write lock acquisition. The operation under write lock does not change the collection structure, thus it can be a read lock. Actual update happened only in filters inside, so there should be an additional lock inside HierarchicalFilters that control access to actual filters
Performance degrade from 25000 RPS to 10000 RPS.
This can be connected with write lock acquisition or be a problem in
add_to_parents
.https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/group.rs#L228
The text was updated successfully, but these errors were encountered: