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

ui: fix time delta in range report #64112

Merged
merged 2 commits into from
Apr 23, 2021

Conversation

andreimatei
Copy link
Contributor

The function computing the delta from a timestamp to present time was
mistakingly not using the passed-in now, but was reading the clock. This
led to the same timestamp being computed as different deltas across
replicas, which makes the report highlight the row.

Release note: None

The function computing the delta from a timestamp to present time was
mistakingly not using the passed-in now, but was reading the clock. This
led to the same timestamp being computed as different deltas across
replicas, which makes the report highlight the row.

Release note: None
I don't know why I wrote that nonsense.

Release note: None
@andreimatei andreimatei requested a review from dhartunian April 22, 2021 23:44
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@dhartunian dhartunian left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, 1 of 1 files at r2.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @andreimatei)

Copy link
Contributor Author

@andreimatei andreimatei left a comment

Choose a reason for hiding this comment

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

bors r+

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @andreimatei)

@craig
Copy link
Contributor

craig bot commented Apr 23, 2021

Build succeeded:

@craig craig bot merged commit dd8fa28 into cockroachdb:master Apr 23, 2021
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.

3 participants