Christine Poerschke created SOLR-10790:
------------------------------------------

             Summary: fix 6 (Recovered) WARNINGs
                 Key: SOLR-10790
                 URL: https://issues.apache.org/jira/browse/SOLR-10790
             Project: Solr
          Issue Type: Task
            Reporter: Christine Poerschke
            Assignee: Christine Poerschke
            Priority: Minor


In [~erickerickson]'s notclosed.txt attachment for SOLR-10778 these warnings 
not about unclosed resources caught my attention:
{code}
 [ecj-lint] 1. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/Assign.java
 (at line 101)
 [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint]                                    ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/Assign.java
 (at line 101)
 [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint]                                    ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/Assign.java
 (at line 101)
 [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint]                                    ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
 (at line 214)
 [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint]                                       ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
 (at line 214)
 [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint]                                       ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in 
/Users/Erick/apache/solrJiras/jiramaster/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
 (at line 214)
 [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint]                                       ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape 
analysis
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to