- Jan 24, 2019
-
-
Eric Cano authored
This was based on the assumption that queue would be trimmed fast, leading to a tight loop. We now go one round on existing queues.
-
Eric Cano authored
Attempting to lock a non-existing object leads to the creation of a zero-sized one. When this happens, the locking code deletes the freshly created object immediately. Nevertheless, this prevented the creation of a new object with this name. The creation code now retries to overcome this race. In addition, reads finding a zero-sized object also consider it as absent.
-
- Jan 23, 2019
- Jan 22, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 21, 2019
-
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within oracle_catalogue_schema_header.sql
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within mysql_catalogue_schema_header.sql
-
Steven Murray authored
Changed common_catalogue_schema.sql for cta/CTA#371 'Change INTEGER columns of CTA catalogue schema to NUMERIC(20,0)'
-
Eric Cano authored
-
Eric Cano authored
While fixing #360
-
Michael Davis authored
-
- Jan 18, 2019
-
-
Michael Davis authored
-
Julien Leduc authored
moving core dumps to /var/log/tmp/%h-%t-%e-%p-%s.core so that they are available as artifacts for all pods AND in the log PV that has supposedly more space.
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
delete_instance.sh can write log to an alternate directory and not only /tmp as it may be too small for larger tests.
-
Julien Leduc authored
Adding systemd-resolved to all possible DNS intense pods to avoid Nameserver complaints for larger tests. client pod is now using systemd as well for this reason.
-
Julien Leduc authored
1 block per file and blocks >=256kB: more smaller blocks (min size). Do not mount a tape for less than 100 files.
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 17, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
Michael Davis authored
-
Michael Davis authored
-
Eric Cano authored
-
- Jan 16, 2019
-
-
Michael Davis authored
Changes XrdSsiPb log messages from INFO to DEBUG level. Adds protobuf messages for "cta-admin failedrequest ls".
-
- Jan 15, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Replaced 'catch (std::out_of_range)' within objectstore/Helpers.cpp with 'catch (std::out_of_range &)' in order to avoid the compilation error on newer compilers :catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=]
-
Steven Murray authored
Replaced 'catch (cta::exception::Exception)' within 'Configuration.cpp' by 'catch (cta::exception::Exception &)' in order to avoid 'catch-value' compilation error on newer compilers
-
Eric Cano authored
-
Cedric CAFFY authored
-