Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.0.0
-
None
Description
I've attached a simple test program that fails with an error.
For example:
$ python3 ./connection_pool_test2.py
|
Error: No more connections from pool 'web-app' available
|
This is with the following environment:
$ python3 --version
|
Python 3.6.9
|
$ cat /etc/os-release
|
NAME="Ubuntu"
|
VERSION="18.04.4 LTS (Bionic Beaver)"
|
ID=ubuntu
|
ID_LIKE=debian
|
PRETTY_NAME="Ubuntu 18.04.4 LTS"
|
VERSION_ID="18.04"
|
HOME_URL="https://www.ubuntu.com/"
|
SUPPORT_URL="https://help.ubuntu.com/"
|
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
|
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
|
VERSION_CODENAME=bionic
|
UBUNTU_CODENAME=bionic
|
This occurred with MariaDB Connector/Python 1.0.0, which was installed via:
$ tar -xvzf mariadb-connector-python-1.0.0.tar.gz
|
$ pip3 install mariadb-1.0.0
|