Opened 11 years ago

Closed 11 years ago

#172 closed (fixed)

data download only considers URN when downloading data about a slice

Reported by: chaos@bbn.com Owned by: somebody
Priority: major Milestone:
Component: Infrastructure Version:
Keywords: Cc:
Dependencies:

Description

The dd.cgi get_slice method arbitrarily chooses a slice with the requested URN, rather than making sure URN and UUID both match. This means that download of current data sometimes gets an old slice rather than a current one with the same URN.

Change History (1)

comment:1 Changed 11 years ago by chaos@bbn.com

Resolution: fixed
Status: newclosed

Dan fixed two bugs:

  • one in dd.cgi, which returned an arbitrary slice with the given URN on data download, and now returns the one with the latest expiration date.
  • one in xchange2db3, which picked an arbitrary slice with the given URN on data upload, and now picks the one with the latest expiration date.

I think that's it for this.

Note: See TracTickets for help on using tickets.