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

fsinfo error,rpc request timeout #39

Open
tangxuGoGoGo opened this issue Feb 21, 2022 · 0 comments
Open

fsinfo error,rpc request timeout #39

tangxuGoGoGo opened this issue Feb 21, 2022 · 0 comments

Comments

@tangxuGoGoGo
Copy link

When I'm testing on an nfs server on a test network segment (not on the same network segment as the code running client), the error occurs almost every time when I get the file I/O stream. Through the exception prompt information, an exception is thrown when fsinfo is called.The detailed exception stack trace is as follows:
Exception in thread "main" com.emc.ecs.nfsclient.nfs.NfsException: networ error,server:xxxxxx, RPC error: rpc request timeout on the connection:/xxxx:2049
at com.emc.ecs.nfsclient.rpc.RpcWrapper. hanldeRpcException(Rpcwrapper.java:311)
at com.emc.ecs.nfsclient.rpc.RpcWrapper. callRpcWrapped(Rpcwrapper.java:134)
at com.emc.ecs.nfsclient.nfs.nfs3.Nfs3.wrapped_getFsInfo(Nfs3.java:1273)
at com.emc.ecs.nfsclient.nfs.nfs3.Nfs3.wrapped_getFsInfo(Nfs3.java:90)
at com.emc.ecs.nfsclient.nfs.io.NfsFileBase.fsInfo(NfsFileBase.java:1161)
at com.emc.ecs.nfsclient.nfs.io.NfsFileInputStream.(NfsFileInputStream.java:159)
It is worth noting that I can get the expected result when I perform fileList.

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

No branches or pull requests

1 participant