You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/09 03:28:21 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1618: Avoid load or query failed when doing alter job

morningman opened a new pull request #1618: Avoid load or query failed when doing alter job
URL: https://github.com/apache/incubator-doris/pull/1618
 
 
   2 cases:
   
   1. Sometimes a missing version replica can not be repaired. Which may cause query failed
   with error: `failed to initialize storage reader. tablet=xxx, res=-214`
   
   2. Cancel the rollup job when there are load jobs on that table may cause load job fail.
       We should ignore "table not found" exception when committing the txn.

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org