[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-30 Thread Josef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041075#comment-13041075 ] Josef commented on LUCENE-2762: --- {quote} Unless: Josef, are you regularly hitting

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040789#comment-13040789 ] Shai Erera commented on LUCENE-2762: Could this be related to all the leaked handles

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040795#comment-13040795 ] Michael McCandless commented on LUCENE-2762: bq. Could this be related to all

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-25 Thread Josef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038998#comment-13038998 ] Josef commented on LUCENE-2762: --- Thanks for your response. I'll try to extract a small test

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-25 Thread Josef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039139#comment-13039139 ] Josef commented on LUCENE-2762: --- I have extracted the relevant code into a small Java

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039174#comment-13039174 ] Michael McCandless commented on LUCENE-2762: Hmm I don't know anything about

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-24 Thread Josef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038533#comment-13038533 ] Josef commented on LUCENE-2762: --- Since I am still observing file references on deleted

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038629#comment-13038629 ] Michael McCandless commented on LUCENE-2762: Hmmm... the fix here was

[jira] [Commented] (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2011-05-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038847#comment-13038847 ] Michael McCandless commented on LUCENE-2762: We have a test, TestNRTThreads,

[jira] Commented: (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2010-11-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933051#action_12933051 ] Michael McCandless commented on LUCENE-2762: So with this patch, we now build

[jira] Commented: (LUCENE-2762) Don't leak deleted open file handles with pooled readers

2010-11-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933070#action_12933070 ] Jason Rutherglen commented on LUCENE-2762: -- {quote}I think we should improve our