[jira] Commented: (JCR-791) Cache BitSet per IndexReader in MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481569 ] Marcel Reutegger commented on JCR-791: -- Here's what I've done so far: - Introduced a MultiIndexReader interface th

[jira] Updated: (JCR-791) Improve performance of MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-791: - Summary: Improve performance of MatchAllScorer (was: Cache BitSet per IndexReader in MatchAllScorer

[jira] Resolved: (JCR-791) Improve performance of MatchAllScorer

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-791. -- Resolution: Fixed Fix Version/s: 1.3 Committed the enhancement without the cache in MatchAl

[jira] Resolved: (JCR-689) Minimize calls to PersistenceManager

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-689. -- Resolution: Fixed Committed second patch in revision: 518986 > Minimize calls to PersistenceManag

[jira] Commented: (JCR-689) Minimize calls to PersistenceManager

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481631 ] Marcel Reutegger commented on JCR-689: -- Martijn wrote: > The methods "getItemState" and "hasItemState" in the Share

[jira] Created: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
Sessions are not logged out in case of exceptions - Key: JCR-795 URL: https://issues.apache.org/jira/browse/JCR-795 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Affects

[jira] Created: (JCR-796) AbstractQueryTest does not handle unknown result size properly

2007-03-16 Thread Marcel Reutegger (JIRA)
AbstractQueryTest does not handle unknown result size properly -- Key: JCR-796 URL: https://issues.apache.org/jira/browse/JCR-796 Project: Jackrabbit Issue Type: Bug Compo

[jira] Resolved: (JCR-796) AbstractQueryTest does not handle unknown result size properly

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-796. -- Resolution: Fixed Fixed in revision: 518996 > AbstractQueryTest does not handle unknown result si

[jira] Resolved: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-795. -- Resolution: Fixed Fixed in revision: 519001 Modified tests: org\apache\jackrabbit\test\api\Sessio

[jira] Commented: (JCR-795) Sessions are not logged out in case of exceptions

2007-03-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481643 ] Marcel Reutegger commented on JCR-795: -- Angela, thank you for the patch. > Sessions are not logged out in case of

[jira] Updated: (JCR-791) Improve performance of MatchAllScorer

2007-03-19 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-791: - Attachment: MatchAllScorer.java.diff MatchAllScorer diff, which introduces a BitSet cache. > Improv

[jira] Updated: (JCR-791) Improve performance of MatchAllScorer

2007-03-19 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-791: - Attachment: PerformanceTest.java Performance test case for queries with 'not null' condition. > Imp

[jira] Created: (JCR-803) Improve performance of DescendantSelfAxisQuery

2007-03-21 Thread Marcel Reutegger (JIRA)
Improve performance of DescendantSelfAxisQuery -- Key: JCR-803 URL: https://issues.apache.org/jira/browse/JCR-803 Project: Jackrabbit Issue Type: Improvement Components: query

[jira] Resolved: (JCR-803) Improve performance of DescendantSelfAxisQuery

2007-03-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-803. -- Resolution: Fixed Fixed in revision: 520832 > Improve performance of DescendantSelfAxisQuery > --

[jira] Created: (JCR-804) Avoid using MultiTermDocs

2007-03-21 Thread Marcel Reutegger (JIRA)
Avoid using MultiTermDocs - Key: JCR-804 URL: https://issues.apache.org/jira/browse/JCR-804 Project: Jackrabbit Issue Type: Improvement Components: query Reporter: Marcel Reutegger Pr

[jira] Resolved: (JCR-804) Avoid using MultiTermDocs

2007-03-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-804. -- Resolution: Fixed Fixed in revision: 520841 > Avoid using MultiTermDocs > ---

[jira] Created: (JCR-805) Introduce a temprary cache for intermediate query results

2007-03-21 Thread Marcel Reutegger (JIRA)
Introduce a temprary cache for intermediate query results - Key: JCR-805 URL: https://issues.apache.org/jira/browse/JCR-805 Project: Jackrabbit Issue Type: Improvement Compone

[jira] Resolved: (JCR-805) Introduce a temprary cache for intermediate query results

2007-03-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-805. -- Resolution: Fixed Fixed in revision: 520878 > Introduce a temprary cache for intermediate query r

[jira] Created: (JCR-806) Scorer.skipTo() does not initialize hits

2007-03-21 Thread Marcel Reutegger (JIRA)
Scorer.skipTo() does not initialize hits Key: JCR-806 URL: https://issues.apache.org/jira/browse/JCR-806 Project: Jackrabbit Issue Type: Bug Components: query Reporter: Marcel Re

[jira] Resolved: (JCR-806) Scorer.skipTo() does not initialize hits

2007-03-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-806. -- Resolution: Fixed Fixed in revision: 520882 > Scorer.skipTo() does not initialize hits >

[jira] Created: (JCR-807) UUIDDocId should check IndexReader using equals()

2007-03-21 Thread Marcel Reutegger (JIRA)
UUIDDocId should check IndexReader using equals() - Key: JCR-807 URL: https://issues.apache.org/jira/browse/JCR-807 Project: Jackrabbit Issue Type: Improvement Components: query

[jira] Resolved: (JCR-807) UUIDDocId should check IndexReader using equals()

2007-03-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-807. -- Resolution: Fixed Fixed in revision: 520911 > UUIDDocId should check IndexReader using equals() >

[jira] Commented: (JCR-788) Upgrade to Lucene 2.1

2007-03-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484372 ] Marcel Reutegger commented on JCR-788: -- Lucene 2.1 can read index files created with previous releases, but will wr

[jira] Created: (JCR-820) Add support for query result highlighting

2007-03-27 Thread Marcel Reutegger (JIRA)
Add support for query result highlighting - Key: JCR-820 URL: https://issues.apache.org/jira/browse/JCR-820 Project: Jackrabbit Issue Type: New Feature Components: query Reporter:

[jira] Commented: (JCR-820) Add support for query result highlighting

2007-03-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484794 ] Marcel Reutegger commented on JCR-820: -- Committed initial version: 523251 The query languages now support an excer

[jira] Commented: (JCR-788) Upgrade to Lucene 2.1

2007-03-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484800 ] Marcel Reutegger commented on JCR-788: -- Committed above mentioned patch in revision: 523265 > Upgrade to Lucene 2.

[jira] Commented: (JCR-789) PathElement.equals doesn't handle INDEX_UNDEFINED

2007-03-30 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485448 ] Marcel Reutegger commented on JCR-789: -- Julian Reschke (JIRA) wrote: > Unless it's used somewhere where relative pa

[jira] Resolved: (JCR-829) XPath character escape problem

2007-04-02 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-829. -- Resolution: Invalid The space and ampersand are illegal characters in an XML name. You need to en

[jira] Commented: (JCR-804) Avoid using MultiTermDocs

2007-04-09 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487515 ] Marcel Reutegger commented on JCR-804: -- Hi Ate, What kind of java compiler are you using? My Sun javac (1.4.2_12)

[jira] Resolved: (JCR-834) Ampersand In query constraint causes InvalidQueryException

2007-04-10 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-834. -- Resolution: Duplicate > Ampersand In query constraint causes InvalidQueryException > -

[jira] Created: (JCR-837) MatchAllQuery does not implement extractTerms()

2007-04-10 Thread Marcel Reutegger (JIRA)
MatchAllQuery does not implement extractTerms() --- Key: JCR-837 URL: https://issues.apache.org/jira/browse/JCR-837 Project: Jackrabbit Issue Type: Bug Components: query Repor

[jira] Updated: (JCR-837) MatchAllQuery does not implement extractTerms()

2007-04-10 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-837: - Issue Type: New Feature (was: Bug) This is actually a new feature because the method was never used

[jira] Resolved: (JCR-837) MatchAllQuery does not implement extractTerms()

2007-04-10 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-837. -- Resolution: Fixed Implemented in revision: 527132 > MatchAllQuery does not implement extractTerms

[jira] Created: (JCR-855) Retrieve column values for a Row from index

2007-04-20 Thread Marcel Reutegger (JIRA)
Retrieve column values for a Row from index --- Key: JCR-855 URL: https://issues.apache.org/jira/browse/JCR-855 Project: Jackrabbit Issue Type: Improvement Components: query Repor

[jira] Commented: (JCR-855) Retrieve column values for a Row from index

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490251 ] Marcel Reutegger commented on JCR-855: -- See also: http://thread.gmane.org/gmane.comp.apache.jackrabbit.devel/11552

[jira] Commented: (JCR-202) Add configuration options for search manager

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490263 ] Marcel Reutegger commented on JCR-202: -- There are a couple of issues with the proposed patch: - The configuration

[jira] Updated: (JCR-202) Add configuration options for search manager

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-202: - Attachment: indexing-configuration.patch.gz This is an alternative implementation to solve this issu

[jira] Updated: (JCR-202) Add configuration options for search manager

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-202: - Attachment: (was: indexing-configuration.patch.gz) > Add configuration options for search manage

[jira] Updated: (JCR-202) Add configuration options for search manager

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-202: - Attachment: indexing-configuration.patch.gz > Add configuration options for search manager > ---

[jira] Resolved: (JCR-202) Add configuration options for search manager

2007-04-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-202. -- Resolution: Fixed Fix Version/s: 1.4 Committed my proposed patch in revision: 530696 > Add

[jira] Created: (JCR-857) Basic support for fn:name()

2007-04-22 Thread Marcel Reutegger (JIRA)
Basic support for fn:name() --- Key: JCR-857 URL: https://issues.apache.org/jira/browse/JCR-857 Project: Jackrabbit Issue Type: New Feature Components: query, xpath Reporter: Marcel Reutegger

[jira] Resolved: (JCR-857) Basic support for fn:name()

2007-04-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-857. -- Resolution: Fixed Fix Version/s: 1.4 Committed in revision: 531159 > Basic support for fn:

[jira] Created: (JCR-858) NotQuery does not implement extractTerms()

2007-04-22 Thread Marcel Reutegger (JIRA)
NotQuery does not implement extractTerms() -- Key: JCR-858 URL: https://issues.apache.org/jira/browse/JCR-858 Project: Jackrabbit Issue Type: Bug Components: query Affects Versions: 1.3

[jira] Resolved: (JCR-858) NotQuery does not implement extractTerms()

2007-04-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-858. -- Resolution: Fixed Fixed in revision: 531160. > NotQuery does not implement extractTerms() > -

[jira] Created: (JCR-859) rep:excerpt() may return malformed XML

2007-04-22 Thread Marcel Reutegger (JIRA)
rep:excerpt() may return malformed XML -- Key: JCR-859 URL: https://issues.apache.org/jira/browse/JCR-859 Project: Jackrabbit Issue Type: Bug Components: query Affects Versions: 1.3

[jira] Resolved: (JCR-859) rep:excerpt() may return malformed XML

2007-04-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-859. -- Resolution: Fixed Fixed in revision: 531165 > rep:excerpt() may return malformed XML > --

[jira] Created: (JCR-860) Add relative path parameter to rep:excerpt()

2007-04-22 Thread Marcel Reutegger (JIRA)
Add relative path parameter to rep:excerpt() Key: JCR-860 URL: https://issues.apache.org/jira/browse/JCR-860 Project: Jackrabbit Issue Type: Improvement Components: query Rep

[jira] Commented: (JCR-860) Add relative path parameter to rep:excerpt()

2007-04-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490711 ] Marcel Reutegger commented on JCR-860: -- Committed initial support in query result row. Proper support for this feat

[jira] Updated: (JCR-860) Add relative path parameter to rep:excerpt()

2007-04-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-860: - Fix Version/s: 1.4 > Add relative path parameter to rep:excerpt() >

[jira] Commented: (JCR-778) Error on query initialization - intermittent

2007-04-25 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491554 ] Marcel Reutegger commented on JCR-778: -- Does it also happen when you close the session? If not then this supports m

[jira] Updated: (JCR-863) Patch to use FileLock for locking instead of empty file

2007-04-25 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-863: - Component/s: (was: core) query Fix Version/s: 1.3 Affect

[jira] Created: (JCR-886) Index recovery may fail with IllegalArgumentException

2007-04-25 Thread Marcel Reutegger (JIRA)
Index recovery may fail with IllegalArgumentException - Key: JCR-886 URL: https://issues.apache.org/jira/browse/JCR-886 Project: Jackrabbit Issue Type: Bug Components: query A

[jira] Resolved: (JCR-886) Index recovery may fail with IllegalArgumentException

2007-04-25 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-886. -- Resolution: Fixed Fixed in revision: 532351. > Index recovery may fail with IllegalArgumentExcept

[jira] Resolved: (JCR-887) DateField class should be public

2007-04-25 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-887. -- Resolution: Fixed Fix Version/s: (was: 1.3) 1.4 DateField is now pub

[jira] Updated: (JCR-778) Error on query initialization - intermittent

2007-04-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-778: - Affects Version/s: 1.1.1 1.2.1 1.2.3

[jira] Resolved: (JCR-778) Error on query initialization - intermittent

2007-04-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-778. -- Resolution: Fixed Fix Version/s: 1.4 The problem was caused by index replace actions in the

[jira] Resolved: (JCR-790) Possible deadlock during concurrent operations on versionable nodes

2007-04-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-790. -- Resolution: Duplicate And a duplicate of JCR-672 > Possible deadlock during concurrent operations

[jira] Resolved: (JCR-672) Deadlock on concurrent save/checkin operations possible

2007-04-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-672. -- Resolution: Fixed Fix Version/s: 1.4 The calls to VirtualItemStateProvider.setNodeReference

