Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.3.5.v20151012 Maintenance Release; Startup performance issue

I have an observation/potential bug with the latest release. On my system the start-up time of jetty increased almost by factor 4 compared to 9.3.3. It is actually a fairly simple setup having only a recent jenkins being deployed on it. I post the logs of the startup sequence below. The complete environment for the two jetty setups is identical. Same machine, Mac OS version, JVM, drive and same root directory. The issue is reproducable. Anyone else having the same observation?

Regards, Erik

-----

9.3.3

2015-10-16 07:23:06.312:INFO:oejs.Server:main: jetty-9.3.3.v20150827
2015-10-16 07:23:06.338:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///Volumes/CRBS/jetty-distribution-9.3.3.v20150827/webapps/] at interval 1
2015-10-16 07:23:11.371:WARN:oejpw.PlusDescriptorProcessor:main: No value for env-entry-name HUDSON_HOME
Jenkins home directory: /Volumes/CRBS/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2015-10-16 07:23:15.056:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@724af044{/jenkins,file:///private/var/folders/sj/jyk9h8792tzfgdy2by2p72yr0000gn/T/jetty-0.0.0.0-8080-jenkins.war-_jenkins-any-2504625044271089720.dir/webapp/,AVAILABLE}{/jenkins.war}
2015-10-16 07:23:15.086:INFO:oejs.ServerConnector:main: Started ServerConnector@3b74ac8{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2015-10-16 07:23:15.087:INFO:oejs.Server:main: Started @9621ms


9.3.5

2015-10-16 07:24:23.280:INFO:oejs.Server:main: jetty-9.3.5.v20151012
2015-10-16 07:24:23.304:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///Volumes/CRBS/jetty-distribution-9.3.5.v20151012/webapps/] at interval 1
2015-10-16 07:24:56.040:WARN:oejpw.PlusDescriptorProcessor:main: No value for env-entry-name HUDSON_HOME
Jenkins home directory: /Volumes/CRBS/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2015-10-16 07:24:58.750:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@475530b9{/jenkins,file:///private/var/folders/sj/jyk9h8792tzfgdy2by2p72yr0000gn/T/jetty-0.0.0.0-8080-jenkins.war-_jenkins-any-3234724077490524550.dir/webapp/,AVAILABLE}{/jenkins.war}
2015-10-16 07:24:58.781:INFO:oejs.ServerConnector:main: Started ServerConnector@5a755cc1{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2015-10-16 07:24:58.782:INFO:oejs.Server:main: Started @36368ms

Back to the top