Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Fix connection exhaustion and closing of connections on errors#10790

Merged
msmith-techempower merged 3 commits into
TechEmpower:masterfrom
inemtsev:fix-r2dbc-ktor
Feb 19, 2026
Merged

Fix connection exhaustion and closing of connections on errors#10790
msmith-techempower merged 3 commits into
TechEmpower:masterfrom
inemtsev:fix-r2dbc-ktor

Conversation

@inemtsev
Copy link
Copy Markdown
Contributor

  • I think I found the problem, there were many requests made against one connection, which would kill the server under high load.
  • Claude also recommended closing connections on errors (doubt this was the problem, but why not).

@ShreckYe Can you please give blessings?

@github-actions
Copy link
Copy Markdown
Contributor

The following frameworks were updated, pinging maintainers:
ktor: @ShreckYe

@joanhey
Copy link
Copy Markdown
Contributor

joanhey commented Feb 19, 2026

Please add yourself to the maintainers in the benchmark_config.json.

So with any change or marked as broken, you will be notified.

Example:

{
"framework": "quarkus",
"maintainers": ["franz1981", "Sanne", "geoand"],
"tests": [
{
"default": {

@msmith-techempower msmith-techempower merged commit 75e10fa into TechEmpower:master Feb 19, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants