Skip to content

Commit

Permalink
implement tablet manager ReadTransaction, minor refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Sep 16, 2024
1 parent ab9de15 commit 5e1d4a9
Show file tree
Hide file tree
Showing 21 changed files with 2,104 additions and 1,983 deletions.
4 changes: 2 additions & 2 deletions go/cmd/vtctldclient/command/transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func commandGetUnresolvedTransactions(cmd *cobra.Command, args []string) error {

resp, err := client.GetUnresolvedTransactions(commandCtx,
&vtctldatapb.GetUnresolvedTransactionsRequest{
Keyspace: unresolvedTransactionsOptions.Keyspace,
MinAge: unresolvedTransactionsOptions.AbandonAge,
Keyspace: unresolvedTransactionsOptions.Keyspace,
AbandonAge: unresolvedTransactionsOptions.AbandonAge,
})
if err != nil {
return err
Expand Down
148 changes: 74 additions & 74 deletions go/vt/proto/tabletmanagerdata/tabletmanagerdata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e1d4a9

Please sign in to comment.