Re: Dynamic Reconfiguration usage

2021-03-09 Thread Alexander Shraer
Hi,

The only things that can be changed dynamically are the ones in the dynamic
configuration file:
- list of servers,
- their ports,
- their roles (follower or observer)
- the quorum system definition (majority or hierarchical).

AFAIK all other parameters are in the static config file.

Thanks,
Alex

On Tue, Mar 9, 2021 at 2:22 PM rammohan ganapavarapu <
rammohanga...@gmail.com> wrote:

> Hi,
>
> Is the dynamic reconfiguration
>  feature
> only used for the server config or can be used for any other zookeeper
> configuration parameters?
>
> For example, can i change the log level from debug to info using dynamic
> reconfig with out restarting processes.
>
> Thanks,
> Ram
>


Dynamic Reconfiguration usage

2021-03-09 Thread rammohan ganapavarapu
Hi,

Is the dynamic reconfiguration
 feature
only used for the server config or can be used for any other zookeeper
configuration parameters?

For example, can i change the log level from debug to info using dynamic
reconfig with out restarting processes.

Thanks,
Ram