leix.xie
leix.xie
已修复 https://github.com/qunarcorp/bistoury/commit/b0788430fa9ee04f2541b6d17381819354664d26
已修复 https://github.com/qunarcorp/bistoury/commit/60b6d2cab4d902ab68ba175608c2aae04f193788
可以看下卡在什么地方,卡到十几分钟应该是不至于的
本地需要zk环境,默认配置的zk环境
快速启动模式,依赖的是在本地的/tmp/bistoury/proxy.conf文件,里面存储了需要从zk上获取的信息。可以看下[qunar.tc.bistoury.serverside.common.ZKClientCache#getZkClient](https://github.com/qunarcorp/bistoury/blob/master/bistoury-serverside-common/src/main/java/qunar/tc/bistoury/serverside/common/ZKClientCache.java#L54)
已修复 https://github.com/qunarcorp/bistoury/commit/271b0594039bf1bec888e976920490ad96f27bc3
第一次进行debug或动态监控时会attach到应用中去,会加载一些需要的资源,响应比较慢,你看看是不是这个原因。
bistoury-agent-bin/logs/bistoury-agent.out和运行应用的用户的用户目录下/logs/bistoury/bistoury.log里面
@NichenFly 后端切片返回,前端进行拼接,两次的结果在一起导致字符串拼接错误,json解析失败就会出现这个问题。尽量避免连续点击,也可以点击之后在返回前生成一个浮层,返回后在取消浮层,这个还没有实现
@NichenFly 改版应该不会,但是这个浮层应该会尽快安排上