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

idleTimeout新设置参数未生效 #63

Open
Gejove opened this issue Oct 23, 2015 · 1 comment
Open

idleTimeout新设置参数未生效 #63

Gejove opened this issue Oct 23, 2015 · 1 comment

Comments

@Gejove
Copy link

Gejove commented Oct 23, 2015

求教:感谢!

问题描述:
8月18日设置后,重新启动cobar
—cobar设置连接空闲断开间隔时间(秒数,30天)
vi server.xml
2592000

8月24日查询日志有如下idle timeout;
11:11:30,315 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=53125,schema=clydesdale] idle timeout
11:11:30,315 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=44007,schema=clydesdale] idle timeout
11:11:30,318 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=40209,schema=clydesdale] idle timeout

@liuhuanting
Copy link

连接空闲超时时间在FrontendConnectionFactory类中写死了
protected long idleTimeout = 8 * 3600 * 1000L;

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