Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 252341 - PE proxy should not write routing file
Summary: PE proxy should not write routing file
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: 2.1RC3   Edit
Hardware: All Unix All
: P3 normal (vote)
Target Milestone: 2.1RC4   Edit
Assignee: Greg Watson CLA
QA Contact: Craig E Rasmussen CLA
URL:
Whiteboard:
Keywords:
Depends on: 252348
Blocks:
  Show dependency tree
 
Reported: 2008-10-28 08:33 EDT by David Wootton CLA
Modified: 2008-10-28 08:49 EDT (History)
0 users

See Also:


Attachments
Disable proxy routing_file code (1.44 KB, patch)
2008-10-28 08:33 EDT, David Wootton CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wootton CLA 2008-10-28 08:33:41 EDT
Created attachment 116282 [details]
Disable proxy routing_file code

The PE proxy attempts to write a routing_file for the SDM debugger's use and taht attempt seems to be clobbering the routing_file written by the SDM GUI code, causing the debugger to fail.

This patch comments out the proxy code which writes the routing_file.

The question of who writes the routing file should be reconsidered since the current approach means task mapping data is sent across the network twice, which could be a scaling problem with larger applications.
Comment 1 Greg Watson CLA 2008-10-28 08:48:23 EDT
I agree. I've opened a bug specifically for this.
Comment 2 Greg Watson CLA 2008-10-28 08:49:37 EDT
Applied.