morningman opened a new issue #3261: [Bug] Base compaction failed because of 
-812
URL: https://github.com/apache/incubator-doris/issues/3261
 
 
   **Describe the bug**
   Base compaction failed because of error code -812
   
   `failed to init base compaction. res=-812`
   
   Because some of input rowsets of base compaction has OVERLAPPING flag in its 
meta.
   
   **To Reproduce**
   Using following commend:
   
   ```
   curl 
localhost:8040/api/compaction/show?tablet_id=8947508\&schema_hash=2081724836 
|vi -
   ```
   
   You will see cumulative point is large than 2, but a rowset with version 
[2-2] is OVERLAPPING.
   
   **Expected behavior**
   All rowsets' before the cumulative point should with overlap flag 
NONOVERLAPPING.

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


With regards,
Apache Git Services

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

Reply via email to