rohityadavcloud commented on code in PR #9955:
URL: https://github.com/apache/cloudstack/pull/9955#discussion_r1983152864
##########
server/src/main/java/org/apache/cloudstack/ca/CAManagerImpl.java:
##########
@@ -405,6 +442,7 @@ public boolean start() {
@Override
public boolean configure(final String name, final Map<String, Object>
params) throws ConfigurationException {
+ backgroundPollManager.submitTask(new DummyBGTask());
Review Comment:
Yes, see the commit:
https://github.com/apache/cloudstack/pull/9955/commits/d15c67251daf9da53aa0c4179959408437589165
I wanted to create some code where operationally both devs & QA can see
deadlocks etc via logs.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]