Replies: 10 comments 16 replies
-
What is your configuration ? Does the core dump give you any additional information ? Can you compile |
Beta Was this translation helpful? Give feedback.
-
I have 3 node patroni postgresql db cluster.
1 haproxy server.
pgagroal is installed on db cluster.
I can't set debug mode since it's production environment.
…On Thu, Mar 7, 2024, 5:19 PM Jesper Pedersen ***@***.***> wrote:
What is your configuration ?
Does the core dump give you any additional information ?
Can you compile pgagroal yourself in debug mode, and reproduce the issue
and get the information that way ?
—
Reply to this email directly, view it on GitHub
<#409 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFMCG6ZITHERJ5ENUMJQ5FTYXBH6JAVCNFSM6AAAAABEKSHUXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMBWGIZTC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
[pgagroal]
host = *
port = 2345
log_type = file
log_level = info
log_path = /var/log/pgagroal/pgagroal.log
max_connections = 900
idle_timeout = 600
validation = off
unix_socket_dir = /tmp
[primary]
host = localhost
port = 5432
Core dump is disabled.
…On Thu, Mar 7, 2024 at 5:55 PM Jesper Pedersen ***@***.***> wrote:
Configuration ?
And, can you get the core dump ?
—
Reply to this email directly, view it on GitHub
<#409 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFMCG63GYGCNHKLCDB4EN4DYXBMDBAVCNFSM6AAAAABEKSHUXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMBWGYZDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
sheshjee
|
Beta Was this translation helpful? Give feedback.
-
I will try and update you.
Meanwhile can you please check the configuration whether is it correct or
any parameter is missing?
…On Fri, Mar 8, 2024, 6:11 PM Jesper Pedersen ***@***.***> wrote:
Can you create a test setup with debug enabled where the issue is shown as
well ?
Or enable core dumps ?
—
Reply to this email directly, view it on GitHub
<#409 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFMCG673VSYUDYPFULPJMEDYXGWYBAVCNFSM6AAAAABEKSHUXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMJZGY4TM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Any other alternative beside enabling core dump because it is a production
setup, and I am not authorised to enable it.
Can you pleas describe the relation between pgagroal and bad file
descriptor error?
…On Fri, Mar 8, 2024, 9:00 PM Jesper Pedersen ***@***.***> wrote:
The configuration should work
—
Reply to this email directly, view it on GitHub
<#409 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFMCG67VDP26TQIJQI7MNP3YXHKRPAVCNFSM6AAAAABEKSHUXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMRRGQYTM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
At glance I think it is impossible, since we don't know what's happening. |
Beta Was this translation helpful? Give feedback.
-
OS Version- Red Hat Enterprise Linux release 8.9 (Ootpa)
libev version- libev-4.24-6.el8.x86_64
pgagroal 1.5.1
There is no particular point in time when the error occurred but we are
guessing when the connection increases we are getting this error.
…On Mon, Mar 11, 2024 at 5:42 PM Luca Ferrari ***@***.***> wrote:
Can you pleas describe the relation between pgagroal and bad file
descriptor error?
At glance I think it is impossible, since we don't know what's happening.
Which version of pgagroal are you running?
Which operating system and libev version?
Moreover, is there a particular point in time when you experience this
problem (e.g., when the connections increase or from the very beginning of
your working setup)?
—
Reply to this email directly, view it on GitHub
<#409 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFMCG655I6E533OZR3XGXQDYXWNTBAVCNFSM6AAAAABEKSHUXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONBVGA2DG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
sheshjee
|
Beta Was this translation helpful? Give feedback.
-
Any chance you can at least increment |
Beta Was this translation helpful? Give feedback.
-
Yes, you already told us this, so you cannot change neither the dump settings, nor the pgagroal settings, nor connect a debugger or try another version.
It could be, but so far we don't have any real data or evidence to work on, so we are not able to tell you anything. |
Beta Was this translation helpful? Give feedback.
-
Let me turn the question: why changing libev version if the ABI is the same? It could be that libev fixed some bug? |
Beta Was this translation helpful? Give feedback.
-
pgagroal[3999010]: (libev) epoll_wait: Bad file descriptor
systemd[1]: Started Process Core Dump (PID 3999011/UID 0).
systemd-coredump[3999018]: Resource limits disable core dumping for process 3999010 (pgagroal).
systemd-coredump[3999018]: Process 3999010 (pgagroal) of user 26 dumped core.
systemd[1]: systemd-coredump@10-3999011-0.service: Succeeded.
Please provide a solution to this error
Beta Was this translation helpful? Give feedback.
All reactions