nfs4j
nfs4j copied to clipboard
Can nfs4j-client automatically reclaim expired resources?
After the session expires, can the client actively reconnect? The client does not need to do any processing, the server will take the initiative to reclaim expired resources? When I used nfs4j-client to create a large number of mounts and performed related io operations, I found that some bad_sessions on the client side had failed, but the number of links displayed on the server side did not decrease. I don’t know how to recycle these expired resources.
Hi. Sorry to the late reply.
The nfs4j nfs client has testing only purpose. Thus doesn't have any recovery capabilities. However, this doesn't mean that they can be added.
Just to clarify: you expect the client to drop tcp connections when session expires?