[Tarantool-patches] [PATCH 2/3] txn: split complete into success and fail paths

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Nov 3 01:39:12 MSK 2020


Hi! Thanks for the review!

On 02.11.2020 13:15, Cyrill Gorcunov wrote:
> On Sat, Oct 31, 2020 at 07:01:41PM +0100, Vladislav Shpilevoy wrote:
>> txn_complete used to handle all the transaction outcomes:
>> - manual rollback;
>> - error at WAL write;
>> - successful WAL write and commit;
>> - successful WAL write and wait for synchronization with replicas.
> 
> Looks ok to me. Ack.
> 
> Here is a diff on top of the patch I would add, but up to you, feel free to ignore.

Applied and force pushed on the branch.


More information about the Tarantool-patches mailing list