📋 团队日志查看中心

🏠 返回主页


📄 当前正在查看:真实环境 (zhenshi) buyer/lili-logs/buyer-api-ceshi-2026-09-03.log

📥 下载完整日志文件

[... 因文件较大,当前仅展示最新更新的尾部日志 ...]

ncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet successfully received from the server was 7,223,084 milliseconds ago. The last packet sent successfully to the server was 7,223,084 milliseconds ago.
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:519)
	at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:683)
	at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:622)
	at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:970)
	at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:916)
	at com.mysql.cj.NativeSession.execSQL(NativeSession.java:660)
	at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1170)
	... 192 common frames omitted
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
	at com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:67)
	at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63)
	at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45)
	at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52)
	at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41)
	at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54)
	at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44)
	at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:513)
	... 198 common frames omitted

2026-09-03 20:03:27.633 ERROR 2796952 --- [http-nio-8801-exec-1] druid.sql.Statement                      : {conn-10014, stmt-23883} execute error. SELECT 1 FROM DUAL

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

The last packet successfully received from the server was 7,338,026 milliseconds ago. The last packet sent successfully to the server was 7,338,027 milliseconds ago.
	at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
	at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1202)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
	at com.alibaba.druid.wall.WallFilter.statement_executeQuery(WallFilter.java:546)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
	at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:215)
	at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:140)
	at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1518)
	at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1525)
	at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
	at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
	at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
	at com.alibaba.druid.filter.FilterAdapter.dataSource_getConnection(FilterAdapter.java:2759)
	at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
	at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
	at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
	at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1448)
	at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
	at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection.createConnection(ShardingConnection.java:74)
	at org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter.createConnections(AbstractConnectionAdapter.java:127)
	at org.apache.shardingsphere.shardingjdbc.jdbc.adapter.AbstractConnectionAdapter.getConnections(AbstractConnectionAdapter.java:116)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor$1.getConnections(PreparedStatementExecutor.java:78)
	at org.apache.shardingsphere.core.execute.sql.prepare.SQLExecutePrepareTemplate.getSQLExecuteGroups(SQLExecutePrepareTemplate.java:89)
	at org.apache.shardingsphere.core.execute.sql.prepare.SQLExecutePrepareTemplate.getSynchronizedExecuteUnitGroups(SQLExecutePrepareTemplate.java:67)
	at org.apache.shardingsphere.core.execute.sql.prepare.SQLExecutePrepareTemplate.getExecuteUnitGroups(SQLExecutePrepareTemplate.java:59)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.obtainExecuteGroups(PreparedStatementExecutor.java:74)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.init(PreparedStatementExecutor.java:69)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.initPreparedStatementExecutor(ShardingPreparedStatement.java:216)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:191)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy671.query(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
	at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336)
	at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
	at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy669.query(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor244.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy162.selectList(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy228.selectList(Unknown Source)
	at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:222)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:166)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy228.selectOne(Unknown Source)
	at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne(BaseMapper.java:211)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:166)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy228.selectOne(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl.findByUsername(MemberServiceImpl.java:182)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl.getUserInfo(MemberServiceImpl.java:190)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl$$FastClassBySpringCGLIB$$b2a938a6.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.member.serviceimpl.MemberServiceImpl$$EnhancerBySpringCGLIB$$f8d20520.getUserInfo(<generated>)
	at cn.lili.controller.passport.MemberBuyerController.getUserInfo(MemberBuyerController.java:252)
	at cn.lili.controller.passport.MemberBuyerController$$FastClassBySpringCGLIB$$63baa1fa.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.controller.passport.MemberBuyerController$$EnhancerBySpringCGLIB$$8bac5819.getUserInfo(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.BuyerAuthenticationFilter.doFilterInternal(BuyerAuthenticationFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure

The last packet successfully received from the server was 7,338,026 milliseconds ago. The last packet sent successfully to the server was 7,338,027 milliseconds ago.
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
	at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
	at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
	at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:519)
	at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:683)
	at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:622)
	at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:970)
	at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:916)
	at com.mysql.cj.NativeSession.execSQL(NativeSession.java:660)
	at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1170)
	... 192 common frames omitted
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
	at com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:67)
	at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63)
	at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45)
	at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52)
	at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41)
	at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54)
	at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44)
	at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:513)
	... 198 common frames omitted

