You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/30 09:28:24 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #3383: template: copy md5 mismatch

rhtyd commented on a change in pull request #3383: template: copy md5 mismatch
URL: https://github.com/apache/cloudstack/pull/3383#discussion_r372839150
 
 

 ##########
 File path: engine/storage/image/src/main/java/org/apache/cloudstack/storage/image/TemplateServiceImpl.java
 ##########
 @@ -1052,6 +1052,9 @@ public void syncTemplateToRegionStore(long templateId, DataStore store) {
         DataObject templateOnStore = destStore.create(tmplForCopy);
         templateOnStore.processEvent(Event.CreateOnlyRequested);
 
+        // I am the big assumer^Wpretender
 
 Review comment:
   @shwstppr use instanceof to check; avoid exceptions

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