Andrew Ross
Andrew Ross
Closing due to no follow up. @Shivacharangoud feel free to reopen if you still have questions. Please note that the [forum](https://forum.opensearch.org/) is also a great place for general discussion and...
Closing as remote translog has been implemented. @Bukhtawar please reopen if you still need any of this.
Closing this...original PR #2639 was reverted in #3046, reimplemented in #3982, and that was backported in #4087
@bbarani Can you transfer this issue to https://github.com/opensearch-project/sql? I believe the `POST _plugins/_query/_datasources` API in question here is implemented by the SQL plugin.
https://github.com/opensearch-project/OpenSearch/pull/12335#issuecomment-1946461615: ``` REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.snapshots.SnapshotResiliencyTests.testConcurrentSnapshotDeleteAndDeleteIndex" -Dtests.seed=E816C7242330BF50 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ms-MY -Dtests.timezone=Europe/Athens -Druntime.java=21 org.opensearch.snapshots.SnapshotResiliencyTests > testConcurrentSnapshotDeleteAndDeleteIndex FAILED java.lang.AssertionError: java.lang.StringIndexOutOfBoundsException: Range [13, 2) out of bounds for length 6...
Linking #1017 as it seems somewhat related
@AmiStrn Can you help out here with reviewing the Azure managed identity parts of the PR?
Thanks @chengwushi-netapp. My (possibly incorrect) understanding of how this works is that you need to explicitly list all transitive dependencies that you need to be bundled with your plugin in...
@saratvemulapalli Is this the correct way to add a dependency to a plugin? Certainly a lot of hoops to jump through but it appears that this is how it works....
Using terms from the branching doc, I think the _next minor version_ needs to run the backward compatibility tests of the _next major version_. That would mean today that `1.x`...