尝试加入频道,但我们的组织不在频道的组织中

Tried joining channel but our org, isn't among the orgs of the channel

将新组织添加到超级分类帐结构网络时,对等日志显示以下错误。

[gossip/service] updateAnchors -> ERRO 327 Tried joining channel mychannel but our org( org4), isn't among the orgs of the channel: [org1 org2 org3] , aborting.

还有如下所示的警告。

[gossip/gossip] Gossip -> WARN 3d9 Failed obtaining gossipChannel of [99 104 45 99 111 109 109 111 110] aborting.

超级账本结构版本:v1.1.0

添加到对等库中的动态领导选举属性。

我正在按照说明进行操作 here.

因为节点正在加入创世块(它知道通道的原始成员,但不知道新成员),所以发出了这些日志语句。

通常,这些陈述是良性的;只要对等方能够检索和提交块,您就可以忽略这些消息。最终,对等点将收到添加其组织的配置块,八卦网络将再次开始正常工作。

这是一个已知问题,在未来,我们希望允许节点加入到使用最新配置块的通道,而不仅仅是创世块。