Skip to content

Commit

Permalink
Merge pull request #13767 from kkkkun/delete-restore-stack
Browse files Browse the repository at this point in the history
clean up unnecessary stack log when restore
  • Loading branch information
serathius authored Mar 8, 2022
2 parents 0103587 + 8800f0c commit 85d4567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etcdutl/snapshot/v3_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func (s *v3Manager) Restore(cfg RestoreConfig) error {
zap.String("wal-dir", s.walDir),
zap.String("data-dir", dataDir),
zap.String("snap-dir", s.snapDir),
zap.Stack("stack"),
)

if err = s.saveDB(); err != nil {
Expand Down

0 comments on commit 85d4567

Please sign in to comment.