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 3e7991d commit 5c85b31Copy full SHA for 5c85b31
pkg/kv/kvserver/batcheval/cmd_add_sstable.go
@@ -184,8 +184,6 @@ func EvalAddSSTable(
184
}, nil
185
}
186
187
- log.Infof(ctx, "non-remote AddSSTable")
188
-
189
// Reject AddSSTable requests not writing at the request timestamp if requested.
190
if AddSSTableRequireAtRequestTimestamp.Get(&cArgs.EvalCtx.ClusterSettings().SV) &&
191
sstToReqTS.IsEmpty() {
0 commit comments