echooymxq
echooymxq
When there are many comments, it can cause the whole excel file to become very large.
configured the `spring.cloud.sentinel.transport.clientIp`?
@happytsgf `csp.sentinel.dashboard.server ` 是指定控制台的地址,dashboard启动加这个配置的时候,是把自己也接入控制台的,你日志中拉取metric超时,你应用服务应该也是用docker启动的,此时在应用配置里面指定`spring.cloud.sentinel.transport.clientIp`下ip即可。
The `instanceHost` is not corrent,It is usually a service name or an ip address.
@RongtongJin @hzh0425 help review it.
#5009 @ni-ze
> IMO, the channel close event lost and still can not elect master if method > > > controller.electMaster > > failed. You can't assume the elect master always had...
cc @RongtongJin @hzh0425
@RongtongJin I don't tend to use this approach of detects the broker's heartbeat periodically, i prefer use a schedule task to scan the broker health, heartbeat just means the broker...
@mxsm @ni-ze I have commit a pr, welcome to review and discussion.