You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Error other than "node doesn't exist" - return it
386
-
returnvterrors.Wrap(err, "failed to check for existing tablet record")
386
+
returnvterrors.Wrap(err, "--init-tablet-type-lookup is enabled but failed to get existing tablet record from topology, unable to determine tablet type during startup")
387
387
}
388
388
389
-
// If we found an existing tablet record, use its tablet type instead of the initial one
389
+
// If we found an existing tablet record, check its type
0 commit comments