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
See full repro (cartridge app, insert.lua, loader.lua) attached.
Long story short: crud.select('space_1', {{'==', 'secondary', 's_test_1'}}, { bucket_id = vshard.router.bucket_id_mpcrc32('s_test_1' )})
leads to map-reduce. I can see it in box.stat of both shards, and it starts throwing errors if I monkeypatch _G._crud.select_on_storage on one of the shards.