Skip to content

Conversation

kev-cao
Copy link
Contributor

@kev-cao kev-cao commented Oct 20, 2025

Backport 1/1 commits from #155292 on behalf of @kev-cao.


LDR currently erroneously requires the db name in the external connection with setting up a bidirectional connection. This was determined to be caused by the fact that the privilege lookup on the source cluster was using unqualified table names during the reverse stream setup. This commit fixes the issue by using fully qualified table names.

Fixes: #152395

Release note: LDR no longer requires the database name to be specified in the external connection URI when setting up a bidirectional stream.


Release justification: Trivial bug fix to unblock broken LDR jobs.

LDR currently erroneously requires the db name in the external
connection with setting up a bidirectional connection. This was
determined to be caused by the fact that the privilege lookup on the
source cluster was using unqualified table names during the reverse
stream setup. This commit fixes the issue by using fully qualified table
names.

Fixes: cockroachdb#152395

Release note: LDR no longer requires the database name to be specified
in the external connection URI when setting up a bidirectional stream.
@kev-cao kev-cao requested a review from a team as a code owner October 20, 2025 21:17
@kev-cao kev-cao removed the request for review from a team October 20, 2025 21:17
@blathers-crl blathers-crl bot added blathers-backport This is a backport that Blathers created automatically. O-robot Originated from a bot. labels Oct 20, 2025
@kev-cao kev-cao requested a review from jeffswenson October 20, 2025 21:17
Copy link

blathers-crl bot commented Oct 20, 2025

Thanks for opening a backport.

Before merging, please confirm that the change does not break backwards compatibility and otherwise complies with the backport policy. Include a brief release justification in the PR description explaining why the backport is appropriate. All backports must be reviewed by the TL for the owning area. While the stricter LTS policy does not yet apply, please exercise judgment and consider gating non-critical changes behind a disabled-by-default feature flag when appropriate.

@blathers-crl blathers-crl bot added backport Label PR's that are backports to older release branches T-disaster-recovery labels Oct 20, 2025
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kev-cao kev-cao merged commit 8a91a28 into cockroachdb:release-25.3 Oct 21, 2025
15 checks passed
@kev-cao kev-cao deleted the blathers/backport-release-25.3-155292 branch October 21, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Label PR's that are backports to older release branches blathers-backport This is a backport that Blathers created automatically. O-robot Originated from a bot. T-disaster-recovery target-release-25.3.4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants