- Jul 05, 2017
-
-
Julien Leduc authored
twice and outputs EOS workflow proc content to list various type of errors.
-
- Jul 04, 2017
-
-
Eric Cano authored
It appeared in production that the update latency could be steadily higher than this delay. This led to an ever growing perceived latency by the client, as the batches to be queued accumulated faster than they were drained. This is an interim solution to a more adaptive one which should make no asumption.
-
Michael Davis authored
Handling of multi-block responses and streaming is not yet implemented.
-
Julien Leduc authored
-
Michael Davis authored
Renames private member variables. Changes to some constructor arguments.
-
Michael Davis authored
First character of XrdSsi metadata is overwritten with zero, see https://github.com/xrootd/xrootd/issues/537 This workaround adds a dummy character to the front of the metadata on the server side and removes it on the client side.
-
Julien Leduc authored
-
- Jul 03, 2017
-
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jul 01, 2017
-
-
Julien Leduc authored
-
- Jun 30, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
Added computation of files on tapes (based on last Fseq). Fixed computation of writable tapes count.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Now waits n=30 secs for any outstanding requests to finish before giving up and executing a forced shutdown.
-
Michael Davis authored
-
Michael Davis authored
-
Eric Cano authored
Wrong parameter passing fixed.
-
Eric Cano authored
-
Eric Cano authored
Added tape statistics for retrieves. Added oldest jobs age.
-
Julien Leduc authored
-
Michael Davis authored
-
- Jun 29, 2017
-
-
Steven Murray authored
-
Eric Cano authored
Fixed a typo in a variable name.
-
Steven Murray authored
Increated the width of the size column of the result of "cta archivefile ls" to 12 characters. The column is in bytes which means that we can now display a file size of just under 1 Terabyte.
-
Julien Leduc authored
those were 15kB -> 150kB will be better...
-
Steven Murray authored
RdbmsCatalogue::reclaimTape() now resets the DATA_IN_BYTES column of the TAPE table.
-
Steven Murray authored
Improved unit tests to test for the fact that reclaim should reset the tape occupancy field. The following unit now "succesfully" fails: [ RUN ] InMemory/cta_catalogue_CatalogueTest.reclaimTape_full_lastFSeq_1_no_tape_files/0 /home/smurray/CTA/catalogue/CatalogueTest.cpp:7029: Failure Value of: tape.dataOnTapeInBytes Actual: 1 Expected: 0 [ FAILED ] InMemory/cta_catalogue_CatalogueTest.reclaimTape_full_lastFSeq_1_no_tape_files/0, where GetParam() = 0x7fc58e93eab0 (7 ms) The next step is to fix the bug in reclaim.
-
Julien Leduc authored
pushing a bit harder in the tests with 1000 files of 15kB that should fill 1.5 tapes (100MB each in CI).
-
Julien Leduc authored
Enable it in the CI tests.
-
Eric Cano authored
The ArchiveRequest was not garbage collected if had already been requeued before, as the corresponding status was overlooked.
-
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.
-
- Jun 04, 2017
-
-
Michael Davis authored
-
Michael Davis authored
Metadata can be used for short replies (less overhead than a full reply) or to provide information about the reply which will follow (e.g. number of records, response size, etc.) Alerts can be used to signal the client about the server state.
-
Michael Davis authored
-
- Jun 28, 2017
-
-
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.
-
- Jun 04, 2017
-
-
Michael Davis authored
-