[ 
https://issues.apache.org/jira/browse/SOLR-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hrishikesh Gadre updated SOLR-9766:
-----------------------------------
    Description: 
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 seem to be introduced by changes committed as part of SOLR-9166 

  was:
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 


> 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 seem 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to