[jira] Created: (FELIX-1783) Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (FELIX-1783) Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)
----------------------------------------------------------------------------

                 Key: FELIX-1783
                 URL: https://issues.apache.org/jira/browse/FELIX-1783
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: felix-2.0.1
            Reporter: Karl Pauls
            Assignee: Karl Pauls
             Fix For: felix-2.2.0


FELIX-1746 uncovered some contention inside the service registry. It provides a patch based on a COW map implementation. However, for now we are going with a patch that removes the contention by doing some more copying and less locking. This is a short-term solution and we need to go back to FELIX-1746 and see where and how we can make use of the COW map in other places too as well as in this one.  

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-1783) Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Karl Pauls resolved FELIX-1783.
-------------------------------

    Resolution: Fixed

> Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1783
>                 URL: https://issues.apache.org/jira/browse/FELIX-1783
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: felix-2.0.1
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>             Fix For: felix-2.2.0
>
>
> FELIX-1746 uncovered some contention inside the service registry. It provides a patch based on a COW map implementation. However, for now we are going with a patch that removes the contention by doing some more copying and less locking. This is a short-term solution and we need to go back to FELIX-1746 and see where and how we can make use of the COW map in other places too as well as in this one.  

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1783) Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Richard S. Hall updated FELIX-1783:
-----------------------------------

    Fix Version/s:     (was: felix-2.2.0)
                   felix-2.0.2

> Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1783
>                 URL: https://issues.apache.org/jira/browse/FELIX-1783
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: felix-2.0.1
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>             Fix For: felix-2.0.2
>
>
> FELIX-1746 uncovered some contention inside the service registry. It provides a patch based on a COW map implementation. However, for now we are going with a patch that removes the contention by doing some more copying and less locking. This is a short-term solution and we need to go back to FELIX-1746 and see where and how we can make use of the COW map in other places too as well as in this one.  

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.