From 7ba4d8916a2f0cda24ca5a619aa11c6a6f8a8adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Mon, 14 Oct 2019 15:46:06 +0200 Subject: [PATCH 1/2] HDDS-2032. Ozone client should retry writes in case of any ratis/stateMachine exceptions --- hadoop-hdds/pom.xml | 8 -------- hadoop-ozone/pom.xml | 8 -------- pom.xml | 15 ++++++++++++--- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml index d79f9b6bcd3..9cd5db3c93d 100644 --- a/hadoop-hdds/pom.xml +++ b/hadoop-hdds/pom.xml @@ -41,14 +41,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> - - 0.5.0-SNAPSHOT - - - 0.5.0-3f446aa-SNAPSHOT - - 1.60 - 0.5.1 1.5.0.Final diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 98aab430c92..0d0a2e7e386 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -25,14 +25,6 @@ pom - 0.5.0-SNAPSHOT - 0.5.0-SNAPSHOT - 0.5.0-3f446aa-SNAPSHOT - 1.60 - Crater Lake - ${ozone.version} - 3.0.0-M1 - 4.0 apache/ozone:${project.version} diff --git a/pom.xml b/pom.xml index 82b2e4038f0..2e5ccb411f7 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs 3.2.0 + + ${ozone.version} + 0.5.0-SNAPSHOT + Crater Lake + ${ozone.version} + + + 0.5.0-3f446aa-SNAPSHOT + apache.snapshots.https Apache Development Snapshot Repository https://repository.apache.org/content/repositories/snapshots @@ -117,6 +126,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs 1.7.7 + 1.60 + 1.19 @@ -155,8 +166,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs 2.0.0-M21 1.0.0-M33 - - 0.5.0-3f446aa-SNAPSHOT 1.0-alpha-1 3.3.1 2.4.12 @@ -182,7 +191,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError - 2.21.0 + 3.0.0-M1 ${maven-surefire-plugin.version} ${maven-surefire-plugin.version} From ef0a5c3586e8ac92c10b0af6ccb6ead651b13bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Tue, 15 Oct 2019 16:18:33 +0200 Subject: [PATCH 2/2] fix ozone version calculation --- hadoop-ozone/dev-support/checks/acceptance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dev-support/checks/acceptance.sh b/hadoop-ozone/dev-support/checks/acceptance.sh index ee03c587d4b..c3c1aa02f86 100755 --- a/hadoop-ozone/dev-support/checks/acceptance.sh +++ b/hadoop-ozone/dev-support/checks/acceptance.sh @@ -19,7 +19,7 @@ cd "$DIR/../../.." || exit 1 REPORT_DIR=${OUTPUT_DIR:-"$DIR/../../../target/acceptance"} mkdir -p "$REPORT_DIR" -OZONE_VERSION=$(grep "" "$DIR/../../pom.xml" | sed 's/<[^>]*>//g'| sed 's/^[ \t]*//') +OZONE_VERSION=$(grep "" "pom.xml" | sed 's/<[^>]*>//g'| sed 's/^[ \t]*//') DIST_DIR="$DIR/../../dist/target/ozone-$OZONE_VERSION" if [ ! -d "$DIST_DIR" ]; then