[Tarantool-patches] [PATCH] vclock: refactor vclock map to use type uint32_t
Kirill Yukhin
kyukhin at tarantool.org
Fri Mar 20 14:15:41 MSK 2020
Hello,
On 05 мар 14:36, Serge Petrenko wrote:
> We're using an unsigned int to hold vclock map, but there is no
> guarantee that unsigned int will be 4 bytes in size to fit all the 32
> vclock components. So use uint32_t instead.
> ---
> No issue, discussed in scope of
> https://github.com/tarantool/tarantool/issues/4739
> Branch: https://github.com/tarantool/tarantool/tree/sp/vclock-map-refactor
I've checked your patch into 2.2, 2.3 and master.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list