Yaroslav Shumakov
Yaroslav Shumakov
**Bug description** [008] engine/gh-5216-small_alloc_factor.test.lua memtx [008] [Instance "gh-5216-small_alloc_factor"] Tarantool server failed to start [008] [008] Last 15 lines of Tarantool Log file [Instance "gh-5216-small_alloc_factor"][/tmp/tarantool/build/test/var/008_engine/gh-5216-small_alloc_factor.log]: [008] Starting instance gh-5216-small_alloc_factor... [008] started...
Hi, raw_ethernet.h is absent in lwip stack. Where I can get it? Thanks
If anyone tries to insert null-value into a space field that is part of the primary index then tarantool runs into an error. In some cases, this can leads to...
Add an option to upload configs (like on Code and Configuraion files menus in Cartridge UI) to cluster: metrics.yml, zone_distances.yml, config.zip and so on.
As 2.7.1 version of cartridge-cli can do many things with Tarantool cluster, but only on localhost it will be great if cartridge-cli will have an onboard ssh-client and can do...
Why need to point https://github.com/tarantool/cartridge-cli/blob/8c642c79c2e7c1af8c2feb454d3d7c599bb8230a/examples/getting-started-app/getting-started-app-scm-1.rockspec#L10 in app rockspec when cartridge have checks as a dependency? Seems need to remove, because when later user upgrades for examaple Cartridge version it may...
In cases when sharding_keys and primary key parts are not the same it's quite annoying to point primary keys and sharding keys to perform get, delete and other operations so...
crud has 2 methods: select and pairs which returns a list of tuples, also it has after option that used for pagination. Thats great but in different interfaces: rest/graphql/language connectors...
Add an ability to pass not only bucket_id but also as an option sharding_keys itself. This will lead to less users mistakes in calculating bucket_id,
Since 2.10+ core supports net_box.method({return_raw = true}) seems the following crud methods must support returning raw MessagePack: get, insert, delete, replace, upsert, select, update, upsert, min, max.