You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/03 14:06:48 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3261: [Bug] Base compaction failed because of -812

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:
users@infra.apache.org


With regards,
Apache Git Services

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