Re: [Dspace-tech] solr logger error socket timeout exception on dns lookup

2010-07-01 Thread Claudia Jürgen
Hi Mark and all, DNS resolution is working, but with a couple of IP's we got a timeout. In org.dspace.statistics.util.DnsLookup the timeout for the extended resolver is set to 20 milliseconds see res.setTimeout(0, 20); The default in our env would be 5 seconds. So I wonder whether to set the

[Dspace-tech] solr logger error socket timeout exception on dns lookup

2010-06-24 Thread Claudia Jürgen
Hi all, we updated our instance to 1.6.0 and got some (250-800/day) solr errors (see below) related to the dns lookup in org.dspace.statistics.SolrLogger at line 182: try { String dns = DnsLookup.reverseDns(ip); doc1.addField(dns,