You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gu...@apache.org on 2023/05/20 17:35:00 UTC

[flink] branch master updated: Revert "[FLINK-32123][e2e] Fix E2E kafka download timeout"

This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new f32052a1230 Revert "[FLINK-32123][e2e] Fix E2E kafka download timeout"
f32052a1230 is described below

commit f32052a12309cfe38f66344cf6d4ab39717e44c8
Author: Panagiotis Garefalakis <pg...@confluent.io>
AuthorDate: Fri May 19 12:12:03 2023 -0700

    Revert "[FLINK-32123][e2e] Fix E2E kafka download timeout"
    
    This reverts commit 8c3637b47f3dd906694857cd1b808139599126fa.
---
 flink-end-to-end-tests/test-scripts/kafka-common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/test-scripts/kafka-common.sh b/flink-end-to-end-tests/test-scripts/kafka-common.sh
index 8c5051917b6..75304ad7cc5 100644
--- a/flink-end-to-end-tests/test-scripts/kafka-common.sh
+++ b/flink-end-to-end-tests/test-scripts/kafka-common.sh
@@ -37,7 +37,7 @@ MAX_RETRY_SECONDS=120
 function setup_kafka_dist {
   # download Kafka
   mkdir -p $TEST_DATA_DIR
-  KAFKA_URL="https://downloads.apache.org/kafka/$KAFKA_VERSION/kafka_2.12-$KAFKA_VERSION.tgz"
+  KAFKA_URL="https://archive.apache.org/dist/kafka/$KAFKA_VERSION/kafka_2.12-$KAFKA_VERSION.tgz"
   echo "Downloading Kafka from $KAFKA_URL"
   cache_path=$(get_artifact $KAFKA_URL)
   ln "$cache_path" "${TEST_DATA_DIR}/kafka.tgz"