[
https://issues.apache.org/jira/browse/BEAM-4041?focusedWorklogId=103535&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103535
]
ASF GitHub Bot logged work on BEAM-4041:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/18 19:39
Start Date: 18/May/18 19:39
Worklog Time Spent: 10m
Work Description: DariuszAniszewski commented on a change in pull request
#5425: [BEAM-4041] Increase timeout for getting K8s LoadBalancer external IP
URL: https://github.com/apache/beam/pull/5425#discussion_r189373886
##########
File path: .test-infra/jenkins/common_job_properties.groovy
##########
@@ -260,6 +260,8 @@ class common_job_properties {
dpb_log_level: 'INFO',
maven_binary: '/home/jenkins/tools/maven/latest/bin/mvn',
bigquery_table: 'beam_performance.pkb_results',
+ k8s_get_retry_count: 36, // wait up tp 6 minutes for K8s LoadBalancer
Review comment:
ah, sorry. fixed
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 103535)
Time Spent: 40m (was: 0.5h)
> Performance tests fail due to kubernetes load balancer problems
> ---------------------------------------------------------------
>
> Key: BEAM-4041
> URL: https://issues.apache.org/jira/browse/BEAM-4041
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Łukasz Gajowy
> Assignee: Jason Kuster
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Recently, as we added more IOITs to be run on jenkins using kubernetes, some
> of them started to fail randomly, because they couldn't retrieve LoadBalancer
> address. Normally obtaining the address took about one minute. Perfkit waits
> for the address (actively checking for it) for 3 minutes. This should be
> enough for getting the address, yet it recently started to exceed the 3
> minutes limit. I also noticed that this error didn't happen when there were
> fewer tests.
> Example logs:
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PerformanceTests_Compressed_TextIOIT_HDFS/31/console
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)