Skip to content

Commit df701dc

Browse files
authored
HDDS-12996. Workaround for Docker Compose concurrent map writes (apache#8412)
1 parent e6daae4 commit df701dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hadoop-ozone/dev-support/checks/acceptance.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ REPORT_FILE="$REPORT_DIR/summary.txt"
3535
OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q -DforceStdout -Dscan=false)
3636
DIST_DIR="${OZONE_ROOT}/hadoop-ozone/dist/target/ozone-$OZONE_VERSION"
3737

38+
# workaround attempt for https://github.com/docker/compose/issues/12747
39+
export COMPOSE_PARALLEL_LIMIT=1
40+
3841
if [ ! -d "$DIST_DIR" ]; then
3942
echo "Distribution dir is missing. Doing a full build"
4043
"$DIR/build.sh" -Pcoverage

0 commit comments

Comments
 (0)