You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hrishikesh Gadre (JIRA)" <ji...@apache.org> on 2016/11/15 00:56:58 UTC

[jira] [Created] (SOLR-9766) Solr precommit is failing

Hrishikesh Gadre created SOLR-9766:
--------------------------------------

             Summary: Solr precommit is failing
                 Key: SOLR-9766
                 URL: https://issues.apache.org/jira/browse/SOLR-9766
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Hrishikesh Gadre


The Solr precommit is failing due to following errors,

[ecj-lint] 36. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 31)
 [ecj-lint] 	import org.apache.solr.client.solrj.SolrQuery;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.SolrQuery is never used
 [ecj-lint] ----------
 [ecj-lint] 37. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 34)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.HttpSolrClient;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.HttpSolrClient is never used
 [ecj-lint] ----------
 [ecj-lint] 38. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 52)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
 [ecj-lint] ----------
 [ecj-lint] 39. ERROR in /Users/hgadre/git-repo/upstream/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java (at line 55)
 [ecj-lint] 	import org.apache.solr.common.SolrDocument;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [e

These seems to be introduced by changes committed as part of SOLR-9166 



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

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