Skip to content

Commit 397f8ba

Browse files
nil startup time
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent 11d2e8b commit 397f8ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/vt/vttablet/tabletmanager/tm_init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ func (tm *TabletManager) Close() {
510510
tablet.Hostname = ""
511511
tablet.MysqlHostname = ""
512512
tablet.PortMap = nil
513+
tablet.TabletStartTime = nil
513514
tablet.TabletShutdownTime = protoutil.TimeToProto(time.Now())
514515
return nil
515516
}

0 commit comments

Comments
 (0)