[jira] Updated: (JCR-672) Deadlock on concurrent save/checkin operations possible

2007-04-27 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-672: - Affects Version/s: 0.9 1.0 1.0.1

[jira] Created: (JCR-893) More query classes with missing extractTerms()

2007-04-30 Thread Marcel Reutegger (JIRA)
More query classes with missing extractTerms() -- Key: JCR-893 URL: https://issues.apache.org/jira/browse/JCR-893 Project: Jackrabbit Issue Type: Bug Components: query Affects Version

[jira] Resolved: (JCR-893) More query classes with missing extractTerms()

2007-04-30 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-893. -- Resolution: Fixed Fixed in revision: 533620 > More query classes with missing extractTerms() > --

[jira] Updated: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-03 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-314: - Attachment: FineGrainedISMLocking.patch ISMLocking.patch To drive this issue forward

[jira] Commented: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493608 ] Marcel Reutegger commented on JCR-314: -- Oliver, thank you for your comment. However I do not see how a deadlock may

[jira] Reopened: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened JCR-862: -- The fix introduces a deadlock between a reader and a writer session. See attached stacktrace. > unsy

[jira] Updated: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-862: - Attachment: stacktrace.txt The deadlock can be reproduced by running ConcurrentReadWriteTest. The r

[jira] Created: (JCR-896) Unnecessary parsing of Name value

2007-05-04 Thread Marcel Reutegger (JIRA)
Unnecessary parsing of Name value - Key: JCR-896 URL: https://issues.apache.org/jira/browse/JCR-896 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions: 1.3

[jira] Resolved: (JCR-896) Unnecessary parsing of Name value

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-896. -- Resolution: Fixed Fixed in revision: 535128 > Unnecessary parsing of Name value > ---

[jira] Updated: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-862: - Attachment: ItemManager.patch I suggest we use the Map itself as a monitor to synchronize access to

[jira] Created: (JCR-897) ItemState constructor throws IllegalArgumentException

2007-05-04 Thread Marcel Reutegger (JIRA)
ItemState constructor throws IllegalArgumentException - Key: JCR-897 URL: https://issues.apache.org/jira/browse/JCR-897 Project: Jackrabbit Issue Type: Bug Components: core Af

[jira] Updated: (JCR-894) jcr:excerpt() not working for attribute searches

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-894: - Component/s: query > jcr:excerpt() not working for attribute searches >

[jira] Resolved: (JCR-894) jcr:excerpt() not working for attribute searches

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-894. -- Resolution: Fixed Fix Version/s: 1.4 Fixed in revision: 535223 > jcr:excerpt() not working

[jira] Updated: (JCR-894) rep:excerpt() not working for attribute searches

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-894: - Summary: rep:excerpt() not working for attribute searches (was: jcr:excerpt() not working for attri

[jira] Commented: (JCR-202) Add configuration options for search manager

2007-05-04 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493678 ] Marcel Reutegger commented on JCR-202: -- Fixed malformed DTD in revision: 535238 > Add configuration options for se

[jira] Created: (JCR-898) Improve excerpt fragments

2007-05-07 Thread Marcel Reutegger (JIRA)
Improve excerpt fragments - Key: JCR-898 URL: https://issues.apache.org/jira/browse/JCR-898 Project: Jackrabbit Issue Type: Improvement Components: query Affects Versions: 1.3 Reporter: Marce

[jira] Resolved: (JCR-898) Improve excerpt fragments

2007-05-07 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-898. -- Resolution: Fixed Fixed in revision: 535792 > Improve excerpt fragments > ---

[jira] Commented: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-05-08 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494228 ] Marcel Reutegger commented on JCR-862: -- Are you sure, this is exactly what shouldn't happen anymore because we move

[jira] Created: (JCR-900) Lucene queries are not properly rewritten

2007-05-08 Thread Marcel Reutegger (JIRA)
Lucene queries are not properly rewritten - Key: JCR-900 URL: https://issues.apache.org/jira/browse/JCR-900 Project: Jackrabbit Issue Type: Bug Components: query Affects Versions: 1.3

[jira] Resolved: (JCR-900) Lucene queries are not properly rewritten

2007-05-08 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-900. -- Resolution: Fixed Fixed in revision: 536145 > Lucene queries are not properly rewritten > ---

[jira] Created: (JCR-901) Support synonym searches

2007-05-08 Thread Marcel Reutegger (JIRA)
Support synonym searches Key: JCR-901 URL: https://issues.apache.org/jira/browse/JCR-901 Project: Jackrabbit Issue Type: New Feature Components: query Affects Versions: 1.3 Reporter: Marcel

