Releases: housepower/ckman
Releases · housepower/ckman
v1.3.2
- show version on web page
- support routine, more faster to operate cluster
- support internationalize
- not allow to modify isReplica
- write clusters.json format
- fix runtime error when get zk version
- make ssh port configurable(#63)
- do not report error when system.query_log is not exist(#60)
- when node server is disconnect, we can also delete it
- only start node when status is red
v1.3.1
- The node health is displayed on the Manage interface, which is connected for Green, disconnected for RED
- Error prompts to automatically disappear later
- Cleaning ZooKeeper information when destroy cluster, delete node, delete table. (#42)
- Rebalancer not only support default database (#45)
- Repairing the replicated table status, the node does not exist (#27)
- Repair Slow Session No Display Questions (#32)
- When the node is deleted, when the Shard number is not the last one, and the node is alone in a Shard, it is not allowed to be deleted.
- Simplify the compilation step, the frontend is packaged into
dist
, no need to manually compile
v1.3.0
v1.2.9
- fix get table metric bugs
- fix create table with incorrect zookeeper path
- change listen host
0.0.0.0
to::
- with
0.0.0.0
, you can't connect clickhouse-server with clickhouse-client when use localhost - If ipv6 is not in your machine,
::
will return error when you start clickhouse-server ,then0.0.0.0
will work.
- with
v1.2.8
- add API PingCluster
- add API PurgerTables
- add API ArchiveToHDFS
- add API GetCluster
- modify WrapMsg to unify error response
- escape column names, more debug log
- fixed DeployController.DeployCk to store clusters
v1.2.7
- Fix bugs in the password of Clickhouse that cannot be recognized by special characters such as
#
,+
,&
etc; - Since the default user is a reserved user in the Clickhouse, from v1.2.7, default user deployment cluster is no longer supported;
- Zookeeeper status port can be configured from the interface to monitor the performance of zookeeeper. The default port is 8080
- Supported launch from container
- When the cluster is in import mode, all operations on the cluster are disabled on the interface, including adding and deleting nodes, upgrading the cluster, starting and stopping the cluster, and rebalance;
- For security reasons, Access to swagger documents is no longer supported by default
- 修复
clickhouse
用户密码中有#
、+
、&
等特殊字符不能识别的BUG; - 由于
default
用户在clickhouse
中是作为保留用户,因此从v1.2.7
开始,不再支持default
用户部署集群; - 支持从界面配置
zookeeper status port
,用于监控zookeeper
性能指标,默认端口为8080
- 发布
ckman
的docker
容器,支持docker
启动 - 当集群是导入模式时,界面上禁用对集群的所有操作,包括增删节点、升级集群、对集群的启停及负载均衡等;
- 出于安全性考虑,默认不再支持访问
swagger
文档
v1.2.6
- Fix upgrade cluster bug
- Amend frontend word 'Cluter' to 'Cluster'
- Intercept token from unified portal, this feature only for eoi product, If you don't use eoi, you can ignore it, do not affect usage effect.
v1.2.5
porting to github