> > The server side keeps outputing logs showing clients create and then break 
> > connection. Is there any problem with consul's health check?
> 
> It is TCP check provided by consul, see more from 
> https://www.consul.io/docs/agent/checks.html
> 
> It looks like consul uses short TCP connection to check node's liveness, 
> which in fact is reasonable. I think we should bear with the disconnection 
> logging messages since we allow user to adjust check interval like this:
> 
> ```
>     <dubbo:registry address="consul://localhost:8500">
>         <dubbo:parameter key="consul-check-interval" value="60s"/>
>         <dubbo:parameter key="consul-check-timeout" value="20s"/>
>     </dubbo:registry>
> ```
> 
> What do you think?

Agree. How about increase the default check interval, say 60s, current interval 
is to some extent too frequent.

[ Full content available at: 
https://github.com/apache/incubator-dubbo/pull/3593 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to