LHHDZ
LHHDZ
> @shichanglin5 Hello, you cheerfully took up bugs, maybe you will see how to fix it or you will have some idea? This is probably because the masterClient is trying...
Now if the connection is disconnected due to an expired grpc connection will reset the master, all assignRequest will block sleep before connecting to the new master, depending on how...
> > The master node tries to connect to the leader, if the current node is not the leader, the masterClient will print "Not current leader"; > > @shichanglin5 I'm...
According to the log observation, I found a lot of `transport is closing` and `goaway`, I guess it is triggered because the grpc connection expires. Whenever the connection expires, `mc.currentMaster`...
我们内部实现了 acl 功能,已经在生产环境跑了小部分流量了,现在正在做集成测试,等后面合并后就可以用了 @rty813
Very happy to see this! By the way, I think there is a better way than splite ACL into several PR: Create a new feature branch, add a commit instead...
> > Very happy to see this! > > By the way, I think there is a better way than splite ACL into several PR: Create a new feature branch,...
这个应该是前端的问题,是不是前端项目检查没有token直接就跳登录页了,上面匿名访问配置只配置了后端接口,前端没有做相关处理?