-
Notifications
You must be signed in to change notification settings - Fork 427
Upgrade azure sdk 12 #2707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Upgrade azure sdk 12 #2707
+4,645
−1,576
Conversation
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
* OAK-11998: bump ES to 8.19.5, fix k for knn queries * OAK-11998: fix test * OAK-11998: add comment * OAK-11998: fix lucene version
…or (apache#2564) * OAK-11899: decouple ElasticSecureFacetAsyncProvider from async iterator * Update oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/async/facets/ElasticSecureFacetAsyncProvider.java Co-authored-by: Thomas Mueller <thomas.tom.mueller@gmail.com> * OAK-11899: fix error, improved logs * OAK-11899: fix log message * OAK-11899: (minor) comment * OAK-11899: improved log message * OAK-11899: add missing exception stacktrace * OAK-11998: make size configurable and add check based on limitReads --------- Co-authored-by: Thomas Mueller <thomas.tom.mueller@gmail.com>
This reverts commit ce81d65.
This reverts commit 0c23703.
* OAK-12004 Datastore: speedup datastore copy * OAK-12004 Datastore: speedup datastore copy * OAK-12004 Datastore: speedup datastore copy * OAK-12004 Datastore: speedup datastore copy
* OAK-11916 : added exiting executor service in oak-commons * OAK-11916 : updated package version * OAK-11916 : fixed failing issues due to wrong guava import
apache#2615) * OAK-11617: Provide oak-run commands to analyze and fix inconsistencies in the namespace registry Introduced new option --prune, added documentation and tests.
…ith oak-commons implementation (apache#2624)
…e root directory. (apache#2669)
…) from :fulltext (apache#2670)
…s to RMI features that are no longer supported (apache#2678) Fixed.
apache#2681) * OAK-12053: set max analyzed offset for highlights to avoid query failures for large fields * OAK-12053: minor improvements * OAK-12053: minor improvements * OAK-12053: minor improvements * OAK-12053: minor improvements * OAK-12053: add TODO to improve logic when upgrading to v9.x
…rchive contains segment before looking up in the PersistentCache (apache#2672)
…tore across tests. (apache#2683) done
…ache#2692) * OAK-12065 : added unit class to strip locks similar to guava's Striped * OAK-12065 : incorporated review comments
* OAK-12062 : fixed NPE while uploading metadata for AWS S3 * OAK-12062 : removed temp file in finally method
…nd resolution (apache#2693) * OAK-12067: Utils.alignWithExternalRevisions logs timestamps with second resolution * OAK-12067: Utils.alignWithExternalRevisions logs timestamps with second resolution * OAK-12067: Utils.alignWithExternalRevisions logs timestamps with second resolution
…nefficient (apache#2695) - remove UUID deduplication in segment graphs - avoid over-allocation of HashMaps of known bounded size
- remove segment-graph cache - read segment references from segment data
…#2699) - deduplicate in-memory UUID instances (halves number of instances in memory at 32 bytes each) - avoid LinkedHashMap in favour of java.util.ImmutableCollections (eliminates one LinkedHashMap$Entry weighing 40 bytes per segment) - create GCGeneration instance pool (instances now used by RemoteSegmentArchiveEntry) - use UUID and GCGeneration references in RemoteSegmentArchiveEntry (reduces object size from 48 to 32 bytes)
* OAK-12074 : added awaitUninterruptibly() in oak-commons * OAK-12074 : removed overloaded method, since it is not used
…ache#2700) * OAK-12071: fix property removal for externally modifiable indexes * OAK-12071: fix flaky test increasing eventual assertion time * OAK-12071: test improvements * OAK-12071: ensure index name uniqueness in tests * OAK-12071: fix case where properties are not correctly removed * OAK-12071: minor code improvement
90cde99 to
23d218b
Compare
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.
No description provided.