Bugs item #3294846, was opened at 2011-04-29 02:05 Message generated for change (Settings changed) made by freyther You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3294846&group_id=167540
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Performance Group: None Status: Closed Resolution: Out of Date >Priority: 6 Private: No Submitted By: Karl Beecher (k_beecher) Assigned to: Nobody/Anonymous (nobody) Summary: Saving in very large projects causes ~10-20 second hang Initial Comment: When saving a dirty file during a Saros session in a very large project, Eclipse will hang. I have tested it with JabRef (~57 MB in size) and it usually last between 10-20 seconds before responding again. I have narrowed the culprit line down to: EditorManager.java:1381. (in method saveText(SPath) ) > provider.saveDocument(monitor, input, doc, true); saveDocument() is a method on the org.eclipse.ui.texteditor.IDocumentProvider To reproduce this, share a large project (e.g. JabRef) in debug mode. Put a breakpoint just before 1381, then execute line-by-line. You will see the long pause occurs as Eclipse executes line 1381. ---------------------------------------------------------------------- Comment By: Franz Zieris (franzzieris) Date: 2012-05-23 05:20 Message: I tested this with both Saros 12.3.30 and the current master branch (Git 0b7b758d) and the saving of dirty files did not take any longer than it does in a non-distributed setting. I assume this bug is simply outdated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3294846&group_id=167540 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
