[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-30 Thread Bryan Baugher (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507345#comment-13507345 ] Bryan Baugher commented on HBASE-6956: -- We have also ran into this issue specifically

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-30 Thread Igor Yurinok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507353#comment-13507353 ] Igor Yurinok commented on HBASE-6956: - We implemented our own HTableFactory and HTable

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507413#comment-13507413 ] stack commented on HBASE-6956: -- This seems like an ugly enough oversight on our part. Any

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-30 Thread Micah Whitacre (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507634#comment-13507634 ] Micah Whitacre commented on HBASE-6956: --- Igor, can you explain how you are detecting

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-30 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507639#comment-13507639 ] Adrian Muraru commented on HBASE-6956: -- There is an ongoing discussion on HBASE-6580

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-06 Thread shengjie min (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491365#comment-13491365 ] shengjie min commented on HBASE-6956: - [~amuraru]what version you are using?

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-06 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491367#comment-13491367 ] Adrian Muraru commented on HBASE-6956: -- [~shengjie_min] 0.92.2 Do

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-11-05 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491169#comment-13491169 ] Adrian Muraru commented on HBASE-6956: -- I'm seeing a similar stack trace when using

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-10-30 Thread shengjie min (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487006#comment-13487006 ] shengjie min commented on HBASE-6956: - I still have this issue even in 0.92.1. any

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-10-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487013#comment-13487013 ] Ted Yu commented on HBASE-6956: --- For putTable(), I see this javadoc: {code} /** * This

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-10-30 Thread shengjie min (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487037#comment-13487037 ] shengjie min commented on HBASE-6956: - In my case I am using HTablePool, my

[jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections

2012-10-09 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472779#comment-13472779 ] stack commented on HBASE-6956: -- You have a patch Igor? Do not return back