Re: [PR] Speedup resource count calculation [cloudstack]

2024-04-17 Thread via GitHub
rohityadavcloud merged PR #8903: URL: https://github.com/apache/cloudstack/pull/8903 -- 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] Speedup resource count calculation [cloudstack]

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

Re: [PR] Speedup resource count calculation [cloudstack]

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

Re: [PR] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
blueorangutan commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2052455084 @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] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
vishesh92 commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2052453001 @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

Re: [PR] Speedup resource count calculation [cloudstack]

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

Re: [PR] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
DaanHoogland commented on code in PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#discussion_r1562504691 ## engine/schema/src/main/java/com/cloud/configuration/dao/ResourceCountDaoImpl.java: ## @@ -154,6 +175,28 @@ public boolean updateById(long id, boolean increme

Re: [PR] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
blueorangutan commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2051621103 @sureshanaparti 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] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
sureshanaparti commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2051618150 @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

Re: [PR] Speedup resource count calculation [cloudstack]

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

Re: [PR] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
blueorangutan commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2051446720 @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] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
vishesh92 commented on PR #8903: URL: https://github.com/apache/cloudstack/pull/8903#issuecomment-2051443545 @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] Speedup resource count calculation [cloudstack]

2024-04-12 Thread via GitHub
vishesh92 opened a new pull request, #8903: URL: https://github.com/apache/cloudstack/pull/8903 ### Description This PR fixes the issues which occur when increment/decrement methods are waiting for a lock on domain tables and `ResourceCountCheckTask` is running at the same time. This