Closed
Description
cartridge
rock won't be supported in Tarantool 3.x. crud
supports running without cartridge
on vshard
cluster, but it seems that it is not enough for user to simply run vshard cluster and crud.init_router
/crud.init_storage
:
crud.insert('customer', {1, box.NULL, 'Elex'})
---
- null
- line: 86
class_name: InsertError
err: "Failed to get bucket ID: CallError: Failed for ac522f65-aa94-4134-9f64-51ee384f1a54:
Function returned an error: {\"access_type\":\"Execute\",\"trace\":[{\"file\":\".\\/tarantool\\/src\\/box\\/session.c\",\"line\":473}],\"object_type\":\"function\",\"base_type\":\"AccessDeniedError\",\"type\":\"AccessDeniedError\",\"message\":\"Execute
We need to automatize the process of setup as far as possible. If some manual actions still should be required from user, we should thoroughly describe them in README.
See also #364