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
What happened:
In one to one mode, some items in the middle of a leafnode array in a cluster object are deleted, and the clustertree cannot update the virtual node information corresponding to the following items. What you expected to happen:
clustertree LeafNodes in the cluster after being refreshed How to reproduce it (as minimally and precisely as possible):
Delete the middle item of the leafnode array of a cluster object in one2one mode Anything else we need to know?:
Problem location: for _, rootNode := range c.Nodes, Node is the old data in node_resources_controller.go. When the middle item is processed, an error is returned directly, and the remaining elements cannot be processed. Environment:
Kosmos version:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
In one to one mode, some items in the middle of a leafnode array in a cluster object are deleted, and the clustertree cannot update the virtual node information corresponding to the following items.
What you expected to happen:
clustertree LeafNodes in the cluster after being refreshed
How to reproduce it (as minimally and precisely as possible):
Delete the middle item of the leafnode array of a cluster object in one2one mode
Anything else we need to know?:
Problem location:
for _, rootNode := range c.Nodes
, Node is the old data in node_resources_controller.go. When the middle item is processed, an error is returned directly, and the remaining elements cannot be processed.Environment:
The text was updated successfully, but these errors were encountered: