tarantool / vshard

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

Transfer bucket tuples as is without re-coding via Lua #336

Closed Gerold103 closed 2 years ago

Gerold103 commented 2 years ago

The patchset fixes a problem when rebalancer couldn't work if there were spaces with varbinary field type, or with double field type which stored at least one number not having a fraction. https://github.com/tarantool/vshard/issues/327

Gerold103 commented 2 years ago

Sorry, CI is failing (the branch was green before I made the PR). I will investigate.

Gerold103 commented 2 years ago

1.10 upgrade test fails on master too, I can't reproduce it locally. Don't know what happens, but caused not by this patch. Update: it passed after some re-runs. https://github.com/tarantool/vshard/issues/338