DaanHoogland commented on code in PR #12616:
URL: https://github.com/apache/cloudstack/pull/12616#discussion_r2786175638
##########
usage/src/main/java/com/cloud/usage/UsageManagerImpl.java:
##########
@@ -192,6 +193,7 @@ public class UsageManagerImpl extends ManagerBase
implements UsageManager, Runna
private final List<UsageVmDiskVO> usageVmDisks = new
ArrayList<UsageVmDiskVO>();
private final ScheduledExecutorService _executor =
Executors.newSingleThreadScheduledExecutor(new NamedThreadFactory("Usage-Job"));
+ private final AtomicBoolean _parseJobRunning = new AtomicBoolean(false);
Review Comment:
`isParsingJobRunning` ? No ‘_’ needed but also more descriptive to be a
boolean
--
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]