tao12345666333 commented on issue #853:
URL:
https://github.com/apache/apisix-ingress-controller/issues/853#issuecomment-1040023176
> UPDATE
> After the first restart the route address seems correct but the apisix
ingress controller started to signal errors:
I noticed that you have the following log here, which caused the exception
of APISIX Ingress controller and APISIX request.
```
2022-02-12T18:57:52.059Z | 2022-02-13T02:57:52+08:00 �[31merror�[0m
apisix/upstream.go:122 failed to convert upstream item {"url":
"http://apisix-admin.apisix.svc.cluster.local:9180/apisix/admin/upstreams",
"upstream_key": "/apisix/upstreams/394532502988915297", "error": "unexpected
non-empty object"}
```
Other errors related to `context canceled` are caused by this. The current
APISIX Ingress controller communicates with APISIX with the same context, so
once a request fails, other requests will also exit.
Can you show me your `394532502988915297` upstream detail?
If you not changed the default APISIX's admin key, you can execute the
following commands in APISIX pod.
```
curl http://127.0.0.1:9180/apisix/admin/upstreams/394532502988915297 -H
'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X GET
```
--
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]