Commit a13a2f5c authored by lixiaofang's avatar lixiaofang

add

parent 99e4851b
......@@ -191,8 +191,8 @@ class ESPerform(object):
try:
assert (es_cli is not None)
official_index_name = sub_index_name
# if sub_index_name != "mv-alpha-user-test-190711901":
# official_index_name = cls.get_official_index_name(sub_index_name, "read")
if sub_index_name != "mv-alpha-tag-test-190718901":
official_index_name = cls.get_official_index_name(sub_index_name, "read")
index_exists = es_cli.indices.exists(official_index_name)
if not index_exists:
......
Markdown is supported
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