Vladislav Grubov
Vladislav Grubov
Sometimes in Tarantool console or somewhere else we need to index elements from iterator. Some of the examples from Tarantool: ``` -- Sums memory usage fun.iter(box.info.memory()):map(function(key, value) return value end):sum()...
We have dynamic balancer which discovers inside ngx.timer (from lua-nginx-module) upstreams of tarantool and balances client requests according to some application logic. We would like to configure tarantool location in...
Since release https://github.com/fstirlitz/luaparse/releases/tag/v0.3.1 luaparse supports LuaJIT. Updating version of luaparse and several if statements in server.js brings support of LuaJIT. Could you please do this?
Subj: https://github.com/tarantool/tarantool/blob/6ba34da7f840357f2093cf6ee9a0ef2fc0a0f590/src/box/lua/config/instance_config.lua#L169 when `sharding.apply` is executing, it would be nice, if you log.warn parsed URIs from iproto.listen which is declined by config machinery. It took me 2 hours to investigate...
We caught serial coredumps in our production after executing the same migration again. I suppose, we should add preconditions in `up` to check if DDL is valid to apply migration
There are applications when we have subset of sources of data which triggers own condvars/channels. In global application architecture we have to wait for `any` events from subsets of these...
collector histogram is just bunch of counters, it is too bad for it to be slow. I've slightly rewrite collectors/histogram to speed it up: ## With constant labels for each...
### Subject I use the single `tt` binary in various `$PWD` directories, and sometimes the autodiscovery of `tt.yaml` works as expected, but other times it does not. Having to specify...
luarocks/luarocks released version 3.10.0 with many patches and enhacements. Can we update our fork to the upstream version? @LeonidVas
Hello, everyone! It is very convenient to host personal luarocks server in ordinary S3 bucket behind AWS Cloudfront or S3 Website or anything else. We use AWS S3 + AWS...