[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread Adrian Tarau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636097#action_12636097 ] Adrian Tarau commented on LUCENE-1383: -- If closing all index readers and writers rele

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636095#action_12636095 ] robert engels commented on LUCENE-1383: --- You cannot control this 'externally", since

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread Adrian Tarau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636089#action_12636089 ] Adrian Tarau commented on LUCENE-1383: -- Michael, Maybe some sort of cleanup method s

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread Adrian Tarau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636085#action_12636085 ] Adrian Tarau commented on LUCENE-1383: -- Ok, maybe "fixed" was too much and it sounded

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636082#action_12636082 ] Michael McCandless commented on LUCENE-1383: bq. The current patch solves the

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636075#action_12636075 ] robert engels commented on LUCENE-1383: --- It doesn't need to be "fixed". It works fi

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-10-01 Thread Adrian Tarau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636063#action_12636063 ] Adrian Tarau commented on LUCENE-1383: -- Even if the issue is closed, for those who wa

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630876#action_12630876 ] Michael McCandless commented on LUCENE-1383: Committed revision 695184. > Wor

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630872#action_12630872 ] Michael McCandless commented on LUCENE-1383: OK super! Thanks for testing Chr

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-13 Thread Chris Lu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630845#action_12630845 ] Chris Lu commented on LUCENE-1383: -- On second thought, I think this is normal behavior. L

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630811#action_12630811 ] Michael McCandless commented on LUCENE-1383: Hmm, the sometimes long-lasting b

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-13 Thread Chris Lu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630789#action_12630789 ] Chris Lu commented on LUCENE-1383: -- The test is repeatedly close and open the index. Af

[jira] Commented: (LUCENE-1383) Work around ThreadLocal's "leak"

2008-09-13 Thread Chris Lu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630784#action_12630784 ] Chris Lu commented on LUCENE-1383: -- I can confirm this patch fixed the memory problem, in