Skip to content

节点配置里配置多个节点时会产生重复数据? #235

Open
@Sai-2021

Description

@Sai-2021

节点配置里配置多个节点(同一个群组)时,tx_raw_data_1表里会插入重复数据.
跟踪代码发现每个配置的节点都会创建一个DataExportExecutor并且最终执行MysqlStoreService.storeBlockInfoBO()
而tx_raw_data_1的索引不是唯一索引,所以最终创建了多条同样数据.
请问这个是bug吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions