You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bfb2e6a (cockroachdb#3081) a small refactor the handling of DELSIZED introduced a bug
when a DELSIZED shadows a SINGLEDEL. When a DELSIZED and a SINGLEDEL meet in a
compaction, we began accidentally emitting a SINGLEDEL rather than a DEL,
weakening the tombstone. Previously the problematic code branch was only ever
executed when a DELSIZED and DEL met, so iterKey.Kind() was always DEL.
Fixcockroachdb#3087.
In bfb2e6a (cockroachdb#3081) a small refactor the handling of DELSIZED introduced a bug
when a DELSIZED shadows a SINGLEDEL. When a DELSIZED and a SINGLEDEL meet in a
compaction, we began accidentally emitting a SINGLEDEL rather than a DEL,
weakening the tombstone. Previously the problematic code branch was only ever
executed when a DELSIZED and DEL met, so iterKey.Kind() was always DEL.
Fixcockroachdb#3087.
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 717d49c2061f:
Help
To reproduce, try:
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: