today our nodes got many errors in log and went OutOfSync state what can cause this behavior?
EDIT: my node is again in sync after updating to v1.7.15-0-gc1de9106 so being on the old version can causes errors. Nvm after updated the same problem most nodes went OutOfSync, most of it happend during the epoch shift
Seeing the same behavior. Root cause is a mixed-version set: some validators on v1.7.15 (faster KVM / tighter timeouts) and others on v1.7.14. With >25% of consensus still on 1.7.14, those slower nodes were timing out on a specific tx path and rejecting it, while the 1.7.15 nodes accepted it. That split caused prevote/precommit churn, outOfSync on 1.7.14, and consensus instability (blocks proposed then bounced).
Fix: upgrade all validators to v1.7.15 and ensure primary + fallback run the exact same version. Don’t mix versions.
It is weird as KUNAIKASH-4 shows fallback at 1.7.14, but it is running on 1.7.15 and still got jailed even with no mixed versions. I have checked all logs and bot mainnode and fallback runs on 1.7.15