v1.1.2
New features:
- Host management adds functions such as starting host services, stopping workers, and redistributing workers.
- Alarm management has added the function of disabling indicators.
- Tenant information is isolated according to the cluster in tenant management.
- HDFS automatically updates HDFS Web Ui after turning on Kerberos.
- In alarm management, the alarm indicators are added with a status to be updated. When updating the alarm indicators, the alarm indicator status is changed.
- Add remote loading repository function.
Bug fix:
- Fix the issue of the host disappearing from the host management list when the master slave heartbeat fails.
- Fix the issue of adding a new host being unable to add a deleted host.
- Fix the NullPointException issue in the PrometheusActor Class when adding a host for the first time.
- Fix: When installing services on the main node, there is no need to download the installation package to avoid downloading overwriting and causing damage to the source installation package.
- Fix the issue of some alarm indicators not being effective.
- Fix the issue of incorrect indicators displayed in some monitoring overview.
新特性:
1、主机管理新增启动主机服务、停止Worker、重新分发Worker功能。
2、告警管理新增停用指标功能。
3、租户管理中租户信息按照集群进行隔离。
4、HDFS在开启Kerberos后自动更新HDFS Web Ui。
5、告警管理中告警指标新增待更新状态,在更新告警指标时,变更告警指标状态。
6、新增远程加载存储库功能。
Bug修复:
1、修复主从心跳失败时主机从主机管理列表消失的问题。
2、修复添加新主机无法添加已经删除的主机的问题。
3、修复初次添加主机时,PrometheusActor Class出现的NullPointException异常问题。
4、修复当在主节点安装服务时,无需下载安装包,避免下载覆盖导致源安装包损坏。
5、修复部分告警指标不生效的问题。
6、修复部分监控总览中展示的指标不正确问题。
What's Changed
- fix issues/277 Prometheus port occupation by @javaht in #280
- [DS-274][fix] 增加Zookeeper参数单位说明 by @ceohui in #281
- add sshd eddsa depends by @zhzhenqin in #273
- fix datasophon-ui compile type error by @javaht in #289
- [Feature-288][datasophon-api] 集群能授权用户为管理员,同时也能解除授权 by @javaht in #295
- [Fix-275][api] remove the host from the cache when delete the host by @hzluting in #302
- fix remove multi-hosts throws exception, host ids can not convert to integer by @zhzhenqin in #294
- [DS-274][fix] 增加Zookeeper参数单位说明 by @ceohui in #301
- [Improve]Remove useless files by @liugddx in #311
- [Improve]Use maven revision to manage project version by @liugddx in #310
- [Feature] Add flyway and h2 by @liugddx in #308
- [Feature-293][datasophon-ui]Change the form item "role group list" to… by @javaht in #315
- [Feature-303][manager,worker] Add tez support, add yarn timeline and hive on tez by @zhzhenqin in #312
- [Bug-316][manager] The Frame Service(Component) cannot be deleted when it installed #316 by @zhzhenqin in #318
- [Improvement-320][manager,common] Optimize hosts Management, support host service startup, host agent reinstall by @zhzhenqin in #323
- [Improve]Adapt to the front-end code, which can be used locally by @liugddx in #321
- [bugfix] Fix the problem of failure to run in the linux operating system. by @liugddx in #322
- [Improvement-320][manager] Optimize hosts Management, hostid or hostname compatible by @zhzhenqin in #325
- [Improvement][common] Remove unnecessary depends,suchas:reload4j by @zhzhenqin in #327
- [Fix-285][API] NullPointException occurs when creating Prometheus con… by @a19920714liou in #332
- [improve]Compatible with existing environment by @liugddx in #330
- [Bugfix]Fix the problem that it cannot start on the linux platform by @liugddx in #328
- [Feature][API] Support Tenant management list isolated by cluster by @chyueyi in #337
- [Fix-285][common,api,worker] When the worker and manager are on the s… by @WujieRen in #338
- [Refactor]refactor test code by @liugddx in #334
- [Impove] Optimize SQL, create database automatically if it doesn't exist by @green241 in #341
- Fixed DorisFE errors displayed in prometheus by @a19920714liou in #343
- [Feature-292] [Alert] Add "Disable indicator" button. by @WujieRen in #347
New Contributors
- @javaht made their first contribution in #280
- @ceohui made their first contribution in #281
- @hzluting made their first contribution in #302
- @a19920714liou made their first contribution in #332
- @chyueyi made their first contribution in #337
- @green241 made their first contribution in #341
Full Changelog: v1.1.1...v1.1.2