[
https://issues.apache.org/jira/browse/BEAM-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243383#comment-17243383
]
Brian Hulette commented on BEAM-11387:
--------------------------------------
Looks like the first failing run has aged off unfortunately. The first failure
that still exists is commit 70ddf84d4e089ded10d2932a08029e852e433f16
([https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/1579/).] Last
success before that is commit 265972376dd16d4ce33df2b9c2de42583cc167b7
([https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/1570/)]
That's a 3 day range, shouldn't take too long to bisect to find a culprit (if
it in fact due to a beam change).
Based on the error it looks like it may be an environment issue though
> Kafka performance test is failing
> ---------------------------------
>
> Key: BEAM-11387
> URL: https://issues.apache.org/jira/browse/BEAM-11387
> Project: Beam
> Issue Type: Bug
> Components: io-java-kafka, test-failures
> Reporter: Piotr Szuberski
> Priority: P1
>
> Kafka performance tests are failing due to "outside-X" service port
> allocation in kubernetes setup.
> I confirmed it's not caused by Kafka clients version update from 1.0.0 to
> 2.4.1.
> Logs from example failing job [1]:
> 07:28:23 job.batch/kafka-config-eff079ec created
> 07:28:23 Error from server (Invalid): error when creating
> "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Kafka_IO/src/.test-infra/kubernetes/kafka-cluster/04-outside-services/outside-0.yml":
> Service "outside-0" is invalid: spec.ports[0].nodePort: Invalid value:
> 32400: provided port is already allocated
> 07:28:23 Error from server (Invalid): error when creating
> "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Kafka_IO/src/.test-infra/kubernetes/kafka-cluster/04-outside-services/outside-1.yml":
> Service "outside-1" is invalid: spec.ports[0].nodePort: Invalid value:
> 32401: provided port is already allocated
> 07:28:23 Error from server (Invalid): error when creating
> "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Kafka_IO/src/.test-infra/kubernetes/kafka-cluster/04-outside-services/outside-2.yml":
> Service "outside-2" is invalid: spec.ports[0].nodePort: Invalid value:
> 32402: provided port is already allocated
> 07:28:23 Build step 'Execute shell' marked build as failure
> [1] https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/1636/console
--
This message was sent by Atlassian Jira
(v8.3.4#803005)