Skip to content

Commit

Permalink
log write
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimatei committed Sep 9, 2020
1 parent 3b99b1f commit 79c01d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/replica_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,7 @@ func updateRangeDescriptor(
}
newValue = newBytes
}
log.Infof(ctx, "!!! will attempt to write desc: %s", newDesc)
b.CPut(descKey, newValue, oldValue)
return nil
}
Expand Down

0 comments on commit 79c01d2

Please sign in to comment.