Bug 1762409: Fix memory dereference bug in eventrouter#1768
Conversation
https://bugzilla.redhat.com/show_bug.cgi?id=1756920 This tries to keep the functionality the same in 4.x as it was in 3.x. In 3.x, you had to: - deploy the eventrouter with a pod name like "logging-eventrouter-*" - deploy the eventrouter in the default namespace - set `TRANSFORM_EVENTS=true` - set `MERGE_JSON_LOG=true` (which was the default in 3.x) In 4.x, the pod name changes to "eventrouter-*" to follow the convention of our other logging pods. The eventrouter defaults to running in "openshift-logging" - it doesn't really matter, as long as it is running in an "infra" namespace. This change also enables `MERGE_JSON_LOG=true` for eventrouter pods. The biggest problem is that you have to set the cluster to unmanaged in order to set `TRANSFORM_EVENTS=true`. We could workaround that by making `TRANSFORM_EVENTS=true` the default value. That would cause every kubernetes record to be checked to see if it looks like and event, and process it as such if it matches. I'm not sure what the performance implications would be. Also ports eventrouter test to 4.x Also adds a test for eventrouter Info type support update eventrouter to pick up fix for Bug 1701495
|
@openshift-cherrypick-robot: An error was encountered searching for bug 1756920 on the Bugzilla server at https://bugzilla.redhat.com:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@openshift-cherrypick-robot: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@openshift-cherrypick-robot: This pull request references Bugzilla bug 1762409, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
|
aws flake |
|
strange flake with api.ci registry? all of the other fluentd pods were fine /retest |
|
aws flake |
flake? |
|
/bugzilla refresh |
|
@richm: This pull request references Bugzilla bug 1762409, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@richm: This pull request references Bugzilla bug 1762409, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, richm The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
NOTE to openshift patch manager/cherry-pick approver - this doesn't really fix |
|
/retitle Bug 1762409: Fix memory dereference bug in eventrouter |
|
Looks like @openshift-ci-robot already took off for the weekend. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@openshift-cherrypick-robot: All pull requests linked via external trackers have merged. Bugzilla bug 1762409 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherrypick release-4.1 |
|
@richm: new pull request created: #1777 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #1766
/assign richm