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 method is called in a lot of places (via another getIndex method) and we should consider removing the synchronization. The indices variable is already a concurrent hashmap.
The text was updated successfully, but these errors were encountered:
indices
inGlobalState
is synchronized in thegetIndex
method:nrtsearch/src/main/java/com/yelp/nrtsearch/server/luceneserver/GlobalState.java
Line 234 in 6b21669
This method is called in a lot of places (via another getIndex method) and we should consider removing the synchronization. The indices variable is already a concurrent hashmap.
The text was updated successfully, but these errors were encountered: