Vous n'êtes pas identifié(e).
- Contributions : Récentes | Sans réponse
#1 04/03/2015 15:10:18
- williamjps
- Membre
unexpected EOF on client connection with an open transaction
Bonjour,
mon log Postgres est rempli de messages "unexpected EOF on client connection with an open transaction".
exemple pour aujourd'hui :
2015-03-04 09:33:55 CET [26557] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [26556] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28260] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28259] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28257] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28256] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28255] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28299] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [28254] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [26146] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [26144] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [26141] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
2015-03-04 09:33:55 CET [26139] (copiof) : [-1] LOG: unexpected EOF on client connection with an open transaction
j'ai bien vérifié aupres du service réseau de mon entreprise, il n'y a pas de coupures réseau.
la base est accédé via hibernate dans la plupart des cas. (Je soupconne une mauvaise gestion des transactions coté hibernate (requete dynamique, criteria, criterion) mais je n'en suis pas sur d'autant plus qu'il n'y avait pas de pb quand la base était en Sybase).
il n'y a pas ces pbs sur les autres bases Postgres de mon entreprise.
Si quelqu'un a une idée, je n'ai rien trouvé sur google a part des pbs de coupures réseau.
merci
Hors ligne
#2 04/03/2015 16:06:07
- rjuju
- Administrateur
Re : unexpected EOF on client connection with an open transaction
Si ce n'est pas une coupure réseau, c'est un arrêt brutal du client.
Julien.
https://rjuju.github.io/
Hors ligne