Fun that a bug for my team happens to be the thing linked in this article. :)
Funny to see your name there!
21–30 of 43 posts
Fun that a bug for my team happens to be the thing linked in this article. :)
Funny to see your name there!
Would love to read a root cause analysis of the relevant source code. Anyone have a link?
Leap 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
Would love to read a root cause analysis of the relevant source code. Anyone have a link?
Earlier quoted context omitted.
Yeah this is what is slaying linkedin at the moment.
MySQL is also apparently affected, according to the #mysql IRC channel.
Leap 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
date --set "`date`"
Many unix things are not as multithreaded as those examples.
Even 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.