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/03/24 03:02:24 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job

morningman opened a new pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job
URL: https://github.com/apache/incubator-doris/pull/3181
 
 
   When creating a schema change job, we will create a corresponding shadow replica for each replica.
   Here we should check the state of the replica and only create replicas in the normal state.
   
   The process here may need to be modified later. We should completely allow users to submit alter jobs
   under any circumstances, and then in the job scheduling process, dynamically detect changes in the replicas
   and do replica repairs, instead of forcing a check on submission.

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


[GitHub] [incubator-doris] morningman merged pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job
URL: https://github.com/apache/incubator-doris/pull/3181
 
 
   

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