[Tarantool-patches] [PATCH 2/4] xlog: introduce an error code for XlogGapError

Cyrill Gorcunov gorcunov at gmail.com
Mon Sep 14 13:18:16 MSK 2020


On Sat, Sep 12, 2020 at 07:25:54PM +0200, Vladislav Shpilevoy wrote:
> XlogGapError object didn't have a code in ClientError code space.
> Because of that it was not possible to handle the gap error
> together with client errors in some switch-case statement.
> 
> Now the gap error has a code.
> 
> This is going to be used in applier code to handle XlogGapError
> among other errors using its code instead of RTTI.
> 
> Needed for #5287

And this one too
Acked-by: Cyrill Gorcunov <gorcunov at gmail.com>


More information about the Tarantool-patches mailing list