Albert Skalt

Results 9 issues of Albert Skalt

`box.ctl.demote()` does not guarantee that the node will not become a leader in the new term. For example, we have the cluster with 3 nodes and election failover. ```sh $...

bug
raft

@TarantoolBot document Title: `tt cluster publish` can publish a new instance configuration This patchs adds an ability to publish a new instance configuration with `tt cluster publish`. Prior this patch...

Sometimes the client code want to behave differently depending on the values in the config. But if the value is missing, Tarantool can apply some default. So we need to...

3sp

@TarantoolBot document Title: `tt replicaset vshard bootstrap` - bootstraps vshard in the cluster This patch introduces new subcommand for the replicaset module. `tt replicaset vshard` - manages vshard in the...

@TarantoolBot document Title: `tt replicaset bootstrap` bootstraps a Cartridge app or an instance This patch adds new subcommand for the replicaset module. `tt replicaset bootstrap [flags] ` bootstraps a Cartridge...

Use case: - Change a local config. - Want to reload it on all instances. - It can be done with `echo "require('config'):reload()' | tt connect app:inst -f-` - But...

teamE
1sp

[Origin](https://github.com/tarantool/tt/pull/820#discussion_r1574413062) Need to think about the way to output both "sharding roles" and "roles" for cluster config app some acceptable way. 2sp is here because there are existing tests that...

good first issue
teamE
2sp

These lines result in an index exception, trying to connect to the instance that actively applies DDL due to the race with the tarantool object creation: https://github.com/tarantool/tarantool-python/blob/28310fc4e927c77d3be75e98360bf3b09f72482a/tarantool/connection.py#L1409-L1410 As these two...

1. Start an instance using `tt start -i`. Logs directory is not created. As I see, it is done intentionally here: https://github.com/tarantool/tt/blob/2eba9ef410914341838e744e81c97a8272048a61/cli/running/running.go#L754 2. Stop the instance. 3. Try to clean...