OAK-9686: replace Elastic RHLC with Elastic Java Client#568
Merged
nit0906 merged 108 commits intoapache:trunkfrom May 24, 2022
Merged
OAK-9686: replace Elastic RHLC with Elastic Java Client#568nit0906 merged 108 commits intoapache:trunkfrom
nit0906 merged 108 commits intoapache:trunkfrom
Conversation
…9686 # Conflicts: # oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticIndexHelper.java
* trunk: OAK-9704 Fix Utils#getConnectionString OAK-9704 AzureBlobStoreBackend: empty string as null in boolean property OAK-9690 | Adding bringIndexUptoDate support for elastic index post offline reindexing (apache#492) OAK-9699 Document Elastic Indexes OAK-9701 : Additional restrictions to simplify permission setup OAK-9700: RevisionGC may fail with NPE OAK-9700: RevisionGC may fail with NPE OAK-9700: RevisionGC may fail with NPE OAK-9694: expose elastic stats in oak-index-stats and mbean (apache#498) Update oak-doc/src/site/markdown/query/elastic.md OAK-9699 Document Elastic Indexes OAK-9699 Document Elastic Indexes Update oak-doc/src/site/markdown/query/elastic.md Update oak-doc/src/site/markdown/query/elastic.md OAK-9699 Document Elastic Indexes # Conflicts: # oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexStatistics.java
nit0906
reviewed
May 17, 2022
nit0906
reviewed
May 17, 2022
...ic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexStatistics.java
Outdated
Show resolved
Hide resolved
…gins/index/elastic/ElasticTestServer.java Co-authored-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
…gins/index/elastic/ElasticTestServer.java Co-authored-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
…gins/index/elastic/ElasticTestServer.java Co-authored-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
…-oak into OAK-9686 * 'trunk' of https://github.com/AngelaFabregues/jackrabbit-oak: OAK-9758 Oak run indexing silently broken without tika.jar (text rendition) OAK-9766: EOL Oak 1.6
Contributor
Author
|
@fabriziofortino , I've checked tests while reusing the Elasticsearch instance among test executions. In this case, some tests failed. I skipped two tests from ElasticIndexProviderServiceTest with assumeTrue to avoid null pointer exception. And I left the ElasticReliabilityTest tests even though the assertion fails. Is it enough for this case? |
fabriziofortino
requested changes
May 18, 2022
...st/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexProviderServiceTest.java
Outdated
Show resolved
Hide resolved
fabriziofortino
approved these changes
May 24, 2022
Contributor
Author
|
I don't know how it got fixed but glad that it is. |
nit0906
approved these changes
May 24, 2022
AngelaFabregues
added a commit
to AngelaFabregues/jackrabbit-oak
that referenced
this pull request
May 24, 2022
…-oak into OAK-9783 * 'trunk' of https://github.com/AngelaFabregues/jackrabbit-oak: OAK-9779 : PermissionConstants.PERMISSION_PROPERTY_NAMES does not list rep:isAllow OAK-9686: replace Elastic RHLC with Elastic Java Client (apache#568) (Patch submitted by Angela Fabregues + Fabrizio Fortinio)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Query migration to the new Elasticsearch-Java client library.