Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

P2P sync failing #421

@heifner

Description

@heifner

This issue is related to #291 stability.

Current sync of producer nodes is not working. Steps to reproduce:

  • programs/launcher/launcher -p5 -s mesh --skip-signature
    • -s star, -s ring also exhibit same issue
  • programs/eosc/eosc --port 8888 get block 1
  • programs/eosc/eosc --port 8889 get block 1
  • programs/eosc/eosc --port 8890 get block 1
  • programs/eosc/eosc --port 8891 get block 1
  • programs/eosc/eosc --port 8892 get block 1
    • The blocks returned do not agree.
    • Also the following is in tn_data_*/stderr.txt
426004ms thread-0   net_plugin.cpp:820            handle_message       ] unable to accept block #3 syncing
426004ms thread-0   fork_database.cpp:65          push_block           ] Pushing block to fork database that failed to link: 00000003dcb43dac9f0083ea66e8f62ca0eaf0b6141894412ee3557c4b7a6a18, 3
426004ms thread-0   fork_database.cpp:66          push_block           ] Head: 2, 000000020f5b636cd1777ce3453373501ce6bbccd158725470d91ca855821dde
  • Large amounts of memory were consumed by the eosd

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions