Skip to content
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

Automatically stop using some operator servers when removed from log_list.json #51

Open
uggyuggy opened this issue Feb 7, 2025 · 0 comments

Comments

@uggyuggy
Copy link

uggyuggy commented Feb 7, 2025

Hi,

Until recently, I think the number of servers listed into the log_list.json was only increasing.

But 2 days ago, it seems that it decreased from 48 to 37.

$ curl -s https://www.gstatic.com/ct/log_list/v3/log_list.json | jq -r '.operators[].logs[].url' | sort -u | wc -l
37

From the logs, it seems that until the service is restarted, the "old" operator servers are still requested by the daemon.

That's for sure not a big concern to continue to ask for "old" servers, but if they are not listed anymore into log_list.json it could makes sense for the daemon to also detect it and automatically stop using those.

Unlike the 1hour check for adding new servers, may be a 12hours check for removing servers would be enough ?

(On my side, as I noticed it, I restarted the daemon and now 37 only are used fine)

Thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant