• S
    Fix channel lost after data node crash (#6545) · ee38d14f
    sunby 提交于
    If we start up 2 data nodes and one of them crashes. We expect that all
    channels of crashed node will be allcoated to the alive node. But now we
    discover that these channels are lost after data node crash. The reason
    is we pass a NodeInfo with empty channel info. We fix it and improve log
    print.
    
    issue: #6501
    Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
    ee38d14f
policy_test.go 2.1 KB