You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Pierre De Rop (JIRA)" <ji...@apache.org> on 2016/12/27 23:23:58 UTC

[jira] [Resolved] (FELIX-5467) MultiPropertyFilterIndex is unusable when a service reference contains a lot of values for one key

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

Pierre De Rop resolved FELIX-5467.
----------------------------------
    Resolution: Fixed
      Assignee: Pierre De Rop

Thank you Jeroen, the patch looks good and I committed it in revision 1776213.

Putting this issue to resolved, thanks.

> MultiPropertyFilterIndex is unusable when a service reference contains a lot of values for one key
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-5467
>                 URL: https://issues.apache.org/jira/browse/FELIX-5467
>             Project: Felix
>          Issue Type: Improvement
>          Components: Dependency Manager
>    Affects Versions: org.apache.felix.dependencymanager-r8
>            Reporter: Jeroen Daanen
>            Assignee: Pierre De Rop
>         Attachments: MultiPropertyFilterIndex.java, Property.java
>
>
> Upon addition of a service, the MultiPropertyFilterIndex creates a set of keys using the keys and values of the service reference properties. If the value is an array of values it creates keys for each possible permutation of those values so that the service reference can be retrieved if in the service dependency filter multiple values are specified (e.g. {{(&(objectClass=SomeClass)(&(a=x)(a=n)(a=y)(b=y)(c=z)))}}). If there are a lot of values for a key this results in a huge memory consumption, making it impossible to use.
> Now, in my application I always specify just one value in the service filter (e.g. there is a service which has multiple values for property "a" but I only specify one: {{(&(objectClass=SomeClass)(&(a=x)(b=y)(c=z)))}}) so I don't need those permutations, but because my property has a lot of values (>10) I cannot use the MultiPropertyFilterIndex causing a significant performance loss.
> I would like to suggest to add the possibility to leave out creating the permutation of values for a service property if you specify so in your filter properties. For instance by preceding the property configuration with '#', e.g. {{-Dorg.apache.felix.dependencymanager.filterindex=\*aspect\*;\*adapter\*;objectClass;objectClass,#a,b,c}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)