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 Unresolved Transactions command in vtctld service #16679

Merged
merged 9 commits into from
Sep 3, 2024

Commits on Aug 28, 2024

  1. adding unresolved transactions rpc to retrieve transactions from spec…

    …ified keyspace
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a5a7515 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. vtctld service added server rpc for unresolved transactions

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d65b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb6144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec68ca View commit details
    Browse the repository at this point in the history
  4. test: added vtctld server test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    53b217c View commit details
    Browse the repository at this point in the history
  5. test: added test for tablet manager rpc

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    af08cde View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. feat: added GetUnresolvedTransactions command

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ce51239 View commit details
    Browse the repository at this point in the history
  2. check on twopc enabled flag for unresolved transactions call

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    81a66d3 View commit details
    Browse the repository at this point in the history
  3. chore: fix text

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e20b98a View commit details
    Browse the repository at this point in the history