Andre Kurait

Results 28 issues of Andre Kurait

### Did you read the on-boarding document Yes ### What is the name of your component? Migrations TrafficCapture ### What is the link to your GitHub repo? https://github.com/opensearch-project/opensearch-migrations/tree/main/TrafficCapture ### Targeted...

release

### Description Removes ECS ServiceConnect from the infrastructure. This change builds off of [MIGRATIONS-1735](https://opensearch.atlassian.net/browse/MIGRATIONS-1735) which removes a hard dependency on service-connect. * Category: Enhancement * Why these changes are required?...

### What is the bug? Currently, when running the replayer, Log4j2 outputs `Unable to format msg` along with `java.lang.IllegalArgumentException: found 1 argument placeholders, but provided 0 for pattern` ### How...

bug

### Description Currently we are getting throttling from docker and ecr within github actions. To resolve this, we should ### TODO: before this change is merged, we should include adding...

### Did you read the on-boarding document Yes ### What is the name of your component? Opensearch Migrations ### What is the link to your GitHub repo? https://github.com/opensearch-project/opensearch-migrations/ ### Targeted...

release

### Description Currently, reindexing documents had inefficient processing and single thread operations causing a slowdown in max throughput (from 480 -> 170 10MB requests/min with AWS Fargate 2vcpu) from a...

### Description Fixed a bug that was in the replayer on sigv4 requests without payloads when content-type did not exist. Cleaned up the unit tests for this * Category: Bug...

### Description [Describe what this change achieves] * Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) * Why these changes are required? * What is the old...

### Describe the bug We're seeing intermittent failures in our Github Actions that leverage OSB when executing against Elasticsearch 7.10 with OSB 1.8.0 ``` 2024-09-09 16:08:17 - INFO - Running...

bug

### Description Currently, the capture proxy container image builds on the es base image. This is not needed for running the capture proxy independently. This change modifies this base image...