- Sep 02, 2022
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
- Aug 28, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 23, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 18, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 17, 2022
-
-
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 11, 2022
-
-
Georgy Moshkin authored
-
- Aug 10, 2022
-
-
Georgy Moshkin authored
-
- Aug 05, 2022
-
-
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
-
- Jul 26, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Yaroslav Dynnikov authored
Everywhere in code use `RaftId`, `RaftTerm`, `RaftIndex` instead of obscure `u64`.
-
-
-
-
-
-
- Jul 18, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 14, 2022
-
-
-
-
It prints the raft log in a concise and readable way
-
- Jul 12, 2022
-
-
Georgy Moshkin authored
-