fluent-bit: Oracle Linux on OKE cluster, : Unsupported system page size
Bug Report
First , want to reference #4270.
I am using ARM64 Oracle Linux 7.9 on an Oracle Cloud Kubernetes cluster.
I tried installing the Sumo Logic’s Helm chart (https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/deploy/helm/sumologic/Chart.yaml), but received the below error message.
Upon that failed install, I saw #4270, which clued me in that there was a fix. I looked at the Sumo Logic Helm chart to reference what release of fluent-bit was being used, and saw that it was an older release - 0.20.2 (though, from what I saw, still a release that should include the fixes from #4270). Upon that discovery, I attempted installing the latest release of the fluent-bit chart directly. I received the same error.
Brief snippet of error message:
<jemalloc>: Unsupported system page size
Error in GnuTLS initialization: ASN1 parser: Element was not found.
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
malloc: Cannot allocate memory
Pod logs / error message is attached: fluentbit-fluent-bit-5z9r4.log
Node output:
[root@oke-cs56bxasraq-ntlw7x5fjfq-sbmqgfzjhbq-0 /]# getconf PAGESIZE
65536
Environment details:
- Version of fluent-bit used:
- Sumo Logic uses: 0.20.2
- I also tried directly installed fluent-bit Helm Chart version: 0.20.4
-
Kubernetes version: v1.23.4
-
Node:
[root@oke-cs56bxasraq-ntlw7x5fjfq-sbmqgfzjhbq-0 /]# uname -a
Linux oke-cs56bxasraq-ntlw7x5fjfq-sbmqgfzjhbq-0 5.4.17-2136.307.3.1.el7uek.aarch64 #2 SMP Mon May 9 17:34:42 PDT 2022 aarch64 aarch64 aarch64 GNU/Linux
[root@oke-cs56bxasraq-ntlw7x5fjfq-sbmqgfzjhbq-0 /]# cat /etc/*elease
Oracle Linux Server release 7.9
NAME="Oracle Linux Server"
VERSION="7.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Oracle Linux Server 7.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.9
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.9
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Oracle Linux Server release 7.9
To Reproduce
- Have K8s cluster using Oracle Linux image for nodes
- Try to install Sumo Logic helm chart or latest release of fluent-bit directly
Thanks for any help you can provide!
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 20 (11 by maintainers)
@patrick-stephens hi, thx for your reply, I reproduced it again:
fluentbit 2.0.9
fluentbit 2.0.5
I have the same issue, My Linux page size is
65535
:I upgrade fluent bit from
2.0.5
to2.0.9
. But2.0.5
works well. That’s wired. @patrick-stephens FYI