diff --git a/pkg/roachpb/data.proto b/pkg/roachpb/data.proto index e8ad8048d033..70d3ae65c4a7 100644 --- a/pkg/roachpb/data.proto +++ b/pkg/roachpb/data.proto @@ -635,11 +635,10 @@ message TxnCoordMeta { repeated Span refresh_reads = 4 [(gogoproto.nullable) = false]; repeated Span refresh_writes = 5 [(gogoproto.nullable) = false]; reserved 6; - // refresh_invalid indicates that spans were discarded or not collected - // (i.e. because of a dist SQL processor running a version before refreshing - // was introduced). This is false if all spans encountered during the - // transaction which need refreshing have been collected to the refresh_reads - // and refresh_writes span slices. + // refresh_invalid indicates that spans were discarded or not collected (i.e. + // because the memory budget for tracking reads was exceeded). This is false + // if all spans encountered during the transaction which need refreshing have + // been collected to the refresh_reads and refresh_writes span slices. bool refresh_invalid = 7; // in_flight_writes stores all writes that are in-flight and have not yet // been proven to have succeeded. Any client wishing to send a request that