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

rpc: retrieve unresolved transactions #16355

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
307 changes: 159 additions & 148 deletions go/vt/proto/query/query.pb.go

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions go/vt/proto/query/query_vtproto.pb.go

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

1 change: 1 addition & 0 deletions go/vt/vttablet/tabletserver/health_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type healthStreamer struct {
// isServingPrimary stores if this tablet is currently the serving primary or not.
isServingPrimary bool

te *TxEngine
se *schema.Engine
history *history.History

Expand Down
8 changes: 0 additions & 8 deletions go/vt/vttablet/tabletserver/tx_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vitess.io/vitess/go/vt/log"
"vitess.io/vitess/go/vt/servenv"
"vitess.io/vitess/go/vt/vterrors"
"vitess.io/vitess/go/vt/vtgate/vtgateconn"

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on ubuntu-22.04

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on ubuntu-22.04

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on ubuntu-22.04

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using consul on ubuntu-22.04

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Code Coverage

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used

Check failure on line 33 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

"vitess.io/vitess/go/vt/vtgate/vtgateconn" imported and not used
"vitess.io/vitess/go/vt/vttablet/tabletserver/connpool"
"vitess.io/vitess/go/vt/vttablet/tabletserver/tabletenv"
"vitess.io/vitess/go/vt/vttablet/tabletserver/tx"
Expand Down Expand Up @@ -480,20 +480,12 @@
return
}

coordConn, err := vtgateconn.Dial(ctx, te.coordinatorAddress)
if err != nil {
te.env.Stats().InternalErrors.Add("WatchdogFail", 1)
log.Errorf("Error connecting to coordinator '%v': %v", te.coordinatorAddress, err)
return
}
defer coordConn.Close()

var wg sync.WaitGroup
for tx := range txs {
wg.Add(1)
go func(dtid string) {
defer wg.Done()
if err := coordConn.ResolveTransaction(ctx, dtid); err != nil {

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using zk2 on ubuntu-22.04

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on ubuntu-22.04

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on ubuntu-22.04

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Local example using consul on ubuntu-22.04

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multi_tenant)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_copy_parallel)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (Evalengine_Race)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_foreign_key_stress)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Code Coverage

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_topo)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_mariadb_to_mysql)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_foreignkey_stress)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Online DDL flow

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (backup_pitr_xtrabackup)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Vitess Tester (vtgate)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql80)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql80)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (evalengine_mysql57)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Unit Test (mysql57)

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

undefined: coordConn

Check failure on line 488 in go/vt/vttablet/tabletserver/tx_engine.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

undefined: coordConn
te.env.Stats().InternalErrors.Add("WatchdogFail", 1)
log.Errorf("Error notifying for dtid %s: %v", dtid, err)
}
Expand Down
2 changes: 2 additions & 0 deletions proto/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,8 @@ message RealtimeStats {

// udfs_changed is used to signal that the UDFs have changed on the tablet.
bool udfs_changed = 9;

bool dt_unresolved = 10;
}

// AggregateStats contains information about the health of a group of
Expand Down
6 changes: 6 additions & 0 deletions web/vtadmin/src/proto/vtadmin.d.ts

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

23 changes: 23 additions & 0 deletions web/vtadmin/src/proto/vtadmin.js

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

Loading