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

walredo: add a ping method #8952

Merged
merged 24 commits into from
Sep 23, 2024
Merged

walredo: add a ping method #8952

merged 24 commits into from
Sep 23, 2024

Conversation

problame
Copy link
Contributor

@problame problame commented Sep 6, 2024

Not used in production, but in benchmarks, to demonstrate minimal RTT.
(It would be nice to not have to copy the 8KiB of zeroes, but, that would require larger protocol changes).

Found this useful in investigation #8952.

Immediate benefit: easier to spot what's going on.

Later benefit: TBD PR that adds a `ping`.
@problame problame requested review from a team as code owners September 6, 2024 16:09
@problame problame requested review from MMeent, jcsp and hlinnaka and removed request for a team and MMeent September 6, 2024 16:09
@problame problame self-assigned this Sep 6, 2024
pgxn/neon_walredo/walredoproc.c Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Sep 6, 2024

5003 tests run: 4839 passed, 0 failed, 164 skipped (full report)


Flaky tests (4)

Postgres 17

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 32.1% (7446 of 23210 functions)
  • lines: 49.9% (59950 of 120158 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
359cdc5 at 2024-09-23T10:29:22.125Z :recycle:

pageserver/src/tenant.rs Outdated Show resolved Hide resolved
@problame problame requested review from a team as code owners September 17, 2024 18:23
@problame problame requested review from cloneable, mikhail-sakhnov and piercypixel and removed request for a team September 17, 2024 18:23
Base automatically changed from problame/walredo-refactor-launch-and-kill-machinery to main September 17, 2024 19:16
problame added a commit that referenced this pull request Sep 17, 2024
Immediate benefit: easier to spot what's going on.

Later benefit: use the extracted method in PR

- #8952

which adds a `ping` command to walredo.

Found this useful during investigation
neondatabase/cloud#16886.
@problame problame requested a review from jcsp September 18, 2024 09:29
@conradludgate conradludgate removed the request for review from cloneable September 19, 2024 10:48
@problame problame enabled auto-merge (squash) September 23, 2024 09:56
@problame problame merged commit 59b4c2e into main Sep 23, 2024
79 checks passed
@problame problame deleted the problame/walredo-add-ping-method branch September 23, 2024 10:19
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