We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境是四台Graph组成的集群,已经稳定运行一段时间,go是1.6.2,系统是centos 6,ssd硬盘
但是今天发现日志中出现大量的 errno: 0x023a, str:opening error 问题,大概每台有千行左右,四台graph都出现这样的问题,而且影响了出图,重启后又正常。
errno: 0x023a, str:opening error
而且这个应该与 #17 和 #12 有些不同
没有像 #17 中那样伴随着 errno: 0panic: runtime error: cgo argument has Go pointer to Go pointer
errno: 0panic: runtime error: cgo argument has Go pointer to Go pointer
也没有像 #12 中那样一直报问题,版本也比较新,除了 #25 其他commit都有,而且部署的是实体机,没用docker
对于此问题也是没有一点头绪,请问能否解答分析一下问题出现的原因,如何避免呢?
@laiwei @niean @hitripod
The text was updated successfully, but these errors were encountered:
确认是最新版的graph源码吗? https://github.com/open-falcon/graph
Sorry, something went wrong.
@laiwei
最新的代码,我也出现了这个问题
我是部署在 docker 里面的
我在 Docker 里运行,graph 是自己在 Alpine 里编译的 golang 版本为 1.7 graph 的版本是 0.5.6 graph 的 git commit 是 2d27dc2
最好排除一下rrd storage的目录权限问题。
No branches or pull requests
环境是四台Graph组成的集群,已经稳定运行一段时间,go是1.6.2,系统是centos 6,ssd硬盘
但是今天发现日志中出现大量的
errno: 0x023a, str:opening error
问题,大概每台有千行左右,四台graph都出现这样的问题,而且影响了出图,重启后又正常。而且这个应该与 #17 和 #12 有些不同
没有像 #17 中那样伴随着
errno: 0panic: runtime error: cgo argument has Go pointer to Go pointer
也没有像 #12 中那样一直报问题,版本也比较新,除了 #25 其他commit都有,而且部署的是实体机,没用docker
对于此问题也是没有一点头绪,请问能否解答分析一下问题出现的原因,如何避免呢?
@laiwei @niean @hitripod
The text was updated successfully, but these errors were encountered: