kangpinghuang commented on a change in pull request #966: Set ref_tablet id 
when do alter task
URL: https://github.com/apache/incubator-doris/pull/966#discussion_r276890756
 
 

 ##########
 File path: be/src/olap/schema_change.cpp
 ##########
 @@ -1201,7 +1201,9 @@ OLAPStatus 
SchemaChangeHandler::process_alter_tablet(AlterTabletType type,
     base_tablet->obtain_push_lock();
     base_tablet->obtain_header_wrlock();
     new_tablet->obtain_header_wrlock();
-    _save_alter_state(ALTER_PREPARED, base_tablet, new_tablet);
+    // store schema change information into tablet header
 
 Review comment:
   ```suggestion
       // store schema change information into tablet meta
   ```

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