You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/09/20 22:06:35 UTC

[jira] Created: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
----------------------------------------------------------------------------

                 Key: LUCENE-2658
                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index
            Reporter: Robert Muir


TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2658:
--------------------------------

    Attachment: LUCENE-2658_environment.patch

attached is my current modifications to trunk (unrelated to this failure completely)

this is because, i have a "single test seed" that controls all behavior, so i want to make sure the random seed i give you will actually work.

if you apply the patch, just run 

ant test-core -Dtestcase=TestIndexWriterExceptions -Dtests.seed=1285011726042

{noformat}

junit-sequential:
    [junit] Testsuite: org.apache.lucene.index.TestIndexWriterExceptions
    [junit] Testcase: testRandomExceptionsThreads(org.apache.lucene.index.TestIndexWriterExceptions):   FAILED
    [junit] thread Indexer 0: hit unexpected failure
    [junit] junit.framework.AssertionFailedError: thread Indexer 0: hit unexpected failure
    [junit]     at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:773)
    [junit]     at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:746)
    [junit]     at org.apache.lucene.index.TestIndexWriterExceptions.testRandomExceptionsThreads(TestIndexWriterExceptio
ns.java:195)
    [junit]
    [junit]
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 1.257 sec
    [junit]
    [junit] ------------- Standard Output ---------------
    [junit] Indexer 2: unexpected exception3
    [junit] java.lang.ArrayIndexOutOfBoundsException: 483
    [junit]     at org.apache.lucene.index.ByteSliceReader.nextSlice(ByteSliceReader.java:108)
    [junit]     at org.apache.lucene.index.ByteSliceReader.writeTo(ByteSliceReader.java:90)
    [junit]     at org.apache.lucene.index.TermVectorsTermsWriterPerField.finish(TermVectorsTermsWriterPerField.java:186
)
    [junit]     at org.apache.lucene.index.TermsHashPerField.finish(TermsHashPerField.java:552)
    [junit]     at org.apache.lucene.index.TermsHashPerField.finish(TermsHashPerField.java:554)
    [junit]     at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:208)
    [junit]     at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:24
8)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:839)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:820)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2162)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2134)
    [junit]     at org.apache.lucene.index.TestIndexWriterExceptions$IndexerThread.run(TestIndexWriterExceptions.java:98
)
    [junit] Indexer 0: unexpected exception3
    [junit] java.lang.ArrayIndexOutOfBoundsException: 507
    [junit]     at org.apache.lucene.index.ByteSliceReader.nextSlice(ByteSliceReader.java:108)
    [junit]     at org.apache.lucene.index.ByteSliceReader.writeTo(ByteSliceReader.java:90)
    [junit]     at org.apache.lucene.index.TermVectorsTermsWriterPerField.finish(TermVectorsTermsWriterPerField.java:186
)
    [junit]     at org.apache.lucene.index.TermsHashPerField.finish(TermsHashPerField.java:552)
    [junit]     at org.apache.lucene.index.TermsHashPerField.finish(TermsHashPerField.java:554)
    [junit]     at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:208)
    [junit]     at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:24
8)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:839)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:820)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2162)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2134)
    [junit]     at org.apache.lucene.index.TestIndexWriterExceptions$IndexerThread.run(TestIndexWriterExceptions.java:98
)
    [junit] Indexer 1: unexpected exception3
    [junit] java.lang.ArrayIndexOutOfBoundsException: 15
    [junit]     at org.apache.lucene.index.ByteBlockPool.allocSlice(ByteBlockPool.java:122)
    [junit]     at org.apache.lucene.index.TermsHashPerField.writeByte(TermsHashPerField.java:526)
    [junit]     at org.apache.lucene.index.TermsHashPerField.writeVInt(TermsHashPerField.java:547)
    [junit]     at org.apache.lucene.index.TermVectorsTermsWriterPerField.newTerm(TermVectorsTermsWriterPerField.java:22
5)
    [junit]     at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:375)
    [junit]     at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:513)
    [junit]     at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:173)
    [junit]     at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:24
8)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:839)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:820)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2162)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2134)
    [junit]     at org.apache.lucene.index.TestIndexWriterExceptions$IndexerThread.run(TestIndexWriterExceptions.java:98
)
    [junit] Indexer 3: unexpected exception3
    [junit] java.lang.ArrayIndexOutOfBoundsException: 15
    [junit]     at org.apache.lucene.index.ByteBlockPool.allocSlice(ByteBlockPool.java:122)
    [junit]     at org.apache.lucene.index.TermsHashPerField.writeByte(TermsHashPerField.java:526)
    [junit]     at org.apache.lucene.index.TermsHashPerField.writeVInt(TermsHashPerField.java:547)
    [junit]     at org.apache.lucene.index.TermVectorsTermsWriterPerField.newTerm(TermVectorsTermsWriterPerField.java:22
5)
    [junit]     at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:375)
    [junit]     at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:513)
    [junit]     at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:173)
    [junit]     at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:24
