为何pos节点总是无法完成同步?

我的个人节点总是同步到接近完成,然后就如下:
2023-07-09T10:17:26.954591554+08:00 INFO IO Worker #3 cfxcore::syn - Catch-up mode: true, latest epoch: 74818103 missing_bodies: 0
2023-07-09T10:17:27.956456503+08:00 WARN IO Worker #3 cfxcore::syn - current sync candidate becomes inactive: (status = about to request a candidate state, pending_peers: 0, manifest: None, chunks: Some((download = 4430/0/16239, active_peers: 0)))

还有一个现象,如果持续报以下错误,同步就还在进行,如果不报错,同步反而停滞了。
2023-07-13T15:16:21.014241477+08:00 WARN Socket IO Worker #3 cfxcore::syn - Error while handling message, peer=0xc22a…7efb, msgid=28, error=Error(EmptySnapshotChunk, State { next_error: None, backtrace: InternalBacktrace { backtrace: Some( 0: error_chain::backtrace::imp::InternalBacktrace::new
1: <error_chain::State as core::default::Default>::default
2: cfxcore::sync::state::storage::Chunk::validate
3: <cfxcore::sync::message::snapshot_chunk_response::SnapshotChunkResponse as cfxcore::sync::message::handleable::Handleable>::handle
4: cfxcore::sync::message::message::handle_rlp_message
5: <cfxcore::sync::synchronization_protocol_handler::SynchronizationProtocolHandler as network::NetworkProtocolHandler>::on_message
6: <network::service::NetworkServiceInner as io::IoHandlernetwork::NetworkIoMessage>::message
7: io::worker::SocketWorker::work_loop
8: std::sys_common::backtrace::__rust_begin_short_backtrace
9: core::ops::function::FnOnce::call_once{{vtable.shim}}
10: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library/alloc/src/boxed.rs:1988:9
<alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library/alloc/src/boxed.rs:1988:9
std::sys::unix::thread::thread::new::thread_start
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library/std/src/sys/unix/thread.rs:108:17
11:
12:
) } })

我是被恶意消息攻击了么?
我的conflux版本是conflux-rust/v2.2.4-179a5bc-20230505/x86_64-linux-gnu/rustc1.68.0

我搜了一遍pos账户,发现向我的节点发错误消息的节点peer=0xc22a…7efb并没有出现在confluxscan的pos accounts中。