Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Resource Management
-
Normal
-
Low Hanging Fruit
-
Unit Test
-
All
-
None
-
Description
While debugging why upgrade tests were taking 2 hours we noticed that the test completed 2 hours early… yet the process did not exit and was logging cassandra.pool trying to connect to a cluster (but python dtest already cleaned it up)…
After investigating the code I saw that we create connections and store them in an array, but only 2 tests actually clean up!
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-19027 Python DTest does not release CQL connections, which can cause containers to hang for 2 hours trying to connect to a server thats already gone
- Resolved
- links to