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

Speed up CPU-bound tests by skipping recoverRunningVersion for elements that are shared between threads (the ones that implement NoThreadClone) #5899

Merged
merged 1 commit into from
May 10, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented May 9, 2023

Motivation and Context

See #5875

I think we would like to completely remove recoverRunningVersion, however, it looks like skipping recoverRunningVersion for the shared components is a low-hanging fruit.

…ts that are shared between threads (the ones that implement NoThreadClone

See apache#5875
@vlsi vlsi force-pushed the recover_noclone branch from e317626 to 79c7fb1 Compare May 9, 2023 15:23
@vlsi vlsi changed the title Speed up CPU-bound tests by skipping recoverRunningVersion for elements that are shared between threads (the ones that implement NoThreadClone Speed up CPU-bound tests by skipping recoverRunningVersion for elements that are shared between threads (the ones that implement NoThreadClone) May 10, 2023
@vlsi vlsi merged commit bfd83d5 into apache:master May 10, 2023
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.

1 participant