MarkGaox opened a new issue, #3030: URL: https://github.com/apache/helix/issues/3030
### Describe the bug The `addVirtualTopology` API would drop other parts of the topology string in the cluster config besides the endNodeType. This is unexpected because it should only replace the old fault zone and keep other parts the same. ### To Reproduce Call `addVirtualTopology` on any cluster with topology string splits longer than 3 parts, i.e., "/zone/rack/instance". And it would only keep "/virtualZone/instance" after updating the cluster config. ### Expected behavior it should only replace the old fault zone and keep other parts the same. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
