de7489124f
Currently in the C* database plugin, connection validation errors, as well as a parsing error, can lead us to return an error and never use an open gocql session, which may in fact have many open connections. These connections stay open forever. If you end up in an error loop due to, for example, a problem with permissions, you will eventually exhaust file descriptors on the machine. We simply need to close the session if we aren't going to use it. |
||
---|---|---|
.. | ||
cassandra | ||
hana | ||
influxdb | ||
mongodb | ||
mssql | ||
mysql | ||
postgresql |