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
jeromy-cannon opened this issue
Nov 25, 2024
· 3 comments
· Fixed by #884
Assignees
Labels
BugA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.released
Issue in latest main:
Seems enumeration logic of hedera-nodes shifted from 0-($SOLO_NETWORK_SIZE-1) to 1-($SOLO_NETWORK_SIZE) that causes hanging waiting for non-existing last node:
Clue:
[helper:solo:network:deploy]
task: [helper:solo:network:deploy] solo network deploy --namespace "${SOLO_NAMESPACE}" --node-aliases-unparsed node1,node2,node3,node4,node5,node6,node7
working sequence before was : node0, ..., node6
Infinite wait for node7:
{"label":"","level":"DEBUG","message":"[attempt: 272/900] 0/1 pod found [labelSelector: solo.hedera.com/node-name=node7,solo.hedera.com/type=network-node, namespace:solo-hashsphere1]","ms":"+1s","timestamp":"2024-11-25T20:13:44.738Z","traceId":"e8360281-9cdf-46da-8d4c-1d3d8e8fd85c"}
while nodes network-node0-0 to network-node6-0 already OK deployed
The text was updated successfully, but these errors were encountered:
jeromy-cannon
added
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Bug
A error that causes the feature to behave differently than what was expected based on design docs
labels
Nov 25, 2024
BugA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.released
Issue in latest main:
Seems enumeration logic of hedera-nodes shifted from 0-($SOLO_NETWORK_SIZE-1) to 1-($SOLO_NETWORK_SIZE) that causes hanging waiting for non-existing last node:
Clue:
working sequence before was : node0, ..., node6
Infinite wait for node7:
The text was updated successfully, but these errors were encountered: