-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Use pluggable DirectoryFactory in shard store validation (draft) #21247
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
Open
krishna-ggk
wants to merge
53
commits into
opensearch-project:main
Choose a base branch
from
krishna-ggk:pluggable-directory-store-validation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
8a95da1
feat(store): Use pluggable DirectoryFactory in shard store validation
krishna-ggk c71c6b9
Remove duplicate import.
krishna-ggk fff4b09
Formatting fixes.
krishna-ggk e23b6c8
DissectMatch: fix 'occured' -> 'occurred' in Javadoc (#21244)
SAY-5 0b6f907
Move OpenSearch-specific Jenkins file from opensearch-build (#21113)
andrross 823a9fc
dissect: fix 'occured' -> 'occurred' typo in DissectMatch#getResults …
SAY-5 3c960cd
Add version 3.6.1 on main (#21228)
andrross b8303b5
Add dependency on native rust lib build for composite plugin test tas…
mgodwan c7f4e2b
Implement Directory and IndexInput layers for WritableWarm tiered sto…
MayankHarsh03 1d77bdc
Add pipeline execution metrics to PollingIngestStats for pull-based i…
imRishN 52db7c2
Update Jackson to 3.1.2 (#21271)
reta f97fadf
BitsetFilterCache refactor: Change it to a node level cache with a si…
sgup432 e40ca68
[GRPC] Add gRPC support for Min, Max, and Terms aggregations (#21205)
lucy66hw 44ba0f2
Add server-side implementation for GetTieringStatus and ListTieringSt…
GeekGlider e431451
Make sure Netty4Http3ServerTransport uses configured HeaderVerifier a…
reta 417435b
Adding per query memory tracking in Datafusion plugin (#21211)
himshikhagupta 1f31a17
Validate segment count during catalog snapshot deserialization (#21236)
ask-kamal-nayan 82b3780
Fix Rounding.isUTC() to recognize UTC timezone aliases (#21221)
Hailong-am 51e62db
Improve RoutingNode invariant assertion efficiency (#21193)
andrross 0e161b9
Bump org.jsoup:jsoup from 1.22.1 to 1.22.2 in /plugins/ingest-attachm…
dependabot[bot] e0d141c
Fix runner for cron Jenkins jobs (#21298)
andrross e40f495
Add Dynamic Properties Support (#20816)
aparajita31pandey a4c7d34
[GRPC] Support indices_boost_2 array format for gRPC (#21300)
lucy66hw 199c0f7
Add tiered object storage crate for warm node routing (#21204)
nishchay21 d2431ca
Fix map_unmapped_fields_as_text lost after dynamic mapping update (#2…
andrross 7421201
Fix YAML parser boolean handling after Jackson 3.x migration (#21294)
andrross aa5677a
Analytics Plugin Planner — DAG Construction, Plan Forking, and Fragme…
expani c206fb2
File Deletions Support through IndexFileDeleter in CatalogSnapshotMan…
rayshrey 479c42d
[BUG] Fix hang in bulk request when index is deleted (#21305)
xiaoyuan0821 9bc1ac3
Document security setup for Arrow Flight RPC transport (#21314)
rishabhmaurya 9c6266a
Fix flaky testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness (…
andrross 5da6c3e
fix TaskResourceTrackingService LogManager (#21320)
guojialiang92 53ec49d
[DataFormatAwareEngine] Make flush idempotent of CatalogSnapshot (#21…
rayshrey 2407979
Fix worker gone test failure in sandbox (#21270)
cwperks 989f526
Add an event-driven scheduler and stage execution for analytics engin…
mch2 4368e20
Integrating parquet-data-format to search path (#21306)
vinaykpud bdfa896
Native Arrow transport path with zero-copy transfer (#21253)
rishabhmaurya 2105e1d
Add server-side implementation for HotToWarm, WarmToHot, and CancelTi…
GeekGlider 1b492b0
Add prefetch settings and stored fields prefetch for WritableWarm tie…
MayankHarsh03 4c86fb9
Null-guard accumulator in QueryPhaseResultConsumerTests to fix flaky …
AndreKurait f9c803c
Add Lucene engine impl for pluggable data formats (#21299)
mgodwan 36535ce
Added substrait converter for the fragments (#21348)
vinaykpud 931ca65
Fix O(n^2) removeAll in remote translog metadata cleanup (#21350)
gbbafna ddb221e
Fix Flaky Test Report for Netty4Http3IT (#21360)
reta ac1ae2f
Fix for RemoteIndexPrimaryRelocationIT Flaky test (#21249)
divyaruhil f3aa3bb
Update logic in FipsBuildParams.isInFipsApprovedOnlyMode to check for…
cwperks ccdda9c
Fix BlockTransferManagerTests to extend OpenSearchTestCase instead of…
MayankHarsh03 032f469
Adding CompositeMergeHandler and CompositeMergePolicy (#21128)
darjisagar7 e517a29
Fix incorrect defaults in FieldStorageResolver. (#21408)
mch2 f5a8b8d
feat(store): Use pluggable DirectoryFactory in shard store validation
c1ff310
Remove duplicate import.
f68b433
Formatting fixes.
85f08bf
Merge branch 'main' into pluggable-directory-store-validation
krishna-ggk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Will this be expensive to be invoked in recover path?