Has anyone seen this not on Ubuntu?
Out of control Java processes when dealing with a leap second?
11–20 of 43 posts
We saw it pop up on Centos6 as well. JRE 1.6 and 1.7.
Re: Out of control Java processes when dealing with a leap second?
#12Leap 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
Thank you! Was banging my head against the wall on RHEL6's tomcat. Went on Hacker News to stop thinking about it for a few minutes. Son of a bitch, the solution was right on the front page.
Re: Out of control Java processes when dealing with a leap second?
#13Even if you're not running java in your stack, it's worth a quick check on your servers. Our SoftLayer servers use an Adaptec RAID card and the monitoring software uses the JVM and will suck up all of your CPU. All of our MySQL/Cassandra/Redis/Kestrel servers needed to be bounced because they had RAID cards. Frustrating.
Re: Out of control Java processes when dealing with a leap second?
#14Has anyone seen this not on Ubuntu?
I saw this on my Fedora 17 laptop. Chrome started eating up 100% CPU and my laptop started getting really hot. I tried restarting Chrome, updating Chrome, etc. Nothing worked. Rebooting fixed the problem.
Surprisingly, none of my servers have had problems, but I don't run Java anywhere.
Re: Out of control Java processes when dealing with a leap second?
#15Same problem here. I am supposedly on vacation in Barcelona and was summoned to help :/ Gotta love your java.
Re: Out of control Java processes when dealing with a leap second?
#16Leap 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
This is what worked for us. Credit to https://bugzilla.mozilla.org/show_bug.cgi?id=769972#c5
Re: Out of control Java processes when dealing with a leap second?
#17Re: Out of control Java processes when dealing with a leap second?
#18Has anyone seen this not on Ubuntu?
FC15
Re: Out of control Java processes when dealing with a leap second?
#19Fun that a bug for my team happens to be the thing linked in this article. :)
Re: Out of control Java processes when dealing with a leap second?
#20What's the explanation of that wacky date format?
minute day hour month year . second