Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxin01 committed Oct 25, 2023
1 parent 0378ba4 commit ebd2ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/olap/schema_change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
RETURN_IF_ERROR(new_tablet->update_delete_bitmap_without_lock(rowset_ptr));
}

// step 4
res = new_tablet->set_tablet_state(TabletState::TABLET_RUNNING);
if (!res) {
break;
Expand Down

0 comments on commit ebd2ef4

Please sign in to comment.