|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [jira] [Updated] (LUCENE-4323) Add max cfs segme... Alexey Lef (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Uwe Schindler (JIRA)
- [jira] [Updated] (LUCENE-4323) Add max cfs segme... Alexey Lef (JIRA)
- [jira] [Updated] (LUCENE-4323) Add max cfs segme... Alexey Lef (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Uwe Schindler (JIRA)
- [jira] [Assigned] (LUCENE-4323) Add max cfs segm... Uwe Schindler (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Michael McCandless (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Steven Rowe (JIRA)
- [jira] [Updated] (LUCENE-4323) Add max cfs segme... Uwe Schindler (JIRA)
- [jira] [Resolved] (LUCENE-4323) Add max cfs segm... Uwe Schindler (JIRA)
- [jira] [Reopened] (LUCENE-4323) Add max cfs segm... Robert Muir (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Robert Muir (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Uwe Schindler (JIRA)
- [jira] [Updated] (LUCENE-4323) Add max cfs segme... Uwe Schindler (JIRA)
- [jira] [Commented] (LUCENE-4323) Add max cfs seg... Robert Muir (JIRA)
- [jira] [Resolved] (LUCENE-4323) Add max cfs segm... Robert Muir (JIRA)

This does not actually work in megabytes: see my email response on the list to test failures.
step1: ant test -Dtestcase=TestIndexWriterOnDiskFull -Dtests.method=testAddIndexOnDiskFull -Dtests.seed=17160CAE40DA6C29 -Dtests.slow=true -Dtests.locale=hr_HR -Dtests.timezone=Etc/GMT+12 -Dtests.file.encoding=UTF-8 -Dtests.verbose=true
You can see all values are 8.796093022207999E12
step2: apply my patch, which forces this to instead be Double.POSITIVE_INFINITY instead of 8.796093022207999E12. This should really have no effect here, since the directories are tiny (all < 1MB)!
but now if you run the seed again, it passes!