LinkinStars commented on issue #1472: URL: https://github.com/apache/answer/issues/1472#issuecomment-3810613046
@brocaar I completely understand. The cause of this issue stems from the persistence of old cache files. The solution is straightforward: during startup, we should not query the plugin status from the cache but directly retrieve it from the database. At this stage, the plugin status in the database is the sole authoritative source. We must verify whether the Redis plugin is enabled based on the plugin status identifier in the database to ultimately confirm which cache is being utilized. In summary, the best solution here is to load and configure plugins directly using their database status during program startup. We will fix this issue as soon as possible. Thank you for your feedback. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
