[ML] Update in use messages

Original commit: elastic/x-pack-elasticsearch@629961f1ed
This commit is contained in:
David Kyle 2017-02-16 14:44:52 +00:00 committed by GitHub
parent ff96939c5f
commit 545921698c
1 changed files with 4 additions and 4 deletions

View File

@ -125,10 +125,10 @@ datafeed.config.invalid.option.value = Invalid {0} value ''{1}'' in datafeed con
datafeed.does.not.support.job.with.latency = A job configured with datafeed cannot support latency
datafeed.aggregations.requires.job.with.summary.count.field = A job configured with a datafeed with aggregations must have summary_count_field_name ''{0}''
job.data.concurrent.use.close = Cannot close job {0} while another connection {2}is {1} the job
job.data.concurrent.use.flush = Cannot flush job {0} while another connection {2}is {1} the job
job.data.concurrent.use.update = Cannot update job {0} while it is in use
job.data.concurrent.use.upload = Cannot write to job {0} while another connection {2}is {1} the job
job.data.concurrent.use.close = Cannot close job {0} while the job is processing another request
job.data.concurrent.use.flush = Cannot flush job {0} while the job is processing another request
job.data.concurrent.use.update = Cannot update job {0} while the job is processing another request
job.data.concurrent.use.upload = Cannot write to job {0} while the job is processing another request
job.missing.quantiles = Cannot read persisted quantiles for job ''{0}''
job.unknown.id = No known job with id ''{0}''