Houston Putman
e0d35f9641
SOLR-13887: Use the default idleTimeout instead of 0 for HTTP2 ( #991 )
2020-02-05 12:45:14 -08:00
Chris Hostetter
bbdfce944b
SOLR-14241: New delete() Stream Decorator
...
(cherry picked from commit c5d0391df9
)
2020-02-05 13:31:55 -07:00
Adrien Grand
d007470bda
SOLR-14242: HdfsDirectory#createTempOutput. ( #1240 )
2020-02-05 16:39:30 +01:00
Tomas Fernandez Lobbe
37d4121770
SOLR-14219: Revert changes in OverseerSolrRespose and move serialization ( #1227 )
...
SOLR-14095 Introduced an issue for rolling restarts (Incompatible Java serialization). This change fixes the compatibility issue while keeping the functionality in SOLR-14095
2020-02-04 11:07:38 -08:00
Adrien Grand
d7859097ee
SOLR-14238: Fix HdfsDirectory to no longer overwrite existing files. ( #1237 )
2020-02-04 19:35:52 +01:00
Munendra S N
358043d1f3
SOLR-14090: fix delete-copy-field when source is dynamic field
2020-02-04 21:48:56 +05:30
Munendra S N
5a3a05d953
SOLR-10567: add support for DateRangeField in JSON facet range
2020-02-04 21:47:54 +05:30
Andrzej Bialecki
4a002411fc
SOLR-14239: Fix the behavior of CaffeineCache.computeIfAbsent on branch_8x.
2020-02-04 17:02:05 +01:00
Anshum Gupta
02f9b276b0
SOLR-14206: Annotate HttpSolrCall as thread-safe ( #1205 )
...
* SOLR-14206: Annotate HttpSolrCall and V2HttpCall as thread-safe
2020-02-03 10:00:43 -08:00
Mikhail Khludnev
34d299018e
SOLR-12325: uniqueBlock(\{!v=foo:bar})
2020-02-02 15:20:16 +03:00
Jan Høydahl
e4721d9a2d
SOLR-14221: Upgrade restlet to version 2.4.0 ( #1211 )
...
(cherry picked from commit 16b8d50284
)
2020-02-02 11:45:01 +01:00
Munendra S N
43d07db523
fix typo in schema-api documentation
2020-02-01 10:39:33 +05:30
Jason Gerlowski
68cfe27b68
SOLR-13892: Add 'top-level' docValues Join implementation ( #1171 )
2020-01-31 13:11:28 -05:00
Joel Bernstein
d4a4b4413d
SOLR-14139: Support backtick phrase queries in Streaming Expressions
2020-01-31 12:14:43 -05:00
Chris Hostetter
b2d8b784a3
New /stream test cases showing authn+authz edge cases in cloud mode
...
This triggers various places in the Streaming Expressions code that use background threads
to confirm that the expected credentails (or lack of) are propogarded along.
Test currently has comments + workarounds for 2 known client issues:
- SOLR-14226: SolrStream reports AuthN/AuthZ failures (401|403) as IOException w/o details
- SOLR-14222: CloudSolrClient converts (update) 403 error to 500 error
(cherry picked from commit 517438e356
)
2020-01-30 10:04:09 -07:00
Robert Muir
0cc67223a8
SOLR-14217: tests respect tests.workDir correctly (prevent SSD destruction)
2020-01-29 13:44:51 -05:00
Adrien Grand
47c01af394
SOLR-13897: Fix precommit.
2020-01-28 20:11:24 +01:00
Cassandra Targett
088e6c3006
Ref Guide: Remove outdated or invalid links to Solr Wiki; update URL of those that remain
2020-01-27 16:39:22 -06:00
Cassandra Targett
d5bacc9a1c
Ref Guide: fix undefined substitution error caused by formatting of variables in paths
2020-01-27 16:39:10 -06:00
Robert Muir
d614bb854d
LUCENE-9180: dos2unix files that don't need dos line endings. gitignore gradle-specific stuff that shows up modified if you switch branches, no gradle here.
2020-01-27 11:31:59 -05:00
Andrzej Bialecki
df91041652
SOLR-14211: Fix a bug introduced in SOLR-14192.
2020-01-27 09:24:58 +01:00
Shalin Shekhar Mangar
7316391d2d
SOLR-13897: Fix unsafe publication of Terms object in ZkShardTerms that can cause visibility issues and race conditions under contention
...
(cherry picked from commit 776631254f
)
2020-01-27 12:09:12 +05:30
Uwe Schindler
e934c8a7ca
SOLR-14189: Add changes entry
2020-01-26 12:07:20 +01:00
andywebb1975
43085edaa6
SOLR-14189 switch from String.trim() to StringUtils.isBlank() ( #1172 )
2020-01-26 12:07:19 +01:00
Gus Heck
dbe38b97f5
SOLR-13749 Cross Collection Join Filter
2020-01-25 00:48:22 -05:00
Cassandra Targett
6501577eb5
SOLR-14214: Clean up client lists and references
2020-01-24 16:04:14 -06:00
Mikhail Khludnev
8a8743159e
SOLR-12045: Know how Analytic Component deployment.
2020-01-23 23:27:55 +03:00
Cassandra Targett
7aae6445a5
SOLR-12930: Create developer docs directories in source repo ( #1164 )
2020-01-23 14:11:31 -06:00
Kevin Risden
89ded7060d
SOLR-11554: Support handling OPTIONS request for Hadoop authentication filter
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2020-01-23 13:46:42 -05:00
Nick Vercammen
f34e1de7d8
SOLR-14205 Do not fail when given timeout to connectionImpl.isValid() = 0
...
Closes #1204
Signed-off-by: Kevin Risden <krisden@apache.org>
2020-01-23 10:27:37 -05:00
Kevin Risden
4dc793e648
SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9
...
* Upgrade Angular JS 1.3.8 to 1.7.9
* Upgrade Angular Chosen v1.3.0 and Chosen to v1.8.7
* Remove older jquery 1.7.2 version
* Remove non minified Angular JS files
Closes #1196
Signed-off-by: Kevin Risden <krisden@apache.org>
2020-01-23 09:24:26 -05:00
Jan Høydahl
afdbd9e8d5
SOLR-14196: AdminUI login not working for JWTAuth when blockUnknown=false ( #1190 )
...
(cherry picked from commit e744f7977e
)
2020-01-23 14:52:48 +01:00
Shalin Shekhar Mangar
6458d4f63e
SOLR-14172: Collection metadata remains in zookeeper if too many shards are requested.
...
This also fixes a bug where an inability to assign a node based on existing autoscaling policy resulted in a server error instead of a bad request.
This closes #1152 .
(cherry picked from commit 84270dc6cf
)
2020-01-23 15:21:21 +05:30
Shalin Shekhar Mangar
0dea3c7060
SOLR-14207: Fix logging statements with less or more arguments than placeholders
...
(cherry picked from commit 04193d5252
)
2020-01-23 14:00:58 +05:30
Houston Putman
3129ef9461
SOLR-11746: Adding existence queries for PointFields
...
* DocValuesFieldExistsQuery and NormsFieldExistsQuery are used for existence queries when possible.
* Added documentation on the difference between field:* and field:[* TO *]
2020-01-22 23:42:20 -05:00
Chris Hostetter
e0820acc45
SOLR-14159: Eliminate some 'spin loops' in tests that may be contributing factors to odd test failures
...
(cherry picked from commit 6b3e7feba1
)
2020-01-22 14:45:17 -07:00
Jan Høydahl
1f2212c8d8
SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext ( #1192 )
...
(cherry picked from commit 75c64089a1
)
2020-01-22 21:47:08 +01:00
David Smiley
96863e54e7
SOLR-14040: restore legacy Collection auto-creation
...
(cherry picked from commit f1db918e20
)
2020-01-22 15:27:12 -05:00
Chris Hostetter
475b8cafc5
SOLR-12859: Fixed DocExpirationUpdateProcessorFactory to work with BasicAuth and other auth plugins that delegate to PKI for server initiated node-to-node communication.
...
(cherry picked from commit 95dfddc7d4
)
2020-01-22 10:22:56 -07:00
Joel Bernstein
74936c32c3
SOLR-14130: Update CHANGES.txt
2020-01-22 09:53:26 -05:00
Ishan Chattopadhyaya
3333ce7da6
Synchronizing 8.4.1 changes
2020-01-22 11:29:44 +05:30
Ishan Chattopadhyaya
2dd1a34f8c
Synchronizing 8.4.1 changes
2020-01-22 11:22:38 +05:30
David Smiley
baab2fce43
SOLR-14040: shareSchema support for SolrCloud
...
* Use Caffeine impl and weak values (to the schema). Previously the cache never evicted!
* now populating the configSet name from ZK into CloudDescriptor when CloudDescriptor is loaded
* actual schema name needs to be deterministic now; fallback from non-existent managed-schema to schema.xml will thwart this cache
* a test conf/core.properties wasn't actually used and became a problem in it's weird location after I refactored some logic
Closes #1166
(cherry picked from commit ab924fd4ea
)
2020-01-21 13:40:14 -05:00
Christine Poerschke
513d4758cd
SOLR-13965: Factor out public static StreamHandler.addExpressiblePlugins method.
2020-01-21 18:34:49 +00:00
Andrzej Bialecki
4c72b3d970
SOLR-14192: Race condition between SchemaManager and ZkIndexSchemaReader.
2020-01-20 17:13:05 +01:00
Chris Hostetter
bb48773cdc
SOLR-14184: Internal 'test' variable DirectUpdateHandler2.commitOnClose has been removed and replaced with TestInjection.skipIndexWriterCommitOnClose
...
(cherry picked from commit 5f2d7c4855
)
2020-01-16 11:47:36 -07:00
Christine Poerschke
2b1b2b1a58
Fix 'Restar[t]ing' typo in RecoveryStrategy INFO log message.
2020-01-16 18:15:51 +00:00
Christine Poerschke
c82b4c0913
Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files.
2020-01-16 18:15:51 +00:00
Joel Bernstein
f48b5f9324
SOLR-14130: Continue to improve log parsing logic
2020-01-16 11:41:53 -05:00
Cassandra Targett
f04ec60e47
Ref Guide: make single shard requirement for TaggerRequestHandler slightly more prominent and descriptive
2020-01-16 09:19:00 -06:00