Aleksander Klenov

Results 7 issues of Aleksander Klenov

A simple case is to fill in a default field at the time of recording, but the value of the field depends on other fields of the record: ```lua box.schema.func.create('default_fingerprint',...

feature

``` shell cartridge pack tgz --filename ./${PRODUCT_NAME}-${APP_VERSION}.tar.gz --version ${APP_VERSION} ``` The command does not have the ability to use the local SDK. In recent versions, flags have appeared for similar...

Bug with CRUD 1.4.1 when calling crud.get(space_name, {{}, {}}, { timeout = 0.25 }), causes a bunch of fiber leak errors. MacOS 13 Ventura, Tarantool EE 2.11

needs feedback

# Description of the risk Sometimes, for various reasons, the operations team upgrades only part of the cluster. In our practice, a cluster usually consists of two parts. But in...

To address the issue described in #114, the following changes have been made: - The `runner` has been modified to ensure that it contains the entire list of project files...

I have a project with the following structure: * .rocks/ * app/ * roles/ * slow_log.lua * tracing.lua * const.lua * vhard_bootstrapper.lua * demo/ * doc/ * tmp/ * test/...

The function will not work correctly if there is more than one replica set in the group. My test cluster usually consists of two routers and two to three shards....

bug