日志内容:
2023-10-18T11:48:33.851+08:00 INFO 7 --- [main] run.halo.app.Application : Starting Application v2.10.0 using Java 17.0.8.1 with PID 7 (/application/BOOT-INF/classes started by root in /application)
2023-10-18T11:48:33.854+08:00 INFO 7 --- [main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2023-10-18T11:48:34.677+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2023-10-18T11:48:34.678+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2023-10-18T11:48:34.793+08:00 INFO 7 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 106 ms. Found 1 R2DBC repository interfaces.
2023-10-18T11:48:36.288+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: []
2023-10-18T11:48:36.289+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: []
2023-10-18T11:48:36.291+08:00 INFO 7 --- [main] org.pf4j.DefaultPluginManager : PF4J version 3.10.0 in 'deployment' mode
2023-10-18T11:48:36.432+08:00 INFO 7 --- [main] r.h.a.s.a.pat.DefaultPatJwkSupplier : Generating RSA keys for PAT.
2023-10-18T11:48:37.976+08:00 INFO 7 --- [main] r.h.a.s.a.pat.DefaultPatJwkSupplier : Wrote RSA keys for PAT into /root/.halo2/keys/pat_id_rsa and /root/.halo2/keys/pat_id_rsa.pub
2023-10-18T11:48:39.335+08:00 INFO 7 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 7 endpoint(s) beneath base path '/actuator'
2023-10-18T11:48:39.995+08:00 INFO 7 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8090
2023-10-18T11:48:39.997+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VisitedEventReconciler
2023-10-18T11:48:39.999+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.ReplyEventReconciler
2023-10-18T11:48:39.999+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
2023-10-18T11:48:40.000+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
2023-10-18T11:48:40.000+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.search.post.PostEventReconciler
2023-10-18T11:48:40.001+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.plugin.PluginCreatedEventReconciler
2023-10-18T11:48:40.002+08:00 INFO 7 --- [run.halo.app.plugin.PluginCreatedEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.plugin.PluginCreatedEventReconciler-worker-1 started
2023-10-18T11:48:40.002+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.metrics.VotedEventReconciler
2023-10-18T11:48:40.001+08:00 INFO 7 --- [run.halo.app.search.post.PostEventReconciler-t-1] r.h.a.e.controller.DefaultController : Controller worker run.halo.app.search.post.PostEventReconciler-worker-1 started
2023-10-18T11:48:40.003+08:00 INFO 7 --- [main] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.notification.DefaultNotificationSender
2023-10-18T11:48:40.003+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
2023-10-18T11:48:40.004+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
2023-10-18T11:48:40.004+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
2023-10-18T11:48:40.004+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
2023-10-18T11:48:40.004+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
2023-10-18T11:48:40.009+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
2023-10-18T11:48:40.018+08:00 INFO 7 --- [scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generating RSA keys...
2023-10-18T11:48:40.020+08:00 INFO 7 --- [main] run.halo.app.Application : Started Application in 6.506 seconds (process running for 6.912)
2023-10-18T11:48:40.072+08:00 INFO 7 --- [scheduling-1] r.h.a.s.a.login.impl.RsaKeyService : Generated RSA keys. Usage: 52 ms.
2023-10-18T11:48:40.493+08:00 INFO 7 --- [main] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-10-18T11:48:40.555+08:00 INFO 7 --- [main] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-10-18T11:48:40.556+08:00 INFO 7 --- [main] r.h.app.infra.DefaultThemeInitializer : Initializing default theme from classpath:themes/theme-earth.zip
2023-10-18T11:48:40.919+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=2023-10-18T03:48:40.815462Z, 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, version=1.6.0, require=>=2.8.0, requires=>=2.8.0, settingName=theme-earth-setting, configMapName=theme-earth-configMap, license=null, customTemplates=null), status=null)
2023-10-18T11:48:41.093+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller garbage-collector-controller
2023-10-18T11:48:41.094+08:00 INFO 7 --- [garbage-collector-controller-t-1] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-1 started
2023-10-18T11:48:41.095+08:00 INFO 7 --- [garbage-collector-controller-t-3] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-3 started
2023-10-18T11:48:41.095+08:00 INFO 7 --- [garbage-collector-controller-t-2] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-2 started
2023-10-18T11:48:41.095+08:00 INFO 7 --- [garbage-collector-controller-t-4] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-4 started
2023-10-18T11:48:41.096+08:00 INFO 7 --- [garbage-collector-controller-t-5] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-5 started
2023-10-18T11:48:41.096+08:00 INFO 7 --- [garbage-collector-controller-t-6] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-6 started
2023-10-18T11:48:41.096+08:00 INFO 7 --- [garbage-collector-controller-t-7] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-7 started
2023-10-18T11:48:41.097+08:00 INFO 7 --- [garbage-collector-controller-t-8] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-8 started
2023-10-18T11:48:41.097+08:00 INFO 7 --- [garbage-collector-controller-t-9] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-9 started
2023-10-18T11:48:41.098+08:00 INFO 7 --- [garbage-collector-controller-t-10] r.h.a.e.controller.DefaultController : Controller worker garbage-collector-controller-worker-10 started
2023-10-18T11:48:41.101+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.UserReconciler
2023-10-18T11:48:41.102+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleBindingReconciler
2023-10-18T11:48:41.103+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
2023-10-18T11:48:41.103+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.User) synchronizer...
2023-10-18T11:48:41.103+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
2023-10-18T11:48:41.103+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler
2023-10-18T11:48:41.104+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.RoleBindingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.RoleBinding) synchronizer...
2023-10-18T11:48:41.104+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SystemSettingReconciler
2023-10-18T11:48:41.113+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.UserReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.User) synchronizer.
2023-10-18T11:48:41.104+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
2023-10-18T11:48:41.116+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.MenuItemReconciler
2023-10-18T11:48:41.116+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
2023-10-18T11:48:41.118+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
2023-10-18T11:48:41.118+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CommentReconciler
2023-10-18T11:48:41.116+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.attachment.Attachment) synchronizer...
2023-10-18T11:48:41.120+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
2023-10-18T11:48:41.120+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PluginReconciler
2023-10-18T11:48:41.120+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.RoleBindingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.RoleBinding) synchronizer.
2023-10-18T11:48:41.119+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.extension.ConfigMap) synchronizer...
2023-10-18T11:48:41.120+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.MenuItemReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.MenuItem) synchronizer...
2023-10-18T11:48:41.124+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.migration.BackupReconciler
2023-10-18T11:48:41.121+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.CommentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Comment) synchronizer...
2023-10-18T11:48:41.124+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
2023-10-18T11:48:41.127+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.attachment.AttachmentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.attachment.Attachment) synchronizer.
2023-10-18T11:48:41.126+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Plugin) synchronizer...
2023-10-18T11:48:41.128+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.MenuItemReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.MenuItem) synchronizer.
2023-10-18T11:48:41.131+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.SystemSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.extension.ConfigMap) synchronizer.
2023-10-18T11:48:41.133+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Plugin) synchronizer.
2023-10-18T11:48:41.138+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
2023-10-18T11:48:41.138+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ReverseProxyReconciler
2023-10-18T11:48:41.139+08:00 INFO 7 --- [run.halo.app.migration.BackupReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.migration.Backup) synchronizer...
2023-10-18T11:48:41.142+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.TagReconciler
2023-10-18T11:48:41.142+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
2023-10-18T11:48:41.142+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ReplyReconciler
2023-10-18T11:48:41.143+08:00 INFO 7 --- [task-1] run.halo.app.search.IndicesInitializer : Initialize post indices...
2023-10-18T11:48:41.143+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
2023-10-18T11:48:41.143+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ReverseProxyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.ReverseProxy) synchronizer...
2023-10-18T11:48:41.145+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.TagReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Tag) synchronizer...
2023-10-18T11:48:41.146+08:00 INFO 7 --- [run.halo.app.migration.BackupReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.migration.Backup) synchronizer.
2023-10-18T11:48:41.151+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.notification.NotificationTrigger
2023-10-18T11:48:41.151+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
2023-10-18T11:48:41.152+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ReplyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Reply) synchronizer...
2023-10-18T11:48:41.153+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ReverseProxyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.ReverseProxy) synchronizer.
2023-10-18T11:48:41.156+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.CategoryReconciler
2023-10-18T11:48:41.156+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
2023-10-18T11:48:41.157+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.PostReconciler
2023-10-18T11:48:41.157+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
2023-10-18T11:48:41.159+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.CategoryReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Category) synchronizer...
2023-10-18T11:48:41.157+08:00 INFO 7 --- [run.halo.app.notification.NotificationTrigger-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.notification.Reason) synchronizer...
2023-10-18T11:48:41.159+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ReplyReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Reply) synchronizer.
2023-10-18T11:48:41.166+08:00 INFO 7 --- [run.halo.app.notification.NotificationTrigger-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.notification.Reason) synchronizer.
2023-10-18T11:48:41.169+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.theme.router.SinglePageRoute
2023-10-18T11:48:41.169+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
2023-10-18T11:48:41.170+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
2023-10-18T11:48:41.170+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.SinglePageReconciler
2023-10-18T11:48:41.170+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.PostReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.Post) synchronizer...
2023-10-18T11:48:41.171+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.ThemeReconciler
2023-10-18T11:48:41.173+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.TagReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Tag) synchronizer.
2023-10-18T11:48:41.171+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
2023-10-18T11:48:41.174+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.SinglePageReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.SinglePage) synchronizer...
2023-10-18T11:48:41.171+08:00 INFO 7 --- [run.halo.app.theme.router.SinglePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.content.SinglePage) synchronizer...
2023-10-18T11:48:41.175+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.RoleReconciler
2023-10-18T11:48:41.178+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
2023-10-18T11:48:41.178+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.PostReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Post) synchronizer.
2023-10-18T11:48:41.178+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.AnnotationSettingReconciler
2023-10-18T11:48:41.179+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.RoleReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Role) synchronizer...
2023-10-18T11:48:41.180+08:00 INFO 7 --- [reactor-tcp-epoll-3] r.h.a.e.controller.DefaultController : Starting controller run.halo.app.core.extension.reconciler.AuthProviderReconciler
2023-10-18T11:48:41.180+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
2023-10-18T11:48:41.181+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
2023-10-18T11:48:41.182+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.AnnotationSetting) synchronizer...
2023-10-18T11:48:41.185+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.CommentReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Comment) synchronizer.
2023-10-18T11:48:41.189+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.SinglePageReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.SinglePage) synchronizer.
2023-10-18T11:48:41.181+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
2023-10-18T11:48:41.191+08:00 INFO 7 --- [run.halo.app.theme.router.SinglePageRoute-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.SinglePage) synchronizer.
2023-10-18T11:48:41.183+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ThemeReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.Theme) synchronizer...
2023-10-18T11:48:41.191+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.AuthProviderReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Starting request(class run.halo.app.core.extension.AuthProvider) synchronizer...
2023-10-18T11:48:41.191+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.AnnotationSettingReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.AnnotationSetting) synchronizer.
2023-10-18T11:48:41.204+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.ThemeReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Theme) synchronizer.
2023-10-18T11:48:41.204+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.AuthProviderReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.AuthProvider) synchronizer.
2023-10-18T11:48:41.229+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.RoleReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.Role) synchronizer.
2023-10-18T11:48:41.375+08:00 INFO 7 --- [run.halo.app.core.extension.reconciler.CategoryReconciler-t-1] r.h.a.e.controller.RequestSynchronizer : Started request(class run.halo.app.core.extension.content.Category) synchronizer.
2023-10-18T11:48:41.377+08:00 INFO 7 --- [task-1] run.halo.app.search.IndicesInitializer : Initialized post indices. Usage: StopWatch 'PostIndicesWatch': running time = 233053900 ns; [rebuild] took 233053900 ns = 100%
docker yaml:
`
version: "3"
services:
halo:
image: halohub/halo:2.10
container_name: halo
restart: on-failure:3
network_mode: "host"
volumes:
- ./halo2:/root/.halo2
command:
- --spring.r2dbc.url=r2dbc:pool:mysql://192.168.1.142:3306/halo
- --spring.r2dbc.username=user
- --spring.r2dbc.password=user123
- --spring.sql.init.platform=mysql
- --halo.external-url=http://localhost:8090/
- --server.port=8090 `
数据库中只自动创建了一张表:extensions
请问是什么原因?