-
v0.0-377388bd57 · ·
Release made to test a "faster" version of OracleCatalogue::deleteArchiveFile(). Please note that this is NOT the final version of OracleCatalogue::deleteArchiveFile(). In the future we will NOT delete rows from catalogue database when "eos rm" is executed. Instead we will simply update a status column to a "deleted" status.
-
-
-
-
-
-
-
-
-
-
v0.0-276ea5c0bf · ·
Fixed bug in locking logic of Helpers::getLockedAndFetchedQueue<ArchiveQueue>() in case of retry.
-
-
-
-
-
-
-
v0.0-202ce7d5d6 · ·
Fixed couple of fix (such as garbage collectors crashing, faster queing of requests, etc.)
-
v0.0-1957c19382 · ·
The CTA front-end now calls the Scheduler when EOS requests the deletion of an archive file.
-
v0.0-18644dc9e5 · ·
The CTA front-end no longer tries to delete an archive request from the object store when it handles an ```eos rm``` command. Please note that this there is now a leak in archive files. If a file is "in-flight" and therefore has not yet been written to tape and recorded in the CTA catalogue then a call to "eos rm" will do nothing and the file will eventually appear in the CTA catalogue when it is written to tape. The file will therefore NOT be in the EOS namespace but it WILL be in the CTA catalogue.