[tarantool-patches] Re: [PATCH 2/2] vinyl: fail aborted transactions early

Konstantin Osipov kostja at tarantool.org
Thu Mar 28 17:05:57 MSK 2019


* Vladimir Davydov <vdavydov.dev at gmail.com> [19/03/22 21:17]:
> We abort transactions when switching to read-only mode, building a new
> index, or reverting a statement after a failed WAL write. It's no use
> to allow an aborted transaction to proceed as usual until commit - we
> should fail it as early as we can to avoid wasting resources. Currently,
> we do it in a rather abrupt way - by an assertion :-) This patch makes
> any DML/DQL operation fail gracefully instead.
> Closes #4070

OK to push.
-- 
konstantin osipov, moscow, russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov




More information about the Tarantool-patches mailing list