Skip to content
New issue

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

push监控数据时,出现 write tcp 127.0.0.1:3306: broken pipe #20

Closed
QianLongGit opened this issue May 9, 2016 · 2 comments
Closed

Comments

@QianLongGit
Copy link

最近做tomcat的监控数据push到agent时,发现DashBoard上图标全是空白的,然后看falcon的日志,发现graph的app.log总是在报错:
[mysql] 2016/05/09 14:51:04 packets.go:33: unexpected EOF
[mysql] 2016/05/09 14:51:04 packets.go:124: write tcp 127.0.0.1:3306: broken pipe
[mysql] 2016/05/09 14:51:04 packets.go:124: write tcp 127.0.0.1:3306: broken pipe
[mysql] 2016/05/09 14:51:18 packets.go:33: unexpected EOF
[mysql] 2016/05/09 14:51:18 packets.go:124: write tcp 127.0.0.1:3306: broken pipe

是不是这里写数据库失败,导致DashBoard上都是空白 啊

@itxx00
Copy link

itxx00 commented May 9, 2016

检查下数据库连接和相关配置

@QianLongGit
Copy link
Author

配置应该是没问题的。因为我们监控的zookeeper数据也是和tomcat一样在push到falcon agent 上。zookeeper的监控数据一切正常,DashBoard上zookeeper的监控图也是正常显示,只有tomcat的监控图全是空白。而且zookeeper和tomcat的json数据结构也是一样的。我们也在尽力排查原因。但现在还一点头绪都没有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants