Alanxtl opened a new issue, #724:
URL: https://github.com/apache/dubbo-go-pixiu/issues/724

   # 复现过程:
   
   
使用`dubbo-go-pixiu-samples`作为服务代码,跟着`dubbo-go-pixiu-samples`中的`HOWTO_CN.md`复现`http/simple`示例,此时是同时在本机中运行pixiu,server,client,这个示例是可以跑通的(尽管test会fail,但是http请求都可以正常到达)
   
   此时pixiu不从本机运行,改为从docker运行:
   
   ```
   docker build --no-cache -t dubbo-go-pixiu:local .
   docker run --name pixiu-gateway -p 8888:8888 -d -v 
/abs/path/to/dubbo-go-pixiu-samples/http/simple/pixiu/conf.yaml:/etc/pixiu/conf.yaml
 dubbo-go-pixiu:local
   ```
   
   docker container能够正常运行,但是healthcheck持续报错
   
   ```
   2025-08-04T08:56:33.054Z INFO healthcheck/utils.go:39 [health check] health 
check for address "127.0.0.1:1314" failed, dial tcp 127.0.0.1:1314: i/o timeout
   ```
   
   
   然后重新运行samples中的测试:
   
   ```
   go test -v ./http/simple/test/ --count=1
   ```
   
   从log中可以发现client到pixiu(docker)的请求能够正常接收
   pixiu(docker)到server的请求fail


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to