Skip to content

Cannot assign request address  #3787

@laosandegudai

Description

@laosandegudai

NEST/Elasticsearch.Net version:6.6

Elasticsearch version:6.7

Description of the problem including expected versus actual behavior:
When big data index
IB BIMMD}BWZPNM930NK}OK

Steps to reproduce:
1.
2.
3.

Provide ConnectionSettings (if relevant):
var path = Environment.GetEnvironmentVariable("ESURL");
if (string.IsNullOrWhiteSpace(path))
{
throw new Exception("the Environment vairable ESURL is not exist");
}

        var pathArr = path.Split(",", StringSplitOptions.RemoveEmptyEntries);
        IEnumerable<Uri> nodes = pathArr.ToList().Select(s => new Uri(s));
        var pool = new StaticConnectionPool(nodes);
        var settings = new ConnectionSettings(pool).DefaultTypeName(ESClient.DOCUMENTTYPE).ConnectionLimit(1000);

Provide DebugInformation (if relevant):

Describe the feature:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions