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: fix changefeed telemetry resolved #81880

Merged

Conversation

samiskin
Copy link
Contributor

Resolves #81599

Our internal-use changefeed create / failed telemetry events would
incorrectly record "yes" for any non-no value of resolved, rather than
using the value that was passed in. This change resolves that, emitting
yes for "resolved" and the value itself for "resolved=".

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@samiskin samiskin marked this pull request as ready for review May 26, 2022 17:52
@samiskin samiskin requested a review from a team as a code owner May 26, 2022 17:52
@samiskin samiskin requested review from stevendanna and a team and removed request for a team May 26, 2022 17:52
Copy link
Contributor

@HonoreDB HonoreDB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @stevendanna)

Resolves cockroachdb#81599

Our internal-use changefeed create / failed telemetry events would
incorrectly record "yes" for any non-no value of resolved, rather than
using the value that was passed in.  This change resolves that, emitting
yes for "resolved" and the value itself for "resolved=<value>".

Release note: None
@samiskin samiskin force-pushed the changefeed-fail-telemetry-resolved-fix branch from 32eb80b to 155d4d0 Compare June 29, 2022 11:25
@samiskin
Copy link
Contributor Author

bors r+

@craig craig bot merged commit 0917fdc into cockroachdb:master Jun 29, 2022
@craig
Copy link
Contributor

craig bot commented Jun 29, 2022

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changefeedccl: OptResolvedTimestamps is not resolved correctly for logging
3 participants