SOLO-3018

NodeDeleteTransactionErrorSoloError — Component

NodeDeleteTransactionErrorSoloError

CodeSOLO-3018
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when the node-delete transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits a node-delete transaction to remove a consensus node from the address book, so this means the transaction was rejected or could not be submitted — for example the admin key did not sign, the target node id was invalid, or the network could not be reached.

Troubleshooting Steps

  1. Verify the node admin key is correct and loaded from the k8s secret.
  2. Confirm the node exists in the current address book.
  3. Verify gossip endpoints and gRPC service endpoints are reachable from the network.
  4. Review solo logs: tail -n 100 ~/.solo/logs/solo.log