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
Motivation:
As parallel threads modifies open-stateid sequence number the
FileTracker should always return a copy to avoid that sequence
is modified before reply is sent.
Modification:
Update FileTracker#addOpen and FileTracker#downgradeOpen to return a
copy of stateid.
Result:
Spec compliant behaviour in concurrent environment.
Fixes: #96
Acked-by: Albert Rossi
Target: master, 0.24, 0.23
0 commit comments