streamingccl: data race from Subscription.Subscribe #83694
Labels
A-tenant-streaming
Including cluster streaming
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
When attempting to remove
skip.UnderRace
fromTestPartitionedStreamReplicationClient
, I hit:This looks to me like the race is actually in the
lib/pq
driver in which it is accessing the rows buffer in its asynchronous context cancellation handling at the same time as accessing it fromScan
.See also:
Jira issue: CRDB-17212
The text was updated successfully, but these errors were encountered: