dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

multi-filter ANDing is not working? #863

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 91564 reported by huangch on Wed Feb 15 03:53:59 2012.

the 'op=XXX:and' feature does not seem to be working. The following URL should show transfers to PIC Buffer only, but it shows transfers to lots of T2s.

https://cmsweb/phedex/datasvc/xml/prod/transferhistory?to=!T1___MSS&op=to:and&to=T1_ES_PIC_

ericvaandering commented 10 years ago

Comment by huangch on Fri Feb 17 16:09:46 2012

I see the problem. Actually, it affects all APIs with to/from parameters. Since 'from' is a reserved word in sql, all to/from have been converted, internally, to to_node/from_node. That's how "op=to:and" is missed.

I'll go back to each to/from instance and correct them.

ericvaandering commented 10 years ago

Comment by huangch on Tue Feb 21 22:28:09 2012

The bug is fixed. The change has been committed to CVS. Will be deployed in the next release.

ericvaandering commented 10 years ago

Closed by huangch on Fri Jun 29 16:30:07 2012

ericvaandering commented 10 years ago

Comment by huangch on Fri Jun 29 16:30:07 2012

Deployed.