ZengyiZhao
ZengyiZhao
@zergduan 非常感谢。 这个确实是个bug,app_client_value_minute_stats 是一张废弃的表,但代码中某些地方(如发送应用日报)仍会访问该表,不会获取到数据。缺失这个表,不会对其他业务逻辑产生影响。 cachecloud 2.0版本之后应该都会有这个问题,将在下一版本进行修复。 目前建议在数据库中,增加该表,建表语句如下: DROP TABLE IF EXISTS `app_client_value_minute_stats`; CREATE TABLE `app_client_value_minute_stats` ( `app_id` bigint(20) NOT NULL COMMENT '应用id', `collect_time` bigint(20) NOT NULL COMMENT '统计时间:格式yyyyMMddHHmm00', `update_time` datetime...
@sundb Thank you for your reply. I have pasted the issue to RediSearch too.
@sundb After consulting with the RediSearch team, I concluded that the module itself cannot determine how to calculate command execution time to ignoring the NIO time. And the command execution...
@meiravgri @sundb Is there any previously mentioned method available? Or are there any other suggestions?
@sundb Thank you very much. I'll try to handle it another way.
Is there any information I should provider? If yes, please tell me. If not, is there any explain for my issue? It is important for me. And Thank you in...
Dear rediseach team, please tell me some suggestions about how to solve this problem or how to find out my problem. Thank you very much.
@davidbgk Is there any idea about the node always "Authenticating..." or "Switching state to Re-Authenticating". I have all my instance with the right password and default user. But only one...
@alonre24 @oshadmi Is there any update of this bug?