Update in use messages (elastic/x-pack-elasticsearch#576)
[ML] Update in use messages Original commit: elastic/x-pack-elasticsearch@629961f1ed
This commit is contained in:
parent
ff96939c5f
commit
545921698c
|
@ -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}''
|
||||
|
|
Loading…
Reference in New Issue