qunarcorp / bistoury

Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案
GNU General Public License v3.0
4.01k stars 824 forks source link

agent连接proxy超时 #57

Closed AlexJialene closed 4 years ago

AlexJialene commented 4 years ago

启动./quick_start.sh -p 10684 start 时,agent.out 抛出TimeoutException: java.util.concurrent.TimeoutException: Request timed out to /127.0.0.1:9090 of 3000 ms

应用部署在同一服务器。 好像是agent 启动 bistoury netty client 请求proxy for agent config 时proxy还未启动完成

xleiy commented 4 years ago

这个会在30s内进行重试

ljzforever commented 4 years ago

Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [52,183] milliseconds.

我这proxy启用用了近52秒,超时

awesometype commented 2 years ago

这也没说解决方案啊,就close了