File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cluster/src/org/labkey/cluster Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public ClusterServiceImpl()
3737
3838 }
3939
40+ @ Override
4041 public void registerResourceAllocator (ClusterResourceAllocator .Factory allocator )
4142 {
4243 _allocatorList .add (allocator );
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ private File createSubmitScript(PipelineJob job) throws PipelineJobException
451451 for (ClusterResourceAllocator .Factory allocatorFact : allocatorFactories )
452452 {
453453 ClusterResourceAllocator allocator = allocatorFact .getAllocator ();
454- job .getLogger ().debug ("using resource allocator: " + allocator .getClass ().getName ());
454+ job .getLogger ().debug ("using resource allocator: " + allocator .getClass ().getName () + " for activeTask: " + job . getActiveTaskId () );
455455 Integer c = allocator .getMaxRequestCpus (job );
456456 if (c != null )
457457 {
You can’t perform that action at this time.
0 commit comments