DaanHoogland commented on issue #13893: URL: https://github.com/apache/cloudstack/issues/13893#issuecomment-5312997106
Related variant found while scoping ManagementServer wiring tests: `ManagementServerImpl.configure()` has `EventPurgeDelay`/`EventPurgeInterval` ConfigKeys defined but the read site still goes through a raw `_configDao.getConfiguration()` map lookup by literal string (never migrated to `.value()` at all), with the same kind of diverging default (hardcoded fallback `0` vs. registered default `15`) as the cases above. Filed separately as #13898 since it's a different mechanical shape (raw map lookup, not a parseInt/parseLong wrapper around an already-migrated `.value()` call), but flagging here since the underlying risk — silently divergent defaults — is the same. -- 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]
