- May 15, 2018
-
-
Michael Davis authored
PB now accommodates "lpa" and "lpr" responses as well as "af ls"
-
Eric Cano authored
The test relies on this order.
-
Eric Cano authored
-
Eric Cano authored
-
- May 14, 2018
-
-
Eric Cano authored
The new default is 10 for unit tests. The number is set by the frontend, which is the only process where it matters. The default in the configuration file is set to 500 for CI tests.
-
Eric Cano authored
The requeust is now created first so the data is safe before returning to the caller. Also improved the timing logging.
-
Eric Cano authored
This version is not data safe as the request is created late, right after referencing the job to the queue.
-
- May 11, 2018
-
-
Eric Cano authored
-
Eric Cano authored
The size is set to 500 to allow unit tests to pass. Next steps are: port the mechanism to retrieve, and make the thread pool size configurable.
-
Eric Cano authored
The top half goes as far as when the request is safe in the object store. At that point, the bottom half is launched in a new thread, and success is returned the called. This will enable lower latency for the users while retaining the same data safety. This version is experimental aas it spans an undetermined number of threads. A more controlled version with a work queue should be implenented on the long run.
-
Julien Leduc authored
-
- May 10, 2018
-
-
Steven Murray authored
Fixed.
-
- May 07, 2018
-
-
Eric Cano authored
-
- May 05, 2018
-
-
Eric Cano authored
Kept the initial algorithm too and created a selection function.
-
- May 04, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- May 03, 2018
-
-
Julien Leduc authored
-
Eric Cano authored
The steps are now base RPMs, EOS and then scripts. This allows faster testing of new EOS versions.
-
Eric Cano authored
-
Michael Davis authored
-
Julien Leduc authored
-
Steven Murray authored
- May 02, 2018
- Apr 30, 2018
-
-
Eric Cano authored
-
Eric Cano authored
The situation can happen if the queue was removed but not yet derefernced from the root entry while another process tries access the queue. This a race condition. The process trying to access the queue will proceed the with cleanup itself and retry.
-
Eric Cano authored
This allows attaching a debugger to the main process.
-
Eric Cano authored
-
Michael Davis authored
-
- Apr 27, 2018
-
-
Julien Leduc authored
-
Julien Leduc authored
We should not overwrite the user /etc/sysconfig/cta-taped as it contains site specific configuration
-
Steven Murray authored
TimeBasedCache::getCachedValue() now returns a stale value if another thread is already determing the new fresh value
-
Steven Murray authored
-
Steven Murray authored
-
Michael Davis authored
-
- Apr 26, 2018
-
-
Michael Davis authored
-