-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Enable Fuzzy codec for doc id fields using a bloom filter #11027
Conversation
|
server/src/main/java/org/opensearch/index/codec/fuzzy/IndexInputLongArray.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mgodwan <[email protected]>
❌ Gradle check result for bd51005: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 7f82842: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 36925d2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: mgodwan <[email protected]>
❌ Gradle check result for 886757e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: mgodwan <[email protected]>
❌ Gradle check result for 278dfea: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 0866ee4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: mgodwan <[email protected]>
❌ Gradle check result for b898785: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: mgodwan <[email protected]>
❌ Gradle check result for af65b96: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
qa/rolling-upgrade/src/test/java/org/opensearch/upgrades/IndexingIT.java
Show resolved
Hide resolved
Signed-off-by: shwetathareja <[email protected]>
❕ Gradle check result for b7fb54d: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
* Enable Fuzzy codec for doc id fields using a bloom filter Signed-off-by: mgodwan <[email protected]> (cherry picked from commit 0a88963) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…12171) * Enable Fuzzy codec for doc id fields using a bloom filter (cherry picked from commit 0a88963) Signed-off-by: mgodwan <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…-project#11027) * Enable Fuzzy codec for doc id fields using a bloom filter Signed-off-by: mgodwan <[email protected]>
…-project#11027) * Enable Fuzzy codec for doc id fields using a bloom filter Signed-off-by: mgodwan <[email protected]>
…-project#11027) * Enable Fuzzy codec for doc id fields using a bloom filter Signed-off-by: mgodwan <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Enable Fuzzy codec for doc id fields using a bloom filter. This provides added performance advantage for update and get operations.
Related Issues
Resolves #4489
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.