Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-14 Thread via GitHub
sureshanaparti merged PR #9367: URL: https://github.com/apache/cloudstack/pull/9367 -- 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. To unsubscribe, e-mail: commits-unsubscr...@

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2226553866 [SF] Trillian test result (tid-10815) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 42036 seconds Marvin logs: https://github.co

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2225456780 [SF] Trillian Build Failed (tid-10816) -- 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 g

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2225433083 @borisstoyanov a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
borisstoyanov commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2225432098 @blueorangutan test -- 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 c

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2225089004 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10335 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2224996317 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-12 Thread via GitHub
sureshanaparti commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-2224993402 @blueorangutan package -- 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 specif

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
rohityadavcloud commented on code in PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#discussion_r1673906935 ## engine/schema/src/main/java/com/cloud/usage/dao/UsageDaoImpl.java: ## @@ -483,6 +483,8 @@ public void removeOldUsageRecords(int days) { s_log

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
vishesh92 commented on code in PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#discussion_r1673871680 ## engine/schema/src/main/java/com/cloud/usage/dao/UsageDaoImpl.java: ## @@ -483,6 +483,9 @@ public void removeOldUsageRecords(int days) { s_logger.er

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
GutoVeronezi commented on code in PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#discussion_r1673861075 ## engine/schema/src/main/java/com/cloud/usage/dao/UsageDaoImpl.java: ## @@ -483,6 +483,9 @@ public void removeOldUsageRecords(int days) { s_logger

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-670249 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10322 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
codecov[bot] commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-572798 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9367?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
blueorangutan commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-559606 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
vishesh92 commented on PR #9367: URL: https://github.com/apache/cloudstack/pull/9367#issuecomment-557318 @blueorangutan package -- 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 co

[PR] Fix: Switch back to CLOUD_DB after purging usage records [cloudstack]

2024-07-11 Thread via GitHub
vishesh92 opened a new pull request, #9367: URL: https://github.com/apache/cloudstack/pull/9367 ### Description Executing `removeRawUsageRecords` command results in Management server becoming unavailable and random failure of subsequent requests. This PR fixes the issue by switching