Investigate customizing netty resolver used by Azure SDK #73479
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
With the new version of the Azure SDK (12.11.1), the sdk switched to using Netty to internally resolve dns. The new resolver tries to look at /etc/hosts as well as /etc/resolver and /etc/resolv.conf.
We have been trying to limit how plugins are able to interact with the system. We don't want plugins reading arbitrary files from the system (see an explanation in #69464). This issue is to investigate whether we can avoid using the netty dns resolver that looks at these system configuration files.
The text was updated successfully, but these errors were encountered: