Peter Nied
Peter Nied
**Describe the bug** Kafka's clients production `org.apache.kafka:kafka-clients:3.0.1` and test ` org.apache.kafka:kafka-clients:3.0.1:test` jars contain overlapping classes in `org.apache.kafka.common.message`. When attempting to build or run tests `JarHell` is detecting this an erroring...
**Is your feature request related to a problem? Please describe.** Plugins have some permissions boundaries established by the java security manager, but those only enforce a subset of actions that...
### Description Here is a prototype of security systems using [Apache Shiro](https://shiro.apache.org/). Given the broad scope of security, this isn't meant to cover all scenarios, within this PR is a...
### Reproduction: - Find some documentation about a scenario in OpenSearch APIs that use a PATCH command, [like](https://opensearch.org/docs/latest/security-plugin/access-control/api/#patch-role) - Get excited to try it out in your own cluster -...
### Description When migrating from older versions of OpenSearch indices with a setting of `index.mapper.dynamic` - even if the value is null or the default of true prevents migration. With...
### Description A new kind of resource that abstracts indices from searches. A _view_ define a projection of targeted indices. I'm trying to start out with as barebones of an...
### Describe the bug During snapshot restore and other unknown scenarios settings are not validated or migrated to be compatible with future versions allowing clusters to get into states where...
## Is your feature request related to a problem? Please describe. Sometimes there are clear relationships between indices, e.g. http-logs-2023-01-20 http-logs-2023-01-21. As data gets reshaped or physically moved there is...
### Describe the bug org.opensearch.transport.RemoteClusterClientTests.testConnectAndExecuteRequest seems to be able to get network exceptions during this workflow ``` 2> junit.framework.AssertionFailedError: Unexpected exception type, expected ActionNotFoundTransportException but got NodeDisconnectedException[[remote_node][127.0.0.1:10600][indices:data/read/scroll] disconnected] at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2894)...
### Describe the bug org.opensearch.upgrades.IndexingIT.testIndexingWithSegRep is flaky, [jenkins logs](https://build.ci.opensearch.org/job/gradle-check/33789/testReport/org.opensearch.upgrades/IndexingIT/testIndexingWithSegRep/). Assertion is from this codeblock: https://github.com/opensearch-project/OpenSearch/blob/f73c82aa466cf3354b5d2e3e3f46f0613cacbb0f/qa/rolling-upgrade/src/test/java/org/opensearch/upgrades/IndexingIT.java#L119-L121 ``` Suppressed: java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at...