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 4fbc528 commit b388b38Copy full SHA for b388b38
pkg/kv/kvserver/multi_sst_writer.go
@@ -110,7 +110,7 @@ func newMultiSSTWriter(
110
}
111
112
// estimatedDataSize returns the approximation of the written bytes to SSTs
113
-// (including currSST). Must not be called after Finish.
+// (including currSST).
114
func (msstw *multiSSTWriter) estimatedDataSize() int64 {
115
return msstw.sstSize + msstw.currSST.DataSize
116
0 commit comments