Filipp Ozinov

Results 138 comments of Filipp Ozinov

What is your network card IP address? Is it the same as IP address of a domain `test-0.domain.com`? What OS on your servers? Is it linux?

I uploaded possible fix. Try to use a fresh version from github: ``` # 1) Remove current pip version sudo pip uninstall pysyncobj # 2) Clone github repo git clone...

`Yes, the network card IP address is same as the domain` Then probably fix won't work. Everything looks fine. Please try to use IP addresses instead of hostname. If won't...

`tcp 0 0 ::ffff:172.20.3.224:5000 ::ffff:172.20.10.8:37146 ESTABLISHED` This is IPv6 connection. Try to use IPv4.

I would be glad if you port it to pysyncobj core, that would be awesome feature.

Thanks for report! 1) May be we can just wait for at least raftMaxTimeout + some delay after process started before granting any votes? This would give us time to...

1. We can do both - add it to journal + wait for some time for case where journal flushing disabled. 2. Agree.

Sounds good. I'll wait for your fix :)

What are you trying to achive? Could you provide more details please?

You should declare all non-serializable fields after calling super. Could you post your class code?