This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256809

Summary: IDE should notify user about slow files and directories
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2015-11-26 12:20:14 UTC
Sometimes there is a very slow file or directory on a remote file system (it may sometime take minutes to ls -l such file or dir).

Right now a guy came to me with a complaint that remote host setup never finishes. I used java debugger, then truss -p `pgrep fs_server` on remote machine to understand the reason (for one file in /opt directory ls -l never ended).

User would never guess what happens.

IDE could have a timeout and warn user with a balloon in the lower right window corner that some files are slow (sure, only once per file or directory). If the ACL check is ON, it could also propose to switch it OFF in this case.
Comment 1 Alexander Simon 2015-11-26 14:20:41 UTC
return to bug #225299?