- 03 Mar, 2017 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 02 Mar, 2017 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
-
- 28 Feb, 2017 2 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
- 25 Feb, 2017 1 commit
-
-
Steven Murray authored
-
- 24 Feb, 2017 1 commit
-
-
Steven Murray authored
-
- 23 Feb, 2017 2 commits
-
-
Steven Murray authored
[itdssbuild01] CTA_build > cta-xrootd_plugins-fakeeos localhost 10955 '/my_dir?a=apple&b=banana' Hello World status.ToStr()=[SUCCESS] status.IsError()=false status.IsFatal()=false status.IsOK()=true [itdssbuild01] CTA_build > tail -n 1 /var/log/cta/cta-frontend.log Feb 23 19:37:35 itdssbuild01 cta-frontend: <158>2017-02-23T19:37:35.584734+01:00 cta-frontend[23717]: LVL="Info" TID="23730" MSG="FSctl called" arg1="/my_dir" arg2="a=apple&b=banana" client->host="localhost" client->name="smurray" [itdssbuild01] CTA_build >
-
Steven Murray authored
-
- 17 Feb, 2017 9 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
-
Julien Leduc authored
-
- 16 Feb, 2017 7 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
This timeout actually covers a grace period for draining the metadata to central storage. Bumped it up from 5 seconds to 5 minutes.
-
Julien Leduc authored
Refactoring layers to limit their number and catch possible errors using && instead of ; between commands
-
Steven Murray authored
-
Eric Cano authored
The previous case, keeping a reference created a race condition as 2 threads would use the same logContext.
-
Eric Cano authored
-
- 15 Feb, 2017 6 commits
-
-
Eric Cano authored
Added mechanism to make sure the ArchiveQueue lock is released only after all requests have had their ownership updated.
-
Eric Cano authored
AgentReference::queueAndExecuteAction() missed the waiting on the promise. Added log when a non-owned job is popped from an archive queue.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Increased queue depth in helgrind reports. Added locking in a constructor to make helgrind happy. Added suppression for helgrind finding races in synchronization functions (?)
-
- 14 Feb, 2017 3 commits
- 13 Feb, 2017 4 commits
-
-
Eric Cano authored
The timeout is now set to zero in unit tests.
-
Eric Cano authored
AgentReference::{addTo|RemoveFrom}Ownership() are used instead. Fixed typo in function name. Added missing lock in AgentReference::queueAndExecuteAction().
-
Eric Cano authored
The queue is housed in the AgentReference class. It currently covers the add to ownership and remove from ownership operations. This queued system guarantees in-order execution of operations.
-
Eric Cano authored
-