[
https://issues.apache.org/jira/browse/FELIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuwenyu updated FELIX-4788:
---------------------------
Description:
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。
was:
->trigger URLHandlersBundleStreamHander.hashcode() when bundeld>255 in my
business bundle using springdm.
->super class URLStreamHandler.hashCode will be invoked
->then getHostAddress()
->then InetAddress.getByName(host)
when host > 255
consume about 11s to execute
if i have 50 bundles comsune 550s when i deploy these bundles
> 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
> Fix For: framework-4.6.0
>
>
> 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。
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)