有一个共识节点总是不再增高

一共五个节点,其中一个节点总是进入停滞状态,看异常节点日志,只有auth模块有些不一样

2021-09-22 - 03:29:06 | cita_auth::dispatche - 89    | INFO  - public block txs height 10819625 with 0 transactions
2021-09-22 - 03:29:06 | cita_auth::handler   - 529   | INFO  - get block tx hashes for height 10819626
2021-09-22 - 03:29:06 | cita_auth::dispatche - 89    | INFO  - public block txs height 10819626 with 0 transactions
2021-09-22 - 03:29:06 | cita_auth::handler   - 529   | INFO  - get block tx hashes for height 10819627
2021-09-22 - 03:29:06 | cita_auth::dispatche - 89    | INFO  - public block txs height 10819627 with 0 transactions
2021-09-22 - 03:29:35 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:29:35 | cita_auth::handler   - 1010  | INFO  - block txn transactions number is not matched, expect: 1, got: 0
2021-09-22 - 03:52:07 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:52:07 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:52:07 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:52:07 | cita_auth::handler   - 1010  | INFO  - block txn transactions number is not matched, expect: 1, got: 0
2021-09-22 - 03:52:07 | cita_auth::handler   - 1071  | INFO  - Validate BlockTxn error: Bad origin: expect 2, got 3
2021-09-22 - 03:52:07 | cita_auth::handler   - 1071  | INFO  - Validate BlockTxn error: Bad origin: expect 2, got 4
2021-09-22 - 03:52:12 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:52:12 | cita_auth::handler   - 1010  | INFO  - block txn transactions number is not matched, expect: 1, got: 0
2021-09-22 - 03:56:05 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:56:05 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:56:05 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:56:05 | cita_auth::handler   - 1071  | INFO  - Validate BlockTxn error: Bad origin: expect 4, got 3
2021-09-22 - 03:56:05 | cita_auth::handler   - 1010  | INFO  - block txn transactions number is not matched, expect: 1, got: 0
2021-09-22 - 03:56:05 | cita_auth::handler   - 1071  | INFO  - Validate BlockTxn error: Bad origin: expect 4, got 2
2021-09-22 - 03:57:32 | cita_auth::handler   - 974   | INFO  - missing_hashes len : 1
2021-09-22 - 03:57:32 | cita_auth::handler   - 1010  | INFO  - block txn transactions number is not matched, expect: 1, got: 0

想问下出现这种情况的原因,以及怎么解决此类问题

这个是什么版本?
这个报错是因为这个节点有一笔交易一直没有收到,所以本节点无法校验区块合法性,也无法参与出块。
其他节点什么情况?如果总共四个节点只有一个节点出现这种情况,剩下三个节点应该还能出块。然后这个节点可以通过同步区块的方式获取到相应的数据。

还有就是这个节点的网络似乎也有点问题。

可以尝试重启这个节点试试看能不能恢复?