Description
Describe the bug
Since the upgrade of our (dev) cluster from 1.14 to 1.16 the
ERROR: [transport] Client received GoAway with error code ENHANCE_YOUR_CALM and debug data equal to ASCII "too_many_pings".
started appearing frequently (multiple times per hour).
The cluster still seems to work.
After reading the comments and suggestions in #5803 I have added
the snippet to change the ingester_client config to gzip.
ingester_client:
grpc_client_config:
# Configure the client to allow messages up to 100MB.
max_recv_msg_size: 104857600
max_send_msg_size: 104857600
grpc_compression: gzip
My metrics indeed show a significant change in bandwidth usage, however the errors have persisted after this change.
[root@cortex01.o11ydev.o11y.eu ~]# yum info cortex
Last metadata expiration check: 0:15:12 ago on Thu 25 Apr 2024 01:58:47 PM CEST.
Installed Packages
Name : cortex
Version : 1.16.0
Release : 1
Architecture : x86_64
Size : 67 M
Source : cortex-1.16.0-1.src.rpm
Repository : @System
From repo : upstream
Summary : no description given
URL : https://github.com/cortexproject/cortex
License : Apache 2.0
Description : no description given