consul2istio icon indicating copy to clipboard operation
consul2istio copied to clipboard

即使consul侧没有变化,但仍然会不断的更新upServiceRecord

Open shiling02404 opened this issue 3 years ago • 0 comments
trafficstars

在monitor.go中,调试时发现,即使consul侧没有变化,但仍然会不断的执行m.updateServiceRecord()。 由于if consulWaitIndex != queryMeta.LastIndex 这个一直成立,流费不必要的流量带宽 https://github.com/hashicorp/consul/issues/12398

shiling02404 avatar Apr 11 '22 02:04 shiling02404