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/14 04:08:58 UTC

[GitHub] [incubator-doris] Youngwb opened a new pull request #3313: Fix Restore job block at COMMITTING phase

Youngwb opened a new pull request #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313
 
 
   Due to some previous bug, the segment_group_id of some rowsets does not start from 0. To be compatible with the previous problem, Restore sets the segment_group_id according to the original rowsets
   
   FIx #3312 

----------------------------------------------------------------
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 commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-613218665
 
 
   Could you point out what is `previous bug`?

----------------------------------------------------------------
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] Youngwb commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
Youngwb commented on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-614472454
 
 
   `another problem in future` means such as schema change operation may meet some problem? `handle this error manually` means I need modify the rowset segment_group_id manually before backup it to the HDFS, so the process of restore will not meet this problem ? 

----------------------------------------------------------------
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 commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-613398660
 
 
   @chaoyli Could you please review this PR?

----------------------------------------------------------------
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] Youngwb edited a comment on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
Youngwb edited a comment on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-614472454
 
 
   `another problem in future` means such as schema change operation may meet some problem? `handle this error manually` means I need modify the rowset segment_group_id manually before backup it to the HDFS, so the process of restore will not meet this problem ? @chaoyli 

----------------------------------------------------------------
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] Youngwb commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
Youngwb commented on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-613247465
 
 
   sorry, I don't known the exact bug,and I just got this information from @chaoyli 

----------------------------------------------------------------
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] chaoyli commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3313: Fix Restore job block at COMMITTING phase
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-613895506
 
 
   If not start with zero, it will cause another problem in future. I think you should handle this error manually.

----------------------------------------------------------------
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] chaoyli commented on issue #3313: Fix Restore job block at COMMITTING phase

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3313:
URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-617510633


   > `another problem in future` means such as schema change operation may meet some problem? `handle this error manually` means I need modify the rowset segment_group_id manually before backup it to the HDFS, so the process of restore will not meet this problem ? @chaoyli
   
   Yes, If you change it the code, it still a bug because the storage engine think the segment group id starts with zero. So you should manually modify it better.


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



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