Bug 1482532 - After install of logging 3.6.173.0.5, fluentd logs full of UndefinedConversionError
Summary: After install of logging 3.6.173.0.5, fluentd logs full of UndefinedConversio...
Keywords:
Status: CLOSED DUPLICATE of bug 1482002
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Jeff Cantrill
QA Contact: Xia Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-17 13:29 UTC by Mike Fiedler
Modified: 2017-08-17 14:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-17 13:51:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
config info (5.98 KB, application/x-gzip)
2017-08-17 13:29 UTC, Mike Fiedler
no flags Details

Description Mike Fiedler 2017-08-17 13:29:12 UTC
Created attachment 1314718 [details]
config info

Description of problem:

2017-08-17 12:34:09 +0000 [error]: Exception emitting record: "\x92" from ASCII-8BIT to UTF-8
2017-08-17 12:34:09 +0000 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\x92\" from ASCII-8BIT to UTF-8" tag="kubernetes.journal.container.fluentd"
  2017-08-17 12:34:09 +0000 [warn]: suppressed same stacktrace
2017-08-17 12:34:09 +0000 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\x92\" from ASCII-8BIT to UTF-8" tag="journal"
  2017-08-17 12:34:09 +0000 [warn]: suppressed same stacktrace
2017-08-17 12:34:09 +0000 [error]: Exception emitting record: "\x92" from ASCII-8BIT to UTF-8
2017-08-17 12:34:09 +0000 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\x92\" from ASCII-8BIT to UTF-8" tag="kubernetes.journal.container.fluentd"
  2017-08-17 12:34:09 +0000 [warn]: suppressed same stacktrace
2017-08-17 12:34:09 +0000 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\x92\" from ASCII-8BIT to UTF-8" tag="journal"
  2017-08-17 12:34:09 +0000 [warn]: suppressed same stacktrace
2017-08-17 12:34:09 +0000 [error]: Exception emitting record: "\x92" from ASCII-8BIT to UTF-8
2017-08-17 12:34:09 +0000 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\x92\" from ASCII-8BIT to UTF-8" tag="kubernetes.journal.container.fluentd"
  2017-08-17 12:34:09 +0000 [warn]: suppressed same stacktrace


Version-Release number of selected component (if applicable):    Logging 3.6.0.75


How reproducible:  Always


Steps to Reproduce:
1.  Install logging 3.6.173.0.5 on an AWS cluster (inventory is below)
2.  oc logs <fluentd pod>


Actual results:

Hundreds of thousands of the message above

Expected results:

Quiet fluentd logs on an idle cluster

Additional info:

OpenShift Cluster Details

Cluster version (e.g. OCP v3.5)
3.6.173.0.5
Cluster infrastructure (e.g. AWS, GCP)
AWS
Number of infrastructure nodes and size (e.g. CPU, RAM)
2 - m4.xlarge 4vcpu/16GB
Number of compute nodes and size (e.g. CPU, RAM)
2 - m4.xlarge
Logging Image versions
3.6.173.0.5


Installer Details

How was logging installed (e.g. Openshift Ansible/Installer, deployer)
Ansible

Openshift installer version
openshift-ansible.noarch        3.6.173.0.5-1.git.0.74d5acc.el7

Ansible inventory file
[oo_first_master]
ip-172-31-24-12

[oo_first_master:vars]
openshift_deployment_type=openshift-enterprise
openshift_release=v3.6.0

openshift_logging_install_logging=true
openshift_logging_use_ops=false
openshift_logging_master_url=https://ec2-54-213-226-170.us-west-2.compute.amazonaws.com:8443
openshift_logging_master_public_url=https://ec2-54-213-226-170.us-west-2.compute.amazonaws.com:8443
openshift_logging_kibana_hostname=kibana.0817-3qk.qe.rhcloud.com 
openshift_logging_kibana_ops_hostname=kibana-ops.0817-3qk.qe.rhcloud.com 
openshift_logging_namespace=logging
openshift_logging_image_prefix=registry.ops.openshift.com/openshift3/
openshift_logging_image_version=v3.6.173.0.5
openshift_logging_es_pvc_dynamic=true
openshift_logging_es_pvc_size=50Gi
openshift_logging_fluentd_use_journal=true
openshift_logging_use_mux=false
openshift_logging_use_mux_client=false
openshift_logging_es_ops_allow_cluster_reader=true
openshift_logging_es_ops_pvc_dynamic=true
openshift_logging_es_ops_pvc_size=50Gi
#openshift_logging_fluentd_journal_read_f


Ansible installer logs
N/A - no errors though

Logging Component Details


Fluentd spec: oc get ds logging-fluentd -o yaml
attached

Configmaps: oc get configmaps $CONFIGMAP -o yaml
attached

Events: oc get events $PODNAME -o yaml
attached

Comment 1 Rich Megginson 2017-08-17 13:51:11 UTC

*** This bug has been marked as a duplicate of bug 1482002 ***


Note You need to log in before you can comment on or make changes to this bug.