[ 
https://issues.apache.org/jira/browse/SOLR-11701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294253#comment-16294253
 ] 

Erick Erickson commented on SOLR-11701:
---------------------------------------

My _guess_ is it's log4j. The line producing the different outputs in 
IpmlicitSnitch.getHostIp() (see below)

What I'm not sure of at all is whether there's really a problem. The total size 
of the output files in the two cases  produced from *ant test* differed by 7K 
(out of 930K or so), so apparently it's just this one log message. Why it would 
be different is a total mystery. And it can be fixed by the 
*@TestRuleLimitSysouts.Limit(bytes=20000)*  annotation. It'd be nice to know 
why they differ, but perhaps not essential.

Anyway, we can discuss as the week progresses.

  public String getHostIp(String host) {
    try {
      InetAddress address = InetAddress.getByName(host);
      return address.getHostAddress();
    } catch (Exception e) {
*      log.warn("Failed to get IP address from host [{}], with exception [{}] 
", host, e);*
      return null;
    }
  }


> Upgrade to Tika 1.17 when available
> -----------------------------------
>
>                 Key: SOLR-11701
>                 URL: https://issues.apache.org/jira/browse/SOLR-11701
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tim Allison
>            Assignee: Erick Erickson
>         Attachments: SOLR-11701.patch
>
>
> Kicking off release process for Tika 1.17 in the next few days.  Please let 
> us know if you have any requests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to