#681 closed enhancement (fixed)
Run CheckIlluminaDirectory from a cluster node instead of the cluster controller
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.17 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
It is not very nice to use the main controller to run the CheckIlluminaDirectory
program even though it only takes a few seconds per lane.
It is not really useful to schedule it is a regular job either since it may take some time before it has been processed.
Proposed solution is to investigate the possibility to dedicate a specific node for this and connect to that one in this particular case.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
(In [2866]) References #681: Run CheckIlluminaDirectory from a cluster node instead of the cluster controller
Added <nodes> list in configuration file since it will not merge automatically due to file name change.
(In [2865]) Fixes #681: Run CheckIlluminaDirectory from a cluster node instead of the cluster controller
Added <nodes> list in configuration file that can be used specify which nodes that can be used for this type of task. The list is pre-populated with 'compute-2-0' since this is only used for debugging.