[
https://issues.apache.org/jira/browse/LUCENENET-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779125#action_12779125
]
Iliev Andrei commented on LUCENENET-260:
----------------------------------------
Are you read discussion on LUCENENET-143?
<CITE>
Doug Sale added a comment - 01/Oct/08 04:13 PM Resolves outstanding issues.
Incorporates fixes from earlier "TestStressIndexing2.patch" patches. These
tests create docs composed of random fields and add them to an index. The index
documents are then copied, field-by-field to another index. The indexes are
then compared for equality. (This is all done with multiple threads and myriad
different knobs twisted this way and that...) In the Java code, there were
"random" orderings of the fields, which were sometimes sorted at different
points depending on chance. However, the randomizations in the Java code are
providing the completely consistent results, as the logic of the original tests
could not work otherwise. The fixes incorporated in this patch include
(introduced prior):
* a fix to the random ordering of the fields (not ported properly)
* a fix to the IComparator to ensure that fields are ordered by name and
value (otherwise, fields with the same values were in an undefined order)
The recent fix
* removing the field sort when copying from original doc to new doc (when
multiple fields of the same name exist in a doc, changing their order of
addition changes the term position and offsets, causing the tests to fail)
</cite>
> src\Test\Index\TestStressIndexing2.cs
> -------------------------------------
>
> Key: LUCENENET-260
> URL: https://issues.apache.org/jira/browse/LUCENENET-260
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Iliev Andrei
> Assignee: Digy
> Attachments: TestStressIndexing2.patch
>
>
> Dead lock issues and LUCENENET-143.
> Upd: Dead lock has been resolve in LUCENENET-255. So I update the patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.