Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
    • Eric Cano's avatar
      Fixed wait drive ready timeout when mounting. · 63f2c4bf
      Eric Cano authored
      The value was 10 minutes instead of 1. This value was too high as this represents the load time
      of the drive, which is rather fast. Also it was misaligned with the mount to transfer state transition
      timeout, which led to some sessions being killed instead of failing by themselves.
      63f2c4bf
    • Steven Murray's avatar
      Added ARCHIVE_FILE_DIN_DFP_IDX to catalaogue db · 1a173fa7
      Steven Murray authored
      Without this index we got errors like:
      
      [root@p06253947b39467 ~]# cta af ls --instance cta --path /eos/dev/test/gcancio/10072017/file_2167
      Failed to execute the command. Reason: Failed to open root://10.16.135.81:10955//Y3Rh&YWY=&bHM=&LS1pbnN0YW5jZQ==&Y3Rh&LS1wYXRo&L2Vvcy9kZXYvdGVzdC9nY2FuY2lvLzEwMDcyMDE3L2ZpbGVfMjE2Nw==: [ERROR] Operation expired
      [root@p06253947b39467 ~]#
      
      With this index we execute the same query in less than a second:
      
      [root@p06253947b39467 ~]# time cta af ls --instance cta --path /eos/dev/test/gcancio/10072017/file_2167
       289440       1  I20170    1381    51096      cta   18965         1006       ADLER32     0XFBA23F1D    german_raw  gcancio       c3    1499697578 /eos/dev/test/gcancio/10072017/file_2167
      
      real    0m0.590s
      user    0m0.005s
      sys    0m0.006s
      [root@p06253947b39467 ~]#
      1a173fa7
  2. Sep 20, 2017
  3. Sep 19, 2017
  4. Sep 18, 2017
  5. Sep 15, 2017
  6. Sep 14, 2017
  7. Sep 13, 2017
  8. Sep 12, 2017
  9. Sep 11, 2017
  10. Sep 08, 2017
Loading