Skip to content

PutShutdownNodeAction.Request does not preserve parent task or timeouts on the wire #107857

@DaveCTurner

Description

@DaveCTurner

PutShutdownNodeAction.Request is an AcknowledgedRequest whose transport-protocol representation therefore should start with the parent task ID followed by the ?masterNodeTimeout and ?timeout parameters. However we do not call the superclass writeTo() method when serializing it so these fields are omitted, and therefore we end up with the default 30s timeouts (and no parent task ID) on a remote master node.

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