We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
节点配置里配置多个节点(同一个群组)时,tx_raw_data_1表里会插入重复数据. 跟踪代码发现每个配置的节点都会创建一个DataExportExecutor并且最终执行MysqlStoreService.storeBlockInfoBO() 而tx_raw_data_1的索引不是唯一索引,所以最终创建了多条同样数据. 请问这个是bug吗?