duishancunzhang

Results 4 comments of duishancunzhang

> > ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 > > 这个确实,我也可以了!!感谢! 我代码版本4.0.1-RC 使用Dockerfile构建后,出现logview问题,同时时区也有问题。 请问你这个解决方案的代码版本是?

> ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 刚切换成3.x版本了,dump日志也生成了 bash-4.4# ls cat-springboot-demo-172.17.11.47.dat cat-springboot-demo-172.17.11.47.idx 我是配了集群版本,1个master节点和2个slave节点,刷新的时候debug了RemoteLogViewService的invoke,每次都是抛出EOFException ![image](https://user-images.githubusercontent.com/5371370/224994918-da1c2453-e6fc-4cfe-8bdd-7d9774c912f4.png)

> > > ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 > > > > > > 刚切换成3.x版本了,dump日志也生成了 bash-4.4# ls cat-springboot-demo-172.17.11.47.dat cat-springboot-demo-172.17.11.47.idx > > 我是配了集群版本,1个master节点和2个slave节点,刷新的时候debug了RemoteLogViewService的invoke,每次都是抛出EOFException ![image](https://user-images.githubusercontent.com/5371370/224994918-da1c2453-e6fc-4cfe-8bdd-7d9774c912f4.png) > > 集群的我没有配置过...[尴尬] ![Uploading image.png…]() dump出来的dat文件格式是cat-springboot-demo-172.17.11.47.dat cat-springboot-demo-172.17.11.47.idx 其中172.17.11.47为k8s集群内部的容器随机ip,但是RemoteLogViewService的invoke是按照我配置的host.ip去进行访问,我怀疑是不是这个ip不一致引起的读不到dat文件

> 更新一下后续,Mac始终报错500,最后放弃了,在win环境做了一套;但是!!!4.0RC1这个版本在windows上,会有logview不显示的问题。最后在win上试了3.1.0版本,一切都美好了~ 有没有试过在docker或者k8s上试过呢,同样版本我在windows正常(单节点ip地址都为本地局域网ip) docker版本发现生成的dump目录下的dat文件的ip都是pod的动态ip,这块目前还没有解决,请问你有碰到类似问题吗?