- Aug 03, 2017
-
-
Michael Davis authored
Now we need to install XRootD with SSI from our own respository
-
Michael Davis authored
This needs to be reviewed but for the time being there should not be a short timeout.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Aug 01, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Steven Murray authored
-
Eric Cano authored
The appearance and disappearance of the agents is totally asynchronous for the garbage collector. For this reason, GC should tolerate deletion of object at any time. This commit fixes the case where the object disappears shortly after the garbage collector decides to watch it.
-
- Jul 31, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Victor Kotlyar authored
ls' command. Fix spaces in outputs.
-
Julien Leduc authored
Purging Oracle DB recycle bin in init, otherwise CI DB size explodes because of the recycle bin content.
-
- Jul 30, 2017
-
-
Eric Cano authored
The locks in Rados have timeouts. They are needed in case a locker process dies without releasing its lock. As we have some contention in heavily loaded situations, it can happen that a process is till accessing objects while the lock is expired. To lessen the likeliness of this situation, the timeout has been increased from 10s to 60s. The backoff was ajusted using the MultithreadLockingInterface unit test, with printouts allowing to visually see the effect of the backoff strategy. The printouts are committed, but they are commented out. The same unit test was fized as it used to create an empty object, which is not supported anymore in order to be able to detect locking of non-existing objects (lock creates the object, but we detect non-existence as it is empty and re-delete it. This mechanism of empty object locking detection is also added to the async update of object as it was missing there (and the backoff has been added there too).
-
- Jul 29, 2017
-
-
Eric Cano authored
Added unlocking a non-scoped lock if needed. Added more information in logs.
-
- Jul 28, 2017
-
-
Eric Cano authored
Name of object was already present in some errors but not all.
-
Victor Kotlyar authored
DriveState.
-
Michael Davis authored
-
Eric Cano authored
- when failing to schedule. - now list which drive has an existing mount (at schedule time as well.
-
Vladimir Bahyl authored
-
Michael Davis authored
-
Julien Leduc authored
-
Michael Davis authored
-
Michael Davis authored
XrdSsi headers will be merged into master branch, but move into private/
-
Vladimir Bahyl authored
-
Vladimir Bahyl authored
-
Julien Leduc authored
Timeouting full runs after 50 minutes: 10 minutes for namespace creation and 40 minutes for the test, so that gitlab does not times it out and leaves a dirty CI runner.
-
Julien Leduc authored
Performing 100 rm in parallel for rados, this should not be painful as those synchronous rm are mostly waiting
-
Michael Davis authored
Updates to XRootD SSI to fix bug with using SSI + OFS similtaneously
-
Julien Leduc authored
-
Vladimir Bahyl authored
-
Vladimir Bahyl authored
XRD_TIMEOUTRESOLUTION=600 # increased from 15s
-
Julien Leduc authored
replaced eosh script with ls -y except after retrieval as archived and retrieved are the same status regarding eos... Looks like sometime ls -y determined archived files is not a growing function...
-
- Jul 27, 2017
-
-
Julien Leduc authored
client_ar.sh can now write to /eos/ctaeos/preprod with -d option, just complains: Could not remove disk replica for /eos/ctaeos/preprod/ as drop is already done in the wfe script. Should test for disk replica before trying to drop with ls -y on directory.
-
Eric Cano authored
-