-
Notifications
You must be signed in to change notification settings - Fork 4.1k
distsql: update HLC when distsql messages are exchanged #7526
Copy link
Copy link
Open
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV TeamT-sql-queriesSQL Queries TeamSQL Queries Team
Description
With distsql, hosts might not talk to each other through kv/dist_sender, but only through distsql. So we need the distsql layer to update the logical clocks.
For streams, it's not clear if we need to send and update on every message, or it would be sufficient to do it only once per stream (in the header).
CC @andreimatei
Jira issue: CRDB-6177
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV TeamT-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Cold Storage