Re: [PR] SOLR-15960: Use ConcurrentHashMap for EnvUtils.camelCaseToDotsMap [solr]

2024-01-18 Thread via GitHub
dsmiley merged PR #2204: URL: https://github.com/apache/solr/pull/2204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] SOLR-15960: Use ConcurrentHashMap for EnvUtils.camelCaseToDotsMap [solr]

2024-01-17 Thread via GitHub
dsmiley commented on PR #2204: URL: https://github.com/apache/solr/pull/2204#issuecomment-1896612083 I think `camelCaseToDotSeparated` should be implemented using computeIfAbsent -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] SOLR-15960: Use ConcurrentHashMap for EnvUtils.camelCaseToDotsMap [solr]

2024-01-17 Thread via GitHub
pjmcarthur opened a new pull request, #2204: URL: https://github.com/apache/solr/pull/2204 https://issues.apache.org/jira/browse/SOLR-15960 # Description The test run in #2126 (and #2202, I think) has failed for some Collection creation tests. The stack trace is