Skip to content

Mapping metadata not restored from gateway on server restart #57

@clintongormley

Description

@clintongormley

Hiya

  • start a server with a fs gateway
  • put a mapping
  • index some docs
  • check cluster state -> can see mapping metadata
  • optionally snapshot the gateway
  • close down the server
  • restart the server
  • check cluster state -> no mapping metadata
  • indexed docs still exist, and the mapping still applies

I have my config set up as follows:

cluster:
    name:               iAnnounce

network:
    bindHost:           192.168.5.100
    publishHost:        192.168.5.100

node:
    data:               true

http:
    enabled:            true


gateway:
    type:               fs
    fs:             
        location:       /opt/elasticsearch/data

index:
    store:
        type:           memory
        memory:
            cacheSize:  20m
            bufferSize: 10k

thanks

Clint

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions