You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/27 07:31:30 UTC

[GitHub] [apisix] tzssangglass edited a comment on issue #6184: bug: balancer.lua:187: attempt to index local 'up_conf' (a nil value)

tzssangglass edited a comment on issue #6184:
URL: https://github.com/apache/apisix/issues/6184#issuecomment-1022922914


   From your logs, you have a plugin `ky-traffic-control`, maybe imitating `traffic-control`, you need to know that `traffic-control` plugin would to rewriting `upstream_conf`.
   
   here: https://github.com/apache/apisix/blob/427e9269efe32836051bf280ea2af4a566730ae4/apisix/plugins/traffic-split.lua#L196
   
   Let's ignore the ip issue for a moment.
   
   Just from the information you have provided so far
   
   1. this error occurred during the balancer phase retry.
   2. This error is probably related to `*-traffic-control` modifying upstream_conf.
   
   From the information you've provided so far, I still can't reproduce it. As already mentioned above, I need to be able to reproduce this issue in order to troubleshoot this problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org