xiaokai
xiaokai
> When our application has 0 instances then upstream should be zeroed too. The module is not support to delete all servers of one upstream, which is to avoid causing...
That will be cool.
@hilbert36 有没有数据贴一下,模块短时间内是不会释放内存的,需要等一段时间
@hilbert36 有1.14.2 版本启用这个模块的内存占用情况没?
@hilbert36 有没有使用健康检查模块? 可以多跑两天,观察一下内存是否会一直上涨;谢谢!
yeah, great, thanks! 之前的策略是支持把upstream 的配置dump 的本地,目的:保持远程与本地server配置的一致性,降低nginx 对配置中心的依赖性,在配置中心出问题时,可以随时的本地reload。 现在发现dump upstream 太重,upstream 内的子配置项很多,要实现上面的目的,只要dump upstream 内的server 便可,所以新的分支里便把此部分去掉了 当前只支持consul,为了便于添加其它的配置服务,做了一个架构调整,见分支:https://github.com/weibocom/nginx-upsync-module/tree/support_other_conf_server ; 这个分支已通过测试,添加些回归测试用例,便会merge 到主分支;欢迎提交对其它配置服务的pr(etcd、zk...)thanks @imjustfly
非常、非常感谢,支持zookeeper 超赞! 看你的说明是修改了zookeeper 的源码,这样是不是有点tricky?能不能不修改zookeeper,从而模块更加通用?并不一定必须要支持recursive,这个可行么? 方便告知你的邮箱吗?非常感谢!
赞! 感谢!
你是说一致性hash 或者取模方式下,weight 参数会影响后端server 的流量?