Skip to content
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

[AUTO] Increment version to 2.6.0-SNAPSHOT #671

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

  • Incremented version to 2.6.0-SNAPSHOT.

@opensearch-trigger-bot opensearch-trigger-bot bot requested a review from a team January 8, 2023 00:12
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/2.6.0-SNAPSHOT branch 3 times, most recently from c9f8953 to e3e1015 Compare January 12, 2023 00:12
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2023

Codecov Report

Merging #671 (cb3e97c) into 2.x (1ba4de8) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x     #671   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity     1052     1052           
=========================================
  Files            99       99           
  Lines          3833     3833           
  Branches        352      352           
=========================================
  Hits           3233     3233           
  Misses          450      450           
  Partials        150      150           
Flag Coverage Δ
ml-commons 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ylwu-amzn
Copy link
Collaborator

> Can't get https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.6.0/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-ml-2.6.0.0.zip to /home/runner/work/ml-commons/ml-commons/plugin/src/test/resources/org/opensearch/ml/bwc/2.6.0.0-SNAPSHOT/opensearch-ml-2.6.0.0.zip
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/2.6.0-SNAPSHOT branch from e3e1015 to d89c787 Compare January 20, 2023 00:12
Signed-off-by: opensearch-ci-bot <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/2.6.0-SNAPSHOT branch from d89c787 to cb3e97c Compare January 25, 2023 00:12
@ylwu-amzn ylwu-amzn merged commit 1d1530a into 2.x Jan 25, 2023
model-collapse pushed a commit that referenced this pull request Feb 20, 2023
…in (#711)

* [wjunshen] #N/A feat: fix after the latest rebase

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: fix after rebase

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: fix after rebase

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: fix after rebase

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: fix after the latest rebase

Signed-off-by: wujunshen <[email protected]>

* Increment version to 2.6.0-SNAPSHOT (#671)

Signed-off-by: opensearch-ci-bot <[email protected]>

Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* fix profile API in example doc (#712)

Signed-off-by: Yaliang Wu <[email protected]>

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* change model url to public repo in text embedding model example doc (#713)

Signed-off-by: Yaliang Wu <[email protected]>

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* Enhance profile API to add model centric result controlled by view parameter (#714)

* Enhance profile API to add model centric result controled by view paramter

Signed-off-by: Zan Niu <[email protected]>

* Enhance profile API to add model centric result controled by view parameter

Signed-off-by: Zan Niu <[email protected]>

* Enhance profile API to add model centric result controled by view parameter

Signed-off-by: Zan Niu <[email protected]>

---------

Signed-off-by: Zan Niu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* add planning work nodes to model (#715)

* add planning work nodes to model

Signed-off-by: Yaliang Wu <[email protected]>

* add test

Signed-off-by: Yaliang Wu <[email protected]>

---------

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* skip running syncup job if no model index (#717)

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* refactor: add DL model class (#722)

* refactor: add DL model class

Signed-off-by: Yaliang Wu <[email protected]>

* fix model url in example doc

Signed-off-by: Yaliang Wu <[email protected]>

* address comments

Signed-off-by: Yaliang Wu <[email protected]>

* fix failed ut

Signed-off-by: Yaliang Wu <[email protected]>

---------

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* tune model config: change pooling mode to optional (#724)

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: make the log readable

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: add error log

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: Refer to PR #717,just checking if index exists in cluster metadata

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: change RunTimeException to MLException

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: also consider COMPLETED_WITH_ERROR

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: remove ML_MODEL_RELOAD_MAX_RETRY_TIMES in CommonValue.java

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: remove Result class

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: change "reload" and "retry" to a full word

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: change log info sentence

Signed-off-by: wujunshen <[email protected]>

* [wjunshen] #N/A feat: code format

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
1. Let the collection just have all ids of ml node
2. print out full exception stack trace

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
use LOAD_THREAD_POOL to replace generic

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
print the whole exception stack

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
change the IndexNotFoundException to MLException

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
add logs when receiving indexRequestBuilder.execute exception

Signed-off-by: wujunshen <[email protected]>

* [Signed-off-by: wjunshen<[email protected]>] #N/A feat:
change the test code after code review

Signed-off-by: wujunshen <[email protected]>

---------

Signed-off-by: wujunshen <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Zan Niu <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Yaliang Wu <[email protected]>
Co-authored-by: zane-neo <[email protected]>
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