Skip to content

Commit

Permalink
do not load stats when booting vttablet
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Apr 11, 2024
1 parent 80dffac commit 1cc2bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletserver/schema/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (se *Engine) Open() error {
}
se.notifiers = make(map[string]notifier)

if err := se.reload(ctx, true); err != nil {
if err := se.reload(ctx, false); err != nil {
return err
}
if !se.SkipMetaCheck {
Expand Down

0 comments on commit 1cc2bee

Please sign in to comment.