Dmitry Ivanov
Dmitry Ivanov
Hi! Many thanks for making Neomake! I'm sorry if this question has been answered before, but how do I enable Neomake only for a restricted set of languages (for instance,...
``` The new format has a few benefits: it's shorter, simpler and human-readable as well. We don't use base64 anymore, since url encoding got us covered. We also show a...
And change a few more things in the process.
**Bug description** While node is being promoted, `txn_limbo_write_promote` writes a `RAFT_PROMOTE` request to its wal and immediately proceeds to flush the limbo in `txn_limbo_read_promote`: https://github.com/tarantool/tarantool/blob/4b88d5fd9833b1c236572e7c557646909ec415eb/src/box/txn_limbo.c#L576-L579 https://github.com/tarantool/tarantool/blob/4b88d5fd9833b1c236572e7c557646909ec415eb/src/box/txn_limbo.c#L1196-L1198 https://github.com/tarantool/tarantool/blob/4b88d5fd9833b1c236572e7c557646909ec415eb/src/box/txn_limbo.c#L591-L593 However, according to...
This patchset fundamentally changes the behavior of the protocol message `IPROTO_RAFT_PROMOTE`. # The problem Previously, we'd first win raft elections becoming a raft leader, then write the message unconditionally **w/o...