- Apr 08, 2024
-
-
Georgy Moshkin authored
We don't expect users to be changing those too often.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Mar 11, 2024
-
-
- Mar 06, 2024
-
-
Georgy Moshkin authored
-
- Feb 12, 2024
-
-
- Feb 08, 2024
-
-
New tarantool options 'memtx_memory' and 'log' can be configured via picodata cli
-
- Feb 05, 2024
-
-
Georgy Moshkin authored
-
- Jan 26, 2024
-
-
Feodor Alexandrov authored
1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl. 2. For test purposes additionally use the inject_errors feature to keep files after shred operation and allow the test code to look inside and make sure that content was really shredded.
-
- Jan 25, 2024
-
-
Georgy Moshkin authored
Note: this changes return values from all .proc_* stored procedures, making them more usable, but completely breaking the compatibility with older versions. Closes #500
-
- Dec 19, 2023
-
-
Since https://github.com/tarantool/tarantool/pull/8626 memtx_memory is now rounded up to 64MB in case lower value is specified.
-
- Aug 23, 2023
-
-
- Jul 27, 2023
-
-
Егор Ивков authored
-
- Jun 16, 2023
-
-
Yaroslav Dynnikov authored
-
- Apr 19, 2023
-
-
Georgy Moshkin authored
-
- Feb 03, 2023
-
-
- Dec 05, 2022
-
-
- Nov 22, 2022
-
-
Yaroslav Dynnikov authored
Also prefix stored procedures names `raft_join` and `raft_interact`
-
- Nov 09, 2022
-
-
Tarantool synchronous replication is broken in such a way, that local & asynchronous transactions get rolled back upon synchronous transaction rollback. This is critical for us, because we use local spaces for the raft log, which should be orthogonal to synchronous business spaces, but is not due to this behavior. Until it is fixed, we will not use synchronous replication. See https://github.com/tarantool/tarantool/issues/7903
-
- Oct 31, 2022
-
-
Georgy Moshkin authored
-
- Oct 25, 2022
-
-
- Oct 06, 2022
-
-
- Sep 21, 2022
-
-
Georgy Moshkin authored
-
- Aug 23, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 16, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 15, 2022
-
-
- Aug 10, 2022
-
-
Georgy Moshkin authored
-
- Jul 08, 2022
-
-
32MiB is the minimum allowed memtx_memory size.
-
Join requests should be made without timeout restrictions. Otherways it's impossible to tell retried request from instance_id collision. Retried requests never succeed and return the "already joined" error.
-
- Jun 23, 2022
-
-
deactivation means that instance - is demoted to learner (if it wasn't one already) - is marked "inactive" so that it's ignored when determining the number of voters required for the cluster
-
- Jun 20, 2022
-
-
Georgy Moshkin authored
-