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

bootstrap/bootstrapper.go:282 shutting down bootstrapper??? #20

Open
xt-com opened this issue Oct 3, 2023 · 0 comments
Open

bootstrap/bootstrapper.go:282 shutting down bootstrapper??? #20

xt-com opened this issue Oct 3, 2023 · 0 comments

Comments

@xt-com
Copy link

xt-com commented Oct 3, 2023

docker file

FROM flarefoundation/go-flare:latest as builder

The execution command is as follows:

AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare.flare.network/ext/info"

BOOTSTRAP_IPS=$(curl -m 10 -sX POST --data '{ "jsonrpc":"2.0", "id":1, "method":"info.getNodeIP" }' -H 'content-type:application/ json;' "$AUTOCONFIGURE_BOOTSTRAP_ENDPOINT" | jq -r ".result.ip")
BOOTSTRAP_IDS=$(curl -m 10 -sX POST --data '{ "jsonrpc":"2.0", "id":1, "method":"info.getNodeID" }' -H 'content-type:application/ json;' "$AUTOCONFIGURE_BOOTSTRAP_ENDPOINT" | jq -r ".result.nodeID")

./avalanchego --http-host=0.0.0.0 --http-port=9650 --staking-port=9651 --public-ip=$PUBLIC_IP --db-dir=/app/db --db-type= leveldb --bootstrap-ips=$BOOTSTRAP_IPS --bootstrap-ids=$BOOTSTRAP_IDS --bootstrap-beacon-connection-timeout=1m --chain-config-dir=/app/conf --log-dir=/app/logs --log-level=info --network-id=flare

Log error:

[10-03|03:43:12.017] INFO node/node.go:1107 initializing API aliases
[10-03|03:43:12.018] INFO node/node.go:904 skipping profiler initialization because it has been disabled
[10-03|03:43:12.018] INFO node/node.go:544 initializing chains
[10-03|03:43:12.018] INFO chains/manager.go:264 creating chain {"chainID": "111111111111111111111111111111LpoYY", "vmID": "rWhpuQPF1kb72esV2momhMuTYGkEb1oL29pt2EBXWmSy 4kxnT"}
[10-03|03:43:12.023] INFO

platformvm/vm.go:228 initializing last accepted {"blkID": "E5qN6rpwsTH9RgKsjKpjfNDSHt1wfJGY8qVvZZGxXd1FA3ndD"}
[10-03|03:43:12.023] INFO

snowman/transitive.go:70 initializing engine
[10-03|03:43:12.024] INFO server/server.go:272 adding route {"url": "/ext/bc/11111111111111111111111111111111LpoYY", "endpoint": ""}
[10-03|03:43:12.025] INFO

bootstrap/bootstrapper.go:115 starting bootstrapper
[10-03|03:43:12.025] INFO server/server.go:173 HTTP API server listening {"host": "0.0.0.0", "port": 9650}
[10-03|03:43:12.538] INFO peer/peer.go:663 beacon attempting to connect with newer version. You may want to update your client {"nodeID": "NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv", "beaconVersion": " avalanche/1.7.1806"}
[10-03|03:43:13.046] INFO

common/bootstrapper.go:248 bootstrapping started syncing {"numVerticesInFrontier": 1}
[10-03|03:43:13.413] INFO

bootstrap/bootstrapper.go:528 executing blocks {"numPendingJobs": 22}
[10-03|03:43:13.414] ERROR

bootstrap/block_job.go:88 block failed verification during bootstrapping {"blkID": "gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5", "error": "weight of this validator is too low" }
[10-03|03:43:13.414] FATAL

handler/handler.go:282 shutting down chain {"reason": "received an unexpected error", "error": "failed to execute job gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5 due to failed to verify block in bootstrapping: weight of this validator is too low while processing sync message: (Op: ancestors, NodeID: NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv, RequestID: 3, NumContainers: 394)"}
[10-03|03:43:13.414] INFO

bootstrap/bootstrapper.go:282 shutting down bootstrapper
[10-03|03:43:13.414] INFO node/node.go:1298 shutting down node {"exitCode": 1}
[10-03|03:43:13.414] INFO ipcs/chainipc.go:111 shutting down chain IPCs
[10-03|03:43:13.414] INFO chains/manager.go:987 shutting down chain manager
[10-03|03:43:13.414] INFO router/chain_router.go:274 shutting down chain router
[10-03|03:43:13.414] INFO network/network.go:1055 shutting down the p2p networking
[10-03|03:43:13.417] INFO node/node.go:1351 cleaning up plugin subprocesses
[10-03|03:43:13.418] INFO node/node.go:1363 finished node shutdown
[10-03|03:43:13.418] INFO nat/nat.go:180 Unmapped all ports

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

1 participant