Andriy Redko
Andriy Redko
> @reta Oh boy, that's not good. Is there any way to release a new version of OpenSearch docker that will allow the workaround JVM argument `-XX:UseSVE=0` to get passed...
> @reta No that's what I'm saying, the script that's crashing is not using the `OPENSEARCH_JAVA_OPTS` environment variable. @marclennox could you add this variable to `environment` section of the Docker...
@duwema sad, sorry may I ask you please to try ``` JAVA_TOOL_OPTIONS: "-XX:UseSVE=0" ``` (I sadly have no access to M4 box to reproduce the issue)
@rishabh6788 I may ask for help with the issue, do you have access macOS 15.2 + M4 Max? (I don't sadly)
> If you include the `_JAVA_OPTIONS` environment variable in `docker-compose.yml`, it all works! Thank you @marclennox , this is very surprising, the `_JAVA_OPTIONS` is supposed to be superseded by `JAVA_TOOL_OPTIONS`...
Someone from [Dosu](dosu.dev) contacted me recently on the matter, sharing the relevant conversation: > Dosu's behaviors can be customized based on the project's needs and risk tolerance. Apache Airflow uses...
Thanks @sachinpkale @rishabh6788 , I would also agree with @shiv0408 that breaking the Gradle check into separate tasks / phases (which could be run in parallel and retried individually) looks...
Similar issues with Jettison as https://github.com/apache/hadoop/pull/7022#issuecomment-2326460238
@dependabot rebase please
Fixed by https://github.com/apache/cxf/pull/2184