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

A too large number appears when retrieving blocks from NetworkManager #1337

Closed
MichaelKim20 opened this issue Nov 9, 2020 · 3 comments
Closed

Comments

@MichaelKim20
Copy link
Member

I used docker-compose up on the local computer.
I sent the transaction and made it up to the block height of 19. I sent another 8 transactions to make the height 20.
After the agreement was completed, in the process of transferring blocks, I saw a large number in the log.
And it stopped working.

node-2_1.log
node-3_1.log
node-4_1.log
node-5_1.log
node-6_1.log
node-7_1.log

@Geod24
Copy link
Collaborator

Geod24 commented Nov 9, 2020

Yes, I've seen it on the live system as well. Looks like unsigned underflow. Did it create any practical issue ?
Also retrieving 19 .. 19 is nonsensical.

@MichaelKim20 MichaelKim20 changed the title A too large number appears when Retrieving blocks from NetworkManager A too large number appears when retrieving blocks from NetworkManager Nov 10, 2020
@kchulj
Copy link

kchulj commented Nov 18, 2020

Fixing #1278 may solve this issue.

@AndrejMitrovic
Copy link
Contributor

This seems to be highly related to #1395. I'm folding it into that issue.

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

No branches or pull requests

4 participants