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/12/02 03:49:02 UTC

[GitHub] [apisix] hansedong commented on issue #8436: bug: mutil upstream and upstream_status values in apisix log

hansedong commented on issue #8436:
URL: https://github.com/apache/apisix/issues/8436#issuecomment-1334726902

   @spacewander 
   
   However, I did not enable the retry strategy in the upstream configuration. You can see the upstream json data copyed from the apisix dashboard:
   
   ```
   {
       "nodes": [
           {
               "host": "192.168.84.159",
               "port": 80,
               "weight": 10
           },
           {
               "host": "192.168.84.163",
               "port": 80,
               "weight": 10
           }
       ],
       "timeout": {
           "connect": 6,
           "send": 30,
           "read": 30
       },
       "type": "roundrobin",
       "hash_on": "vars",
       "scheme": "http",
       "pass_host": "pass",
       "name": "ms-aos-src-host-product-gp-399309-80",
       "desc": "upstream for appcode: src-mservice and version: 399309",
       "labels": {
           "appcode": "src-host",
           "env-type": "product",
           "version": "399309"
       }
   }
   ``` 


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