> On Dec 9, 2024, at 06:04, YoungUk Song <pid...@g.skku.edu> wrote:
> Are there any best practices for efficiently handling this task across such a 
> large number of servers?

Out of curiosity, shouldn't something in your infrastructure know this 
information already?  After all, something created all these servers.

That being said, you will need to open connections to the servers to determine 
if they are in recovery or not.  You might be able to do a small optimization 
in that, when you connect, you also query to see what servers are attached to 
that server as binary replicas: you can then remove them from the list of 
servers that need to be checked, since you know they are in recovery.  If you 
have cascaded binary replicas, however, this could end up creating more work 
than it solves.

Reply via email to