DaanHoogland commented on issue #13892: URL: https://github.com/apache/cloudstack/issues/13892#issuecomment-5315009168
Two more dead ConfigKeys found while continuing the ManagementServer wiring batch: `ManagementServer.LinkLocalIpNums` (`linkLocalIp.nums`) and `ManagementServer.DetailBatchQuerySize` (`detail.batch.query.size`) are declared and returned from `ManagementServerImpl.getConfigKeys()`, but neither has a single `.value()` (or any other) consumer anywhere in the repo. Both existed under the same names in the old `Config` enum before the #10752 migration, so — like the Ovm3 heartbeat pair above — this is pre-existing dead wiring, not something this PR introduced. Adding to the same bucket for the safe-deletion sweep. -- 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]
