David Capwell created CASSANDRA-19028:
-----------------------------------------

             Summary: 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
                 Key: CASSANDRA-19028
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19028
             Project: Cassandra
          Issue Type: Bug
          Components: Test/dtest/python
            Reporter: David Capwell


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!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to