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 250350 - Creating remote file (new main C++ file) became slower 4 times or more
Summary: Creating remote file (new main C++ file) became slower 4 times or more
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2015-02-10 18:28 UTC by Vladimir Kvashin
Modified: 2015-02-24 23:46 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-02-10 18:28:12 UTC
In comparison with NetBeans 8.0.2,
creation of a file (I used "New Main C++ File" menu item)
on high latency (ping 200+ ms) connection
became approximately 4 times longer.

The other observation I made is that in 8.0.2 there during this activity were 6 exchanges with fs_server, while in trunk - more than 200. That's possible reason for the regression.
Comment 1 Vladimir Kvashin 2015-02-10 18:47:57 UTC
Absolute figures are as follows: 8.0.2 - 9-11 seconds, trunk 40-60 seconds.
Comment 2 Quality Engineering 2015-02-14 06:46:42 UTC
Integrated into 'main-silver', will be available in build *201502140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/79415ebcc25d
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #250350 - Creating remote file slowdown
Comment 3 Quality Engineering 2015-02-17 04:42:18 UTC
Integrated into 'main-silver', will be available in build *201502170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c58dd8814bfa
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: introduced  fast refresh (not used yet ) - fixing #250350 - Creating remote file slowdown
Comment 4 Quality Engineering 2015-02-19 07:52:00 UTC
Integrated into 'main-silver', will be available in build *201502190509* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a509c15fa8e3
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: removed a field that was added occasionally (fixing #250350 - Creating remote file slowdown)
Comment 6 Quality Engineering 2015-02-24 23:46:42 UTC
Integrated into 'main-silver', will be available in build *201502242039* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/262bbf66e4f3
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: #250350 - Creating remote file (new main C++ file) became slower 4 times or more