You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ZookeeperServiceWatch create a treecache to iterate watch /services dir, when service and service instance num increase high,the watcher num will increase dramatically as instances watch the path each other
e.g. service num is 500, instance num is 2500, the watch number will be (500 + 2500) * 2500 * 2= 15m ,multiply 2 as
path data and path children will be both watched
Describe the solution you'd like
add a swtich to disable ZookeeperServiceWatch
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
ZookeeperServiceWatch create a treecache to iterate watch /services dir, when service and service instance num increase high,the watcher num will increase dramatically as instances watch the path each other
e.g. service num is 500, instance num is 2500, the watch number will be (500 + 2500) * 2500 * 2= 15m ,multiply 2 as
path data and path children will be both watched
Describe the solution you'd like
add a swtich to disable ZookeeperServiceWatch
The text was updated successfully, but these errors were encountered: