Guohao Li
Guohao Li
The cache of dns_resolve is unlimited, the cache size may be huge. Implement an expiration mechanism to limit the cache size and make it possible to update the resolve result.
## Feature Request `getaddrinfo` is a new system call to replace the old `gethostbyname`, which handles both IPv4 and IPv6 addresses.
## Feature Request A part of [support fqdn](https://github.com/apache/incubator-pegasus/issues/1403). 1.Replace type `rpc_address` to `host_port ` on class variables. Modify the parameter types of the function if necessary. 2.Add type 'host_port' member...
Be like [PR](https://github.com/GehaFearless/incubator-pegasus/commit/f6acfceb0158dd5bdf75abfd47a562bef0d12346),Pegasus could use FQDN generate the meta_server conf. Actually it used ip communicate between client and server, also between server and server. It's on trouble when we need...