我正在绘制索引车次顺序266。弹性抛出异常资源\u已存在\u异常。在读取异常消息之后。看起来索引已经存在,但是如果是这种情况,那么ElasticSearch抛出异常索引已经存在。我不知道我是对还是错。有人能解释一下异常信息吗?
elasticsearch版本:6.4.2
[resource_already_exists_exception] index [rides_order_266/aGTcXrUrTAOV12qxEHl9tQ] already exists, with { index_uuid=\"aGTcXrUrTAOV12qxEHl9tQ\" & index=\"rides_order_266\" }","path":"/rides_order_266","query":{},"body":"{\"settings\":{\"index\":{\"mapping.total_fields.limit\":70000,\"number_of_shards\":1,\"number_of_replicas\":0,\"refresh_interval\":\"1s\"}}
1条答案
按热度按时间l7wslrjt1#
resource_already_exists_exception
是此错误的新名称。以前是这样的index_already_exists_exception
在6.0版本中被重命名,如pr#21494所示。做出这种更改是为了防止每个不同的资源类型(索引、别名等)都有一个不同的异常。
所以,考虑到
rides_order_266
索引已存在。