Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1593#discussion_r76731031 --- Diff: usage/src/com/cloud/usage/UsageSanityChecker.java --- @@ -43,9 +43,9 @@ protected static final int DEFAULT_AGGREGATION_RANGE = 1440; protected StringBuilder errors; protected List<CheckCase> checkCases; - protected String lastCheckFile = "/usr/local/libexec/sanity-check-last-id"; + protected String lastCheckFile = "/var/cache/cloudstack/usage/sanity-check-last-id"; --- End diff -- Just a thought, why we store this in a file (on one of the mgmt/usage server hosts) and not in database?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---