You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
107671: c2c: add SetupSpanConfigsStream(tenantName) to stream client r=stevendanna a=msbutler
This patch adds a new call to the stream client, which uses the new
crdb_internal.setup_span_configs_stream() builtin, to create a replication
stream specification to stream span config updates relevant to the replicating
tenant. This new client call essentially combines the client.Create() and
client.Plan() into one call, as it returns a streamID and topology to the user.
Note this new call differs from client.Create() as it neither creates a job nor
lays a protected timestamp on the source cluster. In other words, the user
should treat this span configuration stream as ephemeral.
A future PR will teach client.Subscribe to stream these updates and ingest them
into the destination.
Informs cockroachdb#106823
Release note: None
107915: sql: Fix mutex leak within TestCheckConstraintDropAndColumn r=rimadeodhar a=rimadeodhar
The test does not unlock the jobControlMu mutex in the case of an error. This PR fixes that.
Epic: none
Fixes: cockroachdb#107433
Release note: none
Co-authored-by: Michael Butler <[email protected]>
Co-authored-by: rimadeodhar <[email protected]>
0 commit comments