You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compatibility layer for different tarantool versions was broken in
several ways:
* It did use 'string.split', which was added only in
tarantool-1.7.3-666-ga6800388c.
* It did not support 2.* versions and uses old options on, say,
tarantool-2.4.0-82-gd8a9f1d9c (because assumes the major version as 1
and didn't check it).
* 'slab_alloc_arena' value was passed in bytes rather than gigabytes.
0 commit comments