Commit 8105f5ae authored by Alejandro Sanchez's avatar Alejandro Sanchez Committed by Danny Auble
Browse files

jobcomp/elasticsearch - fix minor race related to JobCompLoc setup.

The init() function creates a separate thread that tries to index the
list of unindexed jobs (loaded from the state or newly finished) into
the elasticsearch server. This fix prevents this thread from trying to
do so until after slurm_jobcomp_set_location sets the log_url.

Bug 7153.
parent 329fe154
Supports Markdown
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