jujiale commented on issue #9831:
URL: https://github.com/apache/apisix/issues/9831#issuecomment-1637386526

   > @jujiale I am investigating this. Although what you said made sense at 
first but the `weighted_upstreams` table is created on each request so even if 
it is manipulated, on the next request we will have the `weighted_upstreams` 
table exactly the same as provided in your config. So it cannot be a caching 
issue.
   @Revolyssup hello, as you said. though the `weighted_upstreams` table is 
created on each request, why apisix use lrucache to cache it.   the lrucache in 
traffic-split plugin, it's cache "key" is table `weighted_upstreams`,though 
each request has its own weighted_upstreams, why should we cache it. 
   
   hope for your reply, thanks
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to