• Python 3 Compatibility
    • Since #1505 there is a Travis test to ensure that a previously Python3 compatible module does not loose compatibility
    • Compatible files are tagged as "# PY3K COMPATIBLE" in the header
    • Let's make an effort to make our modules compatible!
  • TFC rules for protocols #1543
    • Plan is to put them into the extended_attributes field in protocol
    • Currently the field is 1048 CHARS
    • Change to CLOB or JSON type
    • Discussion: It's probably best to put it in extended_attributes; So we will go ahead with #1543
  • Archive support (Overview ticket #1091)
    • Client needs to extract constituent from archive #1354
      • Dataset information needs to be added to list_replicas #1677
        • Mario on it
    • Bug with checksums in list_replicas return #1613
    • Multiple tickets about handling archives in reaper #1431
      • Need volunteer for these!
  • Minimize calls in downloadclient
    • Call list_replicas in downloadclient only once #1427
      • This is related to #1677 as well
    • rucio download should be able to use locally cached metalink #1415
    • Downgrading these tickets from High Priority, Archive tickets should go first
  • Change list-dids to type collection, only ALL if --filter is given  #1422
    • Should be fine to change
    • Let's change it back!
      • Add to the help that standard behaviour is only Collection, Do this for files...
  • Raise an exception in case of server timeout #1152
    • Possibly very difficult to do as this might be already outside the wsgi container;
    • Who wants to investigate this?
      • Martin will look into it and volunteer some help!
  • 404 issue #1568
    • Any news?
      • Could not reproduce with curl; Reproducable with arcls
      • Mario looking into it, needs more time;