tarantool / crud

Easy assess to data stored in vshard cluster
BSD 2-Clause "Simplified" License
40 stars 14 forks source link

Support vshard's `identification_mode` = `name_as_key` #403

Closed Totktonada closed 6 months ago

Totktonada commented 6 months ago

It is released in vshard 0.1.25. See https://github.com/tarantool/doc/issues/3942.

This mode has different vshard.storage.info() output: names are there instead of UUIDs.

At least the following crud's code is not ready for that.

https://github.com/tarantool/crud/blob/a897f4c652c6cb4313ed42abd4fc0248d3e45829/crud.lua#L182-L196

DifferentialOrange commented 6 months ago

As far as I understand, 0.1.25 with new mode enabled will break the crud module apart on initialization?

Totktonada commented 6 months ago

@DifferentialOrange I don't know, but I hope that the new mode is generally compatible with the old one. Only testing can tell us.