We need a mechanism/test to ensure RDMABuffer drop() is called and thus memory region resource is not leaked. Context: https://github.com/meta-pytorch/torchstore/pull/64 Two possible directions: - Unit/integration tests - Runtime tracking and issue warning for potentially leaking resource.
We need a mechanism/test to ensure RDMABuffer drop() is called and thus memory region resource is not leaked.
Context: #64
Two possible directions: