Why heartbeatTimeout is 3 times as much as heartbeat?

2018-03-10 Thread ??
hi, I'm a little puzzled, why heartbeatTimeout is 3 times as much as heartbeat? public HeaderExchangeServer(Server server) { if (server == null) { throw new IllegalArgumentException("server == null"); } this.server = server; this.heartbeat =

How to turn off the dubbo monitor log

2018-03-10 Thread ? ??
Dear all, How to turn off the dubbo monitor log e.g. [com.alibaba.dubbo.monitor.dubbo.DubboMonitor] [INFO] - [DUBBO] Send statistics to monitor

Re: Link not accessible in Chinese user manual

2018-03-10 Thread jun liu
> On Fri, Mar 9, 2018 at 5:34 PM, Kimm King > wrote: >> the new chinese user manual url here: >> http://dubbo.io/books/dubbo-admin-book/install/provider-demo.html >> >> so I suggest

Re: What's the relationship between 2.5.x and 2.6.x?

2018-03-10 Thread kext gmail
Hi, As i know, 2.6.x which is merged dubbox contributed by dangdang with REST feature(reference release log for more: https://github.com/alibaba/dubbo/releases/tag/dubbo-2.6.0 ). And 2.5.x would be the normal release for dubbo. Pls

Re: What's the relationship between 2.5.x and 2.6.x?

2018-03-10 Thread Wang Xin
As Jun’s plan:2.5.x is a bug fix branch,and 2.6.x is a new feature branch. The detail is here: https://github.com/alibaba/dubbo/issues/1208 Xin Wang lovep...@hotmail.com 在 2018年3月11日,上午10:51,kext gmail > 写道: Hi, As i