vortegatorres commented on issue #2708:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2708#issuecomment-3887638182
> I would like to confirm again whether restarting APISIX alone can resolve
this issue, and if restarting ingress-apisix can achieve the same effect.
Restarting APISIX definitely works; I didn't try restarting the
`ingress-controller` because I didn't have the chance. Something new to add
here is that I have observed that it can auto-recover if I don't restart APISIX
for some time, sometimes hours.
> When the issue occurs, could you obtain the relevant data of the service
before and after the restart via the standalone API and provide it for
subsequent analysis?
There is nothing relevant in the `ingress-controller` logs when it suddenly
auto-recovered, just this message that is logged every minute:
```
2026-02-11 13:28:41.961 info {
"level": "info",
"message": "PUT /sync",
"requestId": "594c8636-c0d2-43d3-ba37-689ce866ea4e",
"timestamp": "2026-02-11T12:28:41.961Z"
}
2026-02-11 13:28:41.955 info 2026-02-11T12:28:41.955Z INFO
provider.client client/client.go:201 syncing resources for config
{"service_number": 89}
2026-02-11 13:28:41.954 info 2026-02-11T12:28:41.953Z INFO
provider.client client/client.go:177 syncing all resources
2026-02-11 13:27:41.965 info {
"level": "info",
"message": "PUT /sync",
"requestId": "e803b466-d422-469d-9444-ac347be15d61",
"timestamp": "2026-02-11T12:27:41.965Z"
}
2026-02-11 13:27:41.956 info 2026-02-11T12:27:41.956Z INFO
provider.client client/client.go:201 syncing resources for config
{"service_number": 89}
2026-02-11 13:27:41.954 info 2026-02-11T12:27:41.953Z INFO
provider.client client/client.go:177 syncing all resources
```
--
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]