lance6716

Results 444 comments of lance6716

Hi @unclecode @aravindkarnam I meet a problem of error `'str' object has no attribute 'choices'` and I think this PR will fix it. Can you take a look? Thanks.

caused by PD updates the API in https://github.com/pingcap/tidb/pull/54153 and test cluster is using old version PD. Lightning will not print the error details and this needs to be improved. Still...

Thanks for feedback. I think we should allow TRUNCATE TABLE to be replicated to downstream. And for pessimistic shard merging, TRUNCATE is like other DDL that should be executed in...

another user case https://asktug.com/t/topic/812993

another user report https://github.com/pingcap/tidb/issues/55650

Hi to be clarify, do you mean there are two problems? 1. "estimate sorted data size -3.074e+18B" the data size format is floating number and negative. 2. "Estimated required size:...

IMO it's better to use another layer like load balancer to solve this problem. CDC sink can only care about output protocol, high availability of downstream is not a responsibility...