Sarat Vemulapalli

Results 83 comments of Sarat Vemulapalli

Thanks for opening this up @vzez. I dont have an M1 machine, the code says we do build a distribution for darwin-arm64[1]. Anybody here can help run this and confirm...

@cliu123 did you try running opensearch-min without security plugin? OpenSearch 3.0.0 is passing bwc tests with 2.0.1. Ref: https://github.com/opensearch-project/OpenSearch/blob/main/.ci/bwcVersions

Sure, here is our testing process for bwc: https://github.com/opensearch-project/OpenSearch/blob/main/TESTING.md#testing-backwards-compatibility We dont use Github workflows for testing, instead we use jenkins infra. Here is one successful run on a PR: https://github.com/opensearch-project/OpenSearch/pull/3618#issuecomment-1158357646...

@cliu123 `./gradlew bwcTest` should run all the tests. I did run it locally, 3.0.0 node was able to join a 2.0.1 cluster. How are your tests setup ? Also looking...

> I see the same error The setup has problems with settings, very likely it didnt disable security. ``` » java.lang.IllegalArgumentException: unknown setting [plugins.security.disabled] please check that any required plugins...

@VachaShah (our oncall for this week) could you take a stab at this one? Looks like multiple plugins are impacted for 3.0.

Thanks @peterzhuamazon for the context. Trying to understand how to learn from this, couple of questions: - did we miss including `1.0.1` min in the bundle or was it intentional?...

Thanks @peterzhuamazon Ideally with/without ODFE, our plugins should have tested OpenSearch 1.0 to 2.x, probably a learning. Anyway I am ok with plugins testing with 1.1.0, but we need to...

Opened up an issue[1], if its not getting attention I'll PR it. [1] https://github.com/opensearch-project/documentation-website/issues/904