Shawn Heisey created SOLR-9939: ---------------------------------- Summary: Ping handler logs each request twice Key: SOLR-9939 URL: https://issues.apache.org/jira/browse/SOLR-9939 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Affects Versions: 6.4 Reporter: Shawn Heisey Priority: Minor
Requests to the ping handler are being logged twice. The first line has "hits" and the second one doesn't, but other than that they have the same info. These lines are from a 5.3.2-SNAPSHOT version. In the IRC channel, [~ctargett] confirmed that this also happens in 6.4-SNAPSHOT. {noformat} 2017-01-06 14:16:37.253 INFO (qtp1510067370-186262) [ x:sparkmain] or.ap.so.co.So.Request [sparkmain] webapp=/solr path=/admin/ping params={} hits=400271103 status=0 QTime=4 2017-01-06 14:16:37.253 INFO (qtp1510067370-186262) [ x:sparkmain] or.ap.so.co.So.Request [sparkmain] webapp=/solr path=/admin/ping params={} status=0 QTime=4 {noformat} Unless there's a good reason to have it that I'm not aware of, the second log should be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org