-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRRExplorer view of our data is unexpectedly out of date #296
Comments
Still showing the old NTTCOM data. |
Looking at our logs I see something odd with the NTT database updates in irrd:
For over a week time, we're seeing the same serial for NTT's data. So we're pulling data, but since the serial is still the same, we assuming there are no updates. The serial is taken from ftp://rr1.ntt.net/nttcomRR/NTTCOM.CURRENTSERIAL. However, when I check the serial on that URL manually, I see a newer serial:
Forcing a reload of the mirror data (using
So it seems irrd is incorrectly not updating data because it fails to see the updated serial. What makes it extra weird, is that I see the same issues with serial numbers not updating on my test instance as well, but it was stuck on different serial numbers: 1480799. A forced refresh of the NTT database solved it there as well. @tangledhelix are you aware of any issues with the serial number of the NTT database? I guess not, since I see different serial numbers on those two instances. So possibly this is a bug in irrd we're seeing. One last remark: we use this repository to track issues with the codebase. If you experience issues with the hosted IRR Explorer data freshness, contacting us on the email address on the website is better, since that will get more people's attention (and faster). |
This seems to be related to irrdnet/irrd#877 |
I'm one of the operators of NTTCOM (rr.ntt.net). We have had a complaint about old data still showing up in IRRexplorer.
https://irrexplorer.nlnog.net/prefix/116.199.202.0/23
At this moment it returns the result seen in the below screenshot:
Here are the entries it complains about:
If you query those prefixes from rr.ntt.net, even with
!fno-rpki-filter
active, they are not present. The only matching entry is this valid route mirrored from APNIC:The invalid AS38548 entries were deleted from our IRR yesterday (14 Nov.) The IRRexplorer status page currently says NTTCOM was refreshed at 2023-11-15 02:34.
The text was updated successfully, but these errors were encountered: