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

tabletserver: SBR deprecation #5940

Merged
merged 18 commits into from
Mar 20, 2020

Commits on Mar 17, 2020

  1. tabletserver: remove TxPoolController abstraction

    It was not necessary, and was obfuscating the fact that it's
    wrapping TxEngine.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    481ff93 View commit details
    Browse the repository at this point in the history
  2. deprecation: delete unused event token code

    There was an aspiration that applications will use an event token
    to validate how fresh a replica read was. The feature was neither
    very usable nor used by anyone.
    
    This has now been deleted.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1d66aa0 View commit details
    Browse the repository at this point in the history
  3. tabletserver: simplify some code

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8647051 View commit details
    Browse the repository at this point in the history
  4. deprecation: deprecate DML_PK

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    cbd81a3 View commit details
    Browse the repository at this point in the history
  5. deprecation: implement DMLLimit

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    585fa2a View commit details
    Browse the repository at this point in the history
  6. deprecation: delete lot of SBR code

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4ee0b11 View commit details
    Browse the repository at this point in the history
  7. deprecation: refactor code for readability

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    11e4978 View commit details
    Browse the repository at this point in the history
  8. deprecation: support direct autocommit

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f5a5dc5 View commit details
    Browse the repository at this point in the history
  9. deprecation: tests for planbuilder

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0794095 View commit details
    Browse the repository at this point in the history
  10. deprecation: improve DDL pass-through

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c6af114 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. deprecation: tabletserver tests WIP

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a4e107d View commit details
    Browse the repository at this point in the history
  2. deprecation: tabletserver unit tests pass

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e5c87fc View commit details
    Browse the repository at this point in the history
  3. deprecation: no need to check binlog format

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a1e533d View commit details
    Browse the repository at this point in the history
  4. deprecation: fix other tests under tabletserver

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d5a97a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. deprecation: fix tabletserver endtoend tests

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    8e728d4 View commit details
    Browse the repository at this point in the history
  2. deprecation: fix other e2e tests

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e69b85c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. deprecation: rollback on limit failure

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ebd6524 View commit details
    Browse the repository at this point in the history
  2. deprecation: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ac2567f View commit details
    Browse the repository at this point in the history