Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replay block need too long time #894

Open
RedheatWei opened this issue Sep 3, 2024 · 2 comments
Open

replay block need too long time #894

RedheatWei opened this issue Sep 3, 2024 · 2 comments
Labels
question Further information is requested

Comments

@RedheatWei
Copy link

Ask a question

when i restart cardano-node, it will replay whole block, but replay need too long time, about 10 hours.
how to skip it ?

docker-compose

  cardano-node:
    image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-9.1.0}
    environment:
      - NETWORK=${NETWORK:-mainnet}
    volumes:
      - ./node-ipc:/ipc
      - ./node-db:/node/db
      - ./config/network/${NETWORK:-mainnet}:/config
    entrypoint: cardano-node run --database-path /node/db --socket-path /ipc/node.socket --topology /config/cardano-node/topology.json --config /config/cardano-node/config.json
    networks:
      - ada-net

logs

[4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:09.26 UTC] Replayed block: slot 66182337 out of 133745329. Progress: 49.48%
[4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:12.24 UTC] Replayed block: slot 66203988 out of 133745329. Progress: 49.50%
[4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:14.23 UTC] Replayed block: slot 66225541 out of 133745329. Progress: 49.52%
[4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:17.38 UTC] Replayed block: slot 66247184 out of 133745329. Progress: 49.53%
@RedheatWei RedheatWei added the question Further information is requested label Sep 3, 2024
@Kammerlo
Copy link
Member

We just released a new version with upgraded db-sync and cardano-node. Could you please try and see if this solves the issue for you? @RedheatWei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants
@RedheatWei @Kammerlo and others