You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/28 14:38:46 UTC

[GitHub] [rocketmq-operator] shangjin92 opened a new issue, #120: Operator will update nameservers addr always.

shangjin92 opened a new issue, #120:
URL: https://github.com/apache/rocketmq-operator/issues/120

   Sometimes, hostsIps are equal to instance.Status.NameServers, just the order of value is different. But reflect.DeepEqual will return false to this situation, so operator will update nameservices always.
   
   For example, hostIps = ['192.168.2.1', '192.168.2.11'], instance.Status.NameServers = ['192.168.2.11', '192.168.2.1']


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-operator] caigy closed issue #120: Operator will update nameservers addr always.

Posted by GitBox <gi...@apache.org>.
caigy closed issue #120: Operator will update nameservers addr always.
URL: https://github.com/apache/rocketmq-operator/issues/120


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org