Out of control Java processes when dealing with a leap second?
bugzilla.mozilla.org
Out of control Java processes when dealing with a leap second?
1–10 of 43 posts
Re: Out of control Java processes when dealing with a leap second?
#2Reddit is also down due to Java https://twitter.com/redditstatus/status/219244389044731904
Re: Out of control Java processes when dealing with a leap second?
#3We saw this on every Ubuntu Lucid machine we run. Restarting the JVM was insufficient - we ended up fully rebooting the machines.
Re: Out of control Java processes when dealing with a leap second?
#4Leap second + Java + Linux fix (without reboot):
/etc/init.d/ntp stop; date; date `date +"%m%d%H%M%C%y.%S"`; date;
-- then restart java
Re: Out of control Java processes when dealing with a leap second?
#5I saw the same across all of our Ubuntu servers. Some running Tomcat others running SmartFox Server (a java based game server). A reboot + app restart fixed it.
Re: Out of control Java processes when dealing with a leap second?
#6I experienced no problem today. Is this Java-specific?
Re: Out of control Java processes when dealing with a leap second?
#7Leap second + Java + Linux fix (without reboot): /etc/init.d/ntp stop; date; date `date +"%m%d%H%M%C%y.%S"`; date; -- then restart java
Works wonders for me. Thanks!
Re: Out of control Java processes when dealing with a leap second?
#8Has anyone seen this not on Ubuntu?
Re: Out of control Java processes when dealing with a leap second?
#9Leap second + Java + Linux fix (without reboot): /etc/init.d/ntp stop; date; date `date +"%m%d%H%M%C%y.%S"`; date; -- then restart java
you saved the orphanage!
Re: Out of control Java processes when dealing with a leap second?
#10I experienced no problem today. Is this Java-specific?
Yeah this is what is slaying linkedin at the moment.