Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
deea31aa
Commit
deea31aa
authored
May 20, 2016
by
Matthieu Muffato
Browse files
bugfix: missing parameter in a call from "killworker" mode
parent
88761fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/beekeeper.pl
scripts/beekeeper.pl
+1
-1
No files found.
scripts/beekeeper.pl
View file @
deea31aa
...
...
@@ -227,7 +227,7 @@ sub main {
unless
(
$kill_worker
->
cause_of_death
()
)
{
if
(
my
$meadow
=
$valley
->
find_available_meadow_responsible_for_worker
(
$kill_worker
)
)
{
if
(
$meadow
->
check_worker_is_alive_and_mine
)
{
if
(
$meadow
->
check_worker_is_alive_and_mine
(
$kill_worker
)
)
{
printf
("
Killing worker: %10d %35s %15s %20s(%d) :
",
$kill_worker
->
dbID
,
$kill_worker
->
host
,
$kill_worker
->
process_id
,
$kill_worker
->
analysis
->
logic_name
,
$kill_worker
->
analysis_id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment