question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Signage points out of order are considered skips

See original GitHub issue

Describe the bug If signage points are logged out of order, skip alerts are triggered.

Chia debug log:

2021-05-19T13:14:51.592 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 9/64: 99dc2878cd36e748f35caf8b48fc3e048dc1d2306c6e5675a51f5a6beaaf8826
2021-05-19T13:14:52.165 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 10/64: fbd8a6cbfd9ceb973842b998f9e221791495bb0b95bb594078ff9022dd0c64c4
2021-05-19T13:15:24.908 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 12/64: 3e0f1d609eef221f21a5bb8f5c5290380563d265da219f49fca47c4cb1b8392d
2021-05-19T13:15:24.912 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 11/64: 2855217036e581b98e22e8776b41e61495751a7b2a9da27976120fef39c65e5a
2021-05-19T13:15:24.914 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 13/64: a5b4b7c0456eea6711776dd7781a828bac626e49f8f5f3083e031e456ffea0c7
2021-05-19T13:15:25.875 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 14/64: 2971d057ac883958a8e873d06d507ff66c13b58b30bc7a20e08014e2fb4dce10
2021-05-19T13:15:34.107 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 15/64: 520b8c1cc85449fc82351528e63e232f8d6bd85dc58a6a1abb11d486ea3b3f8f
2021-05-19T13:15:43.902 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 16/64: a0aa4580f66ee139c222297acd04f618bc1f5cfaa7aab75d76f63237a2ecdb7f

Chiadog log from same time:

[2021-05-19 13:15:24] [    INFO] --- Detected 1 skipped signage point. (non_skipped_signage_points.py:46)
[2021-05-19 13:15:24] [ WARNING] --- Experiencing networking issues? Skipped 2+ signage points in the last hour (non_skipped_signage_points.py:53)
[2021-05-19 13:15:25] [    INFO] --- Last farming event was 32 seconds ago. This is unusual (time_since_last_farm_event.py:47)

Notice signage point 12 that is logged before 11 completes.

Environment:

  • OS: Ubuntu 20.04
  • Python version: 3.8.5
  • PIP version: 20.0.2 for Chia, latest for chiadog (installed via install.sh)
  • Chia version: 1.1.5
  • Chiadog revision: 67328d7960

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
azaryc2scommented, May 22, 2021

I’m considering removing these checks from chiadog at least for the time being. The harvester monitoring already does 99% of the important checks. Maybe will add a configuration with default state disabled.

I would keep the checks and still count the number of SPs missed, but stop notifying if you miss some. This will happen regardless of how good the checks are implemented, since…well…it’s the internet and P2P on top of that 😃 What i think is valuable to keep is the % of missed SPs on the daily report. I hope that stays.

2reactions
martomicommented, May 22, 2021

Yes, I totally agree on that approach. Maybe also keep the alert notifications but only for >5% of skips over the past hour and not for individual occurrences 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Signage and Infusion Points | Chia Documentation - Chia Docs
The simple answer is because as the signage points increase, it becomes more difficult for the timelords and nodes to keep up with...
Read more >
Skipped signage points all day long - Support - Chia Forum
I don't think I get many out of order signage points like that, but I regularly get skipped signage points. I've been ignoring...
Read more >
Design and Placement of Signs - International Sign Association
The following is a guide for making sure your sign can be seen and read in time for potential customers to react and...
Read more >
Chapter 2B. Regulatory Signs - MUTCD
A NO TURN ON RED sign should be considered when an engineering study finds that one or more of the following conditions exists:...
Read more >
Traffic signs and signals - Texas Department of Transportation
Have you ever thought that a traffic signal light was needed at an intersection? Have you ever wondered who is responsible for determining...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found