- 28 Aug, 2017 3 commits
-
-
Cristina Moraru authored
Add missing conversion from network byte order to host byte order in function getLimitUDS Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
Cristina Moraru authored
-
Victor Kotlyar authored
Add logging for the tape VID for potential mounts of retrieve requests in Scheduler::getNextMount
-
- 24 Aug, 2017 3 commits
-
-
Julien Leduc authored
-
Victor Kotlyar authored
Regex based on cta::utils::Regex (regexec POSIX regex function) Examples of usage: cta drive up . cta drive down ^VDSTK cta drive down ..STK.[0-1] -f
-
Vladimir Bahyl authored
-
- 23 Aug, 2017 2 commits
-
-
Victor Kotlyar authored
if they not set for the cta-objectstore-... commands. If these parameters are not set the commands will try values from the /etc/cta/cta-frontend.conf and /etc/cta/cta_catalogue_db.conf
-
Julien Leduc authored
-
- 21 Aug, 2017 1 commit
-
-
Victor Kotlyar authored
-
- 18 Aug, 2017 12 commits
-
-
Eric Cano authored
-
Eric Cano authored
Also added some lockfree fetches.
-
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.
-
Julien Leduc authored
-
Eric Cano authored
We can now get data from a different source (/dev/zero or a file). This helps test where mhvtl space is tight (so compression can be efficient).
-
Eric Cano authored
-
Julien Leduc authored
-
Eric Cano authored
-
Julien Leduc authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
-
- 17 Aug, 2017 6 commits
-
-
Eric Cano authored
-
Eric Cano authored
Ported improvements of Helpers::getLockedAndFetchedQueue<ArchiveQueue>() to Helpers::getLockedAndFetchedQueue<RetrieveQueue>(). Also used lockfree in initial access to root.
-
Eric Cano authored
-
Steven Murray authored
This reverts commit 3b1855a8. The 'SELECT FOR UPDATE' was not the bottle neck. I am putting it back for now.
-
Steven Murray authored
-
Victor Kotlyar authored
session finished" cta-taped log messages always be on the end.
-
- 16 Aug, 2017 10 commits
-
-
Julien Leduc authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
updating wfe.ntx to 10 and wfe.interval to 1 as 3 was way too low (1 is to match preproduction number of wfe.interval).
-
Michael Davis authored
To activate this option run CMake with: $ cmake -DBUILD_XROOT_SSI=1 ../CTA
-
Vladimir Bahyl authored
-
Julien Leduc authored
-
Eric Cano authored
Especially, in OStoreDB::fetchMountInfo(), some operations were not lock free where they should have been.
-
Victor Kotlyar authored
Proceed all successful reports asynchronously and periodically check and clear statuses if they have finished. In the end of session do the check/flush for all reports in the successful reports queue. Switch from synchronous rados remove to async aio_remove in case of zero size object in BackendRados::AsyncUpdater
-
- 15 Aug, 2017 1 commit
-
-
Michael Davis authored
-
- 14 Aug, 2017 2 commits
-
-
Vladimir Bahyl authored
-
Steven Murray authored
-