canal icon indicating copy to clipboard operation
canal copied to clipboard

Fix #3259 使用es索引别名时,报错Not found the mapping info of index

Open clannad2000 opened this issue 5 years ago • 2 comments

通过索引别名名称查询mapping信息返回的是其对应的真实索引列表信息, 故无法通过索引别名取得mapping信息.

例子: es索引: PUT tyredb-s_garage_v1 { "aliases": { "tyredb-s_garage": { "is_write_index": true } } ...

配置: esMapping: _index: tyredb-s_garage

clannad2000 avatar Jan 06 '21 06:01 clannad2000

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 06 '21 06:01 CLAassistant