Skip to content

Commit 2219b6f

Browse files
committed
keep logging chunk info
1 parent cc5495c commit 2219b6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/verifier/migration_verifier.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ const (
6262
// is unworkable.
6363
ReadConcernIgnore ReadConcernSetting = "ignore"
6464

65-
configDBName = "config"
66-
collsCollName = "collections"
67-
6865
DefaultFailureDisplaySize = 20
6966

7067
okSymbol = "\u2705" // white heavy check mark
@@ -737,6 +734,8 @@ func (verifier *Verifier) getShardKeyFields(
737734
return []string{}, nil
738735
}
739736

737+
verifier.logChunkInfo(ctx, namespaceAndUUID)
738+
740739
els, err := shardKeyRaw.Elements()
741740
if err != nil {
742741
return nil, errors.Wrapf(

0 commit comments

Comments
 (0)