tarantool / vshard

The new generation of sharding based on virtual buckets
Other
100 stars 31 forks source link

Do not use box.session.push #427

Open locker opened 1 year ago

locker commented 1 year ago

box.session.push is deprecated starting from Tarantool 3.0. We're going to disable it in Tarantool 4.0 with the ability to enable it via the compat.box_session_push_deprecation option. In Tarantool 5.0 we're going to drop it completely. See https://github.com/tarantool/tarantool/issues/8802.

Tarantool integration CI reports a failure if box.session.push is disabled by setting compat.box_session_push_deprecation to 'new'. Please remove all usages of box.session.push from this project code.