[jira] Updated: (JCR-901) Support synonym searches

2007-05-08 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-901: - Affects Version/s: (was: 1.3) Since it's a new feature, it doesn't really have an affected versi

[jira] Resolved: (JCR-901) Support synonym searches

2007-05-08 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-901. -- Resolution: Fixed Added an interface that allows to plug in a custom SynonymProvider. Committed i

[jira] Commented: (JCR-901) Support synonym searches

2007-05-08 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494341 ] Marcel Reutegger commented on JCR-901: -- Added a SynonymProvider implementation that uses WordNet to get synonyms fo

[jira] Commented: (JCR-901) Support synonym searches

2007-05-09 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494454 ] Marcel Reutegger commented on JCR-901: -- In general I agree. The problem I had was that I didn't know how to supply

[jira] Created: (JCR-906) Introduce similarity function

2007-05-09 Thread Marcel Reutegger (JIRA)
Introduce similarity function - Key: JCR-906 URL: https://issues.apache.org/jira/browse/JCR-906 Project: Jackrabbit Issue Type: New Feature Components: query Reporter: Marcel Reutegger

[jira] Resolved: (JCR-906) Introduce similarity function

2007-05-09 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-906. -- Resolution: Fixed Fix Version/s: 1.4 Added function rep:similar() I copied the MoreLikeThi

[jira] Created: (JCR-907) Create HTML excerpt provider

2007-05-09 Thread Marcel Reutegger (JIRA)
Create HTML excerpt provider Key: JCR-907 URL: https://issues.apache.org/jira/browse/JCR-907 Project: Jackrabbit Issue Type: New Feature Components: query Reporter: Marcel Reutegger

[jira] Resolved: (JCR-907) Create HTML excerpt provider

2007-05-11 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-907. -- Resolution: Fixed Fix Version/s: 1.4 Added org.apache.jackrabbit.core.query.lucene.DefaultH

[jira] Reopened: (JCR-906) Introduce similarity function

2007-05-14 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened JCR-906: -- Should also support a relative path argument just like jcr:contains(). > Introduce similarity functio

[jira] Resolved: (JCR-906) Introduce similarity function

2007-05-14 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-906. -- Resolution: Fixed Committed in revision: 537767 The rep:similar() function now has the following

[jira] Created: (JCR-920) rep:excerpt() should also work on properties

2007-05-14 Thread Marcel Reutegger (JIRA)
rep:excerpt() should also work on properties Key: JCR-920 URL: https://issues.apache.org/jira/browse/JCR-920 Project: Jackrabbit Issue Type: Improvement Components: query Rep

[jira] Resolved: (JCR-920) rep:excerpt() should also work on properties

2007-05-14 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-920. -- Resolution: Fixed Fix Version/s: 1.4 Committed in revision: 537791 The function now also a

[jira] Commented: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-15 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495886 ] Marcel Reutegger commented on JCR-314: -- Jukka, thanks for your comments. > My main concern is that this still does

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-05-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496251 ] Marcel Reutegger commented on JCR-890: -- I agree that this 'feature' is desirable however I would rather implement

[jira] Commented: (JCR-929) Under Heavy load in a Cluster HTTP Threads Block and stall requests

2007-05-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497390 ] Marcel Reutegger commented on JCR-929: -- Can you please attach the full stacktrace of the involved threads? > Under

[jira] Resolved: (JCR-931) cluster synchronization NPE

2007-05-22 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-931. -- Resolution: Fixed Fix Version/s: 1.4 I've added a check to the NodeIndexer to make sure the

[jira] Updated: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-23 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-314: - Attachment: FineGrainedISMLocking-v2.patch Here's a new version of FineGrainedISMLocking. The perfo

[jira] Commented: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-23 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498226 ] Marcel Reutegger commented on JCR-314: -- Applied the patches ISMLocking.patch and FineGrainedISMLocking-v2.patch wit

[jira] Updated: (JCR-314) Fine grained locking in SharedItemStateManager

2007-05-23 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-314: - Attachment: writes-per-second.jpg The chart shows the writes per second of the writer thread using t

[jira] Reopened: (JCR-920) rep:excerpt() should also work on properties

2007-05-23 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened JCR-920: -- One of the changes for this enhancement causes 3 test cases to fail: testEqualsGeneralComparison(o

[jira] Resolved: (JCR-920) rep:excerpt() should also work on properties

2007-05-23 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-920. -- Resolution: Fixed Fixed in revision: 540953 > rep:excerpt() should also work on properties >

  1   2   3   4   5   6   7   8   9   10   >