Alexander Turenko

Results 75 issues of Alexander Turenko

The connector should be able to connect to Tarantool Enterprise using the encrypted protocol. Documentation: https://www.tarantool.io/en/enterprise_doc/security/#enterprise-iproto-encryption Similar issues in other Tarantool connectors: - https://github.com/tarantool/cartridge-java/issues/180 - https://github.com/tarantool/go-tarantool/issues/155 - https://github.com/tarantool/tarantool-python/issues/217 *(We plan...

There is no easy way to determine, whether a particular object is callable. * `function` is always callable. * `table`, `cdata`, `userdata` is a callable if it has a metatable/metatype...

feature
lua
app
teamL

It is often more convenient to split a long command then set a delimiter before and unset it after. We have auto-guessing for Lua whether a command ends on a...

feature
lua
teamL

Tarantool version: 2.11.0-entrypoint-164-ge797a7483 For example, start tarantool in the interactive mode and enter a multiline command line-by-line: ```lua tarantool> function foo() > return 42 > end ``` Now exit from...

bug
teamL
console

PM Ref: https://www.notion.so/tarantool/Extend-lj-gdb-py-with-tt-74769772ac2249e0b36911abbaac5c84 - Convenient msgpack decoding[^1]. - Support our extension types. - `tuple` pretty printer (integrate into `p` or add `tt-tuple` command). - Content in a human readable form....

feature
teamS

Tarantool version: 2.3.0-61-g5b9f207df OS version: Gentoo Linux. How to reproduce: ```sh $ cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_BACKTRACE=ON -DENABLE_DIST=ON && make -j $ TEST_RUN_TESTS="$(yes app-tap/logger.test.lua | head -n 1000)" make test #...

crash
bug
teamS

It becomes more and more hard to install Python 2 in different environments: distros are going to remove it. Maybe it would be convenient to port the testing code to...

backlog
prio4
code health

> # Limitations > > 2. This module does not support Tarantool 1.6.x starting with 2.4.0. > Since then it uses Tarantool 1.7 protocol features. It was edited the last...

documentation

@andrew-statsenko proposed to verify the following case against possible performance degradation. 1. 1000 puts; 2. 100 take+ack; 3. 900 take+release; 4. Repeat from 1.

performance

How to reproduce: ```sh $ cmake . $ make $ yes '{' | head -n 1048576 | tr -d '\n' > x.yaml $ ./run-loader x.yaml ``` I don't know, but...