tarantool / vshard

The new generation of sharding based on virtual buckets
Other
99 stars 30 forks source link

Fix for working with ipv6 addrs in cartridge #450

Closed AntiFrizz1 closed 10 months ago

AntiFrizz1 commented 12 months ago

Changes a needed to support ipv6 in cartridge

This changes needed for https://github.com/tarantool/cartridge/pull/2166

Gerold103 commented 10 months ago

I just realized that from what you are saying, you have code which touches replicaset.master.uri directly. This is internal code, not exposed to the public API and it might be changed in the future. I strongly advice you not to touch the vshard internals in your code.