[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-10-05 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121442#comment-13121442 ] Hudson commented on CASSANDRA-3244: --- Integrated in Cassandra #1142 (See [https://bu

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-10-03 Thread Rick Shaw (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119884#comment-13119884 ] Rick Shaw commented on CASSANDRA-3244: -- Good suggestion. Re-patched.

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-10-03 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119546#comment-13119546 ] Jonathan Ellis commented on CASSANDRA-3244: --- - It would be cleaner to make t

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-29 Thread Patricio Echague (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117565#comment-13117565 ] Patricio Echague commented on CASSANDRA-3244: - Rick, looking again at JDBC

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-29 Thread Patricio Echague (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117540#comment-13117540 ] Patricio Echague commented on CASSANDRA-3244: - Appreciate your thorough an

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-29 Thread Rick Shaw (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117529#comment-13117529 ] Rick Shaw commented on CASSANDRA-3244: -- I think this driver assumes its connecti

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-29 Thread Patricio Echague (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117484#comment-13117484 ] Patricio Echague commented on CASSANDRA-3244: - Rick, thanks for the patch.

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-23 Thread Rick Shaw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113452#comment-13113452 ] Rick Shaw commented on CASSANDRA-3244: -- Creating a {{Statement}} every time you n

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-22 Thread Patricio Echague (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113151#comment-13113151 ] Patricio Echague commented on CASSANDRA-3244: - Hi Rick. I browsed Spring s

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-22 Thread Rick Shaw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113139#comment-13113139 ] Rick Shaw commented on CASSANDRA-3244: -- It keeps them on a list because {{Stateme

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-22 Thread Patricio Echague (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113091#comment-13113091 ] Patricio Echague commented on CASSANDRA-3244: - The list just holds stateme

[jira] [Commented] (CASSANDRA-3244) JDBC CassandraConnection may lead to memory leak when used in a pool

2011-09-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113064#comment-13113064 ] Jonathan Ellis commented on CASSANDRA-3244: --- what is the list used for? > J