Skip to content

[Backport 2.x] Removing the vec file extension from INDEX_STORE_HYBRID_NIO_EXTENSIONS, to ensure the no performance degradation for vector search via Lucene Engine. - #9540

Merged
andrross merged 1 commit into
2.xfrom
backport/backport-9528-to-2.x
Sep 5, 2023
Merged

[Backport 2.x] Removing the vec file extension from INDEX_STORE_HYBRID_NIO_EXTENSIONS, to ensure the no performance degradation for vector search via Lucene Engine.#9540
andrross merged 1 commit into
2.xfrom
backport/backport-9528-to-2.x

Conversation

@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

Backport a4024e7 from #9528.

@github-actions

Copy link
Copy Markdown
Contributor

Compatibility status:

Checks if related components are compatible with change 5de4efe

Incompatible components

Incompatible components: [https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git]

@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadBlobWithRetries

@codecov

codecov Bot commented Aug 25, 2023

Copy link
Copy Markdown

Codecov Report

Merging #9540 (8036df3) into 2.x (b3b1091) will increase coverage by 0.55%.
Report is 4 commits behind head on 2.x.
The diff coverage is 84.29%.

@@             Coverage Diff              @@
##                2.x    #9540      +/-   ##
============================================
+ Coverage     70.78%   71.34%   +0.55%     
- Complexity    58006    58431     +425     
============================================
  Files          4802     4805       +3     
  Lines        274034   274423     +389     
  Branches      40315    40337      +22     
============================================
+ Hits         193984   195795    +1811     
+ Misses        63435    62241    -1194     
+ Partials      16615    16387     -228     
Files Changed Coverage Δ
...testore/stats/TransportRemoteStoreStatsAction.java 41.02% <0.00%> (-3.42%) ⬇️
...rc/main/java/org/opensearch/index/IndexModule.java 82.35% <ø> (ø)
...arch/index/remote/RemoteStorePressureSettings.java 87.09% <ø> (ø)
...ain/java/org/opensearch/indices/IndicesModule.java 98.23% <ø> (-0.02%) ⬇️
...in/java/org/opensearch/index/shard/IndexShard.java 68.53% <25.00%> (-0.55%) ⬇️
...main/java/org/opensearch/search/SearchService.java 72.69% <60.00%> (+0.10%) ⬆️
...in/java/org/opensearch/index/ReplicationStats.java 77.41% <77.41%> (ø)
...ch/index/remote/RemoteTranslogTransferTracker.java 78.91% <78.91%> (ø)
...search/index/shard/RemoteStoreRefreshListener.java 86.26% <80.00%> (-1.65%) ⬇️
...rg/opensearch/index/translog/RemoteFsTranslog.java 71.57% <86.20%> (+0.37%) ⬆️
... and 14 more

... and 449 files with indirect coverage changes

@navneet1v

Copy link
Copy Markdown
Contributor

@msfroh can we merge this change now, is there something which is missing from my side?

@msfroh

msfroh commented Aug 25, 2023

Copy link
Copy Markdown
Contributor

Huh... for some reason I can't merge. I'm not in the list of code owner reviewers for this one.

@navneet1v

Copy link
Copy Markdown
Contributor

Huh... for some reason I can't merge. I'm not in the list of code owner reviewers for this one.

may be the maintainers list is not backported :P @andrross I remember you added @msfroh in the maintainers list. :P

@andrross
andrross force-pushed the backport/backport-9528-to-2.x branch from 5de4efe to d607161 Compare August 28, 2023 22:04
@github-actions

Copy link
Copy Markdown
Contributor

Compatibility status:

Checks if related components are compatible with change d607161

Incompatible components

Incompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/security-analytics.git]

@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@andrross
andrross force-pushed the backport/backport-9528-to-2.x branch from d607161 to 2b23e02 Compare August 29, 2023 16:00
@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions

Copy link
Copy Markdown
Contributor

Compatibility status:

Checks if related components are compatible with change 2b23e02

Incompatible components

Incompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git]

@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@andrross
andrross force-pushed the backport/backport-9528-to-2.x branch from 2b23e02 to 4cc4cb4 Compare September 1, 2023 21:20
@github-actions

github-actions Bot commented Sep 1, 2023

Copy link
Copy Markdown
Contributor

Compatibility status:

Checks if related components are compatible with change 4cc4cb4

Incompatible components

Incompatible components: [https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/performance-analyzer-rca.git]

@github-actions

github-actions Bot commented Sep 1, 2023

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions

github-actions Bot commented Sep 1, 2023

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

…S, to ensure the no performance degradation for vector search via Lucene Engine. (#9528)

Signed-off-by: Navneet Verma <navneev@amazon.com>
(cherry picked from commit a4024e7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@andrross
andrross force-pushed the backport/backport-9528-to-2.x branch from 4cc4cb4 to 8036df3 Compare September 5, 2023 15:47
@github-actions

github-actions Bot commented Sep 5, 2023

Copy link
Copy Markdown
Contributor

Compatibility status:

Checks if related components are compatible with change 8036df3

Incompatible components

Incompatible components: [https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git]

@github-actions

github-actions Bot commented Sep 5, 2023

Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadRangeBlobWithRetries

@andrross
andrross merged commit 7cab38a into 2.x Sep 5, 2023
@andrross
andrross deleted the backport/backport-9528-to-2.x branch September 5, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants