ClickHouse detects whether Zookeeper is successfully configured

  • ClickHouse configuration supports hot changes
  • Zookeeper configuration does not support hot changes and needs to be restarted

Execute SQL

select * from system.zookeeper where path = '/';

Query result after successful configuration

Insert picture description here

Guess you like

Origin blog.csdn.net/wenyichuan/article/details/113877098