Optimize error handling of rocksdb#840
Closed
kangpinghuang wants to merge 118 commits into
Closed
Conversation
Rename OLAPHeader to TabletMeta
- Add Rowset Interface
* add rowset meta manager * Fix cr related problem 1. add virtual destructor 2. modify RowsetMeta realization
1. Change TabletMeta to encapsulate interface to operate TabletMetaPB. 2. Delete unused function in Tablet and refactoring the interface of Tablet. 3. Extract RowGraph from TabletMeta.
* Add AlphaRowsetMeta and AlphaRowsetReader * fix cr related problems * fix header include problems * fix some arguments problem
1. Move clear schema change info to tablet 2. Split tasks from storage engine
In previous release, alter task will be handled when tablet under ALTER_FINISHED state. Now, ALTER_FINISHED prohibits following alter task until clear_alter_task or drop_tablet request clear alter_task belongs to tablet.
During alter tablet, row_cursor should be copied from row_block. Otherwise, heap memory used by it will be freed.(cherry picked from commit 71b113d) Conflicts: be/src/olap/schema_change.h
(cherry picked from commit 61dee87)
(cherry picked from commit f4d5fec)
liaoxin01
pushed a commit
to liaoxin01/doris
that referenced
this pull request
Nov 18, 2022
* [Feature-WIP](inverted) debug inverted index query * [Feature-WIP](inverted) debug inverted index query fix char * [Feature-WIP](inverted) debug inverted index query add expr->op() * [Feature-WIP](inverted) inverted index impl: copy MATCH result columns * [Feature-WIP](inverted) inverted index impl: inverted index testcase * [improvement](index) Support bitmap index can be applied with OR predicate when enable vectorized engine query * [improvement](index) Add enable_index_apply_or_predicates config * [improvement](index) when execute filter block for bitmap index condition which in the compound predicates, no need to execute condition function, using the apply bitmap index result directly. * [improvement](index) bitmap index can be applied with compound predicate when enable vectorized engine query, to reduce column data reading * [Feature-WIP](inverted) Implement MATCH predicate evaluate in compound predicates * [Chore](inverted) set enable_index_apply_compound_predicates to true default * [Fix] fix pointer not initialized and compile error * [fix] fix compile error Co-authored-by: Kang <kxiao.tiger@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.