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.

DAWN-492 ⁃ Not producing block because node didn't wake up within 500ms of the slot time. #397

Closed
@pavybez

Description

@pavybez

I started a single node with wall_api_plugin embedded and initiated some transactions using ./eosc benchmark transfer 600 600.

I see the following output in the log file.

2994239ms thread-0 producer_plugin.cpp:210 block_production_loo ] initk generated block #202 @ 2017-09-11T06:49:54 with 0 trxs 0 pending
2998489ms thread-0 producer_plugin.cpp:229 block_production_loo ] Not producing block because node didn't wake up within 500ms of the slot time.
3000615ms thread-0 producer_plugin.cpp:229 block_production_loo ] Not producing block because node didn't wake up within 500ms of the slot time.
3002818ms thread-0 chain_controller.cpp:235 _push_block ] inith #203 @2017-09-11T06:50:03 | 0 trx, 0 pending, exectime_ms=13

Activity

pavybez

pavybez commented on Sep 11, 2017

@pavybez
Author

Attached is the config.ini of the eosd.

config.txt

bytemaster

bytemaster commented on Sep 11, 2017

@bytemaster
Contributor

This is an indication that the single CPU is getting backlogged by a large blocking task that is not properly timebound... eg, block generation with a large pending set.

added this to the EOS Dawn 2.0 milestone on Sep 12, 2017
wanderingbort

wanderingbort commented on Sep 12, 2017

@wanderingbort
Contributor

We are planning to address this issue in the EOS Dawn 2.0 milestone as part of #301

brianjohnson5972

brianjohnson5972 commented on Oct 4, 2017

@brianjohnson5972
Contributor

@bytemaster or @coreylederer or @thomasbcox This task is marked as EOS Dawn 1.1, but the above comment indicates that it will be addressed by another issue, that is marked as EOS Dawn 2.0. Should this be closed and/or EOS Dawn 1.1 removed?

modified the milestones: EOS Dawn 2.0, EOS Dawn 3.0 on Nov 6, 2017
changed the title [-]Not producing block because node didn't wake up within 500ms of the slot time.[/-] [+]DAWN-492 ⁃ Not producing block because node didn't wake up within 500ms of the slot time.[/+] on Jan 16, 2018
blockone-syncclient

blockone-syncclient commented on Jan 24, 2018

@blockone-syncclient

➤ Corey Lederer commented:

Related to GH301 / DAWN‌-491

heifner

heifner commented on Jan 24, 2018

@heifner
Contributor

This will be worked under #301

added a commit that references this issue on May 15, 2019

Merge pull request EOSIO#397 from EOSIO/docs/upgrade-instructions

1f68458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bytemaster@wanderingbort@heifner@pavybez@brianjohnson5972

        Issue actions

          DAWN-492 ⁃ Not producing block because node didn't wake up within 500ms of the slot time. · Issue #397 · EOSIO/eos