SafeLine icon indicating copy to clipboard operation
SafeLine copied to clipboard

[Bug] safeline-luigi接口数据异常

Open zhxind opened this issue 1 year ago • 7 comments
trafficstars

问题描述

2024/03/08 10:33:06 [ERROR] rate-limit rate_limit/rateLimit.go:174 invalid character '<' looking for beginning of value 2024/03/08 10:33:06 [ERROR] rate-limit cmd/main.go:39 invalid character '<' looking for beginning of value 2024/03/08 10:33:06 [ERROR] cmd/main.go:41 invalid character '<' looking for beginning of value

版本号

4.4.1

复现方法

image

期望的结果

修复问题

zhxind avatar Mar 08 '24 02:03 zhxind

是启动的时候还是什么时候呢

yrluke avatar Mar 08 '24 03:03 yrluke

从4.3.0版本使用upgrade.sh升级到4.4.1之后就一直这样。回退到4.3.0版本是正常

zhxind avatar Mar 08 '24 03:03 zhxind

4.4在优化限频的过程中确实是增加了这个地方,所以能说一下是在启动的时候有这个报错还是什么时候呢,感谢

yrluke avatar Mar 08 '24 08:03 yrluke

如果是启动时产生的话,我理解是预期的,只是因为各个服务启动的顺序快慢不一致导致的,可以忽略,如果大量的报这个错误,才需要重视

yrluke avatar Mar 08 '24 09:03 yrluke

升级后luigi接口一直没有数据返回,查看容器日志有好几条这种报错

zhxind avatar Mar 11 '24 02:03 zhxind

如果最后显示了Server ready at :80就证明成功拉起来了

yrluke avatar Mar 11 '24 03:03 yrluke

@yrluke 发现好像是配置了高频访问限制就会出现QPS显示为:0 image

safeline-fvm 容器有以下报错: 2024/03/11 14:38:39 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed 2024/03/11 14:38:53 INFO Push FSL success fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:53 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:54 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:54 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:54 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:54 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_116_63_12_12_challenge 2024/03/11 14:38:54 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed 2024/03/11 14:46:16 INFO Push FSL success 2024/03/11 14:47:21 INFO Push FSL success fvm_update(): failed to insert selector id acl_blocked_111_127_255_203_challenge 2024/03/11 14:47:21 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed fvm_update(): failed to insert selector id acl_blocked_111_127_255_203_challenge 2024/03/11 14:47:21 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed 2024/03/11 14:48:03 INFO Push FSL success fvm_update(): failed to insert selector id acl_blocked_124_234_116_106_challenge 2024/03/11 14:48:03 [ERROR] fvm/fvm_grpc.pb.go:316 error:%v update failed: update framework failed

zhxind avatar Mar 11 '24 06:03 zhxind

released in 6.4.0

xbingW avatar Aug 07 '24 08:08 xbingW