]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xapcmd: increase scope of lock
authorEric Wong <e@yhbt.net>
Sun, 26 Jan 2020 01:17:44 +0000 (01:17 +0000)
committerEric Wong <e@yhbt.net>
Mon, 27 Jan 2020 02:58:09 +0000 (02:58 +0000)
The old lock scope was only sufficient for protecting against
concurrent modifications from the common -mda, -watch, or -learn
writers.

It was not sufficient for protecting against parallel -compact
or -xcpdb invocations from eager admins.  Most of the time this
only leads to confusing and misleading warning messages, but
parallel xcpdb --reshard could lead to errors.


No differences found