Skip to content
Snippets Groups Projects
Commit 80a294b5 authored by Jessica Severin's avatar Jessica Severin
Browse files

added check in print_stats case there is an AnalysisStats entry but there

isn't a corresponding Analysis entry in the analysis table
parent 1bf20386
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ sub determine_status {
sub print_stats {
my $self = shift;
return unless($self->get_analysis);
#printf("STATS %20s(%3d) %11s jobs(%7d:t,%7d:q,%7d:d) %5d:batchsize %5d:hiveCapacity %5d:neededWorkers (synched %d secs ago)\n",
printf("STATS %20s(%3d) %12s jobs(t=%d,q=%d,d=%d,f=%d) batchsize=%d hiveCapacity=%d neededWorkers=%d (synched %d secs ago)\n",
$self->get_analysis->logic_name,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment