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

   ### 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
   
   doris-1.2.7-rc03
   
   ### What's Wrong?
   
   我一个BE节点上有两块硬盘, 然后在数据插入的时候出现。
   W1221 19:17:18.269426 22428 env_posix.cpp:728] failed to copy_path: from 
data/2274894/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat to 
/data2/doris-data/data/103/2274894/1399566063/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat.
 err: filesystem error: cannot copy: No such file or directory 
[data/2274894/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat] 
[/data2/doris-data/data/103/2274894/1399566063/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat]
   W1221 19:17:18.269440 22428 beta_rowset.cpp:263] fail to copy file. 
from=data/2274894/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat, 
to=/data2/doris-data/data/103/2274894/1399566063/02000000009b2e8579473ab026696ff7c1e34b8c45ec9494_0.dat,
 errno=2
   W1221 19:17:18.284161 22428 task_worker_pool.cpp:947] failed to migrate 
storage medium|signature=2274894|tablet_id=2274894|error=[E-100]
       @     0x55cdafa64d67  doris::Status::Error<>()
       @     0x55cdb015df10  doris::BetaRowset::copy_files_to()
       @     0x55cdb011decb  
doris::EngineStorageMigrationTask::_copy_index_and_data_files()
       @     0x55cdb011fa31  doris::EngineStorageMigrationTask::_migrate()
       @     0x55cdb0120881  doris::EngineStorageMigrationTask::execute()
       @     0x55cdafcb7319  doris::StorageEngine::execute_task()
       @     0x55cdafcd9fe8  
doris::TaskWorkerPool::_storage_medium_migrate_worker_thread_callback()
       @     0x55cdb04c1af5  doris::ThreadPool::dispatch_thread()
       @     0x55cdb04b6f4f  doris::Thread::supervise_thread()
       @     0x7f783c242fa3  start_thread
       @     0x7f783c35506f  clone
       @              (nil)  (unknown)
   W1221 19:17:19.300283 22428 env_posix.cpp:728] failed to copy_path: from 
data/2274539/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat to 
/data2/doris-data/data/104/2274539/1399566063/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat.
 err: filesystem error: cannot copy: No such file or directory 
[data/2274539/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat] 
[/data2/doris-data/data/104/2274539/1399566063/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat]
   W1221 19:17:19.300314 22428 beta_rowset.cpp:263] fail to copy file. 
from=data/2274539/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat, 
to=/data2/doris-data/data/104/2274539/1399566063/020000000098387179473ab026696ff7c1e34b8c45ec9494_0.dat,
 errno=2
   W1221 19:17:19.316915 22428 task_worker_pool.cpp:947] failed to migrate 
storage medium|signature=2274539|tablet_id=2274539|error=[E-100]
       @     0x55cdafa64d67  doris::Status::Error<>()
       @     0x55cdb015df10  doris::BetaRowset::copy_files_to()
       @     0x55cdb011decb  
doris::EngineStorageMigrationTask::_copy_index_and_data_files()
       @     0x55cdb011fa31  doris::EngineStorageMigrationTask::_migrate()
       @     0x55cdb0120881  doris::EngineStorageMigrationTask::execute()
       @     0x55cdafcb7319  doris::StorageEngine::execute_task()
       @     0x55cdafcd9fe8  
doris::TaskWorkerPool::_storage_medium_migrate_worker_thread_callback()
       @     0x55cdb04c1af5  doris::ThreadPool::dispatch_thread()
       @     0x55cdb04b6f4f  doris::Thread::supervise_thread()
       @     0x7f783c242fa3  start_thread
       @     0x7f783c35506f  clone
       @              (nil)  (unknown)
   W1221 19:17:20.331791 22428 task_worker_pool.cpp:947] failed to migrate 
storage medium|signature=2275427|tablet_id=2275427|error=[INTERNAL_ERROR]tablet 
2275427 has unfinished txns
   
   
   在写入端的报错
   MySQLdb.OperationalError: (1105, 'errCode = 2, detailMessage = 
(192.168.1.6)[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error, 
host: 192.168.1.10')
   
   
   
   ### What You Expected?
   
   这个要怎么解决
   
   ### How to Reproduce?
   
   对一个表的频繁写入会出现这样的情况
   
   ### Anything Else?
   
   NO
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to