Skip to content

"No alive nodes found in your cluster" when try to update mapping [7.4] #974

Closed
@kispusi89

Description

@kispusi89

Summary of problem or feature request

Hello! I always get this exception, but only when use putMapping().
$client->indices()->exists($params), $client->indices()->create($params), $client->indices()->delete($params), $client->indices()->getMapping($params)
work as expected, but when try $client->indices()->putMapping($params), I've got this error message:

Elasticsearch\Common\Exceptions\NoNodesAvailableException : No alive nodes found in your cluster

System details

  • Operating System: CentOS 7
  • PHP Version: 7.2.22
  • Elasticsearch version: 7.4.2 (official docker container)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions