Skip to content

node seems switched to chain-tip mode too early #14393

Open
@AskAlexSharov

Description

@AskAlexSharov

Commit every block buf=3.4GB/512.0MB - this log looks very weird for me. commit every block means buf must be very small (because chain-tip mode does flush to db every block). Maybe we somehow switched to "chain tip mode" too early and it make things slow.

Logs:

erigon[1056464]: [INFO] [04-02|06:42:21.102] [4/6 Execution] Commit every block       blk=69784453 blks=179 blk/s=0.5 txs=14177 tx/s=37 gas/s=6.49M buf=3.4GB/512.0MB stepsInDB=1.00 step=3329.1 inMem=false alloc=24.6GB sys=44.8GB
erigon[1056464]: [INFO] [04-02|06:43:04.515] [4/6 Execution] Commit every block       blk=69784454 blks=2 blk/s=0.0 txs=78 tx/s=1 gas/s=232.35k buf=5.4MB/512.0MB stepsInDB=1.11 step=3329.1 inMem=false alloc=21.3GB sys=44.8GB
erigon[1056464]: [INFO] [04-02|06:43:30.119] [4/6 Execution] Commit every block       blk=69784475 blks=20 blk/s=0.8 txs=1459 tx/s=61 gas/s=10.74M buf=83.8MB/512.0MB stepsInDB=1.11 step=3329.1 inMem=false alloc=22.1GB sys=44.8GB
erigon[1056464]: [INFO] [04-02|06:43:45.763] [4/6 Execution] Commit every block       blk=69784485 blks=11 blk/s=0.7 txs=723 tx/s=46 gas/s=11.32M buf=140.2MB/512.0MB stepsInDB=1.11 step=3329.1 inMem=false alloc=22.6GB sys=44.8GB
erigon[1056464]: [INFO] [04-02|07:23:00.469] [4/6 Execution] Commit every block       blk=69790597 blks=145 blk/s=0.1 txs=9845 tx/s=6 gas/s=1.09M buf=8.4GB/512.0MB stepsInDB=1.11 step=3329.4 inMem=false alloc=22.7GB sys=46.2GB
erigon[1056464]: [INFO] [04-02|07:25:13.286] [4/6 Execution] Commit every block       blk=69790598 blks=2 blk/s=0.0 txs=50 tx/s=0 gas/s=90.38k buf=6.2MB/512.0MB stepsInDB=1.44 step=3329.4 inMem=false alloc=21.1GB sys=46.2GB
erigon[1056464]: [INFO] [04-02|07:25:28.712] [4/6 Execution] Commit every block       blk=69790604 blks=7 blk/s=0.5 txs=431 tx/s=27 gas/s=5.95M buf=40.4MB/512.0MB stepsInDB=1.44 step=3329.4 inMem=false alloc=21.4GB sys=46.2GB
erigon[1056464]: [INFO] [04-02|07:25:48.652] [4/6 Execution] Commit every block       blk=69790621 blks=18 blk/s=0.9 txs=1198 tx/s=60 gas/s=11.65M buf=99.8MB/512.0MB stepsInDB=1.44 step=3329.4 inMem=false alloc=22.1GB sys=46.2GB
erigon[1058006]: [INFO] [04-02|07:56:10.625] [4/6 Execution] Commit every block       blk=69791877 blks=29 blk/s=0.1 txs=2026 tx/s=4 gas/s=685.78k buf=2.6GB/512.0MB stepsInDB=0.44 step=3329.5 inMem=false alloc=29.8GB sys=40.6GB
erigon[1058006]: [INFO] [04-02|08:03:13.894] [4/6 Execution] Commit every block       blk=69792645 blks=50 blk/s=0.2 txs=3286 tx/s=11 gas/s=2.02M buf=1.6GB/512.0MB stepsInDB=0.50 step=3329.5 inMem=false alloc=29.4GB sys=40.6GB

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions