]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: commit to skeleton via remote partitions
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Feb 2018 20:29:55 +0000 (20:29 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 28 Feb 2018 23:06:20 +0000 (23:06 +0000)
commit4ac55dde4d10887a7ad9c325924d322491bd61d1
treead3a0fa7696d1947bb55081312c61fc984dffa46
parentd1915096bbd5fdda4818336b64131799966e9d6e
v2writable: commit to skeleton via remote partitions

We need to ensure Xapian transaction commits are made to remote
partitions before associated commits hit the skeleton DB.

This causes unnecessary commits to be made to the skeleton DB;
but they're mostly harmless.  Further work will be necessary
to ensure proper ordering and avoidance of unnecessary commits.
lib/PublicInbox/SearchIdxPart.pm
lib/PublicInbox/V2Writable.pm