From c07cdd666a05dc7394f8a2f7799c2fbdbca2c9ca Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Wed, 26 Oct 2016 09:19:19 -0700 Subject: [PATCH] PLT-4488 adding in loop breaking (#4330) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 3cdffafea3..6c1041f9b6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2575,6 +2575,10 @@ "id": "ent.cluster.final_fail.error", "translation": "Cluster send final fail at `%v` detail=%v, extra=%v, retry number=%v" }, + { + "id": "ent.cluster.same_server.warn", + "translation": "This request has already been recieved by this server, my_id=%v path=%v" + }, { "id": "ent.cluster.incompatible.warn", "translation": "Potential incompatible version detected for clustering with %v"