swh:1:snp:d38c873ef0dedf048d0da5af92fe2789c661cbfa

sort by:
Revision Author Date Message Commit Date
040afbb Bump to 4.4.2 14 May 2015, 13:08:47 UTC
15edc8b Hotfix for tasks_waiting_retrieval bug. 14 May 2015, 13:08:26 UTC
8f533a9 Bump 4.4.1 05 May 2015, 19:03:17 UTC
ebb487a align alien cache with parrot tmp dir with libcvmfs2 05 May 2015, 18:52:26 UTC
8f54b52 Test alien cache 05 May 2015, 18:52:26 UTC
d0bdbe7 Test for parrot cvmfs access. 05 May 2015, 18:52:26 UTC
e355a95 if CCTOOLS_PACKAGES_TEST is set, only test those packages 05 May 2015, 18:52:26 UTC
0261167 Fix to allow --prefix=... (note =) 05 May 2015, 18:52:26 UTC
57c771a Bump to 4.4.0 29 April 2015, 12:11:24 UTC
9651a0c Bump to 4.4.0rc3 21 April 2015, 12:25:03 UTC
40d7d63 Fix segfault from trying to split failed mapping. 21 April 2015, 12:20:34 UTC
2fa04d6 uuid custom path Conflicts: configure 15 April 2015, 19:28:22 UTC
80762b9 fix for state cast 15 April 2015, 19:28:15 UTC
b70bccb Remove stale connection from hash table. Fixes #704. 15 April 2015, 11:23:32 UTC
06343e4 Use \ instead of -E for sed 15 April 2015, 11:22:50 UTC
98d125d Check for libcvmfs > 1 08 April 2015, 13:17:39 UTC
3a4a9b3 Bump to 4.4.0rc1 02 April 2015, 18:14:34 UTC
236fbe5 Fix bug with removed workers with finished tasks. The task was not being removed from the retrieval list, causing a segfault. 02 April 2015, 18:06:34 UTC
e4d1b14 Bump to 4.4.0 02 April 2015, 12:43:10 UTC
72d4d22 Disconnect when worspace larger than disk promise Conflicts: work_queue/src/work_queue_worker.c 02 April 2015, 12:41:34 UTC
0772e85 Fix perl bindings for wq_task_state 02 April 2015, 12:22:34 UTC
6f8e40d stats report workspace size per worker Conflicts: work_queue/src/work_queue_worker.c 02 April 2015, 12:22:31 UTC
ddd25f9 Send message when disconnecting on idle. 02 April 2015, 12:21:07 UTC
31f34ce Adds worker id, to simplify wq debugging across master/worker connections 02 April 2015, 12:21:07 UTC
56dd8be complete and finished renamed to retrieved and waiting_retrieval Conflicts: makeflow_linker/test/input/001/001.mf makeflow_linker/test/input/001/a.py makeflow_linker/test/input/001/b.py makeflow_linker/test/input/001/c.sh work_queue/src/work_queue.c 02 April 2015, 12:21:06 UTC
1cbc22d status->state 02 April 2015, 12:21:06 UTC
e2c30a9 perl and python bindings for task status 02 April 2015, 12:20:34 UTC
e4fd3a9 update canceled status too Conflicts: work_queue/src/work_queue.c 02 April 2015, 12:20:34 UTC
40c720f consolidate all but canceled Conflicts: work_queue/src/work_queue.c 02 April 2015, 12:20:34 UTC
09930b4 Adds a table to keep track of task status. 02 April 2015, 12:20:34 UTC
fae3069 make_cache_name called one time per file/directory 02 April 2015, 12:20:33 UTC
65b19d6 measure disk usage of a directory 02 April 2015, 12:20:09 UTC
b757ab0 Bump to 4.3.4 02 April 2015, 11:41:30 UTC
7371bc3 Remove makeflow_linker from ./configure (match current master) 02 April 2015, 11:41:30 UTC
24e58ef add debug file size to perl bindings 02 April 2015, 11:21:37 UTC
15908d4 Clean tasks from blacklisted workers. 02 April 2015, 11:21:37 UTC
669d66e python fix blacklist binding 02 April 2015, 11:21:36 UTC
aa6f834 blacklist fix pointer table 02 April 2015, 11:21:36 UTC
7198b17 blacklist manual section 02 April 2015, 11:21:36 UTC
bfad1a7 Blacklist perl and python bindings 02 April 2015, 11:21:36 UTC
283236f Do not reconnect to a master if previous idle disconnection. 02 April 2015, 11:21:35 UTC
6535dde missing required_argument for f option 25 March 2015, 14:39:37 UTC
6366024 Bump to 4.3.3 25 March 2015, 13:46:36 UTC
c63db2c missing : on f option 25 March 2015, 13:39:13 UTC
79007e5 Fix bug in cvmfs configuration -- don't substitute alien cache path unless the feature is enabled. 26 January 2015, 16:08:11 UTC
04cc52e Fix configure tests for xrootd, cvmfs, and fuse. 11 December 2014, 20:18:12 UTC
520dd80 Bump to 4.3.2 11 December 2014, 18:24:40 UTC
0875395 Skip weaver if python < 2.6 Conflicts: configure 11 December 2014, 18:23:42 UTC
13b5f3b Bug fix record of time_send_input_finish 11 December 2014, 18:00:03 UTC
0058ac1 Changes for weaver in 2.4 11 December 2014, 18:00:03 UTC
00cafa0 Use uname -m instead of sys when looking for packages. 11 December 2014, 18:00:02 UTC
eae9562 custom fuse ccflags were not being updated 11 December 2014, 18:00:02 UTC
fc0722d Fix wrong int cast in expire_procs_running 08 December 2014, 20:20:19 UTC
c1c0374 Bump to 4.3.1 08 December 2014, 20:19:47 UTC
00bda1b ccflags did not include custom location of fuse 08 December 2014, 20:19:07 UTC
0780e2f Use prefer static fuse rather than dynamic. cvmfs is being compiled with the static version. Conflicts: configure 08 December 2014, 17:10:10 UTC
b59dd48 Fixed a use-after-free and array-overrun bugs in lexer.c These didn't seem to trigger problems on Linux, but resulted in memory exhaustion on OSX. Conflicts: makeflow/src/lexer.c 04 December 2014, 18:47:16 UTC
57817ea Update perl documentation 04 December 2014, 17:58:23 UTC
0e0f49f Move queue code to Work_Queue::Queue 04 December 2014, 17:39:46 UTC
1aa61f7 Removed library dependency on systemd. 04 December 2014, 12:11:08 UTC
86ee97f Bump to 4.3.0 03 December 2014, 20:37:55 UTC
69a081d Missed some echons. 03 December 2014, 19:42:16 UTC
783efaa Removed (unused) catalog_history options. Conflicts: configure 03 December 2014, 19:42:09 UTC
e3fc442 echo -n -> echon() for portability 03 December 2014, 19:41:35 UTC
576cc47 Check for compiler warning flags before using them, this avoids build failures across compiler versions. 03 December 2014, 19:41:34 UTC
543bac3 Added debugging option to makeflow_analyze. 03 December 2014, 19:41:34 UTC
59f4893 Minor changes to enable build on OSX 10.9. Conflicts: wavefront/src/wavefront_master.c 03 December 2014, 19:41:28 UTC
5c28199 Squeeze output to fit in 80 columns. 03 December 2014, 19:40:25 UTC
979b469 Work_Queue::Task to its own file. This allows its use as: use parent 'Work_Queue::Task'; 01 December 2014, 20:50:52 UTC
0f3bbe0 Update for old version of buffer. 01 December 2014, 14:42:12 UTC
282d680 Merge branch 'perl_obj_4.3' into release/4.3 01 December 2014, 14:37:29 UTC
ba62615 Add pod documentation. html availale at doc/api/html/work_queue_perl.html or also at the shell: $ perldoc Work_Queue 01 December 2014, 14:37:09 UTC
81a4165 Add name, catalog, and shutdown options to perl constructor. 01 December 2014, 14:37:09 UTC
5360911 Update perl example with new bindings. 01 December 2014, 14:37:09 UTC
efa4ed2 Work Queue's Perl object-oriented bindings. Use: use Work_Queue; my $q = Work_Queue->new($port); $q->set_debug_flag('all'); $q->set_debug_config_file('dbg.txt'); $q->specify_name('project_name'); $q->enable_monitoring; my $t = Work_Queue::Task->new($command); $t->specify_input_file(local_name => 'some_name', remote_name => 'some_other_name'); $t->specify_output_file(local_name => 'some_name'); # Could be: $t->specify_output_file('some_name'); $q->submit($t); ... my $stats = $q->stats; print $stats->{tasks_running}, '\n'; ... $t = $q->wait(5); ... my $resources = $t->resources_measured; print $resources->{resident_memory}, '\n'; # $q and $t are garbage-collected when out of scope. 01 December 2014, 14:37:08 UTC
9d6b692 Merge branch 'resources_fixes' into release/4.3 01 December 2014, 14:31:28 UTC
f8ab7f9 Adds rmsummary to python bindings. 01 December 2014, 14:31:06 UTC
d4bc199 Small summary print format changes 01 December 2014, 14:31:05 UTC
61f461d Add measured resources to wq struct task. Conflicts: work_queue/src/work_queue.c work_queue/src/work_queue.h 01 December 2014, 14:31:02 UTC
98b43fc Use struct buffer to read summaries. Conflicts: dttools/src/rmsummary.c 01 December 2014, 14:29:05 UTC
b5120f1 Fix small memory leaks Conflicts: dttools/src/rmonitor.c 01 December 2014, 14:27:58 UTC
6fd0380 Use -- to separate summaries Conflicts: dttools/src/rmsummary.c 01 December 2014, 14:26:49 UTC
9d6733d Altered makeflow_graph_log to divide timestamps to correct digit. 01 December 2014, 13:57:26 UTC
1bbbddd Merge branch 'wqmakeflow_cache' into release/4.3 01 December 2014, 13:57:04 UTC
3213f18 Fixed missing case: caching flag must also be set in submit_simple. Conflicts: work_queue/src/batch_job_work_queue.c 01 December 2014, 13:56:52 UTC
f114b86 Fixed caching behavior in work queue: all files are cached upon request. Previously, renamed files were not cached, due to deficiencies in the worker cache structure, but this was fixed in the most recent worker cleanup. Conflicts: work_queue/src/batch_job_work_queue.c 01 December 2014, 13:56:51 UTC
41d66d0 Merge branch 'irods4' into release/4.3 01 December 2014, 13:50:45 UTC
4d124fe Misc tweaks to install instructions for consistency. 01 December 2014, 13:50:35 UTC
c50a7f3 Updated install instructions and added details for building with irods. 01 December 2014, 13:50:35 UTC
12374e6 Update irods read option to conform to the new API. 01 December 2014, 13:50:34 UTC
2edbc1d Updated configure to work with irods 4.x. 01 December 2014, 13:50:34 UTC
a5422c5 Merge branch 'update-tests' into release/4.3 01 December 2014, 13:46:34 UTC
7de1844 Removed debugging output. 01 December 2014, 13:45:46 UTC
e0d3006 Moved test support scripts from dttools/src to dttools/test. Conflicts: chirp/test/TR_chirp_rmall.sh parrot/test/TR_parrot_bind.sh parrot/test/TR_parrot_msg_fd.sh 01 December 2014, 13:45:45 UTC
a27509c Fixed serious bug in gpu detection: If the script cctools_gpu_autodetect was not found in the path, an extra forked process would be left hanging around, typically in work_queue_worker! Symptoms of this problem include strange behavior after a worker should have exited, including slow build and test results. 01 December 2014, 13:45:44 UTC
aa6965d Debugging to see why single shot is not taking effect. 01 December 2014, 13:45:44 UTC
10a8a1e No more killing. 01 December 2014, 13:45:44 UTC
7bf068f Change allpairs test back to fine granularity, to test WQ small task changes. 01 December 2014, 13:45:44 UTC
44fc8e3 Simplified child check logic in work_queue_worker: signal handler now sets flag so that we can detect signals that happen outside of link_usleep_mask. Conflicts: work_queue/src/work_queue_worker.c 01 December 2014, 13:45:43 UTC
cda3a40 Moved control back into run_all_tests, since test scripts sometimes call exit directly. 01 December 2014, 13:45:42 UTC
back to top