My CDMA phone dropped service for a few minutes after the leap second. It's absurd that we continue to keep subjecting ourselves to these disruptions and the considerable amount of work that goes into handling leap seconds for the systems that aren't disrupted by them. Leap seconds serve no useful purpose. Applications that care about solar time care usually care about the local solar time, while UT1 is a 'mean solar…
Some DNS lookups causing 5xx errors due to leap second bug
11–20 of 135 posts
Re: Some DNS lookups causing 5xx errors due to leap second bug
#12My CDMA phone dropped service for a few minutes after the leap second. It's absurd that we continue to keep subjecting ourselves to these disruptions and the considerable amount of work that goes into handling leap seconds for the systems that aren't disrupted by them. Leap seconds serve no useful purpose. Applications that care about solar time care usually care about the local solar time, while UT1 is a 'mean solar…
Or maybe we just need to code system that handles leap seconds correctly.
Re: Some DNS lookups causing 5xx errors due to leap second bug
#13My CDMA phone dropped service for a few minutes after the leap second. It's absurd that we continue to keep subjecting ourselves to these disruptions and the considerable amount of work that goes into handling leap seconds for the systems that aren't disrupted by them. Leap seconds serve no useful purpose. Applications that care about solar time care usually care about the local solar time, while UT1 is a 'mean solar…
Re: Some DNS lookups causing 5xx errors due to leap second bug
#14My CDMA phone dropped service for a few minutes after the leap second. It's absurd that we continue to keep subjecting ourselves to these disruptions and the considerable amount of work that goes into handling leap seconds for the systems that aren't disrupted by them. Leap seconds serve no useful purpose. Applications that care about solar time care usually care about the local solar time, while UT1 is a 'mean solar…
Or maybe we just need to code system that handles leap seconds correctly.
Re: Some DNS lookups causing 5xx errors due to leap second bug
#15Earlier quoted context omitted.
Or maybe we just need to code system that handles leap seconds correctly.
Or maybe we should start holding project managers accountable for these issues instead of simply basing their performance on deadlines.
Re: Some DNS lookups causing 5xx errors due to leap second bug
#16Earlier quoted context omitted.
Or maybe we just need to code system that handles leap seconds correctly.
Two valid points. A third: convince everyone to adopt epoch time for data transfer (seconds since epoch), and let applications that require formatted time do the transformation where it will be used (not earlier). It doesn't make a lot of sense that a timestamp represented as HOUR/MIN/SEC:DAY/YEAR should be passed around on the network of a production system. Leave it to the recipient to convert. I guess this is a su…
Re: Some DNS lookups causing 5xx errors due to leap second bug
#17I'm guessing CloudFlare runs their own custom DNS server software?
Is this not it? https://github.com/cloudflare/dns
Re: Some DNS lookups causing 5xx errors due to leap second bug
#18Earlier quoted context omitted.
Or maybe we should start holding project managers accountable for these issues instead of simply basing their performance on deadlines.
Classic Hacker News, it's always the PM or the management at fault, engineers are faultless.
Re: Some DNS lookups causing 5xx errors due to leap second bug
#19My CDMA phone dropped service for a few minutes after the leap second. It's absurd that we continue to keep subjecting ourselves to these disruptions and the considerable amount of work that goes into handling leap seconds for the systems that aren't disrupted by them. Leap seconds serve no useful purpose. Applications that care about solar time care usually care about the local solar time, while UT1 is a 'mean solar…
Or maybe we just need to code system that handles leap seconds correctly.
Re: Some DNS lookups causing 5xx errors due to leap second bug
#20I'm curious what if anything would be problematic if everything just effectively "ignored" leap seconds (i.e. would this outage not have occurred?) --- one minute is always 60 seconds, an hour is always 60 minutes, and a day always 24h. I mean, if you consider the fact that human society has managed to function perfectly well with almost everyone not knowing nor caring what a leap second is, and yet apparently some s…
I'm sure other fields do as well.