Custom Query (1408 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1408)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#1017 fixed Enforce capacity restrictions on requests xyang@maxgigapop.net Aaron Helsinger
Description

The ION AM should

  • ensure capacity is available as requested for each hop/link in the stitching extension (using the capacity property in the link if not supplied in the stitching extension)
  • ensure compliance of the request with the capacity elements in the Ad (maximumReservableCapacity, minimumReservableCapacity, and granularity)
  • pass along the capacity requested to the ION service
#1018 fixed Errors running latest ION AM code xyang@maxgigapop.net Aaron Helsinger
Description

Circuit reservations are failing at the ION AM, since the latest code has been installed.

My note:

With the latest changes, my circuit request to ION failed with less
information than before:

{
 "geni_resources": [],
 "geni_urn": "urn:publicid:IDN+emulab.net+slice+ahtest",
 "geni_status": "failed"
}

I believe this was circuit 15021.

- Is there any more to the error message we can get?
- Can the sliver status include the circuit ID?
- Do we know why this particular request failed?

I tried again with a circuit 15041
{
 "geni_resources": [
   {
     "geni_urn":
"urn:publicid:IDN+emulab.net+sliver+ahtest_vlan_ion.internet2
.edu-15041",
     "geni_error": "",
     "geni_status": "changing"
   }
 ],
 "geni_urn": "urn:publicid:IDN+emulab.net+slice+ahtest",
 "geni_status": "failed"
}

At least this time I have the circuit ID. But how come the individual
resource is 'changing' and overall status is 'failed'? And why did it fail?

Chad said:

I restarted tomcat, and SFA.
I actually applied the 4.2 patch, and not patch-4. ( I did this earlier
in the day)

Should I undo the 4.2 patch and just apply the 4 patch?
#1021 fixed malformed request results in malformed manifest xyang@maxgigapop.net Aaron Helsinger
Description

I submitted a request RSpec to the ION AM with only a stitching extension, no matching <link> element. The return manifest was </rspec> - that's the whole thing.

Instead, an error should have been raised.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.