-
Notifications
You must be signed in to change notification settings - Fork 2k
High Number of frameworks having problems starting #7557
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
Comments
A few spot checks have me believing it's the postgres upgrade. @joanhey does that seem right to you? |
After some research, it seems correct that it affects these fails. It's again the problem with the auth encryption. That come from postgresql v10. New in Postgresql 14:
Now I'll send a PR. Curiously it only affects some fws.
|
@joanhey is it possible to change the default back to MD5 in your database scripts? seems like it should be: https://www.postgresql.org/docs/14/runtime-config-connection.html#GUC-PASSWORD-ENCRYPTION |
I changed the default to md5 again in Historically this bench use md5, because at the time of this change, most pg drivers didn't support scram-sha-256. And still now after the last run. |
thanks @joanhey - i will look at adding scram-sha-256 support to the postgres driver for just-js. |
A new think in Postgresql 14 is pipeline mode in Some fws in this bench use hand made versions (just-js, drogon, ...).
https://www.postgresql.org/docs/current/libpq-pipeline-mode.html And some discussion about these hand made versions, exist in this repo. PD I hope that more pg drivers start to add the pipeline mode. |
@joanhey i don't understand this comment when a number of frameworks were already doing pipelining on previous postgres protocol but were told it wasn't allowed? somebody needs to clarify this. |
@billywhizz And remember that pipeline is not for use in all apps.
|
in the last run and the current one just-js and a number of other frameworks seem to have failed to start. it has never failed before and nothing has changed since round 21.
it seems the number of frameworks failing in same way has increased significantly in last round and the one currently running. is there some environmental issue causing problems maybe?
https://tfb-status.techempower.com/results/15bfed85-1093-485d-b161-5f61b7abd0be
The text was updated successfully, but these errors were encountered: