You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/06/16 08:00:53 UTC

[cloudstack] branch 4.14 updated (77947f2 -> b54d19b)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 77947f2  Merge remote-tracking branch 'origin/4.13' into 4.14
     add b54d19b  server: fix TransactionLegacy DB connection leaks due to DB switching by B&R thread (#4121)

No new revisions were added by this update.

Summary of changes:
 api/src/main/java/com/cloud/event/EventTypes.java  |  1 +
 .../java/com/cloud/usage/dao/UsageBackupDao.java   |  7 +--
 .../com/cloud/usage/dao/UsageBackupDaoImpl.java    | 71 +++++++++++-----------
 .../java/com/cloud/utils/db/TransactionLegacy.java | 14 ++---
 .../cloudstack/backup/DummyBackupProvider.java     |  7 ++-
 .../cloudstack/backup/VeeamBackupProvider.java     |  5 +-
 .../cloudstack/backup/BackupManagerImpl.java       | 40 +++++-------
 .../java/com/cloud/usage/UsageManagerImpl.java     |  9 ++-
 8 files changed, 75 insertions(+), 79 deletions(-)