📋 团队日志查看中心
🏠 返回主页
📄 当前正在查看:真实环境 (zhenshi) buyer/lili-logs/buyer-api-ceshi-2026-09-15.log
📥 下载完整日志文件
[... 因文件较大,当前仅展示最新更新的尾部日志 ...]
.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: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:135)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1363)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:766)
at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:586)
at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:530)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:547)
at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:73)
at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:194)
at org.apache.coyote.Response.doWrite(Response.java:615)
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:340)
... 106 common frames omitted
2026-09-15 20:48:06.873 ERROR 3373139 --- [http-nio-8801-exec-2] c.l.security.BuyerAuthenticationFilter : BuyerAuthenticationFilter-> member authentication exception:
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Connection reset by peer
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:783)
at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:688)
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:388)
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:366)
at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:96)
at org.springframework.security.web.util.OnCommittedResponseWrapper$SaveContextServletOutputStream.write(OnCommittedResponseWrapper.java:638)
at org.springframework.util.StreamUtils.copy(StreamUtils.java:167)
at org.springframework.http.converter.ResourceHttpMessageConverter.writeContent(ResourceHttpMessageConverter.java:137)
at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:129)
at org.springframework.http.converter.ResourceHttpMessageConverter.writeInternal(ResourceHttpMessageConverter.java:45)
at org.springframework.http.converter.AbstractHttpMessageConverter.write(AbstractHttpMessageConverter.java:227)
at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:293)
at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:219)
at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:124)
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:72)
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: java.io.IOException: Connection reset by peer
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:135)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1363)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:766)
at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:586)
at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:530)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:547)
at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:73)
at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:194)
at org.apache.coyote.Response.doWrite(Response.java:615)
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:340)
... 106 common frames omitted
2026-09-15 20:48:28.238 INFO 3373139 --- [quartzScheduler_Worker-5] c.l.c.sensitive.quartz.SensitiveQuartz : 敏感词定时更新
2026-09-15 20:48:28.247 INFO 3373139 --- [quartzScheduler_Worker-5] c.l.c.sensitive.SensitiveWordsFilter : 开始初始化敏感词
2026-09-15 21:48:28.239 INFO 3373139 --- [quartzScheduler_Worker-6] c.l.c.sensitive.quartz.SensitiveQuartz : 敏感词定时更新
2026-09-15 21:48:28.243 INFO 3373139 --- [quartzScheduler_Worker-6] c.l.c.sensitive.SensitiveWordsFilter : 开始初始化敏感词
2026-09-15 21:55:48.125 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 21:55:48.128 INFO 3373139 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 21:55:48.189 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 21:55:48.883 INFO 3373139 --- [http-nio-8801-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385799661, current=1(tp=0), pageSize=999
2026-09-15 21:55:48.902 INFO 3373139 --- [http-nio-8801-exec-2] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_payment_packages, guoId=7311, query={current=0, pageSize=999}, body=null
2026-09-15 21:55:49.151 INFO 3373139 --- [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":70,"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.22,"d_suanli":1.22,"d_xiaofei":0.06,"days":82,"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.03,"d_suanli":7.94,"d_xiaofei":0.51,"days":63,"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.67,"d_suanli":12.82,"d_xiaofei":0.67,"days":78,"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.06,"d_suanli":48.39,"d_xiaofei":2.52,"days":62,"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":0,"av":500,"d_shouyi":36.27,"d_suanli":166.67,"d_xiaofei":9.07,"days":30,"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-15 21:55:52.075 ERROR 3373139 --- [http-nio-8801-exec-4] cn.lili.mybatis.util.PageUtil : 排序字段长度超过限制或包含sql关键字,请关注:sort_order
2026-09-15 21:55:54.656 INFO 3373139 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-15 21:55:54.659 INFO 3373139 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-15 21:55:54.707 INFO 3373139 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"suanli":"4530.85","shouyi":"1426.26","xiaofei":"1391.67","liudong":"3640.00"}
2026-09-15 21:55:54.707 INFO 3373139 --- [http-nio-8801-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-15 21:55:54.709 INFO 3373139 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-15 21:55:54.717 INFO 3373139 --- [http-nio-8801-exec-1] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-15 21:55:54.769 INFO 3373139 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-15 21:55:54.770 INFO 3373139 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-15 21:55:54.836 INFO 3373139 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"suanli":"4530.85","shouyi":"1426.26","xiaofei":"1391.67","liudong":"3640.00"}
2026-09-15 21:55:54.837 INFO 3373139 --- [http-nio-8801-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-15 21:55:54.840 INFO 3373139 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-15 21:55:54.865 INFO 3373139 --- [http-nio-8801-exec-6] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-15 21:55:59.017 INFO 3373139 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-15 21:55:59.024 INFO 3373139 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-15 21:55:59.065 INFO 3373139 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"suanli":"4530.85","shouyi":"1426.26","xiaofei":"1391.67","liudong":"3640.00"}
2026-09-15 21:55:59.065 INFO 3373139 --- [http-nio-8801-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-15 21:55:59.069 INFO 3373139 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-15 21:55:59.087 INFO 3373139 --- [http-nio-8801-exec-3] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-15 21:56:14.988 INFO 3373139 --- [http-nio-8801-exec-7] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-15 21:56:14.990 INFO 3373139 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-15 21:56:15.045 INFO 3373139 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"suanli":"4530.85","shouyi":"1426.26","xiaofei":"1391.67","liudong":"3640.00"}
2026-09-15 21:56:15.045 INFO 3373139 --- [http-nio-8801-exec-7] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-15 21:56:15.047 INFO 3373139 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-15 21:56:15.071 INFO 3373139 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385799661
2026-09-15 21:56:15.073 INFO 3373139 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_amount, guoId=7311, query=null, body=null
2026-09-15 21:56:15.129 INFO 3373139 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"suanli":"4530.85","shouyi":"1426.26","xiaofei":"1391.67","liudong":"3640.00"}
2026-09-15 21:56:15.129 INFO 3373139 --- [http-nio-8801-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385799661
2026-09-15 21:56:15.130 INFO 3373139 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa GET url=https://bet.jifen.fun/api/get_group_av, guoId=7311, query=null, body=null
2026-09-15 21:56:15.148 INFO 3373139 --- [http-nio-8801-exec-5] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-15 21:56:15.287 INFO 3373139 --- [http-nio-8801-exec-7] c.l.c.client.IoeVisaThirdPartyClient : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":782,"total":0,"xiao":0}
2026-09-15 22:10:09.460 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:09.465 INFO 3373139 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:10:09.543 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:09.644 WARN 3373139 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:09.667 INFO 3373139 --- [http-nio-8801-exec-6] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:10:10.108 WARN 3373139 --- [http-nio-8801-exec-6] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:45.904 WARN 3373139 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:45.908 INFO 3373139 --- [http-nio-8801-exec-2] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:10:46.098 WARN 3373139 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:47.068 WARN 3373139 --- [http-nio-8801-exec-1] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:10:47.070 INFO 3373139 --- [http-nio-8801-exec-1] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:10:47.588 WARN 3373139 --- [http-nio-8801-exec-1] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:11:41.245 WARN 3373139 --- [http-nio-8801-exec-8] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:11:41.250 INFO 3373139 --- [http-nio-8801-exec-8] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:11:41.369 WARN 3373139 --- [http-nio-8801-exec-8] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:11:41.409 WARN 3373139 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:11:41.411 INFO 3373139 --- [http-nio-8801-exec-5] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:11:41.553 WARN 3373139 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:12:10.479 WARN 3373139 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:12:10.485 INFO 3373139 --- [http-nio-8801-exec-5] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:12:10.724 WARN 3373139 --- [http-nio-8801-exec-5] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:12:11.421 WARN 3373139 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:12:11.434 INFO 3373139 --- [http-nio-8801-exec-2] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:12:11.649 WARN 3373139 --- [http-nio-8801-exec-2] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:35:10.622 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:35:10.627 INFO 3373139 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 22:35:10.733 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 22:48:28.238 INFO 3373139 --- [quartzScheduler_Worker-7] c.l.c.sensitive.quartz.SensitiveQuartz : 敏感词定时更新
2026-09-15 22:48:28.296 INFO 3373139 --- [quartzScheduler_Worker-7] c.l.c.sensitive.SensitiveWordsFilter : 开始初始化敏感词
2026-09-15 23:19:32.070 WARN 3373139 --- [http-nio-8801-exec-8] s.b.a.a.m.OnlyOnceLoggingDenyMeterFilter : Reached the maximum number of URI tags for 'http.server.requests'.
2026-09-15 23:39:21.229 WARN 3373139 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 23:39:21.232 INFO 3373139 --- [http-nio-8801-exec-3] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 23:39:21.295 WARN 3373139 --- [http-nio-8801-exec-3] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 23:47:14.585 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [HEAD http://95.111.224.25:9200/lili_goods?ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=false] returned 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 23:47:14.587 INFO 3373139 --- [http-nio-8801-exec-9] c.l.m.s.s.EsGoodsSearchServiceImpl : 首页赠分优先:按赠送分加权SKU数=7
2026-09-15 23:47:14.598 WARN 3373139 --- [http-nio-8801-exec-9] org.elasticsearch.client.RestClient : request [POST http://95.111.224.25:9200/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 2 warnings: [299 Elasticsearch-7.17.21-d38e4b028f4a9784bb74de339ac1b877e2dbea6f "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security."],[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-15 23:48:28.238 INFO 3373139 --- [quartzScheduler_Worker-8] c.l.c.sensitive.quartz.SensitiveQuartz : 敏感词定时更新
2026-09-15 23:48:28.239 INFO 3373139 --- [quartzScheduler_Worker-8] c.l.c.sensitive.SensitiveWordsFilter : 开始初始化敏感词