We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92de82 commit defa4d9Copy full SHA for defa4d9
hadoop-ozone/dist/src/main/compose/testlib.sh
@@ -39,7 +39,7 @@ count_datanodes() {
39
else
40
docker-compose -f "${compose_file}" exec -T scm curl -s "${jmx_url}"
41
fi \
42
- | jq -r '.beans[0].NodeCount[] | select(.key=="HEALTHY") | .value'
+ | jq -r '.beans[0].NodeCount[] | select(.key=="HEALTHY") | .value' || true
43
}
44
45
## @description wait until datanodes are up (or 30 seconds)
0 commit comments