halo-dev / halo

强大易用的开源建站工具。
https://www.halo.run
GNU General Public License v3.0
33.25k stars 9.59k forks source link

初次无法登录console后台 #6494

Closed JackySuen1994 closed 3 weeks ago

JackySuen1994 commented 3 weeks ago

System information

What is the project operation method?

Docker

What happened?

通过docker-compose使用外部数据库 我的数据库是mysql,版本号是8.0.35 docker-compose up -d结束后 表extensions已创建 然后我去访问console的时候 image 响应时间过长 下面是日志,我分析了一遍,日志没有明显报错

2024-08-22T14:54:42.506+08:00  INFO 7 --- [main] run.halo.app.Application                 : Starting Application v2.18.0 using Java 21.0.3 with PID 7 (/application/BOOT-INF/classes started by root in /application)
2024-08-22T14:54:42.509+08:00  INFO 7 --- [main] run.halo.app.Application                 : No active profile set, falling back to 1 default profile: "default"
2024-08-22T14:54:42.767+08:00  WARN 7 --- [main] o.s.c.a.AnnotationBeanNameGenerator      : Support for convention-based stereotype names is deprecated and will be removed in a future version of the framework. Please annotate the 'value' attribute in @run.halo.app.theme.finders.Finder with @AliasFor(annotation=Component.class) to declare an explicit alias for @Component's 'value' attribute.
2024-08-22T14:54:44.408+08:00  INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2024-08-22T14:54:44.410+08:00  INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2024-08-22T14:54:44.638+08:00  INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 215 ms. Found 1 R2DBC repository interface.
2024-08-22T14:54:48.056+08:00  INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider     : Enabled plugins: []
2024-08-22T14:54:48.058+08:00  INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider     : Disabled plugins: []
2024-08-22T14:54:48.060+08:00  INFO 7 --- [main] org.pf4j.DefaultPluginManager            : PF4J version 3.12.0 in 'deployment' mode
2024-08-22T14:54:48.177+08:00  INFO 7 --- [main] r.h.a.s.a.impl.RsaKeyService             : Generating RSA keys for PAT.
2024-08-22T14:54:51.948+08:00  INFO 7 --- [main] r.h.a.s.a.impl.RsaKeyService             : Wrote RSA keys for PAT into /root/.halo2/keys/pat_id_rsa and /root/.halo2/keys/pat_id_rsa.pub
2024-08-22T14:54:55.256+08:00  INFO 7 --- [main] o.a.l.s.MemorySegmentIndexInputProvider  : Using MemorySegmentIndexInput and native madvise support with Java 21 or later; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false
2024-08-22T14:54:55.401+08:00  WARN 7 --- [main] o.a.l.i.v.VectorizationProvider          : Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.
2024-08-22T14:54:55.454+08:00  INFO 7 --- [main] r.h.a.search.lucene.LuceneSearchEngine   : Initialized lucene search engine
2024-08-22T14:54:56.670+08:00  INFO 7 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 34 endpoints beneath base path '/actuator'
2024-08-22T14:54:58.764+08:00  INFO 7 --- [main] o.s.b.web.embedded.netty.NettyWebServer  : Netty started on port 8090 (http)
2024-08-22T14:54:58.773+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.metrics.VisitedEventReconciler
2024-08-22T14:54:58.781+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.content.TagPostCountUpdater
2024-08-22T14:54:58.788+08:00  INFO 7 --- [run.halo.app.metrics.VisitedEventReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.metrics.VisitedEventReconciler-worker-1 started
2024-08-22T14:54:58.804+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.content.CategoryPostCountUpdater
2024-08-22T14:54:58.805+08:00  INFO 7 --- [run.halo.app.content.TagPostCountUpdater-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.content.TagPostCountUpdater-worker-1 started
2024-08-22T14:54:58.806+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.metrics.VotedEventReconciler
2024-08-22T14:54:58.806+08:00  INFO 7 --- [run.halo.app.content.CategoryPostCountUpdater-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.content.CategoryPostCountUpdater-worker-1 started
2024-08-22T14:54:58.807+08:00  INFO 7 --- [run.halo.app.metrics.VotedEventReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.metrics.VotedEventReconciler-worker-1 started
2024-08-22T14:54:58.807+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.content.PostHideFromListStateUpdater
2024-08-22T14:54:58.809+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.metrics.ReplyEventReconciler
2024-08-22T14:54:58.810+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.metrics.PostStatsUpdater
2024-08-22T14:54:58.811+08:00  INFO 7 --- [main] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.notification.DefaultNotificationSender
2024-08-22T14:54:58.813+08:00  INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-1 started
2024-08-22T14:54:58.814+08:00  INFO 7 --- [run.halo.app.metrics.PostStatsUpdater-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.metrics.PostStatsUpdater-worker-1 started
2024-08-22T14:54:58.815+08:00  INFO 7 --- [run.halo.app.metrics.ReplyEventReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.metrics.ReplyEventReconciler-worker-1 started
2024-08-22T14:54:58.815+08:00  INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-2] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-2 started
2024-08-22T14:54:58.815+08:00  INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-3] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-3 started
2024-08-22T14:54:58.816+08:00  INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-4] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-4 started
2024-08-22T14:54:58.822+08:00  INFO 7 --- [run.halo.app.content.PostHideFromListStateUpdater-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.content.PostHideFromListStateUpdater-worker-1 started
2024-08-22T14:54:58.827+08:00  INFO 7 --- [run.halo.app.notification.DefaultNotificationSender-t-5] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.DefaultNotificationSender-worker-5 started
2024-08-22T14:54:58.876+08:00  INFO 7 --- [main] r.h.a.e.ReactiveExtensionClientImpl      : Start building index for all extensions, please wait...
2024-08-22T14:54:59.059+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/roles, please wait...
2024-08-22T14:54:59.077+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/roles built successfully, cost 17 ms
2024-08-22T14:54:59.099+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/plugin.halo.run/plugins, please wait...
2024-08-22T14:54:59.100+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/plugin.halo.run/plugins built successfully, cost 1 ms
2024-08-22T14:54:59.120+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/plugin.halo.run/searchengines, please wait...
2024-08-22T14:54:59.121+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/plugin.halo.run/searchengines built successfully, cost 1 ms
2024-08-22T14:54:59.141+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/plugin.halo.run/extensionpointdefinitions, please wait...
2024-08-22T14:54:59.143+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/plugin.halo.run/extensionpointdefinitions built successfully, cost 1 ms
2024-08-22T14:54:59.159+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/plugin.halo.run/extensiondefinitions, please wait...
2024-08-22T14:54:59.159+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/plugin.halo.run/extensiondefinitions built successfully, cost 0 ms
2024-08-22T14:54:59.177+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/rolebindings, please wait...
2024-08-22T14:54:59.178+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/rolebindings built successfully, cost 1 ms
2024-08-22T14:54:59.190+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/users, please wait...
2024-08-22T14:54:59.190+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/users built successfully, cost 0 ms
2024-08-22T14:54:59.205+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/plugin.halo.run/reverseproxies, please wait...
2024-08-22T14:54:59.206+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/plugin.halo.run/reverseproxies built successfully, cost 1 ms
2024-08-22T14:54:59.216+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/settings, please wait...
2024-08-22T14:54:59.217+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/settings built successfully, cost 1 ms
2024-08-22T14:54:59.232+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/annotationsettings, please wait...
2024-08-22T14:54:59.233+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/annotationsettings built successfully, cost 1 ms
2024-08-22T14:54:59.254+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/configmaps, please wait...
2024-08-22T14:54:59.255+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/configmaps built successfully, cost 1 ms
2024-08-22T14:54:59.269+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/secrets, please wait...
2024-08-22T14:54:59.270+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/secrets built successfully, cost 1 ms
2024-08-22T14:54:59.282+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/theme.halo.run/themes, please wait...
2024-08-22T14:54:59.283+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/theme.halo.run/themes built successfully, cost 1 ms
2024-08-22T14:54:59.297+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/menus, please wait...
2024-08-22T14:54:59.298+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/menus built successfully, cost 1 ms
2024-08-22T14:54:59.314+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/menuitems, please wait...
2024-08-22T14:54:59.315+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/menuitems built successfully, cost 1 ms
2024-08-22T14:54:59.328+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/posts, please wait...
2024-08-22T14:54:59.328+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/posts built successfully, cost 0 ms
2024-08-22T14:54:59.341+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/categories, please wait...
2024-08-22T14:54:59.342+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/categories built successfully, cost 1 ms
2024-08-22T14:54:59.363+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/tags, please wait...
2024-08-22T14:54:59.364+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/tags built successfully, cost 1 ms
2024-08-22T14:54:59.382+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/snapshots, please wait...
2024-08-22T14:54:59.383+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/snapshots built successfully, cost 1 ms
2024-08-22T14:54:59.402+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/comments, please wait...
2024-08-22T14:54:59.403+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/comments built successfully, cost 1 ms
2024-08-22T14:54:59.422+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/replies, please wait...
2024-08-22T14:54:59.423+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/replies built successfully, cost 1 ms
2024-08-22T14:54:59.443+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/content.halo.run/singlepages, please wait...
2024-08-22T14:54:59.444+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/content.halo.run/singlepages built successfully, cost 1 ms
2024-08-22T14:54:59.456+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/storage.halo.run/groups, please wait...
2024-08-22T14:54:59.456+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/storage.halo.run/groups built successfully, cost 0 ms
2024-08-22T14:54:59.467+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/storage.halo.run/policies, please wait...
2024-08-22T14:54:59.467+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/storage.halo.run/policies built successfully, cost 0 ms
2024-08-22T14:54:59.479+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/storage.halo.run/attachments, please wait...
2024-08-22T14:54:59.481+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/storage.halo.run/attachments built successfully, cost 2 ms
2024-08-22T14:54:59.510+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/storage.halo.run/policytemplates, please wait...
2024-08-22T14:54:59.511+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/storage.halo.run/policytemplates built successfully, cost 1 ms
2024-08-22T14:54:59.536+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/metrics.halo.run/counters, please wait...
2024-08-22T14:54:59.538+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/metrics.halo.run/counters built successfully, cost 2 ms
2024-08-22T14:54:59.577+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/auth.halo.run/authproviders, please wait...
2024-08-22T14:54:59.578+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/auth.halo.run/authproviders built successfully, cost 1 ms
2024-08-22T14:54:59.608+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/auth.halo.run/userconnections, please wait...
2024-08-22T14:54:59.609+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/auth.halo.run/userconnections built successfully, cost 1 ms
2024-08-22T14:54:59.633+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/security.halo.run/personalaccesstokens, please wait...
2024-08-22T14:54:59.634+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/security.halo.run/personalaccesstokens built successfully, cost 1 ms
2024-08-22T14:54:59.651+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/security.halo.run/remembermetokens, please wait...
2024-08-22T14:54:59.651+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/security.halo.run/remembermetokens built successfully, cost 0 ms
2024-08-22T14:54:59.670+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/security.halo.run/devices, please wait...
2024-08-22T14:54:59.671+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/security.halo.run/devices built successfully, cost 1 ms
2024-08-22T14:54:59.692+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/migration.halo.run/backups, please wait...
2024-08-22T14:54:59.693+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/migration.halo.run/backups built successfully, cost 1 ms
2024-08-22T14:54:59.717+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/reasontypes, please wait...
2024-08-22T14:54:59.718+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/reasontypes built successfully, cost 1 ms
2024-08-22T14:54:59.734+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/reasons, please wait...
2024-08-22T14:54:59.735+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/reasons built successfully, cost 1 ms
2024-08-22T14:54:59.756+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/notificationtemplates, please wait...
2024-08-22T14:54:59.757+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/notificationtemplates built successfully, cost 1 ms
2024-08-22T14:54:59.771+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/subscriptions, please wait...
2024-08-22T14:54:59.772+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/subscriptions built successfully, cost 1 ms
2024-08-22T14:54:59.791+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/notifierDescriptors, please wait...
2024-08-22T14:54:59.792+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/notifierDescriptors built successfully, cost 1 ms
2024-08-22T14:54:59.807+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Start building index for type: /registry/notification.halo.run/notifications, please wait...
2024-08-22T14:54:59.807+08:00  INFO 7 --- [main] r.h.a.e.index.IndexerFactoryImpl         : Index for type: /registry/notification.halo.run/notifications built successfully, cost 0 ms
2024-08-22T14:54:59.808+08:00  INFO 7 --- [main] r.h.a.e.ReactiveExtensionClientImpl      : Successfully built index in 932ms, Preparing to lunch application...
2024-08-22T14:54:59.811+08:00  INFO 7 --- [main] run.halo.app.Application                 : Started Application in 19.585 seconds (process running for 20.022)
2024-08-22T14:55:02.304+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller garbage-collector-controller
2024-08-22T14:55:02.311+08:00  INFO 7 --- [garbage-collector-controller-t-2] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-2 started
2024-08-22T14:55:02.311+08:00  INFO 7 --- [garbage-collector-controller-t-4] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-4 started
2024-08-22T14:55:02.314+08:00  INFO 7 --- [garbage-collector-controller-t-1] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-1 started
2024-08-22T14:55:02.314+08:00  INFO 7 --- [garbage-collector-controller-t-3] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-3 started
2024-08-22T14:55:02.315+08:00  INFO 7 --- [garbage-collector-controller-t-10] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-10 started
2024-08-22T14:55:02.315+08:00  INFO 7 --- [garbage-collector-controller-t-9] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-9 started
2024-08-22T14:55:02.315+08:00  INFO 7 --- [garbage-collector-controller-t-7] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-7 started
2024-08-22T14:55:02.316+08:00  INFO 7 --- [garbage-collector-controller-t-5] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-5 started
2024-08-22T14:55:02.317+08:00  INFO 7 --- [garbage-collector-controller-t-6] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-6 started
2024-08-22T14:55:02.319+08:00  INFO 7 --- [garbage-collector-controller-t-8] r.h.a.e.controller.DefaultController     : Controller worker garbage-collector-controller-worker-8 started
2024-08-22T14:55:02.358+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.RoleBindingReconciler
2024-08-22T14:55:02.365+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleBindingReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.RoleBindingReconciler-worker-1 started
2024-08-22T14:55:02.365+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleBindingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/RoleBinding) synchronizer...
2024-08-22T14:55:02.373+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler
2024-08-22T14:55:02.374+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.SystemSettingReconciler
2024-08-22T14:55:02.375+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.MenuItemReconciler
2024-08-22T14:55:02.377+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-worker-1 started
2024-08-22T14:55:02.378+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(storage.halo.run/v1alpha1/Attachment) synchronizer...
2024-08-22T14:55:02.379+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(storage.halo.run/v1alpha1/Attachment) synchronizer.
2024-08-22T14:55:02.383+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleBindingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/RoleBinding) synchronizer.
2024-08-22T14:55:02.385+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.CommentReconciler
2024-08-22T14:55:02.386+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.MenuItemReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.MenuItemReconciler-worker-1 started
2024-08-22T14:55:02.386+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.PluginReconciler
2024-08-22T14:55:02.386+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.MenuItemReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/MenuItem) synchronizer...
2024-08-22T14:55:02.387+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.MenuItemReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/MenuItem) synchronizer.
2024-08-22T14:55:02.388+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.migration.BackupReconciler
2024-08-22T14:55:02.388+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 started
2024-08-22T14:55:02.388+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.CategoryReconciler
2024-08-22T14:55:02.388+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(plugin.halo.run/v1alpha1/Plugin) synchronizer...
2024-08-22T14:55:02.389+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(plugin.halo.run/v1alpha1/Plugin) synchronizer.
2024-08-22T14:55:02.389+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.PostReconciler
2024-08-22T14:55:02.390+08:00  INFO 7 --- [run.halo.app.migration.BackupReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.migration.BackupReconciler-worker-1 started
2024-08-22T14:55:02.390+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CategoryReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.CategoryReconciler-worker-1 started
2024-08-22T14:55:02.390+08:00  INFO 7 --- [run.halo.app.migration.BackupReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(migration.halo.run/v1alpha1/Backup) synchronizer...
2024-08-22T14:55:02.391+08:00  INFO 7 --- [run.halo.app.migration.BackupReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(migration.halo.run/v1alpha1/Backup) synchronizer.
2024-08-22T14:55:02.390+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CategoryReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/Category) synchronizer...
2024-08-22T14:55:02.392+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CategoryReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/Category) synchronizer.
2024-08-22T14:55:02.393+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.PostReconciler-worker-1 started
2024-08-22T14:55:02.393+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/Post) synchronizer...
2024-08-22T14:55:02.394+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.AnnotationSettingReconciler
2024-08-22T14:55:02.394+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/Post) synchronizer.
2024-08-22T14:55:02.394+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1 started
2024-08-22T14:55:02.396+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-worker-1 started
2024-08-22T14:55:02.396+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.security.device.DeviceReconciler
2024-08-22T14:55:02.396+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/AnnotationSetting) synchronizer...
2024-08-22T14:55:02.395+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/ConfigMap) synchronizer...
2024-08-22T14:55:02.397+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/AnnotationSetting) synchronizer.
2024-08-22T14:55:02.398+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.UserReconciler
2024-08-22T14:55:02.397+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CommentReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.CommentReconciler-worker-1 started
2024-08-22T14:55:02.400+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CommentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/Comment) synchronizer...
2024-08-22T14:55:02.401+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.CommentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/Comment) synchronizer.
2024-08-22T14:55:02.402+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.UserReconciler-worker-1 started
2024-08-22T14:55:02.402+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/User) synchronizer...
2024-08-22T14:55:02.407+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/User) synchronizer.
2024-08-22T14:55:02.409+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/ConfigMap) synchronizer.
2024-08-22T14:55:02.410+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler
2024-08-22T14:55:02.412+08:00  INFO 7 --- [run.halo.app.security.device.DeviceReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.security.device.DeviceReconciler-worker-1 started
2024-08-22T14:55:02.414+08:00  INFO 7 --- [run.halo.app.security.device.DeviceReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(security.halo.run/v1alpha1/Device) synchronizer...
2024-08-22T14:55:02.418+08:00  INFO 7 --- [run.halo.app.security.device.DeviceReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(security.halo.run/v1alpha1/Device) synchronizer.
2024-08-22T14:55:02.424+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.PostCounterReconciler
2024-08-22T14:55:02.425+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReverseProxyReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.ReverseProxyReconciler-worker-1 started
2024-08-22T14:55:02.425+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReverseProxyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(plugin.halo.run/v1alpha1/ReverseProxy) synchronizer...
2024-08-22T14:55:02.426+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReverseProxyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(plugin.halo.run/v1alpha1/ReverseProxy) synchronizer.
2024-08-22T14:55:02.427+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.TagReconciler
2024-08-22T14:55:02.428+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.ReplyReconciler
2024-08-22T14:55:02.431+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.TagReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.TagReconciler-worker-1 started
2024-08-22T14:55:02.432+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.TagReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/Tag) synchronizer...
2024-08-22T14:55:02.433+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.TagReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/Tag) synchronizer.
2024-08-22T14:55:02.437+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostCounterReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.PostCounterReconciler-worker-1 started
2024-08-22T14:55:02.437+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostCounterReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(metrics.halo.run/v1alpha1/Counter) synchronizer...
2024-08-22T14:55:02.438+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.notification.NotificationTrigger
2024-08-22T14:55:02.439+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.theme.router.SinglePageRoute
2024-08-22T14:55:02.440+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.SinglePageReconciler
2024-08-22T14:55:02.442+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReplyReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.ReplyReconciler-worker-1 started
2024-08-22T14:55:02.442+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReplyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/Reply) synchronizer...
2024-08-22T14:55:02.443+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ReplyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/Reply) synchronizer.
2024-08-22T14:55:02.445+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.ThemeReconciler
2024-08-22T14:55:02.446+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.RoleReconciler
2024-08-22T14:55:02.447+08:00  INFO 7 --- [run.halo.app.notification.NotificationTrigger-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.notification.NotificationTrigger-worker-1 started
2024-08-22T14:55:02.447+08:00  INFO 7 --- [run.halo.app.notification.NotificationTrigger-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(notification.halo.run/v1alpha1/Reason) synchronizer...
2024-08-22T14:55:02.447+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.e.controller.DefaultController     : Starting controller run.halo.app.core.extension.reconciler.AuthProviderReconciler
2024-08-22T14:55:02.451+08:00  INFO 7 --- [run.halo.app.theme.router.SinglePageRoute-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.theme.router.SinglePageRoute-worker-1 started
2024-08-22T14:55:02.451+08:00  INFO 7 --- [run.halo.app.theme.router.SinglePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/SinglePage) synchronizer...
2024-08-22T14:55:02.448+08:00  INFO 7 --- [run.halo.app.notification.NotificationTrigger-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(notification.halo.run/v1alpha1/Reason) synchronizer.
2024-08-22T14:55:02.455+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.RoleReconciler-worker-1 started
2024-08-22T14:55:02.456+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(v1alpha1/Role) synchronizer...
2024-08-22T14:55:02.452+08:00  INFO 7 --- [run.halo.app.theme.router.SinglePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/SinglePage) synchronizer.
2024-08-22T14:55:02.466+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.RoleReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(v1alpha1/Role) synchronizer.
2024-08-22T14:55:02.470+08:00  INFO 7 --- [main] r.h.app.infra.DefaultThemeInitializer    : Initializing default theme from classpath:themes/theme-earth.zip
2024-08-22T14:55:02.482+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SinglePageReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.SinglePageReconciler-worker-1 started
2024-08-22T14:55:02.483+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SinglePageReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(content.halo.run/v1alpha1/SinglePage) synchronizer...
2024-08-22T14:55:02.484+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.SinglePageReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(content.halo.run/v1alpha1/SinglePage) synchronizer.
2024-08-22T14:55:02.508+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ThemeReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.ThemeReconciler-worker-1 started
2024-08-22T14:55:02.509+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ThemeReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(theme.halo.run/v1alpha1/Theme) synchronizer...
2024-08-22T14:55:02.509+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.ThemeReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(theme.halo.run/v1alpha1/Theme) synchronizer.
2024-08-22T14:55:02.530+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AuthProviderReconciler-t-1] r.h.a.e.controller.DefaultController     : Controller worker run.halo.app.core.extension.reconciler.AuthProviderReconciler-worker-1 started
2024-08-22T14:55:02.530+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AuthProviderReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Starting request(auth.halo.run/v1alpha1/AuthProvider) synchronizer...
2024-08-22T14:55:02.531+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.AuthProviderReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(auth.halo.run/v1alpha1/AuthProvider) synchronizer.
2024-08-22T14:55:02.535+08:00  INFO 7 --- [run.halo.app.core.extension.reconciler.PostCounterReconciler-t-1] r.h.a.e.controller.RequestSynchronizer   : Started request(metrics.halo.run/v1alpha1/Counter) synchronizer.
2024-08-22T14:55:02.773+08:00  INFO 7 --- [reactor-tcp-epoll-2] r.h.a.n.SubscriptionMigration            : Cleanup user subscription completed
2024-08-22T14:55:03.008+08:00  WARN 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.DefaultController     : Optimistic locking failure when reconciling request: run.halo.app.core.extension.reconciler.SystemSettingReconciler-worker-1/Request[name=system-default]
2024-08-22T14:55:03.269+08:00  WARN 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.DefaultController     : Optimistic locking failure when reconciling request: run.halo.app.core.extension.reconciler.UserReconciler-worker-1/Request[name=anonymousUser]
2024-08-22T14:55:03.459+08:00  INFO 7 --- [main] r.h.app.infra.DefaultThemeInitializer    : Initialized default theme: Theme(super=AbstractExtension(apiVersion=theme.halo.run/v1alpha1, kind=Theme, metadata=Metadata(name=theme-earth, generateName=null, labels=null, annotations={store.halo.run/app-id=app-KgWqR}, version=0, creationTimestamp=2024-08-22T06:55:02.995066825Z, deletionTimestamp=null, finalizers=null)), spec=Theme.ThemeSpec(displayName=Earth, author=Theme.Author(name=halo-dev, website=https://halo.run), description=Default theme for Halo 2.0, logo=https://halo.run/logo, website=https://github.com/halo-dev/theme-earth, homepage=https://github.com/halo-dev/theme-earth, repo=https://github.com/halo-dev/theme-earth.git, issues=null, version=1.7.1, require=>=2.8.0, requires=>=2.8.0, settingName=theme-earth-setting, configMapName=theme-earth-configMap, license=null, customTemplates=null), status=null)
2024-08-22T14:55:03.933+08:00  WARN 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.DefaultController     : Optimistic locking failure when reconciling request: run.halo.app.core.extension.reconciler.UserReconciler-worker-1/Request[name=ghost]

Reproduce Steps

No response

Relevant log output

No response

Additional information

No response

JackySuen1994 commented 3 weeks ago

补充:镜像版本 registry.fit2cloud.com/halo/halo:2.18