zhangpenggh opened a new issue, #35483:
URL: https://github.com/apache/doris/issues/35483

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.1.3
   
   ### What's Wrong?
   
   建表语句如下:
   create table test_table (
       c1 date not null comment '',
       c2 int not null comment '',
       c3 varchar(1024) NOT NULL comment '',
       c4 array<varchar(15)> comment '',
       c5 array<varchar(1024)> comment '',
       c6 array<varchar(1024)> comment '',
       c7 varchar(4096) comment '',
       c8 varchar(2048) comment '',
       c9 array<varchar(1024)> comment '',
       c10 array<varchar(1024)> comment '',
       INDEX index_domain_dns_c4 (c4) USING INVERTED COMMENT '',
       INDEX index_domain_dns_c5 (c5) USING INVERTED PROPERTIES("parser" = 
"english")  COMMENT '',
   )
   UNIQUE KEY(c1, c2, c3)
   auto partition by list(c1,c2)()
   DISTRIBUTED BY HASH(c3) BUCKETS 5
   PROPERTIES (
   "replication_num" = "3",
   "store_row_column" = "true",
   "enable_unique_key_merge_on_write" = "true",
   "bloom_filter_columns" = "c3")
   
   创建之后通过stream load 连续多次3并发导入数据一段时间所有be都挂掉。重启be服务依旧无法正常使用。
   排查日志,找到如下异常日志:
   E20240528 10:09:38.822259 24529 variable.cpp:179] Already exposed 
`doris_cache_inverted_index_query_cache_persecond' whose value is `0'
   I20240528 10:09:38.822265 24529 exec_env_init.cpp:497] Inverted index query 
match cache memory limit: 2.65 GB, origin config value: 10%
   E20240528 10:09:38.822379 24529 variable.cpp:179] Already exposed 
`doris_cache_last_success_channel_cache' whose value is `0'
   E20240528 10:09:38.822389 24529 variable.cpp:179] Already exposed 
`doris_cache_last_success_channel_cache_persecond' whose value is `0'
   I20240528 10:09:38.822434 24529 wal_manager.cpp:117] 
wal_dir:/data/doris/storage/wal, tmp_dir:/data/doris/storage/wal/tmp
   E20240528 10:09:38.822610 24529 variable.cpp:179] Already exposed 
`doris_cache_tablet_schema_cache' whose value is `0'
   E20240528 10:09:38.822633 24529 variable.cpp:179] Already exposed 
`doris_cache_tablet_schema_cache_persecond' whose value is `0'
   I20240528 10:09:38.822685 25541 wal_manager.cpp:481] Scheduled(every 10s) 
WAL info: [/data/doris/storage/wal: limit 127713958297 Bytes, used 0 Bytes, 
estimated wal bytes 0 Bytes, available 127713958297 Bytes.];
   E20240528 10:09:38.823782 24529 variable.cpp:179] Already exposed 
`doris_cache_mow_tablet_version_cache' whose value is `0'
   E20240528 10:09:38.823801 24529 variable.cpp:179] Already exposed 
`doris_cache_mow_tablet_version_cache_persecond' whose value is `0'
   E20240528 10:09:38.823820 24529 variable.cpp:179] Already exposed 
`doris_cache_create_tablet_rridx_cache' whose value is `0'
   E20240528 10:09:38.823827 24529 variable.cpp:179] Already exposed 
`doris_cache_create_tablet_rridx_cache_persecond' whose value is `0'
   
   
   
   ### What You Expected?
   
   至少保证服务稳定性
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to