Shawn Heisey created SOLR-8141:
----------------------------------

             Summary: SolrJ: Add URL logging to HttpSolrClient.
                 Key: SOLR-8141
                 URL: https://issues.apache.org/jira/browse/SOLR-8141
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 5.3.1
            Reporter: Shawn Heisey
            Priority: Minor


Having the ability in SolrJ to log all HTTP URLs would be useful.  I'm thinking 
that the actual logging should be in HttpSolrClient, while the boolean flag and 
the method(s) to enable/disable it should be in SolrClient.

If there's a way to toggle the logging flag on CloudSolrClient and have it 
propagate down to the LBHttpSolrClient object, which then propagates to every 
HttpSolrClient object, that would be awesome.  Having all of them share the 
same AtomicBoolean object would probably require new constructors, but that 
would make the propagation very easy.  I don't like explosions in API 
footprints, so that will require consideration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to