Commit Graph

31678 Commits

Author SHA1 Message Date
Ishan Chattopadhyaya 9c77889217 SOLR-13394: Switch default GC from CMS to G1 2019-04-25 13:58:43 +05:30
Erick Erickson 48dc020dda SOLR-13268: Clean up any test failures resulting from defaulting to async logging 2019-04-24 09:23:11 -07:00
Ishan Chattopadhyaya 33c94562a6 SOLR-12167: Throw an exception, instead of just a warning, upon unknown atomic update 2019-04-24 16:20:10 +05:30
Andrzej Bialecki 170f5fb7a3 SOLR-13423: Upgrade RRD4j to version 3.5. 2019-04-24 12:33:48 +02:00
Gus Heck 80d3ac8709 SOLR-13418 - safer synchronization and zk version checking for collection properties 2019-04-23 12:29:08 -04:00
Jan Høydahl 2261b4e8e1 SOLR-12120: Harden AuditLoggerIntegrationTest 2019-04-23 15:18:16 +02:00
Cao Manh Dat bc8985d031 SOLR-13276: Improving CloudHttp2SolrClientTest 2019-04-23 10:07:20 +01:00
Mikhail Khludnev a95e68e13b SOLR-13337: faster /terms response in distributed mode. 2019-04-22 23:26:12 +03:00
Uwe Schindler 377ac573dd SOLR-13415, SOLR-13322: Add CLIO.class file to post.jar 2019-04-22 20:17:53 +02:00
Mike McCandless e522147eb1 cosmetic fix in FST.Builder assertion (thanks zhenyuan wei) 2019-04-22 11:52:18 -04:00
Cao Manh Dat c533988874 SOLR-13413: Adding debug log for HttpConnection 2019-04-22 10:39:05 +01:00
Shalin Shekhar Mangar 4571a2d666 SOLR-13392: Add all solr dependencies to prometheus exporter classpath to make sure that it can start.
SOLR-13234 broke prometheus exporter startup from the startup scripts because there was a mismatch between the dependency list in ant/ivy and those actually added to the classpath by the script. This commit changes the script to add all solr dependencies to the classpath.
2019-04-22 12:18:56 +05:30
Tomoko Uchida 62ed046e52 LUCENE-2562: Preserve map key order for the user interface. 2019-04-22 00:36:41 +09:00
Tomoko Uchida 1204327b56 LUCENE-8738: Force locale to be 'en_US' in javadocs task. 2019-04-21 21:28:14 +09:00
Tomoko Uchida 511efc89fe LUCENE-2562: Use Map#copyOf(), List#copyOf() and Set#copyOf() instead of Collections#unmodifiableMap(), unmodifiableList() and unmodifiableSet() 2019-04-21 18:18:23 +09:00
Uwe Schindler cd0706bd43 Revert previous change to use separate Groovy artifacts: Use groovy-all again (bugs in ivy) 2019-04-20 10:51:05 +02:00
Uwe Schindler a43fa13d11 Revert Groovy update and downgrade Groovy to 2.4.16, as new version is not compatible with Java 13 EA builds! 2019-04-20 02:57:26 +02:00
Uwe Schindler 5aaa923e36 LUCENE-8738, SOLR-13400: Remove obsolete changes entry (replaced by SOLR-13400) 2019-04-20 02:35:04 +02:00
Erick Erickson d87196c141 SOLR-13400: Replace Observable pattern in TransientSolrCoreCache 2019-04-19 17:00:41 -07:00
Uwe Schindler 391daddeb1 Update JGit for working copy checks and explicitely set nop-logging 2019-04-20 01:55:23 +02:00
Uwe Schindler 52090c9b11 Update flexmark to latest version 2019-04-20 01:12:51 +02:00
Uwe Schindler f1911f82d5 LUCENE-8768: Fix Javadocs build in Java 11 2019-04-20 01:01:13 +02:00
Uwe Schindler 77e1bec7dc LUCENE-8738: Add missing dependency for Maven build 2019-04-20 00:51:55 +02:00
Uwe Schindler cef7952569 Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr 2019-04-20 00:10:18 +02:00
Uwe Schindler b8494c8702 LUCENE-8738: Update Groovy to make the warnings with Java 11 a bit more silent (only one warning on first Groovy invocation) 2019-04-20 00:09:56 +02:00
Chris Hostetter dbf90a6e7b Reduce the upper bounds on some randomized variables in FullSolrCloudDistribCmdsTest to reduce risk of OOM 2019-04-19 14:48:37 -07:00
Uwe Schindler c70d4700c9 SOLR-12461: Remove obsolete license files 2019-04-19 23:36:35 +02:00
Uwe Schindler 5b0d8877cc SOLR-12461: Remove obsolete checksum file 2019-04-19 23:31:56 +02:00
Chris Hostetter 1c3d23e58a SOLR-13336: fix CloudInspectUtil to use filter to eliminate risk of TooManyClausesException 2019-04-19 10:59:53 -07:00
Tomas Fernandez Lobbe 9f644b1c69 SOLR-13281: Fix NPE in DocExpirationUpdateProcessor 2019-04-18 22:22:26 -07:00
Erick Erickson 2a3bd8e864 SOLR-11035: (at least) 2 distinct failures possible when clients attempt searches during SolrCore reload bandaid for DocValuesNotIndexedTest 2019-04-18 21:38:01 -07:00
Tomoko Uchida 7ba8bdca8f LUCENE-2562: Suppress SimpleText codec for CommitsImplTest. 2019-04-19 11:07:01 +09:00
Nicholas Knize faa78ad72c LUCENE-8736: Fix Polygon.contains to approriately check longitude range, and pass correct line segment vertices in EdgeTree 2019-04-18 13:15:07 -05:00
Andrzej Bialecki bd8905150d SOLR-12461: Upgrade Dropwizard Metrics to 4.0.5 release. 2019-04-18 19:08:20 +02:00
Andrzej Bialecki f46ba5227e SOLR-13407: Reject update requests sent to non-routed multi collection aliases. 2019-04-18 14:53:06 +02:00
Adrien Grand 61d7569f78 LUCENE-7386: Flatten nested disjunctions. 2019-04-18 11:24:50 +02:00
Zhao Yang 48a68365bb Fix OneDimensionBKDWriter valueCount validation
Signed-off-by: Adrien Grand <jpountz@gmail.com>
2019-04-18 11:24:38 +02:00
Adrien Grand 793635eb0e LUCENE-2562: Don't randomly enable term vectors on fields. 2019-04-18 09:27:09 +02:00
erick a9771a5849 SOLR-13408: Cannot start/stop DaemonStream repeatedly, other API improvements 2019-04-17 16:02:06 -07:00
Simon Willnauer 3a6f2f7543
Use Map.copyOf in lucene core (#649)
This cuts over several places that use the pattern of creating a copy of
the supplied map with Map.copyOf.
2019-04-17 15:26:12 +02:00
Uwe Schindler fb28958bc8 LUCENE-8738: Add Java 11 under "Getting Started" in CHANGES.txt 2019-04-17 11:22:52 +02:00
Uwe Schindler df27ccf01d SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues 2019-04-17 11:04:13 +02:00
Uwe Schindler faaee86efb LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738)
Co-authored-by: Adrien Grand <jpountz@apache.org>
2019-04-16 14:00:09 +02:00
Uwe Schindler 0a2b85534a SOLR-12121: Fix precommit failure 2019-04-16 08:36:52 +02:00
Jan Høydahl 181ca4ea7d SOLR-12121: Upgrade jose4j to v0.6.5 which adds Java11 RSA PSS signature support 2019-04-15 22:11:27 +02:00
Jan Høydahl 9707bb6fa9 SOLR-12371: Editing authorization config via REST API now works in standalone mode 2019-04-15 21:09:30 +02:00
Simon Willnauer a302be381e
LUCENE-8671: Introduce Reader attributes (#640)
Reader attributes allows a per IndexReader configuration of codec internals.
For instance this allows a per reader configuration if FSTs are loaded into memory or are left
on disk.
2019-04-15 20:39:36 +02:00
markrmiller ecbf7daf56 SOLR-13386: OverseerTaskQueue#remove should not throw an exception when no node exists after an exists check and the Overseer work loop should not allow free spinning the loop when it hits a KeeperException. 2019-04-15 12:53:36 -05:00
Chris Hostetter d90034f0d6 SOLR-13336: add maxBooleanClauses (default to 1024) setting to solr.xml, reverting previous effective value of Integer.MAX_VALUE-1, to restrict risk of pathalogical query expansion. 2019-04-15 10:27:08 -07:00
Nicholas Knize 8975ae5954 LUCENE-8736: Fix line detection bug in Polygon2D and Line2D componentRelateTriangle 2019-04-15 10:43:56 -05:00