- Sep 02, 2022
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
- Aug 29, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
Tell a story.
-
-
- Aug 28, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 23, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 19, 2022
-
-
- Aug 18, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 17, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 16, 2022
-
-
-
-
-
-
Georgy Moshkin authored
Tarantool remote requests are handled in a IProto thread, and on_shutdown triggers are handled in the TX thread. During shutdown we send a request to the leader, which introduces a race condition in case we are the leader. If iproto thread shuts down before the request is sent, it will never be handled. The fix is simple: in case we are the leader during shutdown, don't send the request, instead handle the request directly in the TX thread.
-
Georgy Moshkin authored
To highlight all the logging messages containing the given key do this: * rust: `tlog::highlight_key(log_key, Some(color))`. * lua: `picolib.log.highlight_key(log_key, color)`. To disable highlight for the given key do this: * rust: `tlog::highlight_key(log_key, None)`. * lua: `picolib.log.highlight_key(log_key)`. To disable highlighting of all keys do this: * rust: `tlog::clear_highlight()`. * lua: `picolib.log.clear_highlight()`.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 15, 2022
-
-
- Aug 12, 2022
-
-
- Aug 11, 2022
-
-
Georgy Moshkin authored
-
- Aug 10, 2022
-
-
Some users may change their "target-dir" cargo setting for example to make it shared between all projects (may speed up some builds). It that case our integration tests should be looking for the executable in the right place.
-
Georgy Moshkin authored
-
- Aug 09, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 08, 2022
-
-
Yaroslav Dynnikov authored
It's already called `raft_conf_change_loop` in code.
-
- Aug 05, 2022
-
-
Yaroslav Dynnikov authored
Extend documentation with raft log processing algorithm.
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
Describe `conf_change_loop` and graceful shutdown logic.
-
Yaroslav Dynnikov authored
Bring the algorithm description in accordance with actual implementation. Also provide some comments to the code.
-
- Jul 27, 2022
-
-
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-