Istvan Farkas
a1777b540b
SOLR-13921: Processing UpdateRequest with delegation token throws NullPointerException
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-11-13 13:03:41 -05:00
Andrzej Bialecki
3c06fbcad2
SOLR-13898: Non-atomic use of SolrCache get / put.
2019-11-13 18:10:12 +01:00
Chris Hostetter
8c12979fdd
SOLR-13872: Fixed Backup failures due to race conditions in saving/reserving commit points
...
(cherry picked from commit 30e55e2b6efc55c04761b80c22a106f4a1115722)
2019-11-13 08:59:22 -07:00
noble
086bad30f0
SOLR-13821: Return the size of the file
2019-11-13 18:55:29 +11:00
noble
e428315387
SOLR-13822: Added a testcase and a bug fix
2019-11-13 17:44:40 +11:00
noble
bb2385025f
SOLR-13841: Added 'JsonProperty' to forbidden APIs
2019-11-13 17:43:53 +11:00
Chris Hostetter
700aeeb58f
Fix SOLR-13869 typo in CHANGES.txt
...
(cherry picked from commit 5df9a51cbfb51bcd1f2a723cef9f6d22accd72f1)
2019-11-12 14:04:53 -07:00
Chris Hostetter
b872863da9
SOLR-13864: SolrTestCaseJ4.getNextAvailablePort() has been deprecated
...
(cherry picked from commit 603be023feaf3f8e3e739e532b488068710d9097)
2019-11-12 13:42:14 -07:00
Chris Hostetter
26b7799af6
SOLR-13870: SolrJmxReporterTest no longer depends on (buggy) getNextAvailablePort()
...
(cherry picked from commit 367fe2f341cca18fb3d22e203b8cd8a91dd36948)
2019-11-12 09:42:43 -07:00
noble
d4f2a84df5
SOLR-13822: more ref guide
2019-11-12 18:04:01 +11:00
Noble Paul
07e1df28df
SOLR-13822: Ref guide and error handling
...
SOLR-13822: Ref guide and error handling for package loader, package store
2019-11-12 16:50:25 +11:00
noble
a09f2df216
SOLR-13822: Missing package-info files
2019-11-08 14:42:49 +11:00
noble
edb5f63869
SOLR-13822: precommit error fixed
2019-11-08 12:56:26 +11:00
Houston Putman
f4eea9b2f5
SOLR-13844: Fixing tests related to ShardTerms recovery removal ( #995 )
2019-11-06 17:25:52 +00:00
Noble Paul
37059eb594
SOLR-13822: Isolated Classloading from packages ( #997 )
...
* SOLR-13821: A Package store to store and load package artifacts
* SOLR-13822: A Package management system with the following features. A packages.json in ZK to store
the configuration, APIs to read/edit them and isolated classloaders to load the classes from
those packages if the 'class' attribute is prefixed with `<package-name>:`
* SOLR-13841: Provide mappings for jackson annotation @JsonProperty to use Jackson deserializer
2019-11-06 19:45:14 +11:00
Joel Bernstein
e4f23388dc
SOLR-13864: MathExpressionTest non-reproducible failures due to assertions of non-absolutes and randomization beyond test seed
2019-11-05 15:16:33 -05:00
Joel Bernstein
3d69d112bc
Fix CHANGES.txt
2019-11-05 09:20:34 -05:00
Joel Bernstein
70f5533045
SOLR-10786: Update CHANGES.txt
2019-11-05 09:18:41 -05:00
Andrzej Bialecki
848529128f
SOLR-13882: Collections API COLSTATUS does not check live_nodes when reporting replica's status.
2019-11-05 14:07:24 +01:00
Jason Gerlowski
a98198cc04
SOLR-13762: Allow BinaryField use with non-binary wt's.
...
Closes #883
2019-11-04 08:44:33 -05:00
Houston Putman
2f8b3ea634
SOLR-13844: Remove replica recovery terms with the replica term ( #951 )
2019-11-04 09:41:40 +00:00
Joel Bernstein
fa7fe3af19
SOLR-10786: Add DBSCAN clustering Streaming Evaluator
2019-11-02 14:52:51 -04:00
Tomas Fernandez Lobbe
332f1d7741
SOLR-13207: Fix tests
2019-11-01 15:54:43 -07:00
Chris Hennick
543d0b79aa
SOLR-13207: Handle query errors in calculateMinShouldMatch ( #978 )
...
Traps error that arises when the < operator is used at the end of a query field.
Also handles NumberFormatException when the operand isn't a number.
2019-11-01 10:43:34 -07:00
Munendra S N
0e3a66be43
SOLR-13823: fix ClassCastEx in group.query when score is requested
...
* This makes sures score computed for standalone and distributed
is same for group.query. This is done by using mainQuery to compute
scores
2019-10-29 14:07:20 +05:30
Munendra S N
2055983d80
SOLR-13877: fix NPE in expand component
...
* This could happen when expand component is not used with collapse
and matched docs have fewer unique values
2019-10-29 14:07:20 +05:30
Munendra S N
e713811b17
update documentation for q.op and df
...
* defaultSearchField and defaultOperator are removed from schema.
update the documentation to reflect this change
2019-10-29 10:53:47 +05:30
Tomas Fernandez Lobbe
220faa5cbf
SOLR-13865: Add missing package docs
2019-10-28 16:25:01 -07:00
Houston Putman
bf26279699
SOLR-13865: Migrate replica routing code to SolrJ ( #974 )
...
* [SOLR-13865] Migrate replica routing code to solrJ
* Added a CommonTestInjection class.
* Fixing imports.
* Reverted extraneous streaming changes.
* Fix precommit errors.
* Changing name of the RLTManager.
* Splitting up existing tests.
* Updated documentation.
* Added solr/CHANGES.txt entry
2019-10-28 15:51:04 -07:00
noble
8489b0f159
a simple perf test to check serialization/deserialization perf
2019-10-28 17:18:37 +11:00
Tobias Ibounig
dfad6f0fd6
Add temporal unit to warmupTime param in ref guide ( #975 )
2019-10-25 15:02:06 -05:00
Cassandra Targett
3a7bf3b3af
SOLR-13847: Fix docs for Metrics Trigger
2019-10-25 13:58:49 -05:00
Tomas Fernandez Lobbe
c82aa3e61b
SOLR-13860: Enable back TestTlogReplica ( #965 )
...
* Wait for leader in testBasicLeaderElection
It can take some time (>4 seconds) to elect a new leader, and if the update is attempted immediately it'll fail. Need to either wait for the leader or retry the udpate in case of failure (which is what clients would do)
* Wait for leader to be active in testKillTlogReplica
* Add hack to prevent unrelated failure
* Reduce the time wait time for replica state change
* A more robust attempt to add replicas in the tests
* Wait for replication for 2 times the replication time
2019-10-24 12:02:26 -07:00
Munendra S N
21e58bc128
SOLR-12393:fix score not returned if expanded docs sorted by non-score
2019-10-24 20:02:32 +05:30
Andrzej Bialecki
b029de191e
SOLR-13677: Add a missing override, which resulted in missing metrics (reported by tflobbe).
2019-10-24 13:02:23 +02:00
Munendra S N
255bdaebbc
SOLR-13403: test terms component with point fields on empty index
2019-10-24 10:23:19 +05:30
David Smiley
9a108996bb
SOLR-13855: DistributedZkUpdateProcessor needs to propagate URP.finish()
...
Important since Run URP finish() propagates to updateLog to fsync()!
Closes #969
(cherry picked from commit 3ae820424809baa4e5a85d8bbdb0294cf6fe5b9b)
2019-10-23 17:51:27 -04:00
Andrzej Bialecki
6e6b36cbcd
SOLR-13831: Support defining arbitrary autoscaling simulation scenarios.
2019-10-23 21:14:05 +02:00
Munendra S N
c5d91017d0
SOLR-13403: disable distrib test for point fields in terms
2019-10-22 11:06:38 +05:30
Mikhail Khludnev
0b8b1438e9
SOLR-13824: reject prematurely closed curly bracket in JSON.
2019-10-21 23:35:15 +03:00
epugh
0356dbef7b
tweak documentation to be clearer about uprefix
...
(cherry picked from commit 2e6119e8fd31867251353ab864cad0d33d22ab2d)
2019-10-20 23:52:32 -04:00
Munendra S N
437b7445c6
SOLR-9802: fix grouping failure for date fields in solrcloud
...
Closes #221
2019-10-20 16:10:55 +05:30
Munendra S N
c65451115c
SOLR-13403: fix NPE in terms for DatePointField
...
* This fixes NPE and adds support for DatePointField in terms
component
2019-10-19 00:09:07 +05:30
Andrzej Bialecki
441af3e7aa
SOLR-13677: All Metrics Gauges should be unregistered by components that registered them.
2019-10-18 18:44:16 +02:00
Munendra S N
b8213cef1a
SOLR-12769: correct documentation for delete op in request params API
2019-10-18 21:29:05 +05:30
Munendra S N
2cbe03429e
SOLR-13827: fail on unknown operation in Request Parameters API
2019-10-18 21:28:53 +05:30
Shalin Shekhar Mangar
ab65f34686
SOLR-13843: The MOVEREPLICA API ignores replica type and always adds 'nrt' replicas
...
(cherry picked from commit 86a40c1cd5691ce8c9c233c9a8186a4f50aa4f5f)
2019-10-18 14:52:26 +05:30
Chris Hostetter
28c1049a25
SOLR-13741: Harden AuditLoggerIntegrationTest
...
(cherry picked from commit 63e9bcf5d150e6324e5133a001613bd7f738a183)
2019-10-16 16:56:57 -07:00
Chris Hostetter
3a67c82c91
SOLR-13852: Fix TestCloudNestedDocsSort to ensure child docs are never created in a way that violates uniqueKey rules
...
(cherry picked from commit ebc720c5b09ae06b8ab093b296bf87e4f6ed978f)
2019-10-16 16:04:58 -07:00
Jan Høydahl
5a074b0fe4
SOLR-13835 HttpSolrCall produces incorrect extra AuditEvent on AuthorizationResponse.PROMPT ( #946 )
...
(cherry picked from commit 611c4f960e9472880e2ec24dda9336a59cd41426)
2019-10-17 00:47:42 +02:00