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

mirror-node deploy failing against older Solo tags #1227

Open
gsstoykov opened this issue Jan 29, 2025 · 0 comments
Open

mirror-node deploy failing against older Solo tags #1227

gsstoykov opened this issue Jan 29, 2025 · 0 comments
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs Pending Triage New issue that needs to be triaged by the team

Comments

@gsstoykov
Copy link

Describe the bug

When not using the latest tag(0.34.0) the mirror-node deploy is failing.

Describe the expected behavior

Successful start up for the previously tagged versions. As my use case needed a different platform version defined in the tag. But could also bring up other inconsistencies.

To Reproduce

          sudo npm install -g @hashgraph/[email protected] // also tried with 0.32.0(fail) and 0.34.0(success)
          -------------------------------------------------------------------------------------------------
          export SOLO_CLUSTER_NAME=solo-e2e
          export SOLO_NAMESPACE=solo-e2e
          export SOLO_CLUSTER_SETUP_NAMESPACE=fullstack-setup
          kind create cluster -n "${SOLO_CLUSTER_NAME}"
          solo init
          solo node keys -i node1 --gossip-keys --tls-keys
          solo cluster setup
          solo network deploy -i node1 -n solo-e2e
          solo node setup -i node1 -n solo-e2e
          solo node start -i node1 -n solo-e2e
          kubectl port-forward svc/haproxy-node1-svc -n "${SOLO_NAMESPACE}" 50211:50211 &
          solo mirror-node deploy -n "${SOLO_NAMESPACE}" --pinger true

The error:

[FAILED: failed to install chart mirror: Command exit with error code 1: /home/runner/.solo/bin/helm install mirror mirror/hedera-mirror --version 0.118.1 -n solo-e2e --create-namespace  --values /home/runner/.solo/cache/mirror-local.yaml --values /home/runner/_work/hiero-sdk-cpp/hiero-sdk-cpp/resources/mirror-node-values.yaml --set monitor.config.hedera.mirror.monitor.nodes.0.accountId=0.0.3 --set monitor.config.hedera.mirror.monitor.nodes.0.host=10.244.0.9 --set monitor.config.hedera.mirror.monitor.operator.accountId=0.0.2 --set monitor.config.hedera.mirror.monitor.operator.privateKey=302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137 --set "importer.addressBook=CuAGIswGMzA4MjAxYTIzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwMTA1MDAwMzgyMDE4ZjAwMzA4MjAxOGEwMjgyMDE4MTAwYzFhMGZmNWQyMzcyYjUzZDEyZDEyYmI4N2RkMDNmNWUzNDI3ZTBjZWUxZDNjODk4YmJkMzIwYzRiM2RkMTcyNTc5NDRlYTM5YTA3ZjUzNDRkOWFiZmNkZDUwMjE0MDcyZjFiYmMxMjE3M2ZlNzkzM2QwMzJjN2QyMTA3MzRjYzkyZDI0YmUyMmI0NGNmNTBjMmFhMDZmMTliY2Q3NTE4MGRjM2U4ZGVkZDVmZmNhYzAyYmY5ODcyMWRmOWMzZTc5ZjIwZTk5NDJjYWM5MzI4Yjk5MTYwYWZlYTQ0ZDQyYzg3YjAxNDdmM2YyOTU2NzA4NWVkM2Y4NDFkYmUzN2FiYTM1YTJjNTQ0NmJjNjM4YzYyYzcwM2E2ZjY4MGZhMDYwMWJmZTdjNjI1NGU5ZmUyZjQ3MTY3MGVjZGNjYTI2MTI4NzE2YTA4ZjQxNDE1OTVlYzBjNGFjN2FlNTg5ZjM3ZGVlZGUxNzQ4MGVjYzE1MDBmODgzMzVkMGUzMzkyOTcyNWU4ZTRlNzc1ZjNlNGFhNDRjODY3YmM4NmQzYmY2ZDcxNjVhNGI3NjZkZDRjZWI2MjIyMjE2MzRhMGEzZDgyODQwODAwYjViM2U1NDA2NDBlYTJmOGM1NzQ5YzNhNmEwZTBjNDc0NTE1YzNmMGVkOWFhZGFiOGY4NDQyM2E4OTU0ZmQ3ZjRlNDBiNzMxMjVhZWNlZDRmNzkxZGJhNTA1MmUzZjViMzE5MWE0MzBmOWIyZGQzMGU0MDcxY2M1NDI4MGM4MzBkYTBkMWUwZGQ1NDMwMGMyNDNlZjA4ZDlmODFiM2E5MDM3M2YxMDkxMGI2ZjQ5NzViYjJkODYxMjczOTkzMjIxZTQyYjgyYjVhZjgyMzI2N2Y3OWRlOTBhNzIyMTEyOWYwNDIzNzI0ZjkyMDhhNGNhMTVhNzM0NThjNTU1ZTA4ZTAxNWRiOWQ3N2M4ODRhY2FjYWY0OTcxZDM4NTRlYTdiYmRkOWNmYWY0OWRmODUyYzExNDczZTk2ZmExMDIwMzAxMDAwMTICGANCCAoEAQAAABABUPQD"]

Additional Context

No response

@gsstoykov gsstoykov added Bug A error that causes the feature to behave differently than what was expected based on design docs Pending Triage New issue that needs to be triaged by the team labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs Pending Triage New issue that needs to be triaged by the team
Projects
None yet
Development

No branches or pull requests

1 participant