schema: replace 'cluster' -> 'replicaset_uuid'
Replicaset UUID was stored in _schema['cluster'] tuple. This is going to be confusing soon, because there will be introduced an actual concept of cluster as multiple replicasets. The patch renames it to 'replicaset_uuid'. Part of #5029 @TarantoolBot document Title: Update '_schema' with new 'replicaset_uuid' key Currently _schema system space is documented to have 'cluster' key with replicaset UUID value. Now this key is deleted (since 3.0) and the UUID is stored in 'replicaset_uuid' key.
Showing
- changelogs/unreleased/schema-new-replicaset-uuid-key.md 6 additions, 0 deletionschangelogs/unreleased/schema-new-replicaset-uuid-key.md
- src/box/alter.cc 25 additions, 3 deletionssrc/box/alter.cc
- src/box/bootstrap.snap 0 additions, 0 deletionssrc/box/bootstrap.snap
- src/box/box.cc 1 addition, 1 deletionsrc/box/box.cc
- src/box/lua/upgrade.lua 44 additions, 0 deletionssrc/box/lua/upgrade.lua
- test/box-luatest/downgrade_test.lua 22 additions, 0 deletionstest/box-luatest/downgrade_test.lua
- test/box-luatest/schema_sys_space_test.lua 18 additions, 4 deletionstest/box-luatest/schema_sys_space_test.lua
- test/box-luatest/upgrade_to_3_0_0_test.lua 28 additions, 0 deletionstest/box-luatest/upgrade_to_3_0_0_test.lua
- test/box-py/bootstrap.result 1 addition, 1 deletiontest/box-py/bootstrap.result
- test/box/gh-6332-on-replace-schema.result 2 additions, 2 deletionstest/box/gh-6332-on-replace-schema.result
- test/box/gh-6332-on-replace-schema.test.lua 2 additions, 2 deletionstest/box/gh-6332-on-replace-schema.test.lua
- test/box/info.result 1 addition, 1 deletiontest/box/info.result
- test/box/info.test.lua 1 addition, 1 deletiontest/box/info.test.lua
- test/replication-py/cluster.test.py 1 addition, 1 deletiontest/replication-py/cluster.test.py
Loading
Please register or sign in to comment