morningman opened a new issue #5542:
URL: https://github.com/apache/incubator-doris/issues/5542


   **Describe the bug**
   Sometimes we met error is be.INFO log file like:
   
   ```
   I0321 00:01:33.803716 86436 compaction.cpp:82] start base compaction. 
tablet=10121.2001457565.7646fa7271bd85c8-89a9c922526a44b9, output_version=0-10, 
permits: 4
   W0321 00:01:33.803831 86436 beta_rowset.cpp:55] failed to open segment 
/home/disk1/cmy/git/doris/core/output/be/data/data/31/10121/2001457565/02000000000000281d43859a036279fb9bc11f615cb51188_0.dat
 under rowset 
/home/disk1/cmy/git/doris/core/output/be/data/data/31/10121/2001457565/02000000000000281d43859a036279fb9bc11f615cb51188
 : Not found: 
/home/disk1/cmy/git/doris/core/output/be/data/data/31/10121/2001457565/02000000000000281d43859a036279fb9bc11f615cb51188_0.dat:
 No such file or directory (error 2)
   W0321 00:01:33.803858 86436 reader.cpp:120] fail to init reader when 
_capture_rs_readers. res:-3109, tablet_id:10121, schema_hash:2001457565, 
reader_type:2, version:[0-10]
   W0321 00:01:33.803877 86436 compaction.cpp:96] fail to do base compaction. 
res=-3109, tablet=10121.2001457565.7646fa7271bd85c8-89a9c922526a44b9, 
output_version=0-10
   W0321 00:01:33.803905 86436 tablet.cpp:1385] failed to do base compaction. 
res=-3109, tablet=10121.2001457565.7646fa7271bd85c8-89a9c922526a44b9
   ```
   
   Or query with same error code: `-3109`.
   
   This error means the rowset meta exists in header but segment file has been 
deleted.
   
   **To Reproduce**
   Hard to reproduce, need to trigger some compaction operation in case of 
restart BE several time.


-- 
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]



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

Reply via email to