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

Add capability create consistent transactions #4533

Merged
merged 1 commit into from
Jan 18, 2019

Commits on Jan 18, 2019

  1. Add capability create consistent transactions

    To make this possible, some things are added:
     - The capability to lock all tables on a tablet, to momenterily stop updates
     - Once the database is locked, we can create multiple consistent snapshot
       transactions that all share the same view of the data
     - Adds the capability to have replication move forward to a specific point
       in the transaction log
    
    This commit also refactors tabletserver and tx_engine, moving logic of
    state transitions into the tx engine.
    
    Signed-off-by: Andres Taylor <antaylor@squareup.com>
    systay committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    be97d69 View commit details
    Browse the repository at this point in the history