-
Notifications
You must be signed in to change notification settings - Fork 43
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
SRV TTL triggers timeout event #176
Conversation
Thanks for your PR! Could you please describe the problem at hand? From the title, my understanding is that SRV TTL expired while PTR record was still valid because PTR has 75 mins TTL while SRV only has 2 mins TTL. Is that the problem? If yes, I think the direct cause is that currently we checks only PTR record for refresh due. If we send out At the high level, I think if SRV TTL indeed expires (even with refresh), which means the server no longer exists for the service instance, we should generate |
Because I don't quite understand the difference between |
Both |
I added a draft PR #180 to address the issues here. Let me know what you think. @wfeii1980 . Thanks. |
I've updated the PR #180 to support your use case. Would you please help check if that PR can:
Please let me know if any issues. Thanks! (and just to clarify, @wfeii1980 I will add you as co-author in #180 because it was inspired by yours) |
@wfeii1980 please let me know what do you think about PR #180 ? Would it help your use case? |
upgrade to 0.11.0 |
I've merged PR #180, which should have fixed this one. If you still have issues with SRV TTL triggers, please open a new issue, or re-open this one. Thanks! |
issue 54 Add ServiceEvent::ServiceInactive