From 2ad0429b368547a32d5a32b70e476cedc261e1bd Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 5 Jan 2023 03:34:10 +0530 Subject: [PATCH] comment --- entrypoint-sentinel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-sentinel.sh b/entrypoint-sentinel.sh index 115e950..1543372 100644 --- a/entrypoint-sentinel.sh +++ b/entrypoint-sentinel.sh @@ -15,7 +15,7 @@ FAILOVER_TIMEOUT=${FAILOVER_TIMEOUT:-180000} sentinel_mode_setup(){ { - echo "sentinel monitor ${MASTER_GROUP_NAME} ${IP} ${PORT} ${QUORUM}" + # echo "sentinel monitor ${MASTER_GROUP_NAME} ${IP} ${PORT} ${QUORUM}" echo "sentinel down-after-milliseconds ${MASTER_GROUP_NAME} ${DOWN_AFTER_MILLISECONDS}" echo "sentinel parallel-syncs ${MASTER_GROUP_NAME} ${PARALLEL_SYNCS}" echo "sentinel failover-timeout ${MASTER_GROUP_NAME} ${FAILOVER_TIMEOUT}" -- 2.26.0