Opened 11 years ago

Closed 10 years ago

#1046 closed (fixed)

stitcher.py duplicates output and clutters the already wordy output

Reported by: lnevers@bbn.com Owned by: Aaron Helsinger
Priority: minor Milestone:
Component: STITCHING Version: SPIRAL5
Keywords: Network Stitching Cc:
Dependencies:

Description

As I run stitcher I am seeing output duplicated, which does not convey much information and adds to the already wordy output. Here is an example:

$ stitcher.py deletesliver 1sl-2aggr-1lnk                              
INFO:stitcher:Loading config file /home/lnevers/.gcf/omni_config                        <==DUPLICATED LATER
INFO:stitcher:Using control framework pg                                                <==DUPLICATED LATER
INFO:stitcher:Reading stitching slice 1sl-2aggr-1lnk aggregates from file pgeni\.gpolab\.bbn\.com.1sl-2aggr-1lnk-amlist.txt
INFO:stitcher:Adding aggregate option https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm)
INFO:stitcher:Adding aggregate option http://geni-am.net.internet2.edu:12346 (urn:publicid:IDN+ion.internet2.edu+authority+cm)
INFO:stitcher:Adding aggregate option https://www.emulab.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+emulab.net+authority+cm)
INFO:stitcher:Adding aggregate option https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am (urn:publicid:IDN+utah.geniracks.net+authority+cm)
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config                     <==DUPLICATED Output
INFO:omni:Using control framework pg                                             <==DUPLICATED Output
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+1sl-2aggr-1lnk expires within 1 day on 2013-06-08 12:45:56 UTC
WARNING:omni:Failed to delete sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+1sl-2aggr-1lnk on unspecified_AM_URN at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am (got result 'None'). Error from Aggregate: code 12. protogeni AM code: 12: No such slice here (PG log url - look here for details on any failures: https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=8940d7777bc26ec48ae148b784f37f94).
WARNING:omni:Failed to delete sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+1sl-2aggr-1lnk on unspecified_AM_URN++ at https://www.emulab.net:12369/protogeni/xmlrpc/am (got result 'None'). Error from Aggregate: code 12. protogeni AM code: 12: No such slice here (PG log url - look here for details on any failures: https://www.emulab.net/spewlogfile.php3?logfile=3139be22789d0b70add3a6f213e8dfa7).
WARNING:omni:Failed to delete sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+1sl-2aggr-1lnk on unspecified_AM_URN+++ at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am (got result 'None'). Error from Aggregate: code 12. protogeni AM code: 12: No such slice here (PG log url - look here for details on any failures: https://boss.utah.geniracks.net/spewlogfile.php3?logfile=ec79a601e922a4a96b0ab1681d96cacc).
INFO:omni:Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+1sl-2aggr-1lnk on unspecified_AM_URN+ at http://geni-am.net.internet2.edu:12346
Deleted slivers on 1 out of a possible 4 aggregates

In a simple scenario where a stiched sliver is set up between 2 aggregates (IG Utah to PG Utah) the "Loading config file" message is reported 5 times and the "Using control framework pg" is reported 6 times.

Change History (3)

comment:1 Changed 11 years ago by Aaron Helsinger

Owner: changed from somebody to Aaron Helsinger
Status: newassigned

comment:2 Changed 11 years ago by Aaron Helsinger

Next version of stitcher suppresses some Omni output. It has the current downside that it hides the PG log URL when the create was successful. This might be OK.

comment:3 Changed 10 years ago by lnevers@bbn.com

Resolution: fixed
Status: assignedclosed

This is no longer the case, the stitcher now generates little output. This ticket is being closed.

Note: See TracTickets for help on using tickets.