- Jun 19, 2019
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
- Jun 17, 2019
-
-
Eric Cano authored
-
- May 28, 2019
-
-
Steven Murray authored
-
- May 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- May 20, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Renamed the database constraint TAPE_FILE_SS_VID_FSEQ to TAPE_FILE_SS_VID_FSEQ_FK so that it follows CTA naming convention
-
- May 17, 2019
-
-
Steven Murray authored
-
- May 15, 2019
-
-
Steven Murray authored
-
- May 07, 2019
-
-
Steven Murray authored
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
This commit works towards issue cta/CTA#436.
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Jan 21, 2019
-
-
Steven Murray authored
Changed common_catalogue_schema.sql for cta/CTA#371 'Change INTEGER columns of CTA catalogue schema to NUMERIC(20,0)'
-
- Dec 11, 2018
-
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
Steven Murray authored
-
- Nov 09, 2018
-
-
Steven Murray authored
-
- Sep 24, 2018
-
-
Steven Murray authored
- Aug 01, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 31, 2018
-
-
Steven Murray authored
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- May 31, 2018
-
-
Steven Murray authored
-
- May 30, 2018
-
- Feb 28, 2018
-
-
Steven Murray authored
-
- Nov 09, 2017
-
-
Steven Murray authored
-
- Sep 21, 2017
-
-
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 ~]#
-
- Aug 18, 2017
-
-
Steven Murray authored
The reponse rate of the CTA catalogue to "eos rm" commands was too slow. The response rate was around 20Hz when using the CTA/EOS production database configured with 10 database connections. The rate has now been increased to 30Hz by adding the TAPE_FILE_ARCHIVE_FILE_ID_FK index.
-
- Aug 09, 2017
-
-
Steven Murray authored
Done.
-
- Jul 11, 2017
-
-
Steven Murray authored
This constraint prevents a tape server from writing the same file more than once to the same tape. We should actually allow this to happen so that we can tolerate the pathological case of a cta-taped daemon crashing immediately after inserting a row into the TAPE_FILE table and before updating the object store.
-
- Apr 28, 2017
-
-
Steven Murray authored
cta/CTA#87 cta-catalogue-delete-all-data and cta-catalogue-schema-drop should require interactive confirmation Removed the now redundant locking commands for the catalogue schema. These commands were made redundant when the cta-catalogue-schema-drop command was made interactive.
-
- Oct 31, 2016
-
-
Steven Murray authored
-
- Aug 15, 2016
-
-
Steven Murray authored
-