Filipp Ozinov

Results 138 comments of Filipp Ozinov

I'll write some documentation, thanks for report. BTW, you could add some comments / write documentation, I'll be glad to accept your PR.

Hard week. I'll try to look at this tomorrow. Thanks for PR!

Looked briefly, left few comments.

I think that we can try to flush once per multiple writes. But we shouldn't increment lastCommitIdx untill flush.

There is a batch mode - we already wait a little before sending commands. If we add another 0.1 sec. delay - that will be much better than reducing overall...

I'm not sure that it's possible to achive using existing batch mode in append_entries. I think you should try following: 1) Don't call sendNextNodeIdx after receiving append_entries. Just add messages...

Thanks for report. There is several possibilities to achieve skipping members serialization. First one is declare all members that should not be serialized before running __init__ of SyncObj: class SomeClass(SyncObj):...

Why do you want to use ssl? Currently all traffic already encrypted, no need to use ssl over it.

Ok, I'll think about it.

Currently it's pretty stable, used by multiple big projects, so probably version can be already set to 1.0