Skip to content

Commit

Permalink
vendor: Bump pebble to 8f63fcd266a59d72819474d91779dbc4d10bba23
Browse files Browse the repository at this point in the history
Only change pulled in:
```
8f63fcd266a59d72819474d91779dbc4d10bba23 sstable: Clone LargestRange in case Writer mutates it
```

Release note (bug fix): Fixes a bug when the Pebble storage engine
is used with encryption-at-rest that could result in data corruption
in some fairly rare cases after a table drop, table truncate, or
replica deletion.
  • Loading branch information
itsbilal authored and JuanLeon1 committed Nov 18, 2020
1 parent bfd366f commit ed70083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/cockroachdb/go-test-teamcity v0.0.0-20191211140407-cff980ad0a55
github.com/cockroachdb/gostdlib v1.13.0
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
github.com/cockroachdb/pebble v0.0.0-20201112163636-0a9a34bbaea6
github.com/cockroachdb/pebble v0.0.0-20201113230643-8f63fcd266a5
github.com/cockroachdb/redact v1.0.7
github.com/cockroachdb/returncheck v0.0.0-20200612231554-92cdbca611dd
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ github.com/cockroachdb/grpc-gateway v1.14.6-0.20200519165156-52697fc4a249 h1:pZu
github.com/cockroachdb/grpc-gateway v1.14.6-0.20200519165156-52697fc4a249/go.mod h1:UJ0EZAp832vCd54Wev9N1BMKEyvcZ5+IM0AwDrnlkEc=
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f h1:o/kfcElHqOiXqcou5a3rIlMc7oJbMQkeLk0VQJ7zgqY=
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
github.com/cockroachdb/pebble v0.0.0-20201112163636-0a9a34bbaea6 h1:dS6W2jfl9upQk/meWC1XGlaglBMLBLqA4GbHSJuNR/M=
github.com/cockroachdb/pebble v0.0.0-20201112163636-0a9a34bbaea6/go.mod h1:hU7vhtrqonEphNF+xt8/lHdaBprxmV1h8BOGrd9XwmQ=
github.com/cockroachdb/pebble v0.0.0-20201113230643-8f63fcd266a5 h1:VIYiLaijH0TY/WLGCo2er3SSxPDxlbvLFzndh/I7O6M=
github.com/cockroachdb/pebble v0.0.0-20201113230643-8f63fcd266a5/go.mod h1:hU7vhtrqonEphNF+xt8/lHdaBprxmV1h8BOGrd9XwmQ=
github.com/cockroachdb/redact v0.0.0-20200622112456-cd282804bbd3 h1:2+dpIJzYMSbLi0587YXpi8tOJT52qCOI/1I0UNThc/I=
github.com/cockroachdb/redact v0.0.0-20200622112456-cd282804bbd3/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg=
github.com/cockroachdb/redact v1.0.6 h1:W34uRRyNR4dlZFd0MibhNELsZSgMkl52uRV/tA1xToY=
Expand Down
2 changes: 1 addition & 1 deletion vendor

0 comments on commit ed70083

Please sign in to comment.