jun1015

Results 12 comments of jun1015

TODO 适配redis 7.0版本的RDB格式 - [ ] 支持ListPack编码的hash/zset数据类型 - RDB_TYPE_HASH_LISTPACK:在hash中以listpack结构代替ziplist结构 [https://github.com/redis/redis/pull/8887](url) - RDB_TYPE_ZSET_LISTPACK:在zset中以listpack结构代替ziplist结构 [https://github.com/redis/redis/pull/9366](url) - [ ] 适配redis functions的load:redis7.0新增function,可以在RDB文件中持久化,可以通过RDB文件加载其它Redis服务器上的function [https://redis.io/docs/manual/programmability/functions-intro/](url)

> ``` > auth/defaultauth/token_test.go中的Test_CustomDesignSalt函数 > ``` > > 这一步做了吗 做了 db里的token改了

> 报错信息是什么? 2025-05-09T10:41:36.562991Z info apiserver httpserver/server.go:545 receive request {"client-address": "127.0.0.1:35838", "user-agent": "Go-http-client/1.1", "request-id": "", "platform-id": "", "method": "GET", "url": "/core/v1/user/token?id=65e4789a6d5b49669adf1e9e8387549c"} 2025-05-09T10:41:36.563081Z error auth defaultauth/auth_checker.go:267 [Auth][Checker] check token err : no...

是用这个解吗,看起来应该也没问题 ![Image](https://github.com/user-attachments/assets/b13a1689-0b99-456f-b2bc-c7b4b0642986)

明白了,生成token的时候用的是用户名称导致出错了。 修改salt值的话这里01-polaris-console-config.yaml中的相应的polarismesh@2021、token这些内容需要改吗,看文档上没有提到 ![Image](https://github.com/user-attachments/assets/5c0fbcef-0412-4c11-afca-85dde993d773)

补充一下,停掉另一个集群之后,实例状态就正常了,两个集群配置了不同的polaris内部服务名。是不能以这种方式部署吗,还是可能配置文件填写有问题

我们目前的场景是多个k8s集群需要统一管理,但是不同集群之间的地理距离比较远,所以如果只在一个集群上部署北极星响应时间就会较长,这种情况有什么推荐的解决方法吗

会有比较少量的互相调用

> > 会有比较少量的互相调用 > > 是直接 pod 与 pod 之间的吗 是的

> 你是 tx 内部的? 是啊😂