[jira] Updated: (LUCENE-2366) LLRect.createBox returned box does not contains all points in (center,distance) disc

2010-04-06 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-2366: Attachment: LUCENE-2366.patch Corrected a path problem in the patch file > LLRect

[jira] Commented: (LUCENE-1777) Error on distance query where miles < 1.0

2010-04-06 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853803#action_12853803 ] Nicolas Helleringer commented on LUCENE-1777: - In TestCartesian there is code

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853811#action_12853811 ] Michael McCandless commented on LUCENE-2361: Hmm are you sure you're setting i

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853815#action_12853815 ] Michael McCandless commented on LUCENE-2329: bq. We could move the if (posting

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2265: --- Attachment: LUCENE-2265.patch bq. The problem is it does not handle at least the cas

Changing the subject for a JIRA-issue (Was: [jira] Created: (LUCENE-2335) optimization: when sorting by field, if index has one segment and field values are not needed, do not load String[] into field

2010-04-06 Thread Toke Eskildsen
The current subject and description of https://issues.apache.org/jira/browse/LUCENE-2335 is obsolete due to new knowledge. Is it possible to change it? If not, what is the policy here? To open a new issue and close the old one? Cc: To Michael McCandless as he is the reporter of the issue. If it

[jira] Updated: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2329: --- Attachment: LUCENE-2329.patch New patch, init'ing the postings arrays in THPF.start

Re: Incremental Field Updates

2010-04-06 Thread Michael McCandless
write once, plus the option to the app to keep multiple commit points around (by customizing the deletion policy). Actually order of operations / commits very much matters in Lucene today. Deletions are not idempotent: if you add a doc w/ term X, delete by term X, add a new doc with term X... tha

[jira] Created: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Toke Eskildsen (JIRA)
Locale-based sort by field with low memory overhead --- Key: LUCENE-2369 URL: https://issues.apache.org/jira/browse/LUCENE-2369 Project: Lucene - Java Issue Type: New Feature Componen

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853838#action_12853838 ] Robert Muir commented on LUCENE-2369: - Toke, I still think it would be better to use I

[jira] Commented: (LUCENE-2335) optimization: when sorting by field, if index has one segment and field values are not needed, do not load String[] into field cache

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853847#action_12853847 ] Toke Eskildsen commented on LUCENE-2335: I've mis-read Michael McCandless intentio

Commit freeze in flex branch

2010-04-06 Thread Uwe Schindler
I am trying to reintegrate the flex branch into current trunk. After this has done, no more commits to flex! (after a reintegrate, the svn book says, that you should not touch the branch anymore) - Flex development can then proceed in trunk. It may happen that solr compilation/tests fail (becaus

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853884#action_12853884 ] Toke Eskildsen commented on LUCENE-2369: The current implementation accepts Compar

[jira] Updated: (LUCENE-2335) optimization: when sorting by field, if index has one segment and field values are not needed, do not load String[] into field cache

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated LUCENE-2335: --- Comment: was deleted (was: Lotsa devils in the details when you're poking around in the bell

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853885#action_12853885 ] Toke Eskildsen commented on LUCENE-2369: Moved from LUCENE-2335 as it really belon

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853883#action_12853883 ] Earwin Burrfoot commented on LUCENE-2369: - I would like to note that new types of

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853886#action_12853886 ] Toke Eskildsen commented on LUCENE-2369: Earwin, it would be great if this can be

[jira] Commented: (LUCENE-2366) LLRect.createBox returned box does not contains all points in (center,distance) disc

2010-04-06 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853887#action_12853887 ] Nicolas Helleringer commented on LUCENE-2366: - I reviewed the code as it still

[jira] Created: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
Reintegrate flex branch into trunk -- Key: LUCENE-2370 URL: https://issues.apache.org/jira/browse/LUCENE-2370 Project: Lucene - Java Issue Type: Task Affects Versions: Flex Branch Reporter: Uwe

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here the patch just for review! You cannot really apply it as i

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: (was: LUCENE-2370.patch) > Reintegrate flex branch into trunk > --

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch sorry, new patch. The flex branch still contains some whitespac

[jira] Updated: (LUCENE-2359) CartesianPolyFilterBuilder doesn't handle edge case around the 180 meridian

2010-04-06 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-2359: Attachment: TEST-2359.patch Worked again around the code in CartesianPolyFilterBui

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853905#action_12853905 ] Robert Muir commented on LUCENE-2302: - bq. Token now implemnts CharSequence but violat

[jira] Commented: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853918#action_12853918 ] Robert Muir commented on LUCENE-2370: - bq. we did not miss a change to trunk in flex (

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here a new patch with lots of cleanups, thanks rmuir. Also rever

Getting fsync out of the loop

2010-04-06 Thread Earwin Burrfoot
So, I want to pump my IndexWriter hard and fast with documents. Removing fsync from FSDirectory helps. But for that I pay with possibility of index corruption, not only if my node suddenly loses power/kernelpanics, but also if it runs out of disk space (which happens more frequently). I invented

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370-solrfixes.patch Here some fixes for Solr: - makes it compile after fle

Re: Changing the subject for a JIRA-issue (Was: [jira] Created: (LUCENE-2335) optimization: when sorting by field, if index has one segment and field values are not needed, do not load String[] into f

2010-04-06 Thread Marvin Humphrey
On Tue, Apr 06, 2010 at 11:26:23AM +0200, Toke Eskildsen wrote: > The current subject and description of > https://issues.apache.org/jira/browse/LUCENE-2335 > is obsolete due to new knowledge. > > Is it possible to change it? If not, what is the policy here? To open a > new issue and close the old

Re: Getting fsync out of the loop

2010-04-06 Thread Shai Erera
How often is fsync called? If it's just during calls to commit, then is that that expensive? I mean, how often do you call commit? If that's that expensive (do you have some numbers to share) then I think that's be a neat idea. Though "losing a few minutes worth of updates" may sometimes be unreco

[jira] Created: (LUCENE-2371) Update fileformats spec to match how flex's standard codec writes terms

2010-04-06 Thread Michael McCandless (JIRA)
Update fileformats spec to match how flex's standard codec writes terms --- Key: LUCENE-2371 URL: https://issues.apache.org/jira/browse/LUCENE-2371 Project: Lucene - Java Is

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch New patch, reverted all files with whitespace-only changes. >

[jira] Commented: (LUCENE-2369) Locale-based sort by field with low memory overhead

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854069#action_12854069 ] Toke Eskildsen commented on LUCENE-2369: A few experiments with the current implem

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-06 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854091#action_12854091 ] Shivender Devarakonda commented on LUCENE-2361: --- Yes I set infostream on all

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here the final patch after cooperative reviewing in IRC. I will

[jira] Commented: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854112#action_12854112 ] Michael McCandless commented on LUCENE-2370: The bug is LUCENE-1976 -- after f

[jira] Reopened: (LUCENE-1976) isCurrent() and getVersion() on an NRT reader are broken

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1976: Reopening to fix on 3.1 after flex lands... > isCurrent() and getVersion() on an NRT

[jira] Updated: (LUCENE-1976) isCurrent() and getVersion() on an NRT reader are broken

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1976: --- Fix Version/s: 3.1 > isCurrent() and getVersion() on an NRT reader are broken >

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854120#action_12854120 ] Michael McCandless commented on LUCENE-2361: Hmm but the above infoStream outp

Re: Getting fsync out of the loop

2010-04-06 Thread Michael McCandless
On Tue, Apr 6, 2010 at 10:11 AM, Earwin Burrfoot wrote: > So, I want to pump my IndexWriter hard and fast with documents. Nice. > Removing fsync from FSDirectory helps. But for that I pay with possibility of > index corruption, not only if my node suddenly loses > power/kernelpanics, but also i

[jira] Commented: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854134#action_12854134 ] Uwe Schindler commented on LUCENE-2370: --- Committed revision: 931278 I leave the iss

RE: Commit freeze in flex branch

2010-04-06 Thread Uwe Schindler
The freeze is over, we merged successfully. If you had a flex branch checked out: svn switch https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From:

[jira] Resolved: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2329. Resolution: Fixed Third time's a charm? > Use parallel arrays instead of PostingL

[jira] Commented: (LUCENE-2361) OutOfMemoryException while Indexing

2010-04-06 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854149#action_12854149 ] Shivender Devarakonda commented on LUCENE-2361: --- I did not see any infostrea

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-04-06 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854151#action_12854151 ] Toke Eskildsen commented on LUCENE-1990: I did a checkout with {code} svn co https

[jira] Resolved: (LUCENE-1976) isCurrent() and getVersion() on an NRT reader are broken

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1976. Resolution: Fixed OK fixed on 3.1. > isCurrent() and getVersion() on an NRT reade

[jira] Resolved: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2370. --- Resolution: Fixed Mike fixed the missing merges! Thanks. > Reintegrate flex branch into tru

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854174#action_12854174 ] Michael McCandless commented on LUCENE-1990: OK indeed now I can see the failu

[jira] Resolved: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-04-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1990. Resolution: Fixed Fix Version/s: (was: Flex Branch) 3

[jira] Closed: (LUCENE-2332) Mrge CharTermAttribute and deprecations to trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2332. - Resolution: Invalid Flex was merged, so this is no longer needed. > Mrge CharTermAttribute and

[jira] Created: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-06 Thread Uwe Schindler (JIRA)
Replace deprecated TermAttribute by new CharTermAttribute - Key: LUCENE-2372 URL: https://issues.apache.org/jira/browse/LUCENE-2372 Project: Lucene - Java Issue Type: Improvement Af

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854199#action_12854199 ] Uwe Schindler commented on LUCENE-2302: --- I will create a patch with option #2 and lo

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854209#action_12854209 ] Robert Muir commented on LUCENE-2302: - bq. I will create a patch with option #2 and lo

[jira] Created: (LUCENE-2373) Change StandardTermsDictWriter to work with streaming and append-only filesystems

2010-04-06 Thread Andrzej Bialecki (JIRA)
Change StandardTermsDictWriter to work with streaming and append-only filesystems - Key: LUCENE-2373 URL: https://issues.apache.org/jira/browse/LUCENE-2373 Project: Lucen

[jira] Commented: (LUCENE-2373) Change StandardTermsDictWriter to work with streaming and append-only filesystems

2010-04-06 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854240#action_12854240 ] Andrzej Bialecki commented on LUCENE-2373: --- Just noticed that the same problem

[jira] Created: (LUCENE-2374) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
Add introspection API to AttributeSource/AttributeImpl -- Key: LUCENE-2374 URL: https://issues.apache.org/jira/browse/LUCENE-2374 Project: Lucene - Java Issue Type: Improvement Co

[jira] Created: (LUCENE-2375) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
Add introspection API to AttributeSource/AttributeImpl -- Key: LUCENE-2375 URL: https://issues.apache.org/jira/browse/LUCENE-2375 Project: Lucene - Java Issue Type: Improvement Co

[jira] Deleted: (LUCENE-2375) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler deleted LUCENE-2375: -- > Add introspection API to AttributeSource/AttributeImpl > ---

Re: Getting fsync out of the loop

2010-04-06 Thread Earwin Burrfoot
> Running out of disk space with fsync disabled won't lead to corruption. > Even kill -9 the JRE process with fsync disabled won't corrupt. > In these cases index just falls back to last successful commit. > > It's "only" power loss / OS / machine crash where you need fsync to > avoid possible corr

[jira] Commented: (LUCENE-2373) Change StandardTermsDictWriter to work with streaming and append-only filesystems

2010-04-06 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854254#action_12854254 ] Earwin Burrfoot commented on LUCENE-2373: - And then IndexOutput.seek() can be dele

[jira] Created: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-06 Thread Shivender Devarakonda (JIRA)
java.lang.OutOfMemoryError:Java heap space -- Key: LUCENE-2376 URL: https://issues.apache.org/jira/browse/LUCENE-2376 Project: Lucene - Java Issue Type: Bug Components: Index Affects Vers

[jira] Updated: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-06 Thread Shivender Devarakonda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivender Devarakonda updated LUCENE-2376: -- Attachment: InfoStreamOutput.txt I attached the info stream output from the In

Re: Getting fsync out of the loop

2010-04-06 Thread Shai Erera
Earwin - do you have some numbers to share on the running time of the indexing application? You've mentioned that if you take out fsync into a BG thread, the running time improves, but I'm curious to know by how much. Shai On Wed, Apr 7, 2010 at 2:26 AM, Earwin Burrfoot wrote: > > Running out o

[jira] Commented: (LUCENE-1709) Parallelize Tests

2010-04-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854348#action_12854348 ] Shai Erera commented on LUCENE-1709: One more thing - change benchmark tests to run se

[jira] Created: (LUCENE-2377) Enable the use of NoMergePolicy and NoMergeScheduler by Benchmark

2010-04-06 Thread Shai Erera (JIRA)
Enable the use of NoMergePolicy and NoMergeScheduler by Benchmark - Key: LUCENE-2377 URL: https://issues.apache.org/jira/browse/LUCENE-2377 Project: Lucene - Java Issue Type: Im

[jira] Updated: (LUCENE-2377) Enable the use of NoMergePolicy and NoMergeScheduler by Benchmark

2010-04-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2377: --- Attachment: LUCENE-2377.patch Patch includes both fix to CreateIndexTask as well as relevant tests t