-
Tarantool version: 1.10.5-19-gb58a53b
OS version: CentOS Linux release 7.7.1908 (Core)
Bug description:
I have stored procedure in C. This procedure inserts many tuples in one transaction. G…
-
Recently in scope of "consistent map-reduce" feature `vshard.storage.ref` (https://github.com/tarantool/vshard/commit/3b5657fb9bd328263bd5989f744446f7f374a7c6) module was introduced.
However, there…
-
It would be nice to have a trigger:
```lua
on_replicaX_vclock_changed(vclovk)
on_vclock_changed(vclock)
```
or a function
```lua
box.wait_lsn(replica, lsn, timeout)
box.wait_lsn_any(lsn,…
-
**Tarantool**
```
Tarantool 3.0.0-alpha1-110-g3774e85d2
Target: Linux-x86_64-RelWithDebInfo
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BACKTRACE=TRUE
Compiler: Clang-16.0.6…
-
This part is solved in #7715
I have luatest installed into the system (into `/usr/share/tarantool/luatest/` and `/usr/bin/luatest`) and I can't run tarantool's tests using it.
```shell
$ rm -…
-
Can we have a wrapper over .Prepare() and .Execute(), I.E. called .PrepareExecute() that first checks a cache for statementIDs based on the query, and if not runs Prepare, otherwise just call Execute …
-
## Description
There should be a way to **forcefully** log out a user by revoking their access/refresh tokens.
This feature could be used as a killswitch for when there is a data breach or when user…
-
Hello!
I writing small application at Go & Tarantool and I have question about debuging requests. Can I setup some special settings for logging of all SELECT-requests to the database and do and ou…
-
Consider adding a new method to insert multiple tasks atomically (all or none). The method's signature may look like the following:
```lua
tube:put_many({ {task_data1 [, options1]} [, {task_data2 …
-
Any tarantool now may be hang if anywhere encounter such an object:
```lua
setmetatable({},{__serialize = function(_) return _ end})
```
It would be great to check after calling `__serialize` that…
Mons updated
10 months ago