- Feb 22, 2019
-
-
David Smith authored
-
Julien Leduc authored
Adding logrotate as eos tends to generate plenty of logs and eos-server does not depend on logrotate. This helps a lot for long stress tests.
-
- Feb 20, 2019
-
-
Steven Murray authored
Upgraded to EOS 4.4.25-20190220154847git43a58c0 in order to get the new logs of the WFE::Job::SendProtoWFRequest() method
-
- Feb 19, 2019
-
-
Steven Murray authored
Upgraded to eos version4.4.25-20190208164812gite195333 in order to test simplifications of eos::mgm::TapeAwareGc
-
Steven Murray authored
-
Julien Leduc authored
-
- Feb 15, 2019
-
-
Eric Cano authored
We are supposed to stick in the loop for 30 seconds until nothing more comes out, but this only worked for retrieves (archive reports failed to loop).
-
Julien Leduc authored
-
- Feb 14, 2019
-
-
Julien Leduc authored
the kubernetes CI namespace and externally. More in README_postgres.md
-
David Smith authored
-
- Feb 12, 2019
-
-
Steven Murray authored
CatalogueTest now asserts new archive file identifiers are unique as opposed to strictly incrementing sequentially by 1
-
Michael Davis authored
-
Michael Davis authored
-
- Feb 11, 2019
-
-
Steven Murray authored
Woah! Got carried away with const. This commit Removes the const qualifier from the ArchiveFileItor::next() method because next() modifies the iterator. To loop through an ArchiveFileItor: auto itor = catalogue.getArchiveFilesForRepackItor(vid, startFSeq); while(itor.hasMore()) { const auto archiveFile = itor.next(); // Do something with archiveFile }
-
Steven Murray authored
-
Steven Murray authored
-
Michael Davis authored
-
Michael Davis authored
Conflicts: objectstore/Agent.cpp objectstore/RetrieveQueueFailedAlgorithms.cpp objectstore/RetrieveQueueToReportAlgorithms.cpp objectstore/RetrieveRequest.cpp scheduler/OStoreDB/OStoreDB.cpp scheduler/OStoreDB/OStoreDB.hpp scheduler/OStoreDB/OStoreDBFactory.hpp scheduler/OStoreDB/QueueItor.cpp scheduler/RetrieveMount.cpp scheduler/Scheduler.cpp scheduler/SchedulerDatabase.hpp xroot_plugins/XrdCtaArchiveFileLs.hpp xroot_plugins/XrdCtaListPendingQueue.hpp xroot_plugins/XrdCtaTapePoolLs.hpp
-
Steven Murray authored
-
- Feb 08, 2019
-
-
Michael Davis authored
It was using vid as container identifier where it should have used tapepool.
-
Steven Murray authored
Changed 'catch (cta::exception::Exception ex)' to 'catch (cta::exception::Exception &ex)' in order to avoid error: catching polymorphic type ‘class cta::exception::Exception’
-
Steven Murray authored
Changed 'catch (cta::exception::Exception ex)' to 'catch (cta::exception::Exception &ex)' in order to avoid error: catching polymorphic type ‘class cta::exception::Exception’ by value
-
Steven Murray authored
Changed 'catch (exception::Exception ex)' to 'catch (exception::Exception &ex)' in order to avoid error: catching polymorphic type ‘class cta::exception::Exception’ by value
-
Steven Murray authored
Changed 'catch (std::out_of_range)' to 'catch (std::out_of_range&)' in order to avoid the error: catching polymorphic type ‘class std::out_of_range’ by value
-
Michael Davis authored
-
Julien Leduc authored
dedicated PV for quarkdb
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 07, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Michael Davis authored
-
Michael Davis authored
Previously these were references, but sometimes we want only an archive queue itor or only a retrieve queue itor. Now we can set the unused itors to nullptr.
-
Steven Murray authored
-
Julien Leduc authored
tests and compatible with CI.
-