iotdb
iotdb copied to clipboard
Apache IoTDB
各位好, 近期准备使用iotdb搭建分布式集群,版本1.1.0,想配置3台机器3c3d,看了官网资料,存在如下疑问: 1.推荐使用哪种部署模式选型,**高性能分布式模式** 还是 **强一致分布式模式** 2.关于datanode的配置参数:**dn_target_config_node_list** 应该写一台种子ConfigNode 机器的ip和端口,还是把3台ConfigNode 的ip和端口都写上? 3.关于启停, 启:先起种子,再起其他2台ConfigNode,然后再起三台datanode? 停:停3台ConfigNode(这三台有一台是种子,种子要不要先停),再停datanode? 谢谢各位。
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.0.1 ### Describe the bug and provide the minimal reproduce step  直接进行last查询。...
## Description table model compaction
## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...
When Region migration related work (#12293) was introduced, DataRegionConsensusImpl may be generated to try to restore the state machine when it is uninitialized. This may cause a restart error when...