nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Can nfs4j-client automatically reclaim expired resources?

Open hxedda opened this issue 4 years ago • 1 comments

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.

hxedda avatar Aug 02 '21 01:08 hxedda

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?

kofemann avatar Aug 30 '21 08:08 kofemann