[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-21 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4147: Attachment: LUCENE-4147.patch I feared that this is gonna hang at some point. I moved the

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: deadlock.log Well, the good news is beasting didn't uncover a failure ..

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4147: Attachment: LUCENE-4147.patch new patch that waits for running flushes in abort after all

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: fail.log Hmm, hit a failure (verbose log attached)... haven't tried to u

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4147: Attachment: LUCENE-4147.patch patch fixing the DWPT issue. The problem was that we didn't

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: fail.log Here's the verbose output from a failure w/ the patch ...

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: LUCENE-4147.patch Patch, acquiring the commitLock around close and rollb

[jira] [Updated] (LUCENE-4147) rollback/preparecommit thread hazard

2012-06-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4147: --- Attachment: LUCENE-4147.patch Test case that fails more easily from the bug ...