-
Notifications
You must be signed in to change notification settings - Fork 33
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
Optimize pool warmup #171
Optimize pool warmup #171
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6aaf48f - Browse repository at this point
Copy the full SHA 6aaf48fView commit details -
Ensure borrowers are always scheduled throw the acquisition scheduler…
…, if any are configured.
Configuration menu - View commit details
-
Copy full SHA for dea28ba - Browse repository at this point
Copy the full SHA dea28baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e0226 - Browse repository at this point
Copy the full SHA 17e0226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6f4fe - Browse repository at this point
Copy the full SHA 4f6f4feView commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ce0667 - Browse repository at this point
Copy the full SHA 3ce0667View commit details
Commits on Jul 5, 2023
-
- reverted delivery of borrower through the acquisition scheduler: th…
…is can be done in a separate PR. - resources allocated during warmup are subscribed to eagerly, but now you can configure the level of concurrency using `PoolBuilder.warmupConcurrency(int concurrency)` - improved the warpmupTest
Configuration menu - View commit details
-
Copy full SHA for e484c26 - Browse repository at this point
Copy the full SHA e484c26View commit details -
Replaced PoolBuilder.warmupConcurrenty(int concurrency) method by Poo…
…lBuilder.parallelizeWarmup(boolean). Warmups are not parallel (as before). Reverted CommonPoolTest.recordsAllocationLatenciesInWarmup test, because warmup is like before, by default: no concurrency. Improved PoolWarmupTest.
Configuration menu - View commit details
-
Copy full SHA for c4a5af8 - Browse repository at this point
Copy the full SHA c4a5af8View commit details -
Replace PoolBuilder.parallelizeWarmup(boolean) by PoolBuilder.sizeBet…
…ween(min, max, warmupParallelism).
Configuration menu - View commit details
-
Copy full SHA for 6b686b9 - Browse repository at this point
Copy the full SHA 6b686b9View commit details
Commits on Jul 7, 2023
-
Applied feedback: reverted changes done in warmupMono, and applied su…
…ggestion in drainloop.
Configuration menu - View commit details
-
Copy full SHA for c6ddf8b - Browse repository at this point
Copy the full SHA c6ddf8bView commit details