[ 
https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael McCandless updated LUCENE-3023:
---------------------------------------

    Attachment: LUCENE-3023.patch

Attached patch.

I made a pass through the diffs of RT vs trunk, and made a bunch of small fixes 
(eg whitespace, typos) but there were places I had real questions so I put // 
nocommits in...

Can we rename Healthiness -> DocumentsWriterStallControl (or something like 
that)?

I think we lost this infoStream output from trunk?

{noformat}

        message("  ramUsed=" + nf.format(startMBUsed) + " MB" +
                " newFlushedSize=" + nf.format(newSegmentSize) + " MB" +
                " (" + nf.format(newSegmentSizeNoStore) + " MB w/o doc stores)" 
+
                " docs/MB=" + nf.format(numDocs / newSegmentSize) +
                " new/old=" + nf.format(100.0 * newSegmentSizeNoStore / 
startMBUsed) + "%");
{noformat}

It's looking good!

> Land DWPT on trunk
> ------------------
>
>                 Key: LUCENE-3023
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3023
>             Project: Lucene - Java
>          Issue Type: Task
>    Affects Versions: CSF branch, 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-3023.patch, realtime-TestAddIndexes-3.txt, 
> realtime-TestAddIndexes-5.txt, 
> realtime-TestIndexWriterExceptions-assert-6.txt, 
> realtime-TestIndexWriterExceptions-npe-1.txt, 
> realtime-TestIndexWriterExceptions-npe-2.txt, 
> realtime-TestIndexWriterExceptions-npe-4.txt, 
> realtime-TestOmitTf-corrupt-0.txt
>
>
> With LUCENE-2956 we have resolved the last remaining issue for LUCENE-2324 so 
> we can proceed landing the DWPT development on trunk soon. I think one of the 
> bigger issues here is to make sure that all JavaDocs for IW etc. are still 
> correct though. I will start going through that first.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to