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
crimson/osd/pg: duplicate_obc to not create ObjectContext
Creating an ObjectContext instance will also result
in creating unnecessary members such as ObjectContext::tri_mutex.
While it should not cause any issues, it makes debugging tri_mutex
much harder as each object will result in an extra (unused) lock which
is destructed in the end of every run_executer execution (due to
the required `rollback_on_error.cancel()` call).
Signed-off-by: Matan Breizman <[email protected]>
0 commit comments