You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
We have some problems with PDO::ATTR_PERSISTENT option.
I set CASSANDRA_ATTR_THRIFT_DEBUG parameter and I received warnings like :
PHP Warning: PDOStatement::execute(): PDO Cassandra thrift debug: TSocket::read() recv() <Host: XXX Port: 9160>Connection timed out
My application stopped because connections were not recycled
Any ideas to recycle connections properly ?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
We have some problems with PDO::ATTR_PERSISTENT option.
I set CASSANDRA_ATTR_THRIFT_DEBUG parameter and I received warnings like :
PHP Warning: PDOStatement::execute(): PDO Cassandra thrift debug: TSocket::read() recv() <Host: XXX Port: 9160>Connection timed out
My application stopped because connections were not recycled
Any ideas to recycle connections properly ?
Thanks
The text was updated successfully, but these errors were encountered: