Bug 1116823
| Summary: | "WARNING: Failed to broadcast over UDP" appears in jenkins.log when git push change to a jenkins app | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Brenton Leanhardt <bleanhar> |
| Component: | ImageStreams | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1.0 | CC: | adellape, bmeng, bparees, dmcphers, gpei, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, ragunath.ramaswamy |
| Target Milestone: | --- | Keywords: | Upstream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-origin-cartridge-jenkins-client-1.19.3.3-1.el6op, openshift-origin-cartridge-jenkins-1.20.3.4-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
Due to a default Jenkins setting, an error message appeared in Jenkins logs in environments where UDP was disabled. This bug fix adds a new marker file to disable UDP for Jenkins by default, because it is not required for OpenShift Enterprise, and the errors no longer appear as a result. A cartridge upgrade is required after applying this fix.
|
Story Points: | --- |
| Clone Of: | 993561 | Environment: | |
| Last Closed: | 2014-08-26 13:52:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 993561 | ||
| Bug Blocks: | |||
|
Description
Brenton Leanhardt
2014-07-07 11:47:24 UTC
We'll need this PR too: https://github.com/openshift/origin-server/pull/5552 With 2.1.4 we will ship the required Jenkins version for this change.
Upstream commit:
commit 130f246a1940ed5b56e64bff7f3ba2ceee23f78e
Author: Ben Parees <bparees>
Date: Mon Jun 23 14:08:50 2014 -0400
"WARNING: Failed to broadcast over UDP" appears in jenkins.log
https://bugzilla.redhat.com/show_bug.cgi?id=993561
Checked the code on puddle 2.1.z/2014-08-01.1, found not all changes in the patch were merged into latest packages. "disable_jenkins_udp_broadcast" marker file was missing from package openshift-origin-cartridge-jenkins-1.20.3.3-1.el6op.noarch. My apologies. When diff'ing for changes to build for 2.1.5 I missed the fact that this new marker file was added since it's an empty file. Checked on puddle 2.1.z/2014-08-04.1, the patch has been merged into openshift-origin-cartridge-jenkins-client-1.19.3.3-1.el6op.noarch and openshift-origin-cartridge-jenkins-1.20.3.4-1.el6op.noarch No UDP broadcast error shown during git push for jenkins app. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1095.html |