distsql: ObservedTimestamps are not marshalled back to the gateway #15013
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
The timestamps observed by
TableReaders
and such on remote nodes are not marshalled backed to the gateway. In the non-distsql world, this happens throughTransaction.Update
, which uses updated protos from all theBatchResponse
s.The consequence is that a transaction can be starved by continuous writers because there's no longer a bound on its uncertainty interval.
The text was updated successfully, but these errors were encountered: