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 244346 - Slow home directory makes full remote even slower than before
Summary: Slow home directory makes full remote even slower than before
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 09:58 UTC by Vladimir Kvashin
Modified: 2014-06-04 15:27 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 2014-05-07 09:58:33 UTC
If user home directory is slow (for example, in an international corporation user has a single home directory for all locations - as Alexander S. does), then new "fast" full remote becomes even slower than its previous incarnation.

The reason is that fs_server stores its persistent caches in home directory.

Possible solution is to move fs_server caches into the same /var/cache/light* directory that is used by other components
Comment 1 Vladimir Kvashin 2014-05-07 11:11:56 UTC
Cache size estimation:
whan I opened LLVM and MySQL in full remote mode and wait until both are completely parsed, fs_server cache size was 15M.

I believe moving it to /var/tmp is right thing to do.
Comment 2 Vladimir Kvashin 2014-05-08 09:33:29 UTC
fiex in 
http://hg.netbeans.org/cnd-main/rev/44d72137aa2d
Comment 3 Quality Engineering 2014-05-09 02:07:44 UTC
Integrated into 'main-silver', will be available in build *201405090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44d72137aa2d
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #244346 - Slow home directory makes full remote even slower than before
Comment 4 Quality Engineering 2014-06-04 15:27:51 UTC
Integrated into 'releases/release80', will be available in build *201406041415* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/784e0592a9f9
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #244346 - Slow home directory makes full remote even slower than before
(transplanted from 44d72137aa2d205ca0e122c8a8110e094219acde)