Thearas commented on code in PR #46767:
URL: https://github.com/apache/doris/pull/46767#discussion_r1923015028


##########
docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh:
##########
@@ -163,6 +163,4 @@ echo "Script: create_view.hql executed in ${EXECUTION_TIME} 
seconds"
 touch /mnt/SUCCESS
 
 # Avoid container exit
-while true; do
-    sleep 1
-done
+tail -f /dev/null

Review Comment:
   The current success file `/mnt/SUCCESS` is not equal `/tmp/SUCCESS` in 
`exec_success_hook`, we don't modify it now.



##########
docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl:
##########
@@ -83,12 +83,22 @@ services:
     networks:
       - doris--iceberg
     entrypoint: /bin/bash /mnt/data/input/script/rest_init.sh
+    healthcheck:
+      test: ["CMD", "curl", --fail", "http://localhost:8181/v1/config";]
+      interval: 10s
+      timeout: 60s
+      retries: 30
 
   minio:
     image: minio/minio
     container_name: doris--minio
     ports:
       - ${MINIO_API_PORT}:9000
+    healthcheck:

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to