SOLO-3018
NodeDeleteTransactionErrorSoloError — Component
NodeDeleteTransactionErrorSoloError
| Code | SOLO-3018 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Verify the node admin key is correct and loaded from the k8s secret.
- Confirm the node exists in the current address book.
- Verify gossip endpoints and gRPC service endpoints are reachable from the network.
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log