dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

Request::Create preview could alert users to data-items that will never match data #770

Open ericvaandering opened 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 82689 reported by wildish on Fri May 27 05:25:29 2011.

if a user requests several items of data, with no wildcards specified, the request will be evaluated once only.

If the request contains some items that exist already, and some that will come into existence later on, the latter will not be transferred, because the request is not re-evaluated.

The preview button could be used to check for this, and alert the user accordingly.

A similar check should be implemented in the request approval page, where the details of the request are given, much like the creation-preview.

ericvaandering commented 10 years ago

Comment by wildish on Fri May 27 11:55:51 2011

Here's a concrete proposal:

the re-evaluate/snapshot flag will default to snapshot. This changes the behaviour for wildcarded requests, but is a safer default in the event of typos etc.

ericvaandering commented 10 years ago

Comment by magini on Mon Jul 18 11:31:35 2011

Hi,

summarizing the discussion from the DataOps meeting today:

1) 'snapshot' should be the new default behaviour for wildcard requests. 2) it is not necessary to restrict the access to 're-evaluated' or 'time-based' requests by role.

Cheers Nicolo'