Commit Graph

11 Commits

Author SHA1 Message Date
chen zechun 83d43235e8 Uniform error log output starts with uppercase
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-12-28 19:12:36 +08:00
huntsman_ly b4c86a26df
fix opensearch mapper_parsing_exception
karmada-search error log: Could not dynamically add mapping for field [app.name]. Existing mapping for [metadata.labels.app] must be of type object but found [text].

Co-authored-by: liys87x <liyasong1987x@gmail.com>
Signed-off-by: huntsman_ly <huntsman_ly@sina.com>
2022-08-11 15:09:34 +08:00
karmada-bot 371ecba406
Merge pull request #2331 from AllenZMC/fix_panic
opensearch: fixed panic issue when dumps error infos
2022-08-05 09:36:02 +08:00
AllenZMC 177e9e604c Clear conflict between variable `delete` and builtin function
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-08-04 23:24:13 +08:00
AllenZMC 278987aa44 fixed panic issue when dumps error infos
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-08-04 22:41:09 +08:00
changzhen 2457cee11c update import-aliases
Signed-off-by: changzhen <changzhen5@huawei.com>
2022-08-04 15:47:25 +08:00
AllenZMC 17bd5641ee Remove unnecessary package alias
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-07-14 10:53:51 +08:00
karmada-bot a4576872ca
Merge pull request #1960 from calvin0327/move-cluster-annotations
rename cache resource annotation
2022-06-10 14:19:01 +08:00
calvin0327 d4da468dc3 move this annotation key `cluster.karmada.io/name` to the Cluster API.
Signed-off-by: calvin0327 <wen.chen@daocloud.io>
2022-06-10 11:29:04 +08:00
huntsman_ly 5790aacba0
fix(karmada-search): uncomparable `cache.ResourceEventHandler`
Since `SingleClusterInformerManager.ForResource` uses `==` to determine whether the handler exists, `backendstore.Default` need to return a comparable `cache.ResourceEventHandler`.

Co-authored-by: liys87x <liyasong1987x@gmail.com>
Signed-off-by: huntsman_ly <huntsman_ly@sina.com>
2022-06-03 10:22:54 +08:00
huntsman_ly 95f60b5ec8
feat: karmada-search backendStore (opensearch)
Co-authored-by: liys87x <liyasong1987x@gmail.com>
Signed-off-by: huntsman_ly <huntsman_ly@sina.com>
2022-05-27 17:14:22 +08:00