Hi abstract team,
We are trying to setup a abstract-testnet node from genesis, however we are dealing with this issue. The node crashes with chain ID mismatch error when attempting to sync from genesis:
ERROR NamedFuture{name="transaction_finality_updater"}: zksync_node_sync::transaction_finality_updater: Fatal error occurred while updating transactions: internal error: No batch
transactions to process for chain id 32657 while there are some for None chain_id.Error is thrown so node can restart and reload SL data. If node doesn't make any progress after
restart, then it's bug, please contact developers.
Configuration
Steps to Reproduce
- Configure node with genesis sync
- Clear all PostgreSQL data and persistent volumes
- Start node from clean state
- Node crashes with chain ID 32657 error
Environment
- Deployment: Kubernetes
- Storage: Persistent volumes (completely cleared)
- Database: PostgreSQL (fresh instance)
Hi abstract team,
We are trying to setup a abstract-testnet node from genesis, however we are dealing with this issue. The node crashes with chain ID mismatch error when attempting to sync from genesis:
Configuration
Steps to Reproduce
Environment