You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2017/02/16 20:27:41 UTC

[jira] [Closed] (FELIX-4788) trigger URLHandlersBundleStreamHander.hashcode() when bundeld>255

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

Karl Pauls closed FELIX-4788.
-----------------------------
       Resolution: Invalid
    Fix Version/s:     (was: framework-5.6.2)

This is an old issue that doesn't apply anymore as we override getHostAddress for a long time now.

> trigger URLHandlersBundleStreamHander.hashcode()  when bundeld>255
> ------------------------------------------------------------------
>
>                 Key: FELIX-4788
>                 URL: https://issues.apache.org/jira/browse/FELIX-4788
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-4.6.0
>            Reporter: wuwenyu
>
> I find a probleam when i deploy multi-version bundles when  bundle Id over 255 ,something i found today
> ->trigger URLHandlersBundleStreamHander.hashcode()  when bundeld over 255  in my business bundle which using springdm1.2.1.
> ->super class URLStreamHandler.hashCode will be invoked 
> ->then getHostAddress()  
> ->then InetAddress.getByName(host)   
> when host over  255 
> consume about 11s to execute
> if i have 50 bundles   comsune 550s when i deploy these bundles 
> Such behavior is unacceptable。



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)