ling-bin opened a new issue, #18500: URL: https://github.com/apache/iotdb/issues/18500
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 操作系统:windows server 2019 数据库版本: iotdb2.0.10 java环境:java 17.0.12 2024-07-16 LTS Java(TM) SE Runtime Environment (build 17.0.12+8-LTS-286) Java HotSpot(TM) 64-Bit Server VM (build 17.0.12+8-LTS-286, mixed mode, sharing) ### Describe the bug and provide the minimal reproduce step 服务器的多级存储配置如下(E盘为SSD,D盘为HDD): dn_data_dirs=E:\\iotdb\\data\\datanode\\data;D:\\iotdb\\data\\datanode\\data tier_ttl_in_ms=604800000;-1 dn_default_space_usage_thresholds=0.8;0.85 dn_tier_full_policy=DELETE ### What did you expect to see? 配置好iotdb 4个节点都重启了,数据应该是先写E盘,在E盘达到80%或者7天后转移到D盘。 ### What did you see instead? 数据在一天内就都转D盘上了,没有安装7天或者占用硬盘80%的规则执行。 ### Anything else? 是否有其它配置会影响到这个,还是有其它问题? ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
