You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your issue in as much detail as possible here.
Deploying Blockscout v5.2.1-beta on Kubernetes together with a Hyperledger Besu node works fine.
But deploying the same Blockscout v5.2.1-beta on Kubernetes together with a Polygon Edge node (docker.io/0xpolygon/polygon-edge:0.8.1) crashes the Application indexer a few minutes after deploying the Blockscout Pod.
We already raised a ticket at blockscout which explains exactly what is happening here : blockscout/blockscout#8255
Your environment
OS and version: Linux
The version of the Polygon Edge: docker.io/0xpolygon/polygon-edge:0.8.1
(Confirm the version of your Polygon edge client by running the following command: polygon-edge version --grpc-address GRPC_ADDRESS)
The branch that causes this issue.
Locally or Cloud hosted (which provider).
Please confirm if the validators are running under containerized environment (K8s, Docker, etc.).
Steps to reproduce
Tell us how to reproduce this issue.
Where the issue is, if you know.
Which commands triggered the issue, if any.
Provide us with the content of your genesis file.
Provide us with commands that you used to start your validators.
Provide us with the peer list of each of your validators by running the following command: polygon-edge peers list --grpc-address GRPC_ADDRESS.
Is the chain producing blocks and serving customers atm?
Expected behavior
Tell us what should happen.
Tell us what happened instead.
Logs
Provide us with debug logs from all of your validators by setting logging to debug output with: server --log-level debug
Proposed solution
If you have an idea on how to fix this issue, please write it down here, so we can begin discussing it
The text was updated successfully, but these errors were encountered:
Use docker-compose-no-build-geth.yml and Change the RPC and the other :8545 Ended RPC to two different ones, DO NOT use ganache as it spams the rpcs with too big requests
I also faced this problem when I connected blockscout directly to the validator node. Then I create an archive node and run blockscout with it.This process solved the problem
[ Subject of the issue ]
Description
Describe your issue in as much detail as possible here.
Deploying Blockscout v5.2.1-beta on Kubernetes together with a Hyperledger Besu node works fine.
But deploying the same Blockscout v5.2.1-beta on Kubernetes together with a Polygon Edge node (docker.io/0xpolygon/polygon-edge:0.8.1) crashes the Application indexer a few minutes after deploying the Blockscout Pod.
We already raised a ticket at blockscout which explains exactly what is happening here : blockscout/blockscout#8255
Your environment
(Confirm the version of your Polygon edge client by running the following command:
polygon-edge version --grpc-address GRPC_ADDRESS
)Steps to reproduce
polygon-edge peers list --grpc-address GRPC_ADDRESS
.Expected behavior
Logs
Provide us with debug logs from all of your validators by setting logging to
debug
output with:server --log-level debug
Proposed solution
If you have an idea on how to fix this issue, please write it down here, so we can begin discussing it
The text was updated successfully, but these errors were encountered: