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
Correctly synchronize RecoveryState#Translog internal state (#81528)
* Correctly synchronize RecoveryState#Translog internal state
We must synchronize all access to the internal state, otherwise
there's no read/write memory barriers when deserializing/serialize
the state from the wire.
* Remove synchronization from the constructor
Co-authored-by: Elastic Machine <[email protected]>
0 commit comments