Skip to content

Pattern read should handle race condition #117

@rhuss

Description

@rhuss

When using read with a pattern, then two step are performed: First, the MBeans are searched for, then their attributes are read. So, when an MBean gets deregistered inbetween, then the read will fail.

An InstanceNotFoundException should be ignored, which has effectively the same consequence as if the MBean wouldn't be included in the search result from the very beginning.

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions