遇到个怪事,我进到在 K8s 里的 pod ,已经 curl 可以访问了。但是代码里直接 timeout 。什么鬼。
有大佬遇到过类似的吗,毫无头绪
1
chendy 2022-07-22 15:38:39 +08:00
开 debug 日志,看看发了啥请求,卡在哪一步
|
2
frank1256 OP @chendy 请求已经抓出来了"I/O error on GET request for \"http://178.104.163.72:31300/users/list\": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out",
我直接在容器里 curl http://178.104.163.72:31300/users/list 是能访问的 |
3
issakchill 2022-07-22 16:42:45 +08:00
换个 http client 先试试效果?
|