bmistree / ralph

Distributed transactional language
5 stars 0 forks source link

Consider effects of immediate completes on reads on failures #64

Open bmistree opened 10 years ago

bmistree commented 10 years ago

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.