Revolyssup commented on issue #9527: URL: https://github.com/apache/apisix/issues/9527#issuecomment-1659666846
The nil panic comes from here https://github.com/apache/apisix/blob/521d6c0b9d648a5c05c5b48f4f63c7026b87d0eb/apisix/discovery/nacos/init.lua#L364 As the time limit of 5 seconds gets over and the initialisation routine is yet to populate `applications` variable, applications is still nil but the nil check is not performed here. In most cases, the 5 second limit works but I guess in your testing conditions it didn't. -- 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]
