[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch one last updated: the Locale.US asserts in TestRemoteSort had the same pro

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch updated patch to trunk (QueryWeight->Weight) and tweaked some FieldCacheIm

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch slightly revised patch based on java-...@lucene discussion... the sortFie

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch bq. the interestingthing is that the CacheEntry.toString() doesn't show t

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch checkpoint: no functional change from mark's previous patch, just improved

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch I still havn't looked at this in the detail that I want to, but time

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-01 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Patch cleanup - more suitable for browsing. > FieldCache introspect

Re: [jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-01 Thread Mark Miller
Yeah, I have no problem breaking them out in the end (and am trying to also track with separate JIRA issues). For right now its easier to keep it here though - since this is the code thats catching the bugs, and has the code to keep checking without having to juggle multiple patches. And the ch

Re: [jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-01 Thread Chris Hostetter
: changes to just go per reader for each doc - and a couple other unrelated tiny tweaks. FWIW: now that this issues has uncovered a few genuine "bugs" in code (as opposed to justs tests being odd) it would probably be better to track those bugs and their patches in seperate issues that can be

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-08-01 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch changes to just go per reader for each doc - and a couple other unre

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch * merged patches (and little tweaks to explain fix code) * added a M

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-30 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749-hossfork.patch This is a complete overhaul of the internals of FieldCacheSanityC

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-30 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Here is a rough draft for an explain fix. Explain for custom and va

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Updates: * merged in updated ram usage estimator code * updated mos

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch checkpoint: refactored the sanity checking code into a utility class and w

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch checkpoint: really hack implementation of checkFieldCacheSubReaderSanity t

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: (was: LUCENE-1749.patch) > FieldCache introspection API >

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Here is a patch that just updates the ram usage estimator code. > F

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch minor checkpoint: improved assert messages, and massaged TestRemoteSort so

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-21 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: LUCENE-1749.patch More progress building on Mark's patch. added some sanity checking that r

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Here is a start towards guessing the fieldcache ram usage. It proba

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Lucene Fields: [New, Patch Available] (was: [New]) Fix Version/s: 2.9 Technically this isn't a bug,

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1749: - Attachment: fieldcache-introspection.patch Here's the start of a patch to provide this functionality --