| From: | Erik Rijkers <er(at)xs4all(dot)nl> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Cc: | pgsql-hackers-owner(at)postgresql(dot)org |
| Subject: | Re: logical replication - still unstable after all these months |
| Date: | 2017-05-31 06:51:24 |
| Message-ID: | c6fd3648bda24e2331e004d797e87d2b@xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2017-05-26 08:10, Erik Rijkers wrote:
> If you run a pgbench session of 1 minute over a logical replication
> connection and repeat that 100x this is what you get:
>
> At clients 90, 64, 8, scale 25:
> -- out_20170525_0944.txt
> 100 -- pgbench -c 90 -j 8 -T 60 -P 12 -n -- scale 25
> 7 -- Not good.
> -- out_20170525_1426.txt
> 100 -- pgbench -c 64 -j 8 -T 60 -P 12 -n -- scale 25
> 18 -- Not good.
> -- out_20170525_2049.txt
> 100 -- pgbench -c 8 -j 8 -T 60 -P 12 -n -- scale 25
> 10 -- Not good.
> At clients 90, 64, 8, scale 5:
> -- out_20170526_0126.txt
> 100 -- pgbench -c 90 -j 8 -T 60 -P 12 -n -- scale 5
> 2 -- Not good.
> -- out_20170526_0352.txt
> 100 -- pgbench -c 64 -j 8 -T 60 -P 12 -n -- scale 5
> 3 -- Not good.
> -- out_20170526_0621.txt
> 100 -- pgbench -c 8 -j 8 -T 60 -P 12 -n -- scale 5
> 4 -- Not good.
It seems this problem is a bit less serious than it did look to me (as
others find lower numbers of fail).
Still, how is its seriousness graded by now? Is it a show-stopper?
Should it go onto the Open Items page?
Is anyone still looking into it?
thanks,
Erik Rijkers
> The above installations (master+replica) are with Petr Jelinek's (and
> Michael Paquier's) last patches
> 0001-Fix-signal-handling-in-logical-workers.patch
> 0002-Make-tablesync-worker-exit-when-apply-dies-while-it-.patch
> 0003-Receive-invalidation-messages-correctly-in-tablesync.patch
> Remove-the-SKIP-REFRESH-syntax-suggar-in-ALTER-SUBSC-v2.patch
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2017-05-31 06:51:31 | Re: Get stuck when dropping a subscription during synchronizing table |
| Previous Message | Andrew Borodin | 2017-05-31 06:44:45 | Re: Range Merge Join v1 |