[ https://issues.apache.org/jira/browse/SOLR-13833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17760973#comment-17760973 ]
Kevin Risden edited comment on SOLR-13833 at 8/31/23 2:21 PM: -------------------------------------------------------------- I can 100% confirm this is happening for delete by queries where setupRequest is happening 2 times for a delete and technically a third time for setupRequestForDBQ. !Screenshot 2023-08-31 at 10.18.49.png|width=873,height=316! This is problematic when there are a bunch of delete queries since this causes a lot of contention creating doc collection watchers and locks on the concurrenthashmap. was (Author: risdenk): I can 100% confirm this is happening for delete by queries where setupRequest is happening 2 times for a delete and technically a third time for setupRequestForDBQ. !Screenshot 2023-08-31 at 10.18.49.png|width=873,height=316! > setupRequest normally called twice > ---------------------------------- > > Key: SOLR-13833 > URL: https://issues.apache.org/jira/browse/SOLR-13833 > Project: Solr > Issue Type: Bug > Reporter: Yonik Seeley > Priority: Major > Attachments: Screenshot 2023-08-31 at 10.18.49.png > > > I think this was introduced in SOLR-12955, but setupRequest is called > twice... > for example a single "add" causes it to be called once in > DistributedZkUpdateProcessor.processAdd() and then again in > DistributedUpdateProcessor.processAdd() -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org