-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
Doris version doris-2.1.7-rc03-443e87e203
What's Wrong?
Some tables are writable, while others are not readable or writable.
select return error info:
(1105, 'errCode = 2, detailMessage = (10.123.xxx.41)[INTERNAL_ERROR][E11]Resource temporarily unavailable @10.123.xxx.27:8060')
be error info
`W20260204 10:18:11.441007 110621 status.h:413] meet error status: [INTERNAL_ERROR]failed to initialize storage reader. tablet=275962194, res=[CANCELLED], backend=10.123.xxx.27
0# doris::vectorized::NewOlapScanner::open(doris::RuntimeState*) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/basic_string.h:187
1# doris::vectorized::ScannerScheduler::_scanner_scan(std::shared_ptr<doris::vectorized::ScannerContext>, std::shared_ptr<doris::vectorized::ScanTask>) at /home/zcp/repo_center/doris_release/doris/be/src/common/status.h:378
2# std::_Function_handler<void (), doris::vectorized::ScannerScheduler::submit(std::shared_ptr<doris::vectorized::ScannerContext>, std::shared_ptr<doris::vectorized::ScanTask>)::$_1::operator()() const::{lambda()#1}>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701
3# doris::ThreadPool::dispatch_thread() at /home/zcp/repo_center/doris_release/doris/be/src/util/threadpool.cpp:0
4# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562
5# start_thread
6# clone
W20260204 10:18:11.442706 110547 status.h:413] meet error status: [INTERNAL_ERROR]failed to initialize storage reader. tablet=275943824, res=[CANCELLED], backend=10.123.xxx.27
0# doris::vectorized::NewOlapScanner::open(doris::RuntimeState*) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/basic_string.h:187
1# doris::vectorized::ScannerScheduler::_scanner_scan(std::shared_ptr<doris::vectorized::ScannerContext>, std::shared_ptr<doris::vectorized::ScanTask>) at /home/zcp/repo_center/doris_release/doris/be/src/common/status.h:378
2# std::_Function_handler<void (), doris::vectorized::ScannerScheduler::submit(std::shared_ptr<doris::vectorized::ScannerContext>, std::shared_ptr<doris::vectorized::ScanTask>)::$_1::operator()() const::{lambda()#1}>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701
3# doris::ThreadPool::dispatch_thread() at /home/zcp/repo_center/doris_release/doris/be/src/util/threadpool.cpp:0
4# doris::Thread::supervise_thread(void*) at /var/local/ldb-toolchain/bin/../usr/include/pthread.h:562
5# start_thread
6# clone
W20260204 10:18:11.445634 110627 vcollect_iterator.cpp:883] failed to get next from child, res=[CANCELLED]
W20260204 10:18:11.445672 110627 scanner_scheduler.cpp:292] Scan thread read VScanner failed: [CANCELLED]`
tablet info
SHOW TABLET DIAGNOSIS 275924903;
Execution Time:
65 ms
Item Info Suggestion
TabletExist Yes
TabletId 275924903
Database member_logs: 90873884
Table member_appbiz_logs: 123705076
Partition h2026020314: 275924858
MaterializedIndex member_appbiz_logs: 123705077
Replicas(ReplicaId -> BackendId) {"275924906":141255617,"275924904":121959718,"275924905":141251364}
ReplicasNum OK
ReplicaBackendStatus OK
ReplicaVersionStatus OK
ReplicaStatus OK
ReplicaCompactionStatus OK
After restarting the be node, the Doris cluster service was restored
What You Expected?
I noticed that the enable_storage_vectorization parameter has been removed in the 1.x version. Why is the vector engine still being used in the 2.x version
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
- I agree to follow this project's Code of Conduct