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

Connection pool issue when orientdb restart #43

Open
prah-net opened this issue Nov 30, 2014 · 1 comment
Open

Connection pool issue when orientdb restart #43

prah-net opened this issue Nov 30, 2014 · 1 comment

Comments

@prah-net
Copy link

I'm not sure this issue has been already reported or not. Issue is

My web application is already running. Connection pool is initialized only once in a static constructor. It works fine and I can connect to database and make queries.

If I restart orient-db server, then all queries break with IOException "Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host."

If I try to drop connection pool in case of IO error again i get same error. So, I have to restart web server to make it work again.

As per my investigation I get error in Connection.ExecuteOperation method at code : _networkStream.Flush();

Please have a look at the issue.

Thanks

@yojimbo87
Copy link
Owner

Hi, I'm no longer maintaining the driver, however you can post the issue here:

https://github.com/orientechnologies/OrientDB-NET.binary

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