Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Duplicate transfer request within the same job prevents cleanup of the job's logical volume #1003

@dlherms-ibm

Description

@dlherms-ibm

When submitting the same transfer definition twice within a job and also specifying the same handle and contribid, one of the transfers is successful and the other fails. That is expected. However, after both operations have run to completion, file locks remain on the compute node. These file locks prevent the unmount of the path to the job's logical volume and the deletion of that logical volume. The work around is to end bbProxy for the compute node, manually unmount the path to the logical volume, and then restart bbProxy. Restarting bbProxy will automatically delete that orphaned logical volume.

While this is an application error that performs the same transfer twice using the same handle and contribid, the system should not be left in a state such that the job's logical volume cannot be properly cleaned up.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions