Jonathan Nuñez

Results 24 comments of Jonathan Nuñez

Hey @mrniko, we have also experienced this issue, the exception we see in the logs: ``` io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException: Search domain query failed. Original hostname: 'xxx.xxx.xx.xx.yyy.cache.amazonaws.com' failed to resolve 'xxx.xxx.xx.xx.yyy.cache.amazonaws.com' at io.netty.resolver.dns.DnsResolveContext.finishResolve(DnsResolveContext.java:1046)...

@mrniko I am using io.netty:netty-resolver-dns:4.1.68.Final and will take some time to get to the latest version... Just wondering though, is this actually an `error` on the DNSMonitor if in one...

This keeps happening, once a week now -- there are other issues related to the same problem so wondering if we should have an option to turn this off?

I upgraded to io.netty:netty-resolver-dns 4.1.77.Final in our live environment and we still see some of these issues occasionally. Is "dnsMonitoringInterval" an option we can turn off from the Spring properties?

I also having this issue, is there a way of fixing this?

OkHttpClient is no longer "final", at least in the latest version, is this something we can have upgraded?

@pron could anyone review this PR please? It seems some of the tests are failing but don't think it's related to my changes though

1. In Gradle, I included the compile instrumentation for Fiber in every subproject. 2. Do you want another PR for removing Retrofit? If I rolled back the removal then this...

Maybe the problem is in the method reloadData, exactly in: self.contentSize = [_gridData sizeForEntireGrid]; It seems that the contentSize resulting is wrong.