v1.1.1 release
New features:
- The logs generated by the worker when executing service operation instructions will be written to different log files according to service classification, making it easy to query the logs generated by the service during installation or startup and shutdown processes.
- The alarm configuration increases the trigger duration configuration, making it easy to adapt to scenarios that require continuous detection for a period of time to determine the alarm.
- Update the ZooKeeper service status detection mechanism and cancel the Jps method to obtain the ZooKeeper process pid.
- When deleting a host, synchronously delete the host configuration information on Prometheus.
- Kafka has added replica. tag. time. max.ms and num. replica. fetchers configurations to facilitate tuning of replica synchronization strategies under high load in Kafka clusters.
Bug Fix:
- Fix the issue of port conflicts when Kafka creates Topic through scripts.
- Fix the issue of configuration not updating in individual cases.
- Fixed the issue where the user permissions of the installation package directory were not updated in some cases.
- Fix the issue of unsuccessful installation of Prometheus and missing collection time configuration in Prometheus.yml in some cases.
- Fix the issue of Flink high availability configuration not taking effect.
- Fix cluster editing errors.
- Fix the issue where the master heap memory usage indicator on the overview monitoring page is empty.
- Fix the issue of semicolon characters when creating the Doris BE directory during Doris deployment.
新特性:
1、Worker在执行服务操作指令时产生的日志将按照服务分类写入不同的日志文件中,便于查询服务在安装或启动停止过程中产生的日志。
2、告警配置增加触发时长配置,便于适配需要连续检测一段时间才能确定告警的场景。
3、更新ZooKeeper服务状态检测机制,取消Jps方式获取ZooKeeper进程pid。
4、删除主机时,同步删除在Prometheus上的主机配置信息。
5、Kafka新增replica.lag.time.max.ms 和num.replica.fetchers配置,便于在Kafka集群负载高的情况下,调优副本同步策略。
Bug修复:
1、修复Kafka通过脚本创建Topic出现端口冲突的问题。
2、修复个别情况下配置不更新问题。
3、修复某些情况下安装包目录所属用户权限没有更新的问题。
4、修复某些情况下Prometheus安装不成功,prometheus.yml缺少采集时间配置的问题。
5、修复Flink高可用配置不生效的问题。
6、修复集群编辑出错的问题。
7、修复总览监控页面master堆内存使用率指标为空的问题。
8、修复Doris部署时,创建Doris BE目录出现分号字符的问题。
New Contributors
- @hyzhang13 made their first contribution in #158
- @alldatadc made their first contribution in #172
- @zhangdw123 made their first contribution in #182
- @liugddx made their first contribution in #192
- @zhzhenqin made their first contribution in #213
- @leeoo made their first contribution in #215
- @gmady520 made their first contribution in #244
- @Pandas886 made their first contribution in #249
- @luyangyang12138 made their first contribution in #258
- @iuhoay made their first contribution in #266
Full Changelog: v1.1.0...v1.1.1