close
Skip to content

Convert several fdbrpc genericactors.actor.h to standard coroutines#13041

Open
tclinkenbeard-oai wants to merge 1 commit intoapple:mainfrom
tclinkenbeard-oai:dev/tclinkenbeard/fdbrpc-generic-coro
Open

Convert several fdbrpc genericactors.actor.h to standard coroutines#13041
tclinkenbeard-oai wants to merge 1 commit intoapple:mainfrom
tclinkenbeard-oai:dev/tclinkenbeard/fdbrpc-generic-coro

Conversation

@tclinkenbeard-oai
Copy link
Copy Markdown
Collaborator

This PR converts genericactors.actor.h actors without choose statements to standard coroutines, mostly using the actor rewrite tool. mako was used to confirm there wasn't a performance regression (details in comments)

Code-Reviewer Section

The general pull request guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

  • The PR has a description, explaining both the problem and the solution.
  • The description mentions which forms of testing were done and the testing seems reasonable.
  • Every function/class/actor that was touched is reasonably well documented.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

  • This change/bugfix is a cherry-pick from the next younger branch (younger release-branch or main if this is the youngest branch)
  • There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)

@tclinkenbeard-oai
Copy link
Copy Markdown
Collaborator Author

tclinkenbeard-oai commented Apr 21, 2026

Throughput was within 1% of baseline:

fdbrpc-generic-perf

@foundationdb-ci
Copy link
Copy Markdown
Contributor

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: de07f21
  • Duration 0:43:39
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Copy Markdown
Contributor

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: de07f21
  • Duration 0:44:07
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Copy Markdown
Contributor

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: de07f21
  • Duration 1:20:45
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Copy Markdown
Contributor

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: de07f21
  • Duration 1:44:39
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

@foundationdb-ci
Copy link
Copy Markdown
Contributor

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: de07f21
  • Duration 3:00:21
  • Result: ❌ FAILED
  • Error: Build has timed out.
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

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.

2 participants