Improvements for configurating dynamically
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
Motivation:
It seems that IoTDB server currently does not support dynamically configurating with session API or commands. If we want to hot modify the configuration of IoTDB, we can only edit the configuration files and execute `load configuration` command to achieve this goal.
Improvements:
We can add support for getting and setting single configuration value. For example, MySQL supports showing and dynamically modifying the configuration of server with query statements such as `SHOW variables` and `SET PERSIST ...`.
We might support the APIs in both session API and commands.
贡献指南
调研方向
首先检查现有的 session API、命令接口,以及当前的配置文件和 `load configuration` 流程。定义如何通过两个 API 获取和更改单个配置值,然后验证动态 get/set 行为是否能够在不编辑配置文件的情况下保持一致地工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api, cli, database
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100