abh1sar commented on code in PR #12616:
URL: https://github.com/apache/cloudstack/pull/12616#discussion_r2797537838
##########
usage/src/main/java/com/cloud/usage/UsageManagerImpl.java:
##########
@@ -2269,7 +2276,9 @@ protected void runInContext() {
if (timeToJob > (aggregationDurationMillis / 2)) {
logger.debug("it's been {} ms since last usage
job and {} ms until next job, scheduling an immediate job to catch up
(aggregation duration is {} minutes)"
, timeSinceLastSuccessJob, timeToJob,
_aggregationDuration);
- scheduleParse();
+ if (!isParsingJobRunning.get()) {
Review Comment:
added logging
--
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]