- 26 Oct, 2017 1 commit
-
-
Eric Cano authored
This will remove contention on the drive register as drives uipdate their statuses. Also simplified structures in OStoreDB implementation (less references with added friend relations).
-
- 03 Oct, 2017 1 commit
-
-
Steven Murray authored
Replaced set_target_properties( .. .. INSTALL_RPATH ..) with set_property (TARGET .. APPEND PROPERTY INSTALL_RPATH ..)
-
- 25 Sep, 2017 1 commit
-
-
Eric Cano authored
-
- 15 Aug, 2017 1 commit
-
-
Michael Davis authored
-
- 18 Jul, 2017 1 commit
-
-
Eric Cano authored
In order to be efficient, the data (tape status and queue sizes) is cached in memory. This function needed access to the catalogue (where the tape status is located). This in turn required passing the catalogue object to: - The garbage colletion functions for all object types. - The garbage collector object now keeps a reference to the catalogue. - The path to the catalogue credential file should now be passed to cta-objectstore-collect-orphaned-object - The OStoreDB also needs a reference to the catalogue in order to queue retrive requests. The garbage collection member function are now also being passed a log context, so the requirement for better log of object fate can also be fulfilled later. This in turn required the passing of a logger object to the object store and relative helper classes. Finally, a dummy catalogue class has been created to be used in unit tests.
-
- 29 Jun, 2017 2 commits
-
-
Eric Cano authored
-
Eric Cano authored
Created an objectstore utility for requeuing ArchiveRequests after deleting archive or retrieve queues. This utility is to be used for cleaning up the pre-prod environement following a schema change in the archive queues. It could support all object types on the long run, but currently only supports ArchiveRequests.
-
- 28 Jun, 2017 1 commit
-
-
Eric Cano authored
Created an objectstore utility cleaning up the root entry after deleting archive or retrieve queues. This utility is to be used for cleaning up the pre-prod environement following a schema change in the archive queues.
-
- 20 Jun, 2017 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 19 Jun, 2017 1 commit
-
-
Eric Cano authored
Factored a first function out of OStoreDB into Herlpers.
-
- 12 Apr, 2017 1 commit
-
-
Eric Cano authored
Implemented Agent::garbageCollect() Made AgentWatchdog fetch the timout from the agent object. Fixed unconditional time tounter reset in AgentWatchdog::checkAlive() Fixed missing log for garbageCollection. Added utility (cta-objectstore-unfollow-agent) to mark agents as not followed when they get orphaned. This utility detects looping ownerships (two garbage coolectors watch each other and both die synchronously). This utility is not packaged. Various log improvements.
-
- 03 Apr, 2017 1 commit
-
-
Eric Cano authored
Created a garbage collector subprocess for the drive daemon. Created a AgentHeartbeat thread and added it to frontend, drive subprocess and GC subprocess. Fixed logs and drive subprocess. Renamed common/threading/Threading.[hc]pp to Thread.[hc]pp as there is only one class left in this file.
-
- 16 Jan, 2017 1 commit
-
-
Eric Cano authored
This new package contains the old makeMinimalVFS (renamed to cta-objectstore-initialize) plus cta-objectstore-list and cta-objectstore-dump-object.
-
- 16 Nov, 2016 1 commit
-
-
Eric Cano authored
-
- 26 Oct, 2016 1 commit
-
-
Victor Kotlyar authored
-
- 15 Aug, 2016 1 commit
-
-
Eric Cano authored
Agent becomes a usual class, like any other in the object store. Object name generation (agent's and others) is now handled in the separate AgentReference. The previous situation created race conditions.
-
- 22 Jun, 2016 1 commit
-
-
Eric Cano authored
Removed deprecated structures from archiveNS and nameserver namespaces. Removed RetrieveToFileRequest.
-
- 06 Jun, 2016 1 commit
-
-
Eric Cano authored
The values are now hardcoded. Cleanup: - Removed object store unit tests for data now in the catalogue. - Removed now unnecessary 2nd step addition of retry limits to archive jobs. - Removed deprecated ArchiveToFileRequest files.
-
- 31 May, 2016 1 commit
-
-
Eric Cano authored
Added binned running counters (ValueCoundMap) for managing summaries of priorities in object store queues. Simplified the interfaces to the getPendingArchiveJobs and getPendingRetrieveJobs functions in Scheduler and SchedulerDB. Removed now unused ArchiveToTapeCopyRequest. Removed long unused mockScheduler. Removed _old_protoype files.
-
- 25 May, 2016 1 commit
-
-
Eric Cano authored
Started morphing the code to accomodate both the move some data structure from OStoreDB to catalogue and shared structures modifications. Renamed class members using underscode instead of mixed case. Removed mount criteria from in-memory tape pool representation. Removed support for path of archive files for in-memory representations. Removed all but maxDrives allowed from in-memory representation of mount policy. Created new constructor for UserIdentity. Switch the UserIdentity used by RemoteFileStatus. Renamed TapePoolQueue to ArchiveQueue. Replaced CreationLog usages with EntryLog. Renamed TapeQueue to RetrieveQueue. Removed support for data now gone to catalogue from RootEntry. Removed corresponding structures from object store. Removed corresponding calls from SchedulerDatabase and inheriting classes (OStoreDB).
-
- 04 Apr, 2016 1 commit
-
-
Daniele Kruse authored
-
- 15 Mar, 2016 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 04 Mar, 2016 1 commit
-
-
Eric Cano authored
ObjectOps by adding a second parameter to the template. Thanks to Steve Murray for findind the solution.
-
- 29 Feb, 2016 1 commit
-
-
Daniele Kruse authored
-
- 26 Feb, 2016 1 commit
-
-
Daniele Kruse authored
-
- 19 Feb, 2016 1 commit
-
-
Eric Cano authored
-
- 14 Feb, 2016 1 commit
-
-
Steven Murray authored
-
- 12 Feb, 2016 1 commit
-
-
Steven Murray authored
-
- 03 Feb, 2016 1 commit
-
-
Eric Cano authored
This implied removing tpconfig, tplabel and tpstat.
-
- 01 Dec, 2015 1 commit
-
-
Eric Cano authored
Partial implementation of per object type dump.
-
- 27 Nov, 2015 1 commit
-
-
Eric Cano authored
-
- 20 Nov, 2015 1 commit
-
-
Eric Cano authored
Added rados library version validation and cleanup. Created a new shared library to ensure instantiation of singleton object supporting the former. Removed several double creations of drive objects in unit tests. Added cleanup for potentially unused drive objects in unit tests.
-
- 12 Nov, 2015 1 commit
-
-
Eric Cano authored
Extracted BackendPopulator and OStoreDBWithAgent from the XrootD plugin to avoid linking the plugin too widely.
-
- 10 Nov, 2015 1 commit
-
-
Eric Cano authored
Added explicit dependencies for header files and replaced misplaced include to ensure parallel comilation.
-
- 05 Nov, 2015 2 commits
-
-
Eric Cano authored
Added tolerance to BackendRados::ScopedLock::release() when releasing a deleted object's lock. Switched back to old style m_radosCtx.objects_begin() for compatibility with older releases of ceph.
-
Eric Cano authored
Added a list method for the backends so we can clean up the rados store before running each unit test, which expects a fresh store. Added a new command line tool to list the contents of the backends.
-