abhisheksardana
abhisheksardana
Hello @vrr6, Thanks for your reply. We are using SMBJ 0.10.0. Here is the sample code which just list the files in the DFS share and one level down in...
It seems like the issues you mentioned are different. The issue we are facing is very specific to NFS shares. We will try with SMBJ 0.11.3. It would be good...
We are not trying to connect to NFS share directly using smbj instead we have a folder target inside DFS root which is pointing to NFS share. Ideally the library...
@chidu106 - No, it's still there. Seems like it's the library limitation.
Yes, it seems similar to #697. Can you please run by changing the case of the hostname. If you are getting the issue with hostname in lowercase then try to...
Hi @hierynomus, We have debug it further and below is our analysis. When the library tries to resolve the dfs link path e.g. //somehost/dfsshare/dfslink it makes an IO request which...
Hi @hierynomus, Thanks for your reply. In the above error there are two different stack traces. As per my understanding, first the packetReader thread got timeout exception and after that...
Can you please elaborate this line more " It could be that you're running into a race condition in SMBJ" like why do you think so and what could be...