[jira] [Updated] (SOLR-16707) Avoid "Recursive update" ISE in non-async cache computeIfAbsent()

2023-11-26 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16707: Summary: Avoid "Recursive update" ISE in non-async cache computeIfAbsent() (was: TestFilte

[jira] [Reopened] (SOLR-16707) Avoid "Recursive update" ISE in non-async cache computeIfAbsent()

2023-11-26 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev reopened SOLR-16707: - Assignee: Michael Gibney ok [~dsmiley] > Avoid "Recursive update" ISE in non-async cac

Re: [I] Can not use the collections API to backup to S3 [solr-operator]

2023-11-26 Thread via GitHub
Himanshusoni9 commented on issue #404: URL: https://github.com/apache/solr-operator/issues/404#issuecomment-1827203753 One More issue : On Solr Collection Data Backup Based on Condition/Data Filter.(There is no provision for that . ) Because SOLR BACKUP API with Query is not working

Re: [PR] SOLR-17083: Make CoreSorter class configurable [solr]

2023-11-26 Thread via GitHub
dsmiley commented on code in PR #2088: URL: https://github.com/apache/solr/pull/2088#discussion_r1402765054 ## solr/CHANGES.txt: ## @@ -84,6 +84,8 @@ New Features * SOLR-17079: Allow to declare replica placement plugins in solr.xml (Vincent Primault) +* SOLR-16959: Make t

[jira] [Commented] (SOLR-16707) TestFiltering.testRandomFiltering Caffeine cache async=false IllegalStateException: Recursive update

2023-11-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789885#comment-17789885 ] David Smiley commented on SOLR-16707: - [~mkhl]  I see you closed as Won't-Fix but [~m

Re: [PR] SOLR-16707: Avoid "Recursive update" ISE in non-async cache `computeIfAbsent()` [solr]

2023-11-26 Thread via GitHub
dsmiley commented on code in PR #1481: URL: https://github.com/apache/solr/pull/1481#discussion_r1405553264 ## solr/core/src/java/org/apache/solr/search/CaffeineCache.java: ## @@ -98,6 +98,13 @@ public class CaffeineCache extends SolrCacheBase private int maxIdleTimeSec; p