From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] better systemd integration |
Date: | 2016-01-29 21:15:17 |
Message-ID: | CAFj8pRCD9r2CLxOcuRuBqRtuwMX=jmLNMxfOT8f5tJNYyeAGyw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi
>
> >
> > You sent only rebased code of previous version. I didn't find additional
> > checks.
>
> Oops. Here is the actual new code.
>
>
New test is working as expected
I did lot of tests - and this code works perfect in single server mode, and
with slave hot-standby mode.
It doesn't work with only standby mode
[root(at)dhcppc1 pavel]# systemctl start pg2.service
Job for pg2.service failed because a timeout was exceeded. See "systemctl
status pg2.service" and "journalctl -xe" for details.
Default timeout on FC is 90 sec - it is should not to be enough for large
servers with large shared buffers and high checkpoint segments. It should
be mentioned in service file.
Regards
Pavel
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2016-01-29 21:17:23 | Re: Move PinBuffer and UnpinBuffer to atomics |
Previous Message | Alexander Korotkov | 2016-01-29 21:11:34 | Re: Proposal: Generic WAL logical messages |