Skip to content

RestService: missing index log message displays wrong setting #656

@sawyercade

Description

@sawyercade

In RestService.findPartitions(), if reads/writes are requested on an index that does not exist, es.index.read.missing.as.empty is checked to determine whether further action should be allowed. However, when further action is not configured as allowable, the log message displays Index [index/type] missing and settings [es.field.read.empty.as.null] is set to false.

The field name displayed in the log message should be es.index.read.missing.as.empty, not es.field.read.empty.as.null.

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