EmmyMiao87 opened a new issue #4208:
URL: https://github.com/apache/incubator-doris/issues/4208


   **Describe the bug**
   The job of creating materialized view is failed when fe restarted.
   
   ```
   | 12002 | mv_test   | 2020-07-29 14:59:05 | 2020-07-29 15:12:11 | mv_test    
   | mv_3            | 12003    | -1            | CANCELLED | errCode = 2, 
detailMessage = Create rollup replicas failed. Error: Error 
replicas:10002=12016, 10002=12018, 10002=12004 | NULL     | 86400   |
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. create a materialized view 
   2. stop fe when creating job
   3. start fe
   4. show alter job
   
   ```
   | 12002 | mv_test   | 2020-07-29 14:59:05 | 2020-07-29 15:12:11 | mv_test    
   | mv_3            | 12003    | -1            | CANCELLED | errCode = 2, 
detailMessage = Create rollup replicas failed. Error: Error 
replicas:10002=12016, 10002=12018, 10002=12004 | NULL     | 86400   |
   ```
   **Expected behavior**
   The job of materialized view should be FINISHED after fe restart.
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to