xlgo commented on issue #2595:
URL: https://github.com/apache/iotdb/issues/2595#issuecomment-769519825
### 基础信息
- 版本:V0.10.0
- 存储组:50个
- 序列:929872个
### 设备路径: root.p1.p2.p3.p4
p1=50
p3= 51
p3=152
p4=120785
每个设备下数据有十几万的,有几万的,也有几十的
```sh
IoTDB> select count(accStatus) from root.*.*.p.014146520068
+-----------------------------------------------+
|count(root.g_11.bsjkj.p.014146520068.accStatus)|
+-----------------------------------------------+
| 111096|
+-----------------------------------------------+
IoTDB> select count(accStatus) from root.*.bsjkj.p.014146973405
+-----------------------------------------------+
|count(root.g_35.bsjkj.p.014146973405.accStatus)|
+-----------------------------------------------+
| 84770|
+-----------------------------------------------+
Total line number = 1
It costs 0.044s
IoTDB> select count(accStatus) from root.*.bsjkj.p.014146510015
+-----------------------------------------------+
|count(root.g_46.bsjkj.p.014146510015.accStatus)|
+-----------------------------------------------+
| 6240|
+-----------------------------------------------+
Total line number = 1
It costs 0.045s
IoTDB> select count(accStatus) from root.*.bsjkj.p.014146510016
+-----------------------------------------------+
|count(root.g_16.bsjkj.p.014146510016.accStatus)|
+-----------------------------------------------+
| 114|
+-----------------------------------------------+
```
### 并且经常出现下面信息
```log
2021-01-28 21:02:43,367 [pool-5-IoTDB-RPC-Client-thread-47] INFO
org.apache.iotdb.db.service.TSServiceImpl:507 - meet error while parsing SQL to
physical plan: Filter has some time series don't correspond to any known time
series
```
### 改动配置
`iotdb-env.sh`
```sh
if [ "$quarter_system_memory_in_mb" -gt "8192" ]
then
quarter_system_memory_in_mb="32768"
fi
```
`iotdb-engine`
```properties
tsfile_size_threshold=1073741824
enable_parameter_adapter=false
```
### 代表性日志
[log-all-2021-01-25.0.log](https://github.com/apache/iotdb/files/5891022/log-all-2021-01-25.0.log)
[log-error-2021-01-25.0.log](https://github.com/apache/iotdb/files/5891024/log-error-2021-01-25.0.log)
### 出现过的问题
- 链接超时
- 内存溢出(基本一个月就挂一次,从0.10.0发布后开始)
- 能够连接,但是插入数据报错
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]