I experienced no problem today. Is this Java-specific?
People are reporting the same issue with MySQLd, I had it with Firefox.
31–40 of 43 posts
I experienced no problem today. Is this Java-specific?
People are reporting the same issue with MySQLd, I had it with Firefox.
What's the explanation of that wacky date format? minute day hour month year . second
Originally (and perhaps still) the month day is optional; allowing you to set the date with just hour and minute.
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
wow.
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.
Having looked in to it, it seems our server admin decided to install OpenNTP to replace the standard NTP daemon. I'm not sure why he did that, but it seems OpenNTP just ignores leap seconds and compensates after the fact just as if your clock had drifted a second out of sync in the usual way.
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
A lot simpler: date --set "`date`"
Same problem here. I am supposedly on vacation in Barcelona and was summoned to help :/ Gotta love your java.