Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can nfs4j-client automatically reclaim expired resources? #108

Open
hxedda opened this issue Aug 2, 2021 · 1 comment
Open

Can nfs4j-client automatically reclaim expired resources? #108

hxedda opened this issue Aug 2, 2021 · 1 comment

Comments

@hxedda
Copy link

hxedda commented Aug 2, 2021

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.

@kofemann
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants