We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104494 commit a4b9350Copy full SHA for a4b9350
domain/schema_checker.go
@@ -56,10 +56,10 @@ func (s *SchemaChecker) Check(txnTS uint64) error {
56
metrics.SchemaLeaseErrorCounter.WithLabelValues("changed").Inc()
57
return ErrInfoSchemaChanged
58
case ResultUnknown:
59
- metrics.SchemaLeaseErrorCounter.WithLabelValues("outdated").Inc()
60
time.Sleep(time.Duration(schemaOutOfDateRetryInterval))
61
}
62
63
+ metrics.SchemaLeaseErrorCounter.WithLabelValues("outdated").Inc()
64
return ErrInfoSchemaExpired
65
0 commit comments