8)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:839)
    [junit]     at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:820)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2162)
    [junit]     at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2134)
    [junit]     at org.apache.lucene.index.TestIndexWriterExceptions$IndexerThread.run(TestIndexWriterExceptions.java:98
)
    [junit] NOTE: random codec of testcase 'testRandomExceptionsThreads' was: MockVariableIntBlock(baseBlockSize=67)
    [junit] NOTE: random locale of testcase 'testRandomExceptionsThreads' was: ar_AE
    [junit] NOTE: random timezone of testcase 'testRandomExceptionsThreads' was: America/Winnipeg
    [junit] ------------- ---------------- ---------------
    [junit] Test org.apache.lucene.index.TestIndexWriterExceptions FAILED
{noformat}

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>            Reporter: Robert Muir
>         Attachments: LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Reopened: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir reopened LUCENE-2658:
---------------------------------


reopening for possible 2.9.4/3.0.3 backport.


> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2658:
--------------------------------

    Attachment: LUCENE-2658_30_test.patch

ok, here is a test that reproduces the failure on the 3.0 branch.

I'll see about merging mike's fix now

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 2.9.4, 3.0.3, 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_30_test.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Tim Smith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913140#action_12913140 ] 

Tim Smith commented on LUCENE-2658:
-----------------------------------

sadly i haven't been able to gather the infostream for LUCENE-2501
there's a comment on LUCENE-2501 that seems to indicate the exception that started it all though (CorruptIndexException: docs out of order (607 <= 607 ))

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless updated LUCENE-2658:
---------------------------------------

    Attachment: LUCENE-2658.patch

This was a real issue!

It happens if you hit an exception while processing term vectors, and, your docs have multiple fields with term vectors enabled.

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913111#action_12913111 ] 

Michael McCandless commented on LUCENE-2658:
--------------------------------------------

Unfortunately, no, not directly anyway... -- this bug is specific to term vectors.

Under the hood, term vectors and postings (doc/frq/pos) use the same class (ByteBlockPool), and in this case, after an exception, the term vectors code was failing to reset the ByteBlockPool.

Though it is possible the same idea is happening on LUCENE-2501, ie, an exception at a bad time leaving the ByteBlockPool in the same state... can you post the infoStream output on LUCENE-2501?

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2658:
--------------------------------

    Fix Version/s: 3.0.3
                   2.9.4

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 2.9.4, 3.0.3, 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Tim Smith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913097#action_12913097 ] 

Tim Smith commented on LUCENE-2658:
-----------------------------------

Is this related to/same as LUCENE-2501?

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-2658.
----------------------------------------

    Fix Version/s: 3.1
                   4.0
       Resolution: Fixed

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913141#action_12913141 ] 

Robert Muir commented on LUCENE-2658:
-------------------------------------

This test fails about 1% of the time currently... i applied the patch and ran it many times:

junit-sequential:
    [junit] Testsuite: org.apache.lucene.index.TestIndexWriterExceptions
    [junit] Tests run: 1800, Failures: 0, Errors: 0, Time elapsed: 1,291.131 sec

+1 to commit

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Assigned: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless reassigned LUCENE-2658:
------------------------------------------

    Assignee: Michael McCandless

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926307#action_12926307 ] 

Robert Muir commented on LUCENE-2658:
-------------------------------------

I'll hack on the 3.0.x/2.9.x tests and see if i can make them fail (I think i can just turn on term vecs on more fields... but will see)

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 2.9.4, 3.0.3, 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913098#action_12913098 ] 

Robert Muir commented on LUCENE-2658:
-------------------------------------

Tim, i didnt see your problem coming from termvectorswriter... i think it might be a different bug.

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>         Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2658:
--------------------------------

    Affects Version/s: 3.1
                       4.0

i tested this on 3.x too (actually on both 3.x and trunk you do not need my patch, just use the seed)

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>         Attachments: LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-2658.
---------------------------------

    Resolution: Fixed

Committed revision 1028827 (3.0.x)
Committed revision 1028849 (2.9.x)

> TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-2658
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2658
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 3.1, 4.0
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 2.9.4, 3.0.3, 3.1, 4.0
>
>         Attachments: LUCENE-2658.patch, LUCENE-2658_30_test.patch, LUCENE-2658_environment.patch
>
>
> TestIndexWriterExceptions threw this today, and its reproducable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org