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
The new PossibleAPIMisuse event surfaces indications of possible misuse of the Pebble API. We should add an event kind for DELSIZED tombstones that did not accurately record the size of the value they deleted. Today these instances are surfaced via (pebble.Metrics).Keys.MissizedTombstonesCount and we assert on them only when a Cockroach Engine is created with the storage.ForTesting option.
The new PossibleAPIMisuse event surfaces indications of possible misuse of the Pebble API. We should add an event kind for DELSIZED tombstones that did not accurately record the size of the value they deleted. Today these instances are surfaced via
(pebble.Metrics).Keys.MissizedTombstonesCount
and we assert on them only when a CockroachEngine
is created with thestorage.ForTesting
option.Jira issue: PEBBLE-319
The text was updated successfully, but these errors were encountered: