dennis zhuang

Results 377 comments of dennis zhuang

`Peer id not found: [10.254.16.7:7848](http://10.254.16.7:7848/), group: naming_persistent_service` 这个错误就是该节点10.254.16.7:7848 从 naming_persistent_service 分组移除了,主动 shutdown 了。

> > `Peer id not found: [10.254.16.7:7848](http://10.254.16.7:7848/), group: naming_persistent_service` > > 这个错误就是该节点10.254.16.7:7848 从 naming_persistent_service 分组移除了,主动 shutdown 了。 > > 为什么10.254.16.7这个节点会移除,这个是我的启动日志 这个你可能要问下 nacos,因为 jraft 不会主动去 shutdown 一个 node

Cool. @NiwakaDev > Allow parser to handle sql like ALTER DATABASE test SET ttl = '14d'. I recommend designing the statement to use `set OPTIONS(ttl='14d')` since we might need to...

Of course, the table's custom TTL must be prioritized over the database TTL. However, the table TTL is set to the database TTL when creating a table without the `ttl`...

> > Another choice is as @fengjiachun said, let's not change the region's TTL but just the database options. I prefer the second solution. It's much simpler, and altering many...

> If the plan seems ok I'll try looking at `proto` definition in the background. That would be cool!

@etolbakov Hi, are you still working on this issue? I think it's a fatal issue that needs to be addressed.

> sorry Dennis, didn't make much progress to be honest. I will have time these weekend, but I appreciate the urgency, don't want to block you. Don't worry. I think...

@fengjiachun 的意思是大概率是你的实现问题,检查或者单测下自己的代码吧,序列化和状态机处理这块,再不行可以去 debug 看看。