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
If hardware fails, should prevent read-only events from committing, right? I don't think the current code does this. In particular, consider try_promote_speculated method (section around sf.is_read_only) and first_phase_commit method (around complete_commit) call of SpeculativeAtomicObject.java.
The text was updated successfully, but these errors were encountered:
If hardware fails, should prevent read-only events from committing, right? I don't think the current code does this. In particular, consider try_promote_speculated method (section around sf.is_read_only) and first_phase_commit method (around complete_commit) call of SpeculativeAtomicObject.java.
The text was updated successfully, but these errors were encountered: