This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new dc005f4115 HDDS-10910. Bump Ratis to 3.1.0 (#6872)
dc005f4115 is described below
commit dc005f41150e019eb696b1c346b8083f5a8bcc10
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jun 27 07:46:43 2024 +0200
HDDS-10910. Bump Ratis to 3.1.0 (#6872)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4752226301..a9e2b34a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,10 +75,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<!-- HDDS Rocks Native dependency version-->
<hdds.rocks.native.version>${hdds.version}</hdds.rocks.native.version>
<!-- Apache Ratis version -->
- <ratis.version>3.0.1</ratis.version>
+ <ratis.version>3.1.0</ratis.version>
<!-- Apache Ratis thirdparty version -->
- <ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.6</ratis.thirdparty.version>
<!-- Apache Ranger plugin version -->
<ranger.version>2.3.0</ranger.version>
@@ -239,7 +239,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<enforced.maven.version>[3.3.0,)</enforced.maven.version>
<!-- Plugin versions and config -->
- <maven-surefire-plugin.argLine>-Xmx4096m
-XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
+ <maven-surefire-plugin.argLine>-Xmx8192m
-XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
<maven-surefire-plugin.argLineAccessArgs></maven-surefire-plugin.argLineAccessArgs>
<excluded-test-groups>native | unhealthy</excluded-test-groups> <!-- test
groups excluded by default (without any manual profile activation) -->
<unstable-test-groups>flaky | native | slow |
unhealthy</unstable-test-groups> <!-- test groups excluded in CI (except in
dedicated profiles for flaky and native) -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]