From 545921698cf042994eff07e38f762e9e6f51a581 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Thu, 16 Feb 2017 14:44:52 +0000 Subject: [PATCH] Update in use messages (elastic/x-pack-elasticsearch#576) [ML] Update in use messages Original commit: elastic/x-pack-elasticsearch@629961f1ed785dd74a4589105fcc8d7733453f6a --- .../xpack/ml/job/messages/ml_messages.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/src/main/resources/org/elasticsearch/xpack/ml/job/messages/ml_messages.properties b/plugin/src/main/resources/org/elasticsearch/xpack/ml/job/messages/ml_messages.properties index 3bd46d8e8ba..b54c52be2cc 100644 --- a/plugin/src/main/resources/org/elasticsearch/xpack/ml/job/messages/ml_messages.properties +++ b/plugin/src/main/resources/org/elasticsearch/xpack/ml/job/messages/ml_messages.properties @@ -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}''