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

SessionPool error #119

Closed
songqing opened this issue Aug 18, 2023 · 3 comments
Closed

SessionPool error #119

songqing opened this issue Aug 18, 2023 · 3 comments

Comments

@songqing
Copy link
Contributor

Please check the FAQ documentation before raising an issue

Describe the bug (required)

When I use SessionPool to test, I encountered some error messages, for example,
Channel got EOF. Check for server hitting connection limit, server connection idle timeout, and server crashes.bad ,
AsyncSocketException: writev failed (peer=xx:9669, local=172.17.0.2:43164), type = Internal error, errno = 104 (Connection reset by peer): Connection reset by peer

I noticed that when the client didn't send any request over 20 minutes, then did a query, the error would appear, and graphd's config option "client_idle_timeout_secs" and "session_idle_timeout_secs" is 2h.

It seems that the error has something with the idle time, but not consistent with graphd's idle time config.
So, it's weird, can someone help me?

Your Environments (required)

  • OS: uname -a :centos7
  • Commit id (e.g. a3ffc7d8) : master

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@songqing
Copy link
Contributor Author

@Shylock-Hg @jievince Could you help to see this issue?

@songqing
Copy link
Contributor Author

Besides, I notice that the cpp client has not implemented the "retryConnect()" function while java or other client has implemented, does this matter?

@songqing
Copy link
Contributor Author

fixed in PR 120

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

1 participant