deardeng commented on PR #32072: URL: https://github.com/apache/doris/pull/32072#issuecomment-1990938875
这个pr先关了,打桩弄出3副本,2副本partition id = 0的,测试insert。 没用 这个pr修复,insert 之后是commit 状态,然后过5分钟后,变成visble 用这个pr修复的,insert之后是publish状态。也就是说pr修复本问题,是可以的。 但是感觉是头痛医头。本质上还是partition_id 和tabletinfo 的映射关系出了问题。 以后别人若用这个关系,可能引入别的问题。 pid=0的需要一个治本的方法。 所以这个pr先关了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
