Github user marcaurele commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1730#discussion_r86242383
  
    --- Diff: 
engine/schema/src/com/cloud/storage/dao/VMTemplateZoneDaoImpl.java ---
    @@ -84,14 +84,11 @@ public VMTemplateZoneVO findByZoneTemplate(long zoneId, 
long templateId) {
         }
     
         @Override
    +    @DB
         public void deletePrimaryRecordsForTemplate(long templateId) {
             SearchCriteria<VMTemplateZoneVO> sc = TemplateSearch.create();
             sc.setParameters("template_id", templateId);
    -        TransactionLegacy txn = TransactionLegacy.currentTxn();
    --- End diff --
    
    It's done through the `@DB` annotation


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to