Vladimir Rogach
Vladimir Rogach
For example now I need to write ```java Conditions.indexEquals(0, indexParts) Conditions.indexEquals(TarantoolIndexQuery.PRIMARY, indexParts) ``` It's not obvious that I should use constants from TarantoolIndexQuery class as well that constant value must...
Tech debt for https://github.com/tarantool/cartridge-java/pull/171
People sometimes forget to do migrations.up() after cluster upgrades. It would be nice to get a flag that all migrations are up to date and possibly display it as an...
If clusterwide config has not applied yet after cluster start migration will fail. This is a common scenario in tests. See ``` code: 32 message: AtomicCallError: cartridge.patch_clusterwide is already running...
Now all migrations will execute on each node of the cluster. I want to insert some initial data to some sharded space in a cluster (constants, configs etc). For example...
The problem was introduced [here](https://github.com/tarantool/cartridge-springdata/pull/80) because of limitations of cartridge-java. See related issues: https://github.com/tarantool/cartridge-java/issues/166 https://github.com/tarantool/cartridge-java/issues/117