Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

driver pod not handle some executor pod fail #600

@ChenLingPeng

Description

@ChenLingPeng

If an executor pod failed before register to the driver, the driver can't aware these executors and can't create a new executor.

e.g.
the pic below shows an exception before register to the driver, which is raised by CoarseGrainedExecutorBackend.askAsync
image

the driver expects the executor to register but not handle the failed executor, the log below shows that

image

the reason is that when watch executor, we have not handle the failed executor event which is Action.MODIFY and in Failed phase.

I will pull a request to fix this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions