Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concurrency: retry snapshot serializable stm if writes since first header rev #8439

Merged
merged 3 commits into from
Aug 23, 2017

Commits on Aug 23, 2017

  1. integration: test serializable snapshot STM with old readset revisions

    Was hanging.
    Anthony Romano committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    b9ef491 View commit details
    Browse the repository at this point in the history
  2. concurrency: retry snapshot serializable stm if writes since first he…

    …ader rev
    
    Was checking the rset key mod rev, which does not work.
    Anthony Romano committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    1d19552 View commit details
    Browse the repository at this point in the history
  3. concurrency: fix STM example to add to balance

    Worked by coincidence; the txn would always retry and there
    was a 1/10 chance it would pass by selecting the same to/from keys.
    Anthony Romano committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    b206afc View commit details
    Browse the repository at this point in the history