[
https://issues.apache.org/jira/browse/FLINK-10826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16683460#comment-16683460
]
ASF GitHub Bot commented on FLINK-10826:
----------------------------------------
asfgit closed pull request #7066: [FLINK-10826][test] Decrease deployment size
of heavy deplyment e2e t…
URL: https://github.com/apache/flink/pull/7066
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/flink-end-to-end-tests/test-scripts/test_heavy_deployment.sh
b/flink-end-to-end-tests/test-scripts/test_heavy_deployment.sh
index 895e4a7f302..b4646fc3260 100755
--- a/flink-end-to-end-tests/test-scripts/test_heavy_deployment.sh
+++ b/flink-end-to-end-tests/test-scripts/test_heavy_deployment.sh
@@ -25,7 +25,7 @@ TEST=flink-heavy-deployment-stress-test
TEST_PROGRAM_NAME=HeavyDeploymentStressTestProgram
TEST_PROGRAM_JAR=${END_TO_END_DIR}/$TEST/target/$TEST_PROGRAM_NAME.jar
-set_conf "taskmanager.heap.mb" "256" # 256Mb x 20TMs = 5Gb total heap
+set_conf "taskmanager.heap.mb" "512" # 512Mb x 10TMs = 5Gb total heap
set_conf "taskmanager.memory.size" "8" # 8Mb
set_conf "taskmanager.network.memory.min" "8mb"
@@ -35,12 +35,12 @@ set_conf "taskmanager.memory.segment-size" "8kb"
set_conf "taskmanager.numberOfTaskSlots" "10" # 10 slots per TM
start_cluster # this also starts 1TM
-start_taskmanagers 19 # 1TM + 19TM = 20TM a 10 slots = 200 slots
+start_taskmanagers 9 # 1TM + 9TM = 10TM a 10 slots = 100 slots
-# This call will result in a deployment with state meta data of 200 x 200 x 50
union states x each 75 entries.
+# This call will result in a deployment with state meta data of 100 x 100 x 50
union states x each 100 entries.
# We can scale up the numbers to make the test even heavier.
$FLINK_DIR/bin/flink run ${TEST_PROGRAM_JAR} \
---environment.max_parallelism 1024 --environment.parallelism 200 \
+--environment.max_parallelism 1024 --environment.parallelism 100 \
--environment.restart_strategy fixed_delay
--environment.restart_strategy.fixed_delay.attempts 3 \
--state_backend.checkpoint_directory ${CHECKPOINT_DIR} \
---heavy_deployment_test.num_list_states_per_op 50
--heavy_deployment_test.num_partitions_per_list_state 75
+--heavy_deployment_test.num_list_states_per_op 50
--heavy_deployment_test.num_partitions_per_list_state 100
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Heavy deployment end-to-end test produces no output on Travis
> -------------------------------------------------------------
>
> Key: FLINK-10826
> URL: https://issues.apache.org/jira/browse/FLINK-10826
> Project: Flink
> Issue Type: Bug
> Components: E2E Tests
> Affects Versions: 1.7.0
> Reporter: Timo Walther
> Assignee: Stefan Richter
> Priority: Critical
> Labels: pull-request-available
> Attachments: heavy_deployement_log.txt
>
>
> The Heavy deployment end-to-end test produces no output on Travis such that
> it is killed after 10 minutes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)