You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solr/CHANGES.txt
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,8 @@ Bug Fixes
306
306
307
307
* SOLR-17413: Fixed UpdateLog replay bug that shared thread-unsafe SolrQueryRequest objects across threads (Jason Gerlowski, David Smiley, Houston Putman)
308
308
309
+
* SOLR-17529: Clean up error message in PostTool when you attempt to post to a basic auth secured Solr. (Eric Pugh)
310
+
309
311
* SOLR-11191: Splitting shards now routes child-docs with their _root_ field when available so they maintain parent relationship. (Zack Kendall)
310
312
311
313
* SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL to prevent exception from being logged when remote JMX
@@ -315,14 +317,29 @@ Bug Fixes
315
317
316
318
* SOLR-17574: Fix AllowListUrlChecker when liveNodes changes. Remove ClusterState.getHostAllowList (Bruno Roustant, David Smiley)
317
319
320
+
* SOLR-17586: Print zkcli.sh deprecation msg to stderr, which fixes Solr Operator upload of security.json to zookeeper (Jan Høydahl)
321
+
318
322
* SOLR-17595: Fix two issues in Solr CLI that prevent Solr from starting with the techproducts example and from
319
323
correctly parsing arguments on Windows that start with -D and have multiple values separated by "," or spaces. (Christos Malliaridis)
320
324
321
325
* SOLR-17306: fix replication problem on follower restart (Martin Anzinger and Peter Kroiss via Eric Pugh)
322
326
327
+
* SOLR-17405: Fix race condition where Zookeeper session could be re-established by multiple threads concurrently in
328
+
case of frequent session expirations. (Pierre Salagnac)
329
+
323
330
Dependency Upgrades
324
331
---------------------
325
-
(No changes)
332
+
* PR#2702: chore(deps): update io.netty:* to v4.1.114.final (solrbot)
333
+
334
+
* PR#2129: chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.6 (solrbot)
335
+
336
+
* PR#2396: Update org.glassfish.jersey*:* to v3.1.9 (solrbot)
337
+
338
+
* PR#2268: Update org.glassfish.hk2*:* to v3.1.1 (solrbot)
339
+
340
+
* PR#2769: Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (solrbot)
341
+
342
+
* PR#2650: Update dependency commons-cli:commons-cli to v1.9.0 (solrbot)
326
343
327
344
Other Changes
328
345
---------------------
@@ -338,6 +355,8 @@ led to the suppression of exceptions. (Andrey Bozhko)
338
355
339
356
* SOLR-11318: Introduce unit testing for AssertTool. (Eric Pugh, Jason Gerlowski)
340
357
358
+
* SOLR-17359: Move Zk Arg parsing into Java Code from bin/solr scripts. (Eric Pugh, Rahul Goswami)
359
+
341
360
* SOLR-17534: Introduce ClusterState.getCollectionNames, a convenience method (David Smiley)
342
361
343
362
* SOLR-17535: Introduce ClusterState.collectionStream to replace getCollectionStates, getCollectionsMap,
@@ -351,6 +370,8 @@ led to the suppression of exceptions. (Andrey Bozhko)
351
370
352
371
* SOLR-17577: Remove "solr.indexfetcher.sotimeout" system property that was for optimizing replication tests. It was disabled, but not removed. (Eric Pugh)
353
372
373
+
* SOLR-16781: "<lib/>" tags in solrconfig.xml are now quietly ignored by default unless explicitly enabled with the `SOLR_CONFIG_LIB_ENABLED=true` enviroment variable (or corresponding sysprop). These tags are now considered deprecated and will be removed in Solr 10.
0 commit comments