iotdb
iotdb copied to clipboard
Apache IoTDB
## Description As title.
## Description Adjust the memTable snapshot or flush threshold. Change from iot_consensus_throttle_threshold_in_byte * 0.8 to iot_consensus_throttle_threshold_in_byte * 0.6. when wal disk usage small than iot_consensus_throttle_threshold_in_byte * 0.6, will snapshot or...
AT root path, run command: `mvn package -P compile-cpp -pl client-cpp,server,example/client-cpp-example -am ...` and report: `[ERROR] [ERROR] Could not find the selected project in the reactor: client-cpp @` Who can...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version v1.3.0 ### Describe the bug and provide the minimal reproduce step 1. v1.3.0版本...
``` public class UDTFSequenceFilter implements UDTF { @Override public void validate(UDFParameterValidator validator) { int childExpressionsSize = validator.getParameters().getChildExpressionsSize(); LOG.info("childExpressionsSize "+childExpressionsSize); List childExpressions = validator.getParameters().getChildExpressions(); LOG.info("childExpressions "+childExpressions); for (int i = 0;...
Currently, idle clients that do not exceed the `maxSize` in the `clientManager`'s pool will not be recycled, resulting in an abnormal number of clients in some high-concurrency scenarios. Noting that,...
Previously, we always unpack one seq and one unseq tsfile in hasNextFile. In this pr, we try to unpack tsfile which we really need instead of unpacking at least one...
## Description We are using singletons throughout the code-base. This has the disadvantage that once these are initialized, we can't re-initialize them. Especially when running IoTDB in an embedded mode,...
# 中文版 | [In English](#english) ## 入门资料 用户手册:http://iotdb.apache.org/UserGuide/Master/Data-Concept/Data-Model-and-Terminology.html 最新设计文档:https://cwiki.apache.org/confluence/display/IOTDB/Home 如何调试 IoTDB server:https://my.oschina.net/u/3664598/blog/4500279 入门 issue(easy-fix): - Jira https://issues.apache.org/jira/issues/?jql=project%20%3D%20IOTDB%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20in%20(easy-fix%2C%20easy-fixed)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC - Github Issue https://github.com/apache/iotdb/labels/Easy-Fixed 使用问题可提交 Discussion:https://github.com/apache/iotdb/discussions 对代码的修改和讨论可提交 Jira issue:https://issues.apache.org/jira/projects/IOTDB/issues 入门系列教程:https://my.oschina.net/u/3664598?tab=newest&catalogId=0 ## 社区最新工作进展 *...
一直卡在这里不动 无法启动  镜像为apache/iotdb:1.1.0-standalone 环境变量配置为  端口配置为 