Skip to content

[Common] Synchronize HadoopUtils YarnClient and HDFS access #4404

Description

@shangeyao

Problem

HadoopUtils keeps global YarnClient/HDFS instances without synchronization. Kerberos ticket refresh closes all clients while watchers and job submission may still be using them, causing intermittent failures.

Proposed solution

Guard YarnClient, HDFS, UGI, and configuration access with a shared lock, including Kerberos refresh timer callbacks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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