-
Notifications
You must be signed in to change notification settings - Fork 4
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
Let KnowledgeDirectoryConnection
deal with GOAWAY received
better.
#476
Comments
The Exception looks like this (when querying for recent KER info):
And it looks like this when renewing our KD lease:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usage of cloud services also means that services are sometimes temporarily unavailable. One instance where we encountered this is with the Knowledge Directory and it returned the message
GOAWAY received
. Apparently, this is something we just have to deal with.Currently, if the
GOAWAY received
message is received, theKnowledgeDirectoryConnection
returns an empty list and allRemoteKerConnection
objects are removed from theRemoteKerConnectionManager
. This is too much, I think. The best way would be to deal with this in theKnowledgeDirectoryConnection
, but if that is not possible we should deal with it somewhere else.The text was updated successfully, but these errors were encountered: