- Jan 30, 2019
-
-
Eric Cano authored
-
Cedric CAFFY authored
-> Moved code related to payload manipulation in the cta::objectstore::RetrieveRequest class
-
- Jan 29, 2019
-
-
Cedric CAFFY authored
Changed the operator "<" of Scheduler::PotentialMount so that the sorting of mounts is in alphabetical order
-
Eric Cano authored
This was a rare occurence: Tue Jan 29 01:12:51 2019 pid=531 tid=951 op=In BackendRados::lockBackoff(): radosCtx.lock_exclusive() obj=Frontend-ctafrontend-531-20190128-18:02:44-0 duration=51.5958 (One out of 5 operations taking more than 1s in the whole day.
- Jan 28, 2019
-
-
Julien Leduc authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The race is in EOS between MGM invalidating disk copies in the FST after garbage collection and FST reporting new disk copy after retrieve.
-
Eric Cano authored
Conflicts: scheduler/OStoreDB/OStoreDB.cpp
-
Eric Cano authored
-
- Jan 25, 2019
-
-
Steven Murray authored
Upgraded to EOS version 4.4.20-20190125160957gitfec7ad8 in order to get the better performance version of the MGM LRU tape aware garbage collector
-
Cedric CAFFY authored
Changed the status of succeeded retrieve requests as RJS_Succeeded and inserted them to the RetrieveQueueToReportToRepackForSuccess, unit tested but memory leak
-
- Jan 24, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
This reverts commit 5e55c15f. Conflicts: mediachanger/acs/AcsTest.cpp mediachanger/acs/CMakeLists.txt tests/CMakeLists.txt
-
Eric Cano authored
It allows running the unit tests in a build environement with: make -C CTA-build/tests/ -f parallelTestsMakefile.local
-
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.
-
Steven Murray authored
implementation of "cta-admin archivefile ls -all". A missing order by clause meant that non deterministic listings were given. This commit adds the missing "order by" clause.
-
- Jan 23, 2019
-
-
Cedric CAFFY authored
Status of repack retrieve request changed to RJS_Succeeded, started to insert the repack retrieve request into RetrieveQueueToReportToRepackForSuccess
-
Eric Cano authored
-
Eric Cano authored
-
- Jan 22, 2019
-
-
Cedric CAFFY authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
all containers. Many failures were due to slow DNS name resolution by kube-dns. To solve this I am now scanning all registered services in the namespace and adding entries to /etc/hosts on all the `Running` containers in the namespace. This solution is valid for both systemd and non-systemd containers.
-
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
-