manueljishi commented on issue #13033:
URL: https://github.com/apache/apisix/issues/13033#issuecomment-4287171072

   Hello @Baoyuantop I'm sorry for the delay, I was out and didn't see the 
message.
   I cannot recover those logs since we reverted the versions immediatedly but 
I can provide my configuration:
   Versions: Apisix chart version 2.13.0, application version 3.15.0
   Minimal route configuration: 
   `
   apiVersion: apisix.apache.org/v2
   kind: ApisixRoute
   metadata:
     name: sample-route
   spec:
     http:
       - name: mfe-post
         match:
           hosts:
             - sample.com
           paths:
             - "/*"
         backends:
           - serviceName: serviceName
             servicePort: 80
   `
   This route has been working fine for almost a year, (can't recall which 
version we started using Apisix with) but it only started failing whe we 
migrated to 3.15.0, it simply stops working, redirecting requests to random 
services that should not receive such requests or failing to update the pod 
upstream entirely. 
   I've seen 3.16 just recentely went live. I will test in our setup to see if 
I can still reproduce or if it was solved in that version


-- 
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