于奇全

Results 4 comments of 于奇全

我自定义了一个info-report插件,文件放在/tmp/apisix/plugins/目录下 ![image](https://user-images.githubusercontent.com/44921350/189892686-0f6da7b8-7b96-49f6-93a1-8fa547ba72c0.png) 对config.yaml进行配置 ![image](https://user-images.githubusercontent.com/44921350/189892826-c1522b01-fe46-4656-9c50-1bdb724008e9.png) 启动出现错误 ![image](https://user-images.githubusercontent.com/44921350/189892909-351e15bb-ea24-41e3-985f-7c14352d02f4.png) 但是如果配置到config-default文件中就成功启动,不知道为什么

ngx.balancer的重试机制好像只有在机器故障,或者是超时的时候才进行重试 如果机器是正常的,只是返回的状态码异常,是不会触发重试机制的,这个时候 local state, status = b.get_last_failure() 返回的结果是nil,nil 最关键的是如何触发这个重试机制

https://user-images.githubusercontent.com/44921350/196856718-b4b6475e-1024-47ec-b92f-f4a7c2288243.png 这个是我调用readdir函数查询 key为/wo 的返回信息 是没有value的 但是 通过etcdctl get /wo命令查询他是有value的

https://github.com/apache/apisix/issues/8138 我是在apisix环境中调用的这个 我把我遇到的问题复现了一遍