Displaying 5 results from an estimated 5 matches for "net_write_timeout".
2019 Oct 30
2
Dovecot and MySQL aborted connections.
...y SELECT messages FROM quota2
WHERE username = 'a at bla'
2019-10-30T10:53:40.113374-07:00 2 [Note] Aborted connection 2 to db:
'npomail' user: 'dovecot' host: 'localhost' (Got an error reading
communication packets)
Increasing mysqld's net_read_timeout and net_write_timeout values to
3600 does not stop the aborted connections.
It seems asymptomatic. If the connection to mysql is still there to do
quota operations, Dovecot seems to use it. If it's been aborted by the
server, Dovecot seems to just (re)connect. . . But I'd love to help find
the root or file...
2019 Nov 01
1
Dovecot and MySQL aborted connections.
On 01/11/2019 01:19, Benjamin Connelly via dovecot wrote:
>> during the update the log_warnings changed from 1 to 2 therefore
>> showing lots of aborted connection notices in the logs
>>
>> changing the log_warnings back from 2 to 1 solved this issue
>
> Yes the same setting made the same change to the default with mysql:
>
>
2019 Oct 30
0
Dovecot and MySQL aborted connections.
...quota2 WHERE username = 'a at bla'
>
> 2019-10-30T10:53:40.113374-07:00 2 [Note] Aborted connection 2 to db: 'npomail' user: 'dovecot' host: 'localhost' (Got an error reading communication packets)
>
>
> Increasing mysqld's net_read_timeout and net_write_timeout values to 3600 does not stop the aborted connections.
>
> It seems asymptomatic. If the connection to mysql is still there to do quota operations, Dovecot seems to use it. If it's been aborted by the server, Dovecot seems to just (re)connect. . . But I'd love to help find the root or...
2019 Oct 28
3
Dovecot and MySQL aborted connections.
Is anyone else using Dovecot (2.3.8) with MySQL (5.7) seeing a lot of
these in MySQL logs?
2019-10-28T11:08:20.384428+02:00 58378 [Note] Aborted connection 58378
to db: 'vmail' user: 'vmail' host: 'localhost' (Got an error reading
communication packets)
2019-10-28T11:10:09.821171+02:00 58420 [Note] Aborted connection 58420
to db: 'vmail' user: 'vmail'
2019 Oct 31
2
Dovecot and MySQL aborted connections.
...rname = 'a at bla'
>>
>> 2019-10-30T10:53:40.113374-07:00 2 [Note] Aborted connection 2 to db: 'npomail' user: 'dovecot' host: 'localhost' (Got an error reading communication packets)
>>
>>
>> Increasing mysqld's net_read_timeout and net_write_timeout values to 3600 does not stop the aborted connections.
>>
>> It seems asymptomatic. If the connection to mysql is still there to do quota operations, Dovecot seems to use it. If it's been aborted by the server, Dovecot seems to just (re)connect. . . But I'd love to help find the...