-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RC-1 returns MaxRetrtyException when connecting to client. Downgrading to beta connects fine #809
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
Comments
@bsee08 can you inspect the maxretry innerexception and show us what that holds ? |
The innerException is null. Stacktrace: |
@bsee08 are you able to join https://jabbr.net/#/rooms/elasticsearch ? |
PR #666 was evil afterall This introduced a change where we default to setting proxy on webrequests to null to combat random first call stalls of well over 10 seconds. From what we saw on @bsee08 system setting it to null actually caused a first request stall of well over 10 seconds. Clearly there is no correct default so we default to what the CLR defaults to. If you notice the first request takes too long then you can now call |
I have an existing index that I try to connect to. My production environment has 3 nodes, my test environment has 1. Trying to connect to either fails with RC-1, but works on both when I connect with the beta. All nodes are running ElasticSearch 1.1. All nodes are pingable, running properly, and the index exists. Has the connection api changed? I don't see it mentioned in the docs.
The code calling that function:
The text was updated successfully, but these errors were encountered: