Xusq513 opened a new issue, #9618:
URL: https://github.com/apache/apisix/issues/9618

   ### Current Behavior
   
   {
       "createdIndex": 10,
       "value": {
   
           "uri": "/test/*",
           "name": "test-默认路由",
           "id": "test",
           "priority": 0,
           "labels": {
               "systemCode": "test"
           },
           "upstream_id": "test",
           "create_time": 1686127207,
           "update_time": 1686127207,
           "status": 1
       },
       "key": "/apisix/routes/test",
       "modifiedIndex": 10
   }
   
   ### Expected Behavior
   
   {
       "total": 1,
       "list": [
           {
       "createdIndex": 10,
       "value": {
   
           "uri": "/test/*",
           "name": "test-默认路由",
           "id": "test",
           "priority": 0,
           "labels": {
               "systemCode": "test"
           },
           "upstream_id": "test",
           "create_time": 1686127207,
           "update_time": 1686127207,
           "status": 1
       },
       "key": "/apisix/routes/test",
       "modifiedIndex": 10
   }
       ]
   }
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1. start apisix and etcd
   2. query /apisix/admin/routes ,the result is right
   3. stop etcd
   4. start etcd
   5. query /apisix/admin/routes ,the result is error
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.2.0 (3 nodes)
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):3.5.7
   


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