Nikita Koksharov
Nikita Koksharov
> io.netty.resolver.dns.DnsNameResolverTimeoutException: [/10.162.24.2:53] query timed out after 5000 milliseconds This is the cause of the issue. Did you check your link to dns server? also you can try to update...
@jonathannaguin From release to release netty project fixes issues related to dns-layer. Can you try netty latest version?
@EXPEbdodla > No issue with 2.8.2 version This release doesn't use netty dns resolver.
@jonathannaguin Did you update netty to the latest? as option you can set dnsMonitoringInterval = -1 to disable host monitoring.
I'm afraid there is no such example. It's more frontend related task
You can set `LocalCachedMapOptions.syncStrategy(SyncStrategy.UPDATE);` so local cache state, including new entries, will be synced across all LocalCacheMap instances. Use `RLocalCachedMap.cachedEntrySet()` or `RLocalCachedMap.cachedKeySet()` to traverse cache state.
Done. Use `nameMapper` setting
Some vendors has DNS query limit. Make sure you didn't face it.
Can you share code to reproduce it?
What is the task duration? Do you see any errors in logs?