Skip to content

Releases: housepower/ckman

v1.3.1

28 Apr 09:42
6b4c514
Compare
Choose a tag to compare
  • 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

23 Apr 09:35
acebe23
Compare
Choose a tag to compare
  • add http port in cluster config
  • fix get rows in table metrics
  • nacos default disabled when first start
  • do not restart cluster when add or delete node
  • fix upgrade bug (#39)
  • handle 500 code in Gin

v1.2.9

16 Apr 10:33
5357a21
Compare
Choose a tag to compare
  • 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 ,then 0.0.0.0 will work.

v1.2.8

15 Apr 08:43
Compare
Choose a tag to compare
  • 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

22 Mar 03:13
b7e51f4
Compare
Choose a tag to compare
  • 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
  • 发布ckmandocker容器,支持docker启动
  • 当集群是导入模式时,界面上禁用对集群的所有操作,包括增删节点、升级集群、对集群的启停及负载均衡等;
  • 出于安全性考虑,默认不再支持访问swagger文档

v1.2.6

12 Mar 04:07
Compare
Choose a tag to compare
  • 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

05 Mar 10:26
Compare
Choose a tag to compare
porting to github