We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa39df7 commit 9fb67f9Copy full SHA for 9fb67f9
pkg/kv/kvserver/replica_raftstorage.go
@@ -287,6 +287,9 @@ type IncomingSnapshot struct {
287
// clearedSpans represents the key spans in the existing store that will be
288
// cleared by doing the Ingest*. This is tracked so that we can convert the
289
// ssts into a WriteBatch if the total size of the ssts is small.
290
+ //
291
+ // This contains both the spans that have explicit rangedels, and the
292
+ // MVCC span (which would be cleared by Excise on Ingest).
293
clearedSpans []roachpb.Span
294
}
295
0 commit comments