biokoda / actordb

ActorDB distributed SQL database
Mozilla Public License 2.0
1.9k stars 71 forks source link

questions when cluster machine goes down #8

Closed Sheldon-Hsu closed 9 years ago

Sheldon-Hsu commented 9 years ago

I was just in the test.I run 6 nodes ,5 in a group for write data. when I stop one node, most of the time it still work ,but the response time is very long,even take 10 seconds. Then I try to stop another node, this cluster works but the response time still very long.Is this a bug? Or shouldn't I take one node just for connection but not join in the group. This is my node.yaml: nodes:

SergejJurecko commented 9 years ago

Must be a bug yes. It is an area that was improved since last release.

Sheldon-Hsu commented 9 years ago

Thanks a lot.

SergejJurecko commented 9 years ago

New version released. This area has been improved a lot.