zmstone

Results 430 comments of zmstone

I have seen once such behaviour before: if the the http server silently drops a HTTP request (e.g. due to rate limit) without responding with an error code, and does...

> @zmstone it looks like your hunch was right. This is happening when the http server is unable to respond. Our deployments are not bluegreen right now. And the entire...

yeah sure. I will work on a patch. Will be in 5.7.1 or 5.8.0

> Thanks. We also found another issue which exactly coincides with your hypothesis. Our http api implementation has a bug that if any exception thrown our server does not return...

Hi @hholstil Thank you for splitting this PR out. And sorry for the delayed review for this one. Now that the initial pick PR is merged, could you please rebase...

> > Hi @hholstil Thank you for splitting this PR out. And sorry for the delayed review for this one. Now that the initial pick PR is merged, could you...

`ekka_cluster_etcd` should not `stop` when the connection to etcd `EXIT`. https://github.com/emqx/ekka/blob/7dd7ba7a465cb56b9b8718e32fef5564ba7f851d/src/ekka_cluster_etcd.erl#L374-L375 It's ok to fail in `init`, but after `init` is done, it should enter a delay-retry loop when etcd...

> in fact, when etcd exited and after 30s restart, the emqx core will not connect etcd and register kv again. Yes, my comment above is the solution. We'll try...

Hi @win5923 Might be due to password hash parameter or salt mismatch. Maybe try to test with a different hash algorithm to verify ? btw. the field is better to...