123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554 |
- 2025-07-10 14:49:39,763 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 14:49:39,763 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:39,764 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:39,769 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 14:49:39,769 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 14:49:39,770 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource nacos_application_conf [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:39,770 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:39,770 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:39,886 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 14:49:39,890 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 14:49:39,891 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 14:49:39,900 [main] INFO [com.zaxxer.hikari.HikariDataSource] HikariDataSource.java:109 - HikariPool-1 - Starting...
- 2025-07-10 14:49:40,044 [main] INFO [com.zaxxer.hikari.pool.HikariPool] HikariPool.java:575 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@45d38165
- 2025-07-10 14:49:40,046 [main] INFO [com.zaxxer.hikari.HikariDataSource] HikariDataSource.java:122 - HikariPool-1 - Start completed.
- 2025-07-10 14:49:41,819 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.JRaftServiceFactory - com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory] loading.
- 2025-07-10 14:49:41,851 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.rpc.RaftRpcFactory - com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory] loading.
- 2025-07-10 14:49:41,914 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.util.timer.RaftTimerFactory - com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory] loading.
- 2025-07-10 14:49:41,916 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 1.
- 2025-07-10 14:49:42,030 [JRaft-Group-Default-Executor-0] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 14:49:42,032 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 14:49:42,035 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\snapshot.
- 2025-07-10 14:49:42,036 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_persistent_service_v2/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 14:49:42,039 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_persistent_service_v2/169.254.32.119:7848> init, term=3, lastLogId=LogId [index=3, term=3], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,040 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_persistent_service_v2/169.254.32.119:7848> start vote and grant vote self, term=3.
- 2025-07-10 14:49:42,048 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data on windows.
- 2025-07-10 14:49:42,048 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=7 ms
- 2025-07-10 14:49:42,049 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_persistent_service_v2/169.254.32.119:7848> become leader of group, term=4, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,049 [main] INFO [com.alipay.sofa.jraft.util.Recyclers] Recyclers.java:52 - -Djraft.recyclers.maxCapacityPerThread: 4096.
- 2025-07-10 14:49:42,050 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 14:49:42,051 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 14:49:42,055 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=4.
- 2025-07-10 14:49:42,058 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 2.
- 2025-07-10 14:49:42,090 [JRaft-Group-Default-Executor-1] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 14:49:42,091 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 14:49:42,091 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\snapshot.
- 2025-07-10 14:49:42,091 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_persistent_service/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 14:49:42,092 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_persistent_service/169.254.32.119:7848> init, term=3, lastLogId=LogId [index=3, term=3], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,092 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_persistent_service/169.254.32.119:7848> start vote and grant vote self, term=3.
- 2025-07-10 14:49:42,094 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data on windows.
- 2025-07-10 14:49:42,094 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:49:42,094 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_persistent_service/169.254.32.119:7848> become leader of group, term=4, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,094 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 14:49:42,094 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 14:49:42,095 [com.alibaba.nacos.core.protocol.raft-common.0] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:212 - Creating new channel to: 169.254.32.119:7848.
- 2025-07-10 14:49:42,095 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=4.
- 2025-07-10 14:49:42,099 [com.alibaba.nacos.core.protocol.raft-common.0] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: CONNECTING.
- 2025-07-10 14:49:42,101 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 3.
- 2025-07-10 14:49:42,125 [JRaft-Group-Default-Executor-2] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\log from log index 0 to 1, cost 1 ms.
- 2025-07-10 14:49:42,125 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 14:49:42,126 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\snapshot.
- 2025-07-10 14:49:42,126 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_instance_metadata/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 14:49:42,126 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_instance_metadata/169.254.32.119:7848> init, term=3, lastLogId=LogId [index=3, term=3], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,126 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_instance_metadata/169.254.32.119:7848> start vote and grant vote self, term=3.
- 2025-07-10 14:49:42,129 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data on windows.
- 2025-07-10 14:49:42,129 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:49:42,129 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_instance_metadata/169.254.32.119:7848> become leader of group, term=4, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,129 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 14:49:42,129 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 14:49:42,131 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=4.
- 2025-07-10 14:49:42,131 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 4.
- 2025-07-10 14:49:42,159 [JRaft-Group-Default-Executor-3] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 14:49:42,161 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 14:49:42,161 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\snapshot.
- 2025-07-10 14:49:42,161 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_service_metadata/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 14:49:42,161 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_service_metadata/169.254.32.119:7848> init, term=3, lastLogId=LogId [index=3, term=3], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,162 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_service_metadata/169.254.32.119:7848> start vote and grant vote self, term=3.
- 2025-07-10 14:49:42,164 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data on windows.
- 2025-07-10 14:49:42,164 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:49:42,164 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_service_metadata/169.254.32.119:7848> become leader of group, term=4, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,164 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 14:49:42,164 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 14:49:42,165 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=4.
- 2025-07-10 14:49:42,196 [grpc-nio-worker-ELG-3-7] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: READY.
- 2025-07-10 14:49:42,196 [grpc-nio-worker-ELG-3-7] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:255 - The channel 169.254.32.119:7848 has successfully established.
- 2025-07-10 14:49:42,303 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 5.
- 2025-07-10 14:49:42,327 [JRaft-Group-Default-Executor-4] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 14:49:42,328 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 14:49:42,329 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\snapshot.
- 2025-07-10 14:49:42,329 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <lock_acquire_service_v2/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 14:49:42,329 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <lock_acquire_service_v2/169.254.32.119:7848> init, term=3, lastLogId=LogId [index=3, term=3], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,330 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <lock_acquire_service_v2/169.254.32.119:7848> start vote and grant vote self, term=3.
- 2025-07-10 14:49:42,332 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data on windows.
- 2025-07-10 14:49:42,332 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=1 ms
- 2025-07-10 14:49:42,332 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <lock_acquire_service_v2/169.254.32.119:7848> become leader of group, term=4, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 14:49:42,332 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 14:49:42,332 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 14:49:42,333 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=4.
- 2025-07-10 14:49:42,518 [main] WARN [o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer] InitializeUserDetailsBeanManagerConfigurer.java:73 - Global AuthenticationManager configured with an AuthenticationProvider bean. UserDetailsService beans will not be used by Spring Security for automatically configuring username/password login. Consider removing the AuthenticationProvider bean. Alternatively, consider using the UserDetailsService in a manually instantiated DaoAuthenticationProvider. If the current configuration is intentional, to turn off this warning, increase the logging level of 'org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer' to ERROR
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,148 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource class path resource [nacos-server.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,160 [main] WARN [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:429 - Bean 'nacosWebBeanPostProcessorConfiguration' of type [com.alibaba.nacos.server.NacosWebBeanPostProcessorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [nacosDuplicateSpringBeanPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
- 2025-07-10 14:49:43,184 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 14:49:43,186 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 14:49:43,186 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 14:49:43,299 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:111 - Tomcat initialized with port 8848 (http)
- 2025-07-10 14:49:43,307 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Initializing ProtocolHandler ["http-nio-8848"]
- 2025-07-10 14:49:43,307 [main] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:168 - Starting service [Tomcat]
- 2025-07-10 14:49:43,308 [main] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:168 - Starting Servlet engine: [Apache Tomcat/10.1.42]
- 2025-07-10 14:49:43,364 [main] INFO [o.a.c.c.C.[Tomcat].[localhost].[/nacos]] DirectJDKLog.java:168 - Initializing Spring embedded WebApplicationContext
- 2025-07-10 14:49:43,364 [main] INFO [o.s.b.w.s.c.ServletWebServerApplicationContext] ServletWebServerApplicationContext.java:301 - Root WebApplicationContext: initialization completed in 554 ms
- 2025-07-10 14:49:43,475 [main] INFO [o.s.b.a.web.servlet.WelcomePageHandlerMapping] WelcomePageHandlerMapping.java:59 - Adding welcome page: class path resource [static/index.html]
- 2025-07-10 14:49:43,636 [main] INFO [o.s.b.actuate.endpoint.web.EndpointLinksResolver] EndpointLinksResolver.java:60 - Exposing 1 endpoint beneath base path '/actuator'
- 2025-07-10 14:49:43,657 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Starting ProtocolHandler ["http-nio-8848"]
- 2025-07-10 14:49:43,664 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:243 - Tomcat started on port 8848 (http) with context path '/nacos'
- 2025-07-10 14:49:43,664 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 14:49:43,665 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 14:49:43,666 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 14:49:43,666 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 14:49:43,666 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 14:49:43,666 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,667 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:43,677 [main] WARN [io.micrometer.core.instrument.MeterRegistry] AbstractInternalLogger.java:170 - This Gauge has been already registered (MeterId{name='application.started.time', tags=[tag(main.application.class=com.alibaba.nacos.bootstrap.PigNacosApplication)]}), the registration will be ignored. Note that subsequent logs will be logged at debug level.
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 14:49:43,937 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,938 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,938 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource class path resource [nacos-console.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 14:49:43,945 [main] WARN [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:429 - Bean 'nacosConsoleBeanPostProcessorConfiguration' of type [com.alibaba.nacos.console.config.NacosConsoleBeanPostProcessorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [nacosDuplicateSpringBeanPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
- 2025-07-10 14:49:43,951 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 14:49:43,953 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 14:49:43,953 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 14:49:43,969 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:111 - Tomcat initialized with port 8080 (http)
- 2025-07-10 14:49:43,970 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Initializing ProtocolHandler ["http-nio-8080"]
- 2025-07-10 14:49:43,970 [main] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:168 - Starting service [Tomcat]
- 2025-07-10 14:49:43,970 [main] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:168 - Starting Servlet engine: [Apache Tomcat/10.1.42]
- 2025-07-10 14:49:44,011 [main] INFO [o.a.c.c.ContainerBase.[Tomcat-1].[localhost].[/]] DirectJDKLog.java:168 - Initializing Spring embedded WebApplicationContext
- 2025-07-10 14:49:44,011 [main] INFO [o.s.b.w.s.c.ServletWebServerApplicationContext] ServletWebServerApplicationContext.java:301 - Root WebApplicationContext: initialization completed in 322 ms
- 2025-07-10 14:49:44,055 [main] INFO [o.s.b.a.web.servlet.WelcomePageHandlerMapping] WelcomePageHandlerMapping.java:59 - Adding welcome page: class path resource [static/index.html]
- 2025-07-10 14:49:44,111 [main] INFO [o.s.b.actuate.endpoint.web.EndpointLinksResolver] EndpointLinksResolver.java:60 - Exposing 1 endpoint beneath base path '/actuator'
- 2025-07-10 14:49:44,117 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Starting ProtocolHandler ["http-nio-8080"]
- 2025-07-10 14:49:44,119 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:243 - Tomcat started on port 8080 (http) with context path '/'
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source server.ports refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:49:44,119 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source server.ports refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 14:49:44,120 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 14:50:01,217 [http-nio-8848-exec-5] INFO [o.a.c.c.C.[Tomcat].[localhost].[/nacos]] DirectJDKLog.java:168 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-07-10 14:50:01,217 [http-nio-8848-exec-5] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:532 - Initializing Servlet 'dispatcherServlet'
- 2025-07-10 14:50:01,218 [http-nio-8848-exec-5] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:554 - Completed initialization in 1 ms
- 2025-07-10 14:50:01,277 [http-nio-8848-exec-5] WARN [org.springframework.web.servlet.PageNotFound] DispatcherServlet.java:1301 - No mapping for GET /nacos/index.html
- 2025-07-10 14:50:01,288 [http-nio-8848-exec-5] WARN [org.springframework.web.servlet.PageNotFound] DefaultHandlerExceptionResolver.java:459 - No endpoint GET /nacos/index.html.
- 2025-07-10 14:50:06,764 [http-nio-8080-exec-1] INFO [o.a.c.c.ContainerBase.[Tomcat-1].[localhost].[/]] DirectJDKLog.java:168 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-07-10 14:50:06,764 [http-nio-8080-exec-1] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:532 - Initializing Servlet 'dispatcherServlet'
- 2025-07-10 14:50:06,765 [http-nio-8080-exec-1] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:554 - Completed initialization in 1 ms
- 2025-07-10 14:52:53,945 [SpringApplicationShutdownHook] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:54 - Commencing graceful shutdown. Waiting for active requests to complete
- 2025-07-10 14:52:53,957 [tomcat-shutdown] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:76 - Graceful shutdown complete
- 2025-07-10 14:52:53,962 [SpringApplicationShutdownHook] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:54 - Commencing graceful shutdown. Waiting for active requests to complete
- 2025-07-10 14:52:53,973 [tomcat-shutdown] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:76 - Graceful shutdown complete
- 2025-07-10 14:52:53,977 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <lock_acquire_service_v2/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_LEADER.
- 2025-07-10 14:52:53,979 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group lock_acquire_service_v2.
- 2025-07-10 14:52:53,979 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 14:52:53,985 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data on windows.
- 2025-07-10 14:52:53,985 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=6 ms
- 2025-07-10 14:52:53,985 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 14:52:53,985 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@62536882[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,985 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 14:52:53,985 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@60655642[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,986 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 4.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <lock_acquire_service_v2/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_SHUTTING.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 14:52:53,986 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_service_metadata/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_LEADER.
- 2025-07-10 14:52:53,987 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_service_metadata.
- 2025-07-10 14:52:53,987 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data on windows.
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@759c53e5[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@56fc2cea[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,989 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,989 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 3.
- 2025-07-10 14:52:53,989 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,990 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,990 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_service_metadata/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_SHUTTING.
- 2025-07-10 14:52:53,990 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 14:52:53,990 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_LEADER.
- 2025-07-10 14:52:53,990 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_persistent_service.
- 2025-07-10 14:52:53,990 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 14:52:53,990 [JRaft-Group-Default-Executor-10] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\log.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data on windows.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@433362e0[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@c194c4e[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,992 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,992 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 2.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,992 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,992 [JRaft-Group-Default-Executor-17] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\log.
- 2025-07-10 14:52:53,993 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_SHUTTING.
- 2025-07-10 14:52:53,993 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 14:52:53,993 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_instance_metadata/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_LEADER.
- 2025-07-10 14:52:53,993 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_instance_metadata.
- 2025-07-10 14:52:53,993 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data on windows.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@362e6fe[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,995 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@7b6b8cea[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,995 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 1.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_instance_metadata/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_SHUTTING.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 14:52:53,995 [JRaft-Group-Default-Executor-24] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\log.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service_v2/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_LEADER.
- 2025-07-10 14:52:53,995 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_persistent_service_v2.
- 2025-07-10 14:52:53,995 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 14:52:53,997 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data on windows.
- 2025-07-10 14:52:53,997 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data, term=4, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 14:52:53,997 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 14:52:53,997 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@723f8990[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,997 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@2111d7b9[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:53,997 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 14:52:53,997 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 0.
- 2025-07-10 14:52:53,998 [JRaft-Group-Default-Executor-27] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\log.
- 2025-07-10 14:52:53,998 [JRaft-Global-ElectionTimer1] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-ElectionTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@5325674a[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5].
- 2025-07-10 14:52:53,998 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:53,999 [JRaft-Global-VoteTimer3] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-VoteTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@2b625e82[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5].
- 2025-07-10 14:52:53,999 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:54,000 [JRaft-Global-StepDownTimer18] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-StepDownTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@2389f546[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 380].
- 2025-07-10 14:52:54,000 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:54,000 [JRaft-Global-SnapshotTimer3] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-SnapshotTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@596d17f4[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 14:52:54,000 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 14:52:54,000 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service_v2/169.254.32.119:7848> shutdown, currTerm=4 state=STATE_SHUTTING.
- 2025-07-10 14:52:54,000 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 14:52:54,000 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:288 - Shutdown managed channel: 169.254.32.119:7848, ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=10, target=169.254.32.119:7848}}.
- 2025-07-10 14:52:54,001 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: SHUTDOWN.
- 2025-07-10 14:52:54,001 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:282 - This channel 169.254.32.119:7848 has started shutting down. Any new RPCs should fail immediately.
- 2025-07-10 14:52:54,003 [grpc-nio-worker-ELG-3-9] INFO [com.alipay.sofa.jraft.rpc.RpcRequestProcessor] AppendEntriesRequestProcessor.java:514 - Connection disconnected: /169.254.32.119:59460
- 2025-07-10 14:52:54,003 [JRaft-Group-Default-Executor-26] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\log.
- 2025-07-10 14:52:54,004 [JRaft-RPC-Processor-8] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@57df93c1[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 304].
- 2025-07-10 15:42:16,247 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 15:42:16,254 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:16,255 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:16,255 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 15:42:16,255 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 15:42:16,255 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource nacos_application_conf [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:16,255 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:16,257 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:16,422 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 15:42:16,428 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 15:42:16,429 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 15:42:16,441 [main] INFO [com.zaxxer.hikari.HikariDataSource] HikariDataSource.java:109 - HikariPool-1 - Starting...
- 2025-07-10 15:42:17,063 [main] INFO [com.zaxxer.hikari.pool.HikariPool] HikariPool.java:575 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@48da64f2
- 2025-07-10 15:42:17,064 [main] INFO [com.zaxxer.hikari.HikariDataSource] HikariDataSource.java:122 - HikariPool-1 - Start completed.
- 2025-07-10 15:42:19,307 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.JRaftServiceFactory - com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory] loading.
- 2025-07-10 15:42:19,352 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.rpc.RaftRpcFactory - com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory] loading.
- 2025-07-10 15:42:19,439 [main] INFO [com.alipay.sofa.jraft.util.JRaftServiceLoader] JRaftServiceLoader.java:275 - SPI service [com.alipay.sofa.jraft.util.timer.RaftTimerFactory - com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory] loading.
- 2025-07-10 15:42:19,442 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 1.
- 2025-07-10 15:42:19,574 [JRaft-Group-Default-Executor-0] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 15:42:19,576 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 15:42:19,580 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\snapshot.
- 2025-07-10 15:42:19,580 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_persistent_service_v2/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 15:42:19,584 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_persistent_service_v2/169.254.32.119:7848> init, term=4, lastLogId=LogId [index=4, term=4], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,585 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_persistent_service_v2/169.254.32.119:7848> start vote and grant vote self, term=4.
- 2025-07-10 15:42:19,591 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data on windows.
- 2025-07-10 15:42:19,591 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=5 ms
- 2025-07-10 15:42:19,592 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_persistent_service_v2/169.254.32.119:7848> become leader of group, term=5, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,593 [main] INFO [com.alipay.sofa.jraft.util.Recyclers] Recyclers.java:52 - -Djraft.recyclers.maxCapacityPerThread: 4096.
- 2025-07-10 15:42:19,594 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 15:42:19,594 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 15:42:19,600 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=5.
- 2025-07-10 15:42:19,603 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 2.
- 2025-07-10 15:42:19,632 [JRaft-Group-Default-Executor-1] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 15:42:19,633 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 15:42:19,634 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\snapshot.
- 2025-07-10 15:42:19,634 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_persistent_service/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 15:42:19,634 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_persistent_service/169.254.32.119:7848> init, term=4, lastLogId=LogId [index=4, term=4], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,635 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_persistent_service/169.254.32.119:7848> start vote and grant vote self, term=4.
- 2025-07-10 15:42:19,637 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data on windows.
- 2025-07-10 15:42:19,637 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:42:19,637 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_persistent_service/169.254.32.119:7848> become leader of group, term=5, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,637 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 15:42:19,637 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 15:42:19,638 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=5.
- 2025-07-10 15:42:19,641 [com.alibaba.nacos.core.protocol.raft-common.0] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:212 - Creating new channel to: 169.254.32.119:7848.
- 2025-07-10 15:42:19,645 [com.alibaba.nacos.core.protocol.raft-common.0] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: CONNECTING.
- 2025-07-10 15:42:19,645 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 3.
- 2025-07-10 15:42:19,674 [JRaft-Group-Default-Executor-2] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 15:42:19,675 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 15:42:19,676 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\snapshot.
- 2025-07-10 15:42:19,676 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_instance_metadata/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 15:42:19,677 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_instance_metadata/169.254.32.119:7848> init, term=4, lastLogId=LogId [index=4, term=4], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,677 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_instance_metadata/169.254.32.119:7848> start vote and grant vote self, term=4.
- 2025-07-10 15:42:19,679 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data on windows.
- 2025-07-10 15:42:19,679 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:42:19,679 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_instance_metadata/169.254.32.119:7848> become leader of group, term=5, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,679 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 15:42:19,679 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 15:42:19,680 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=5.
- 2025-07-10 15:42:19,681 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 4.
- 2025-07-10 15:42:19,708 [JRaft-Group-Default-Executor-3] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 15:42:19,709 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 15:42:19,710 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\snapshot.
- 2025-07-10 15:42:19,710 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <naming_service_metadata/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 15:42:19,710 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <naming_service_metadata/169.254.32.119:7848> init, term=4, lastLogId=LogId [index=4, term=4], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,711 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <naming_service_metadata/169.254.32.119:7848> start vote and grant vote self, term=4.
- 2025-07-10 15:42:19,713 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data on windows.
- 2025-07-10 15:42:19,713 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:42:19,713 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <naming_service_metadata/169.254.32.119:7848> become leader of group, term=5, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:19,713 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 15:42:19,713 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 15:42:19,714 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=5.
- 2025-07-10 15:42:20,013 [grpc-nio-worker-ELG-3-7] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: READY.
- 2025-07-10 15:42:20,013 [grpc-nio-worker-ELG-3-7] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:255 - The channel 169.254.32.119:7848 has successfully established.
- 2025-07-10 15:42:20,190 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:556 - The number of active nodes increment to 5.
- 2025-07-10 15:42:20,219 [JRaft-Group-Default-Executor-4] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:613 - Truncated prefix logs in data path: C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\log from log index 0 to 1, cost 0 ms.
- 2025-07-10 15:42:20,220 [main] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:215 - Starts FSMCaller successfully.
- 2025-07-10 15:42:20,221 [main] WARN [c.a.s.j.s.snapshot.local.LocalSnapshotStorage] LocalSnapshotStorage.java:336 - No data for snapshot reader C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\snapshot.
- 2025-07-10 15:42:20,221 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:725 - Node <lock_acquire_service_v2/169.254.32.119:7848> target priority value has changed from: 0, to: -1.
- 2025-07-10 15:42:20,222 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1091 - Node <lock_acquire_service_v2/169.254.32.119:7848> init, term=4, lastLogId=LogId [index=4, term=4], conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:20,222 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1134 - Node <lock_acquire_service_v2/169.254.32.119:7848> start vote and grant vote self, term=4.
- 2025-07-10 15:42:20,224 [main] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data on windows.
- 2025-07-10 15:42:20,224 [main] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:42:20,224 [main] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:1231 - Node <lock_acquire_service_v2/169.254.32.119:7848> become leader of group, term=5, conf=169.254.32.119:7848, oldConf=.
- 2025-07-10 15:42:20,224 [main] WARN [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:133 - RPC server is not started in RaftGroupService.
- 2025-07-10 15:42:20,224 [main] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:136 - Start the RaftGroupService successfully.
- 2025-07-10 15:42:20,225 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:62 - onLeaderStart: term=5.
- 2025-07-10 15:42:20,417 [main] WARN [o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer] InitializeUserDetailsBeanManagerConfigurer.java:73 - Global AuthenticationManager configured with an AuthenticationProvider bean. UserDetailsService beans will not be used by Spring Security for automatically configuring username/password login. Consider removing the AuthenticationProvider bean. Alternatively, consider using the UserDetailsService in a manually instantiated DaoAuthenticationProvider. If the current configuration is intentional, to turn off this warning, increase the logging level of 'org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer' to ERROR
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,138 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 15:42:21,139 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 15:42:21,139 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,139 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,139 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource class path resource [nacos-server.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,155 [main] WARN [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:429 - Bean 'nacosWebBeanPostProcessorConfiguration' of type [com.alibaba.nacos.server.NacosWebBeanPostProcessorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [nacosDuplicateSpringBeanPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
- 2025-07-10 15:42:21,184 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 15:42:21,186 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 15:42:21,187 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 15:42:21,333 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:111 - Tomcat initialized with port 8848 (http)
- 2025-07-10 15:42:21,345 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Initializing ProtocolHandler ["http-nio-8848"]
- 2025-07-10 15:42:21,348 [main] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:168 - Starting service [Tomcat]
- 2025-07-10 15:42:21,348 [main] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:168 - Starting Servlet engine: [Apache Tomcat/10.1.42]
- 2025-07-10 15:42:21,445 [main] INFO [o.a.c.c.C.[Tomcat].[localhost].[/nacos]] DirectJDKLog.java:168 - Initializing Spring embedded WebApplicationContext
- 2025-07-10 15:42:21,446 [main] INFO [o.s.b.w.s.c.ServletWebServerApplicationContext] ServletWebServerApplicationContext.java:301 - Root WebApplicationContext: initialization completed in 684 ms
- 2025-07-10 15:42:21,576 [main] INFO [o.s.b.a.web.servlet.WelcomePageHandlerMapping] WelcomePageHandlerMapping.java:59 - Adding welcome page: class path resource [static/index.html]
- 2025-07-10 15:42:21,727 [main] INFO [o.s.b.actuate.endpoint.web.EndpointLinksResolver] EndpointLinksResolver.java:60 - Exposing 1 endpoint beneath base path '/actuator'
- 2025-07-10 15:42:21,743 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Starting ProtocolHandler ["http-nio-8848"]
- 2025-07-10 15:42:21,749 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:243 - Tomcat started on port 8848 (http) with context path '/nacos'
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 15:42:21,750 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 15:42:21,752 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,753 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:21,763 [main] WARN [io.micrometer.core.instrument.MeterRegistry] AbstractInternalLogger.java:170 - This Gauge has been already registered (MeterId{name='application.started.time', tags=[tag(main.application.class=com.alibaba.nacos.bootstrap.PigNacosApplication)]}), the registration will be ignored. Note that subsequent logs will be logged at debug level.
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,956 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource class path resource [nacos-console.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
- 2025-07-10 15:42:21,962 [main] WARN [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] PostProcessorRegistrationDelegate.java:429 - Bean 'nacosConsoleBeanPostProcessorConfiguration' of type [com.alibaba.nacos.console.config.NacosConsoleBeanPostProcessorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [nacosDuplicateSpringBeanPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
- 2025-07-10 15:42:21,969 [main] INFO [c.u.j.filter.DefaultLazyPropertyFilter] DefaultLazyPropertyFilter.java:45 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- 2025-07-10 15:42:21,973 [main] INFO [c.u.j.resolver.DefaultLazyPropertyResolver] DefaultLazyPropertyResolver.java:46 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- 2025-07-10 15:42:21,974 [main] INFO [c.u.j.detector.DefaultLazyPropertyDetector] DefaultLazyPropertyDetector.java:44 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- 2025-07-10 15:42:21,991 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:111 - Tomcat initialized with port 8080 (http)
- 2025-07-10 15:42:21,991 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Initializing ProtocolHandler ["http-nio-8080"]
- 2025-07-10 15:42:21,991 [main] INFO [org.apache.catalina.core.StandardService] DirectJDKLog.java:168 - Starting service [Tomcat]
- 2025-07-10 15:42:21,992 [main] INFO [org.apache.catalina.core.StandardEngine] DirectJDKLog.java:168 - Starting Servlet engine: [Apache Tomcat/10.1.42]
- 2025-07-10 15:42:22,035 [main] INFO [o.a.c.c.ContainerBase.[Tomcat-1].[localhost].[/]] DirectJDKLog.java:168 - Initializing Spring embedded WebApplicationContext
- 2025-07-10 15:42:22,036 [main] INFO [o.s.b.w.s.c.ServletWebServerApplicationContext] ServletWebServerApplicationContext.java:301 - Root WebApplicationContext: initialization completed in 262 ms
- 2025-07-10 15:42:22,079 [main] INFO [o.s.b.a.web.servlet.WelcomePageHandlerMapping] WelcomePageHandlerMapping.java:59 - Adding welcome page: class path resource [static/index.html]
- 2025-07-10 15:42:22,140 [main] INFO [o.s.b.actuate.endpoint.web.EndpointLinksResolver] EndpointLinksResolver.java:60 - Exposing 1 endpoint beneath base path '/actuator'
- 2025-07-10 15:42:22,148 [main] INFO [org.apache.coyote.http11.Http11NioProtocol] DirectJDKLog.java:168 - Starting ProtocolHandler ["http-nio-8080"]
- 2025-07-10 15:42:22,150 [main] INFO [o.s.boot.web.embedded.tomcat.TomcatWebServer] TomcatWebServer.java:243 - Tomcat started on port 8080 (http) with context path '/'
- 2025-07-10 15:42:22,159 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source server.ports refreshed
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 15:42:22,160 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 15:42:22,161 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 15:42:22,161 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:42:22,161 [main] INFO [c.u.j.caching.RefreshScopeRefreshedEventListener] RefreshScopeRefreshedEventListener.java:70 - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- 2025-07-10 15:42:22,161 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source server.ports refreshed
- 2025-07-10 15:42:22,161 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemProperties refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source systemEnvironment refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source random refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source nacos_application_conf refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.c.CachingDelegateEncryptablePropertySource] CachingDelegateEncryptablePropertySource.java:92 - Property Source applicationInfo refreshed
- 2025-07-10 15:42:22,162 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- 2025-07-10 15:49:08,400 [http-nio-8848-exec-1] INFO [o.a.c.c.C.[Tomcat].[localhost].[/nacos]] DirectJDKLog.java:168 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-07-10 15:49:08,400 [http-nio-8848-exec-1] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:532 - Initializing Servlet 'dispatcherServlet'
- 2025-07-10 15:49:08,402 [http-nio-8848-exec-1] INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet.java:554 - Completed initialization in 1 ms
- 2025-07-10 15:49:08,422 [http-nio-8848-exec-1] WARN [org.springframework.web.servlet.PageNotFound] DispatcherServlet.java:1301 - No mapping for GET /nacos/index.html
- 2025-07-10 15:49:08,429 [http-nio-8848-exec-1] WARN [org.springframework.web.servlet.PageNotFound] DefaultHandlerExceptionResolver.java:459 - No endpoint GET /nacos/index.html.
- 2025-07-10 15:49:18,322 [http-nio-8848-exec-10] WARN [org.springframework.web.servlet.PageNotFound] DispatcherServlet.java:1301 - No mapping for GET /nacos/index.html
- 2025-07-10 15:49:18,322 [http-nio-8848-exec-10] WARN [org.springframework.web.servlet.PageNotFound] DefaultHandlerExceptionResolver.java:459 - No endpoint GET /nacos/index.html.
- 2025-07-10 15:49:28,448 [SpringApplicationShutdownHook] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:54 - Commencing graceful shutdown. Waiting for active requests to complete
- 2025-07-10 15:49:28,460 [tomcat-shutdown] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:76 - Graceful shutdown complete
- 2025-07-10 15:49:28,467 [SpringApplicationShutdownHook] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:54 - Commencing graceful shutdown. Waiting for active requests to complete
- 2025-07-10 15:49:28,478 [tomcat-shutdown] INFO [o.s.boot.web.embedded.tomcat.GracefulShutdown] GracefulShutdown.java:76 - Graceful shutdown complete
- 2025-07-10 15:49:28,485 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <lock_acquire_service_v2/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_LEADER.
- 2025-07-10 15:49:28,486 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group lock_acquire_service_v2.
- 2025-07-10 15:49:28,487 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 15:49:28,489 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data on windows.
- 2025-07-10 15:49:28,489 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=3 ms
- 2025-07-10 15:49:28,490 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 15:49:28,490 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@655b9169[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,490 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 15:49:28,490 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@48b744fd[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,491 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 4.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<lock_acquire_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <lock_acquire_service_v2/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_SHUTTING.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_service_metadata/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_LEADER.
- 2025-07-10 15:49:28,491 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_service_metadata.
- 2025-07-10 15:49:28,491 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data on windows.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@34074149[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@687d31a9[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,494 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_service_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,494 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 3.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_service_metadata/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_SHUTTING.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 15:49:28,494 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_LEADER.
- 2025-07-10 15:49:28,495 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_persistent_service.
- 2025-07-10 15:49:28,495 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 15:49:28,495 [JRaft-Group-Default-Executor-10] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\lock_acquire_service_v2\log.
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data on windows.
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@5c20841d[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@6bed434d[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,497 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 15:49:28,497 [JRaft-Group-Default-Executor-17] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_service_metadata\log.
- 2025-07-10 15:49:28,497 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 2.
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,497 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_persistent_service/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,498 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_SHUTTING.
- 2025-07-10 15:49:28,498 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 15:49:28,498 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_instance_metadata/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_LEADER.
- 2025-07-10 15:49:28,498 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_instance_metadata.
- 2025-07-10 15:49:28,498 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data on windows.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@4a7427f9[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,500 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@28effa3f[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,500 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 1.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_instance_metadata/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,500 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_instance_metadata/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_SHUTTING.
- 2025-07-10 15:49:28,501 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 15:49:28,501 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service_v2/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_LEADER.
- 2025-07-10 15:49:28,501 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:67 - onLeaderStop: status=Status[ESHUTDOWN<1007>: Raft node is going to quit.].
- 2025-07-10 15:49:28,501 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.ReplicatorGroupImpl] ReplicatorGroupImpl.java:260 - Fail to find the next candidate, group naming_persistent_service_v2.
- 2025-07-10 15:49:28,501 [JRaft-Group-Default-Executor-24] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service\log.
- 2025-07-10 15:49:28,503 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.util.Utils] Utils.java:424 - Unable to fsync directory C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data on windows.
- 2025-07-10 15:49:28,503 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.storage.impl.LocalRaftMetaStorage] LocalRaftMetaStorage.java:132 - Save raft meta, path=C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\meta-data, term=5, votedFor=169.254.32.119:7848, cost time=2 ms
- 2025-07-10 15:49:28,503 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.FSMCallerImpl] FSMCallerImpl.java:224 - Shutting down FSMCaller...
- 2025-07-10 15:49:28,503 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@50eae15a[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,503 [JRaft-FSMCaller-Disruptor-0] INFO [com.alipay.sofa.jraft.core.StateMachineAdapter] StateMachineAdapter.java:45 - onShutdown.
- 2025-07-10 15:49:28,503 [SpringApplicationShutdownHook] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Node-ScheduleThreadPool, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@7cc7e441[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,503 [JRaft-Group-Default-Executor-27] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_instance_metadata\log.
- 2025-07-10 15:49:28,503 [JRaft-NodeImpl-Disruptor-0] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:304 - The number of active nodes decrement to 0.
- 2025-07-10 15:49:28,504 [JRaft-Global-ElectionTimer5] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-ElectionTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@600b3bee[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5].
- 2025-07-10 15:49:28,504 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-ElectionTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,505 [JRaft-Global-VoteTimer4] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-VoteTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@66428512[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5].
- 2025-07-10 15:49:28,505 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=5000, name='JRaft-VoteTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,506 [JRaft-Global-StepDownTimer12] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-StepDownTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@39a03ccc[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 852].
- 2025-07-10 15:49:28,506 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=2500, name='JRaft-StepDownTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,506 [JRaft-Global-SnapshotTimer0] INFO [c.a.sofa.jraft.util.LogScheduledThreadPoolExecutor] LogScheduledThreadPoolExecutor.java:92 - ThreadPool is terminated: JRaft-Global-SnapshotTimer, com.alipay.sofa.jraft.util.MetricScheduledThreadPoolExecutor@5c7d675c[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
- 2025-07-10 15:49:28,507 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.util.RepeatedTimer] RepeatedTimer.java:128 - Destroy timer: RepeatedTimer{timeout=null, stopped=true, running=false, destroyed=true, invoking=false, timeoutMs=1800000, name='JRaft-SnapshotTimer-<naming_persistent_service_v2/169.254.32.119:7848>'}.
- 2025-07-10 15:49:28,507 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.core.NodeImpl] NodeImpl.java:2772 - Node <naming_persistent_service_v2/169.254.32.119:7848> shutdown, currTerm=5 state=STATE_SHUTTING.
- 2025-07-10 15:49:28,507 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.RaftGroupService] RaftGroupService.java:170 - Stop the RaftGroupService successfully.
- 2025-07-10 15:49:28,507 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:288 - Shutdown managed channel: 169.254.32.119:7848, ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=11, target=169.254.32.119:7848}}.
- 2025-07-10 15:49:28,507 [SpringApplicationShutdownHook] INFO [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:231 - The channel 169.254.32.119:7848 is in state: SHUTDOWN.
- 2025-07-10 15:49:28,508 [SpringApplicationShutdownHook] WARN [com.alipay.sofa.jraft.rpc.impl.GrpcClient] GrpcClient.java:282 - This channel 169.254.32.119:7848 has started shutting down. Any new RPCs should fail immediately.
- 2025-07-10 15:49:28,510 [JRaft-Group-Default-Executor-26] INFO [c.alipay.sofa.jraft.storage.impl.RocksDBLogStorage] RocksDBLogStorage.java:383 - DB destroyed, the db path is: C:\Users\L\nacos\data\protocol\raft\naming_persistent_service_v2\log.
- 2025-07-10 15:49:28,511 [JRaft-RPC-Processor-21] INFO [com.alipay.sofa.jraft.util.LogThreadPoolExecutor] LogThreadPoolExecutor.java:97 - ThreadPool is terminated: JRaft-RPC-Processor, com.alipay.sofa.jraft.util.MetricThreadPoolExecutor@477d6f66[Shutting down, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 576].
|