2026-09-03 20:03:27.885  INFO 2796952 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:03:27.887  INFO 2796952 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:03:28.391  INFO 2796952 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:03:28.393  INFO 2796952 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:03:28.889  INFO 2796952 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:03:28.890  INFO 2796952 --- [http-nio-8801-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:03:28.893  INFO 2796952 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:03:29.012  INFO 2796952 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:03:29.012  INFO 2796952 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:03:29.014  INFO 2796952 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:03:29.027  INFO 2796952 --- [http-nio-8801-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17340","wm":"QY97"}],"group_total":17340,"person_total":0,"total":17340,"xiao":0}
2026-09-03 20:03:29.407  INFO 2796952 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17340","wm":"QY97"}],"group_total":17340,"person_total":0,"total":17340,"xiao":0}
2026-09-03 20:05:47.136  INFO 2796952 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:05:47.141  INFO 2796952 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:05:47.373  INFO 2796952 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:05:47.398  INFO 2796952 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:05:47.674  INFO 2796952 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:05:47.676  INFO 2796952 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:05:47.680  INFO 2796952 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:05:47.804  INFO 2796952 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17433","wm":"QY97"}],"group_total":17433,"person_total":0,"total":17433,"xiao":0}
2026-09-03 20:05:47.892  INFO 2796952 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:05:47.892  INFO 2796952 --- [http-nio-8801-exec-4] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:05:47.903  INFO 2796952 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:05:47.954  INFO 2796952 --- [http-nio-8801-exec-4] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17433","wm":"QY97"}],"group_total":17433,"person_total":0,"total":17433,"xiao":0}
2026-09-03 20:05:52.436  INFO 2796952 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:05:52.439  INFO 2796952 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:05:52.635  INFO 2796952 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:05:52.636  INFO 2796952 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:05:52.638  INFO 2796952 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:05:52.919  INFO 2796952 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17433","wm":"QY97"}],"group_total":17433,"person_total":0,"total":17433,"xiao":0}
2026-09-03 20:05:58.128  INFO 2796952 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:05:58.130  INFO 2796952 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:05:58.325  INFO 2796952 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793604
2026-09-03 20:05:58.335  INFO 2796952 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=81, query=null, body=null
2026-09-03 20:05:58.341  INFO 2796952 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:05:58.341  INFO 2796952 --- [http-nio-8801-exec-10] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:05:58.343  INFO 2796952 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:05:58.427  INFO 2796952 --- [http-nio-8801-exec-10] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17433","wm":"QY97"}],"group_total":17433,"person_total":0,"total":17433,"xiao":0}
2026-09-03 20:05:58.464  INFO 2796952 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"15596","shouyi":"20737.34","xiaofei":"12987.12","liudong":"31977.75"}
2026-09-03 20:05:58.465  INFO 2796952 --- [http-nio-8801-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793604
2026-09-03 20:05:58.471  INFO 2796952 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=81, query=null, body=null
2026-09-03 20:05:58.578  INFO 2796952 --- [http-nio-8801-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":97,"av":"17433","wm":"QY97"}],"group_total":17433,"person_total":0,"total":17433,"xiao":0}
2026-09-03 20:57:08.414  INFO 2796952 --- [quartzScheduler_Worker-8] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-09-03 20:57:08.431  INFO 2796952 --- [quartzScheduler_Worker-8] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-09-03 21:57:08.413  INFO 2796952 --- [quartzScheduler_Worker-9] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-09-03 21:57:08.416  INFO 2796952 --- [quartzScheduler_Worker-9] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-09-03 22:35:42.740  WARN 2796952 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:35:42.743  INFO 2796952 --- [http-nio-8801-exec-10] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 22:35:42.832  WARN 2796952 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:36:09.164  WARN 2796952 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:36:09.169  WARN 2796952 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:36:09.174  INFO 2796952 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 22:36:09.175  INFO 2796952 --- [http-nio-8801-exec-6] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 22:36:09.214  INFO 2796952 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385795565, current=1(tp=0), pageSize=999
2026-09-03 22:36:09.216  INFO 2796952 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=3648, query={current=0, pageSize=999}, body=null
2026-09-03 22:36:09.263  WARN 2796952 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:36:09.301  WARN 2796952 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:36:09.848  INFO 2796952 --- [http-nio-8801-exec-7] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385795565, current=1(tp=0), pageSize=999
2026-09-03 22:36:09.852  INFO 2796952 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=3648, query={current=0, pageSize=999}, body=null
2026-09-03 22:36:10.167  INFO 2796952 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"d_shouyi":0.02,"d_suanli":0.14,"d_xiaofei":0.01,"days":71,"duration":"0.4积","hold":12,"max":12,"name":"1号算力","price":"10积分","receive":1,"t_shouyi":1.6,"t_suanli":10,"t_xiaofei":0.4,"trade":2},{"add":4.1,"already":7,"av":10,"d_shouyi":0.23,"d_suanli":1.25,"d_xiaofei":0.06,"days":80,"duration":"4.1积","hold":123,"max":7,"name":"2号算力","price":"100积分","receive":2,"t_shouyi":18.4,"t_suanli":100,"t_xiaofei":4.6,"trade":23},{"add":22,"already":2,"av":50,"d_shouyi":2.13,"d_suanli":8.33,"d_xiaofei":0.53,"days":60,"duration":"22积","hold":660,"max":2,"name":"3号算力","price":"500积分","receive":3,"t_shouyi":128,"t_suanli":500,"t_xiaofei":32,"trade":160},{"add":42,"already":3,"av":100,"d_shouyi":2.54,"d_suanli":12.2,"d_xiaofei":0.63,"days":82,"duration":"42积","hold":1260,"max":3,"name":"4号算力","price":"1000积分","receive":4,"t_shouyi":208,"t_suanli":1000,"t_xiaofei":52,"trade":260},{"add":126,"already":1,"av":300,"d_shouyi":10.23,"d_suanli":49.18,"d_xiaofei":2.56,"days":61,"duration":"126积","hold":3780,"max":1,"name":"5号算力","price":"3000积分","receive":4,"t_shouyi":624,"t_suanli":3000,"t_xiaofei":156,"trade":780},{"add":212,"already":2,"av":500,"d_shouyi":16.48,"d_suanli":75.76,"d_xiaofei":4.12,"days":66,"duration":"212积","hold":6360,"max":2,"name":"6号算力","price":"5000积分","receive":5,"t_shouyi":1088,"t_suanli":5000,"t_xiaofei":272,"trade":1360},{"add":427,"already":0,"av":1000,"d_shouyi":74.93,"d_suanli":333.33,"d_xiaofei":18.73,"days":30,"duration":"427积","hold":12810,"max":1,"name":"7号算力","price":"10000积分","receive":5,"t_shouyi":2248,"t_suanli":10000,"t_xiaofei":562,"trade":2810}]
2026-09-03 22:36:10.572  INFO 2796952 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"d_shouyi":0.02,"d_suanli":0.14,"d_xiaofei":0.01,"days":71,"duration":"0.4积","hold":12,"max":12,"name":"1号算力","price":"10积分","receive":1,"t_shouyi":1.6,"t_suanli":10,"t_xiaofei":0.4,"trade":2},{"add":4.1,"already":7,"av":10,"d_shouyi":0.23,"d_suanli":1.25,"d_xiaofei":0.06,"days":80,"duration":"4.1积","hold":123,"max":7,"name":"2号算力","price":"100积分","receive":2,"t_shouyi":18.4,"t_suanli":100,"t_xiaofei":4.6,"trade":23},{"add":22,"already":2,"av":50,"d_shouyi":2.13,"d_suanli":8.33,"d_xiaofei":0.53,"days":60,"duration":"22积","hold":660,"max":2,"name":"3号算力","price":"500积分","receive":3,"t_shouyi":128,"t_suanli":500,"t_xiaofei":32,"trade":160},{"add":42,"already":3,"av":100,"d_shouyi":2.54,"d_suanli":12.2,"d_xiaofei":0.63,"days":82,"duration":"42积","hold":1260,"max":3,"name":"4号算力","price":"1000积分","receive":4,"t_shouyi":208,"t_suanli":1000,"t_xiaofei":52,"trade":260},{"add":126,"already":1,"av":300,"d_shouyi":10.23,"d_suanli":49.18,"d_xiaofei":2.56,"days":61,"duration":"126积","hold":3780,"max":1,"name":"5号算力","price":"3000积分","receive":4,"t_shouyi":624,"t_suanli":3000,"t_xiaofei":156,"trade":780},{"add":212,"already":2,"av":500,"d_shouyi":16.48,"d_suanli":75.76,"d_xiaofei":4.12,"days":66,"duration":"212积","hold":6360,"max":2,"name":"6号算力","price":"5000积分","receive":5,"t_shouyi":1088,"t_suanli":5000,"t_xiaofei":272,"trade":1360},{"add":427,"already":0,"av":1000,"d_shouyi":74.93,"d_suanli":333.33,"d_xiaofei":18.73,"days":30,"duration":"427积","hold":12810,"max":1,"name":"7号算力","price":"10000积分","receive":5,"t_shouyi":2248,"t_suanli":10000,"t_xiaofei":562,"trade":2810}]
2026-09-03 22:37:39.135  WARN 2796952 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:37:39.162  INFO 2796952 --- [http-nio-8801-exec-5] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 22:37:39.183  WARN 2796952 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 22:57:08.486  INFO 2796952 --- [quartzScheduler_Worker-10] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-09-03 22:57:08.488  INFO 2796952 --- [quartzScheduler_Worker-10] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词
2026-09-03 23:53:39.723  WARN 2796952 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:53:39.730  INFO 2796952 --- [http-nio-8801-exec-2] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 23:53:39.830  WARN 2796952 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:54:41.793  WARN 2796952 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:54:41.796  INFO 2796952 --- [http-nio-8801-exec-10] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 23:54:41.828  WARN 2796952 --- [http-nio-8801-exec-10] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:55:02.661  WARN 2796952 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [HEAD http://62.171.132.2:9600/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:55:02.707  INFO 2796952 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl       : 首页赠分优先:按赠送分加权SKU数=5
2026-09-03 23:55:02.736  WARN 2796952 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient      : request [POST http://62.171.132.2:9600/lili_goods/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=dfs_query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
2026-09-03 23:57:08.415  INFO 2796952 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-09-03 23:57:08.432  INFO 2796952 --- [quartzScheduler_Worker-1] c.l.c.sensitive.SensitiveWordsFilter     : 开始初始化敏感词