arterhuo

Results 3 issues of arterhuo

优化计算consumergrouplag的显示为负的情况1.不应该在收集group offset的时候多次调用,2.如果lag < 0证明此时已经消费完成,不用计算出负值。

表语句 ``` CREATE TABLE `t1` ( `k1` bigint(20) NOT NULL COMMENT "", `c1` bigint(20) NULL COMMENT "" ) ENGINE=OLAP DUPLICATE KEY(`k1`) PARTITION BY (`k1`) DISTRIBUTED BY HASH(`k1`) BUCKETS 32 PROPERTIES...

type/bug

About: https://forum.mirrorship.cn/t/topic/15357 ``` *** Aborted at 1728996167 (unix time) try "date -d @1728996167" if you are using GNU date *** PC: @ 0x3668ee7 std::_Sp_counted_ptr_inplace::_M_get_deleter(std::type_info const&) *** SIGSEGV (@0x22) received by...

type/bug