Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changefeedccl: make changefeed_emitted_bytes work for core changefeeds #135292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andyyang890
Copy link
Collaborator

@andyyang890 andyyang890 commented Nov 15, 2024

This patch makes changefeed_emitted_bytes structured log events work
for core changefeeds. It also adds the changefeed description to the
aggregator and frontier specs so that a processor doesn't need to load
the job just to get the description and changefeeds that don't use jobs
(i.e. core changefeeds) can also pass along a description.

Informs: #135309

Release note: None

Copy link

blathers-crl bot commented Nov 15, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andyyang890 andyyang890 force-pushed the 20241115-changefeed-spec-description branch 8 times, most recently from 053ad32 to a1d2434 Compare November 21, 2024 23:36
@andyyang890 andyyang890 force-pushed the 20241115-changefeed-spec-description branch from a1d2434 to 5cb5c17 Compare November 22, 2024 19:10
@andyyang890 andyyang890 marked this pull request as ready for review November 22, 2024 19:38
@andyyang890 andyyang890 requested a review from a team as a code owner November 22, 2024 19:38
@andyyang890 andyyang890 requested review from rharding6373, asg0451 and a team and removed request for a team November 22, 2024 19:38
This patch makes `changefeed_emitted_bytes` structured log events work
for core changefeeds. It also adds the changefeed description to the
aggregator and frontier specs so that a processor doesn't need to load
the job just to get the description and changefeeds that don't use jobs
(i.e. core changefeeds) can also pass along a description.

Release note: None
@andyyang890 andyyang890 force-pushed the 20241115-changefeed-spec-description branch from 5cb5c17 to 30eca1b Compare November 22, 2024 19:47
@andyyang890 andyyang890 added backport-23.2.x Flags PRs that need to be backported to 23.2. backport-24.1.x Flags PRs that need to be backported to 24.1. backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3 labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.2.x Flags PRs that need to be backported to 23.2. backport-24.1.x Flags PRs that need to be backported to 24.1. backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants