Hi, One more question
4. Is there any list of configs that should be only in static file to boot up the zookeeper? or can i have some thing like this? cat zoo.cfg dynamicConfigFile=/opt/zookeeper/conf/dynamic.cfg cat dynamic.cfg # All zookeeper configurations will this work? On Thu, May 30, 2019 at 9:59 AM rammohan ganapavarapu < [email protected]> wrote: > Hi, > > I have few questions regarding dynamic reconfig feature, > > 1. this feature can only reconfigure the properties or configuration > defined in dynamic configuration file and not the configs in static default > zoo.cfg file? > 2. What is the criteria to create version extension for dynamic config > file? ex: zoo.cfg.dynamic.100000000, i mean when does zk create new version > file, i have change a property in static file and restarted zk but it didnt > create new version file so it will only create new version when a config in > dynamic file changes? > 3. How many copies/versions of these dynamic config files will get created > and is there a purge task that zk runs to cleanup older version files? > > > > Thanks, > Ram >
