-
Notifications
You must be signed in to change notification settings - Fork 186
[Backport 3.3] Fix agent type update #4481
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
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
common/src/main/java/org/opensearch/ml/common/transport/agent/MLAgentUpdateInput.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/opensearch/ml/common/transport/agent/MLAgentUpdateInput.java
Outdated
Show resolved
Hide resolved
| public static final Version VERSION_3_1_0 = Version.fromString("3.1.0"); | ||
| public static final Version VERSION_3_2_0 = Version.fromString("3.2.0"); | ||
| public static final Version VERSION_3_3_0 = Version.fromString("3.3.0"); | ||
| public static final Version VERSION_3_4_0 = Version.fromString("3.4.0"); |
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.
Can remove this
| import static org.opensearch.core.xcontent.XContentParserUtils.ensureExpectedToken; | ||
| import static org.opensearch.ml.common.CommonValue.TENANT_ID_FIELD; | ||
| import static org.opensearch.ml.common.CommonValue.VERSION_2_19_0; | ||
| import static org.opensearch.ml.common.CommonValue.VERSION_3_4_0; |
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.
and this too
common/src/main/java/org/opensearch/ml/common/transport/agent/MLAgentUpdateInput.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/opensearch/ml/common/transport/agent/MLAgentUpdateInput.java
Outdated
Show resolved
Hide resolved
|
Unrelated failure |
* Fix agent type update Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Added bwc checks Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Updated version Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> --------- Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> (cherry picked from commit 79cbcfb)
…MLAgentUpdateInput.java Co-authored-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
…MLAgentUpdateInput.java Co-authored-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
468b7cf to
00e7e7c
Compare
Backport 79cbcfb from #4341