-
Notifications
You must be signed in to change notification settings - Fork 278
Postgres error message after startup #2124
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
Is that the extent of your log messages? No additional stack traces or log messages? If there is more to the log there might be something in there that would be helpful. @Apicurio/developers Any thoughts? |
Here are some more logs, from startup. |
Thanks! So I guess I'm wondering what |
It translates to :
ERROR: prepared statement "S_1" already exists
Le ven. 17 déc. 2021 à 19:29, Eric Wittmann ***@***.***> a
écrit :
… Thanks! So I guess I'm wondering what ERREUR: l'instruction pr?par?e ?
S_1 ? existe d?j? might translate to...
—
Reply to this email directly, view it on GitHub
<#2124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBMH5NNXRSVLGB3MSNFZVTURN6Q3ANCNFSM5KI3AOKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Problem looks to be resolved by adding "prepareThreshold=0" to the connection URL. |
Thank you for reporting back, @Bewi42 - I've not been able to reproduce this problem using PG 11 locally. :( |
Me neither. The issue may be caused by server configuration. |
This error might appear depending on the actual configuration/deployment of the server, so it's very likely related to your configuration. What you did using that configuration is to disable server-side prepared statements, so it may impact your performance a bit, since, AFAIR, we're using prepared statements where possible. If you agree, I think we can close this one. |
OK I agree. |
Hello,
I don't know if this really is an issue. I am running apicurio registry 2.1.4.Final with SQL storage on a Kube container. It connects to a postgres database.
The initialization steps look to begin correctly, but then I have an exception :
The healthcheck responds correctly too :
Maybe I should add that the database version is 11.12 :
Is Postgres version 11.12 supported ? If it is the case, what could be causing the error ?
The text was updated successfully, but these errors were encountered: