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 d3e3d30 commit 763afb3Copy full SHA for 763afb3
pkg/kv/kvserver/kvstorage/snaprecv/multi_sst_writer.go
@@ -507,7 +507,7 @@ func (msstw *MultiSSTWriter) putRangeKey(
507
)
508
}
509
510
-func (msstw *MultiSSTWriter) Finish(ctx context.Context) (_dataSize, sstSize int64, _ error) {
+func (msstw *MultiSSTWriter) Finish(ctx context.Context) (dataSize, sstSize int64, _ error) {
511
if msstw.currSpan < (len(msstw.localKeySpans) + len(msstw.mvccSSTSpans)) {
512
for {
513
if err := msstw.finalizeSST(ctx, nil /* nextKey */); err != nil {
0 commit comments