[ 
https://issues.apache.org/jira/browse/SOLR-10790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16034419#comment-16034419
 ] 

ASF subversion and git services commented on SOLR-10790:
--------------------------------------------------------

Commit cccf97cae85e4714c2e7a5f042032c9fce2f47cf in lucene-solr's branch 
refs/heads/master from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=cccf97c ]

SOLR-10790: Fix warnings in Assign.java and ReplicaAssigner.java classes.


> 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
>         Attachments: SOLR-10790.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to