Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0.10, 3.1.2
-
None
-
None
-
1
Description
acouchbase API is creating an extra connection when a collection object is created. This causes the following exception to be raised when a program terminates (if using KV operations).
Future exception was never retrieved
|
future: <Future finished exception=ObjectDestroyedException('Connection object was garbage collected')>
|
couchbase.exceptions.ObjectDestroyedException: <Connection object was garbage collected>
|
Attachments
Issue Links
- relates to
-
PYCBC-1114 Python client crashes when using asyncio if event loop is closed
- Closed