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.

catch_and_close Stream overrun #103

@cppfuns

Description

@cppfuns

Run the fill-pg command for the first time as follows

./fill-pg --fill-connect-to 127.0.0.1:8080 --fpg-create

Check PostgreSQL at this time, the corresponding table has been created
image
But after checking the terminal returns an error
The data in the table is not written

info  2020-12-24T06:45:17.195 fill-pg   main.cpp:98                   main                 ] fill-pg version v0.3.0-alpha-26-gf415e46
info  2020-12-24T06:45:17.195 fill-pg   main.cpp:99                   main                 ] fill-pg using configuration file /root/.local/share/eosio/fill-pg/config/config.ini
info  2020-12-24T06:45:17.195 fill-pg   main.cpp:100                  main                 ] fill-pg data directory is /root/.local/share/eosio/fill-pg/data
info  2020-12-24T06:45:17.195 fill-pg   fill_pg_plugin.cpp:98         fpg_session          ] connect to postgresql
info  2020-12-24T06:45:17.927 fill-pg   state_history_connecti:63     connect              ] connect to 127.0.0.1:8080
error 2020-12-24T06:45:17.928 fill-pg   state_history_connecti:168    catch_and_close      ] Stream overrun
info  2020-12-24T06:45:17.928 fill-pg   state_history_connecti:193    close                ] closing state-history socket

node version:v2.0.7
os: ubuntu 18.04

Related parameters in config.ini

state-history-dir = "state-history"
trace-history = true
chain-state-history = true
plugin = eosio::state_history_plugin
state-history-endpoint = 0.0.0.0:8080

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions