yxrxy opened a new pull request, #3059:
URL: https://github.com/apache/dubbo-go/pull/3059

   Link: https://github.com/apache/dubbo-go-samples/issues/912
   <img width="3354" height="748" alt="image" 
src="https://github.com/user-attachments/assets/c7223957-1fc8-4b78-966e-450446ce85c1";
 />
   
   描述中 “nacos测试过无此异常” 原因是测试分支使用的 nacos-sdk-go/v2 版本为 v2.2.2,而 main 分支使用的是 
v2.2.5。
   main分支测试情况:
   <img width="744" height="188" alt="d9a7aa4c2e774ded949ad2ceefeec7a6" 
src="https://github.com/user-attachments/assets/b79d4bb0-b017-4a25-81c3-a8c925cfe8c3";
 />
   
   测试结果的不同是因为两个版本对 “节点未创建” 场景的处理存在差异:v2.2.2 会返回空值,导致无法区分 “节点尚未创建” 与 “节点为空节点” 
两种情况;v2.2.5 则直接返回错误。
   日志中报错的两个节点是动态创建的,动态初始化时原本不存在的节点应该警告日志处理,而非错误日志,这是正常启动场景下的预期行为。
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to