Vladislav Shpilevoy

Results 75 issues of Vladislav Shpilevoy

Now when there are both `TCPSocket` and `SSLSocket` available in `mg::aio`, it should be possible to implement an `HTTPClient`. And an `HTTPServer` at least for testing the client.

enhancement
mg::aio

It is a useful metric in general, to see how much pressure does WAL get. And would be amazing to have that for tests.

feature
srv.info
box

This PR reworks the limbo in a way that its state control code is more focused and the limbo now has an explicit state.

`replicaset.healthy_count` seems to be updated incorrectly sometimes. Or too late. Here is a test: ```Lua -- -- Instance 1 -- -- Step 1 -- fiber = require('fiber') log = require('log')...

bug
replication

This is a generalization of #11807. That ticket was about a crash which was happening when `txn_limbo_is_empty()` is false, but `txn_limbo_last_synchro_entry()` is `NULL`. Which sounds strange, but it is theoretically...

qa
qsync replication