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 - IDE should notify user about slow files and directories
Summary: IDE should notify user about slow files and directories
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-26 12:20 UTC by Vladimir Kvashin
Modified: 2016-09-02 22:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?