RE: Related to the startup performance discussion

2018-12-06 Thread Leschke, Scott
Nope, no special activation.  In this case, no activation at all actually.  
I'll see what happens after 4.2.2 comes out and if the behavior still exists 
I'll get you a thread dump.

Scott

-Original Message-
From: Jean-Baptiste Onofré  
Sent: Wednesday, December 05, 2018 10:54 PM
To: user@karaf.apache.org
Subject: Re: Related to the startup performance discussion

Hi,

Can you take a thread dump at startup and send to me ?

Do you have something special in the activator/activate of your bundle ?

Without some details, it's hard to say.

Thanks,
Regards
JB

On 06/12/2018 00:08, Leschke, Scott wrote:
> FWIW, I also have something I see.  I have a bundle that sits in the 
> Waiting state for a long time. A bundle:diag tells me it's waiting on 
> a particular service but, the service it's talking about comes from a 
> bundle that is Active, and the service itself has no dependencies and 
> has */immediate = true/* set.
> 
>  
> 
> I also see this same thing but the service in question is the 
> org.osgi.service.jndi.JNDIContextManager that it doesn't resolve 
> against. Again, the bundles waiting on this eventually resolve but it 
> frequently takes a long while, like a minute or more.
> 
>  
> 
> This happens under Windows Server 2016.
> 
>  
> 

--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Related to the startup performance discussion

2018-12-05 Thread Jean-Baptiste Onofré
Hi,

Can you take a thread dump at startup and send to me ?

Do you have something special in the activator/activate of your bundle ?

Without some details, it's hard to say.

Thanks,
Regards
JB

On 06/12/2018 00:08, Leschke, Scott wrote:
> FWIW, I also have something I see.  I have a bundle that sits in the
> Waiting state for a long time. A bundle:diag tells me it’s waiting on a
> particular service but, the service it’s talking about comes from a
> bundle that is Active, and the service itself has no dependencies and
> has */immediate = true/* set.
> 
>  
> 
> I also see this same thing but the service in question is the
> org.osgi.service.jndi.JNDIContextManager that it doesn’t resolve
> against. Again, the bundles waiting on this eventually resolve but it
> frequently takes a long while, like a minute or more.
> 
>  
> 
> This happens under Windows Server 2016.
> 
>  
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Related to the startup performance discussion

2018-12-05 Thread Leschke, Scott
FWIW, I also have something I see.  I have a bundle that sits in the Waiting 
state for a long time. A bundle:diag tells me it's waiting on a particular 
service but, the service it's talking about comes from a bundle that is Active, 
and the service itself has no dependencies and has immediate = true set.

I also see this same thing but the service in question is the 
org.osgi.service.jndi.JNDIContextManager that it doesn't resolve against. 
Again, the bundles waiting on this eventually resolve but it frequently takes a 
long while, like a minute or more.

This happens under Windows Server 2016.