- Oct 01, 2018
- Sep 10, 2018
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Added partial support for repack queueing in scheduler database, scheduler and CLI.
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 07, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 05, 2018
-
-
Michael Davis authored
-
- Sep 04, 2018
-
- Sep 03, 2018
-
-
Michael Davis authored
No inheritance, instead have partial or full specialization based on two template parameters.
-
Michael Davis authored
-
Michael Davis authored
This commit passes compilation but not linking (yet) as several methods are still commented out. Conflicts: objectstore/Algorithms.hpp objectstore/AlgorithmsTest.cpp objectstore/ArchiveQueueAlgorithms.cpp objectstore/ArchiveQueueAlgorithms.hpp objectstore/ArchiveRequest.cpp objectstore/CMakeLists.txt objectstore/GarbageCollector.cpp objectstore/RetrieveQueueAlgorithms.hpp objectstore/RetrieveRequest.hpp scheduler/OStoreDB/OStoreDB.cpp
-
- Aug 30, 2018
-
-
Steven Murray authored
cta-fst-gcd now reports every 10,000 files that it has considered them. This should help us see how fast the garbage collector is
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Michael Davis authored
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
-
Eric Cano authored
This prevented the passing of exceptions as output. Also integrated the promise in the reporter class.
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
This allows better internal (in-memory) tracking, and avoid spurious "In OStoreDB::ArchiveJob::~ArchiveJob(): will leave the job owned after destruction." message in the logs.
-
Eric Cano authored
This avoid getting a cassandra pacakge instead of the intended one. Also added better logging for the eos container startup output (kubectl logs is unreliable).
-
Eric Cano authored
The maintenance process replaces the garbage collector process. It now runs both garbage collection and disk reports.
-
Eric Cano authored
Extended unit test to also simulate reporter. Fixed issue with trimming trying to trim the wrong type of queue. Fixed report type not properly extracted when popping request for report.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Changed the lifecycle of the ArchiveRequest to handle the various combinations of several jobs and their respective success/failures. Most notably, the request now holds a reportdecided boolan, which is set when decing to report. This happens when failing to archive one copy (first failure), or when all copies are transferred (success for all copies). Added support for in-mount retries. On falure, the job will be requeued (with a chance to pick it up again) in the same session if sane session retries are not exceeded. Otherwise, the job is left owned by the session, to be picked up by the garbage collector at tape unmount. Made disk reporter generic, dealing with both success and failure. Improved mount policy support fir queueing. Expanded information avaible in popped element from archive queues. Added optional parameters to ArchiveRequest::asyncUpdateJobOwner() to cover various cases. Updated the archive job statuses. Clarified naming of functions (transfer/report failure instead of bare \"failure\"). Updated garbage collector for new archive job statuses. Added support for report retries and batch reporting in the scheduler database. Updated obsolete wording in MigrationReportPacker log messages and error counts.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Their poping of elements will be indifferent of number of bytes.
-