-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Observed a panic" panic="send on closed channel" panicGoValue="\"send on closed channel\"" #142
Comments
Hi @firatalkis, Thanks for the report. Could you please run the following command which increases verbosity and post the output:
Best regards, |
ofcourse :) ı run the command, you can see output below:
Kind, regards. |
Could you please execute the following in the Icinga for Kubernetes and database and see whether this fixes the issue:
|
error did not change I1017 11:22:49.169519 1534104 reflector.go:368] Caches populated for *v1.Service from k8s.io/[email protected]/tools/cache/reflector.go:243 |
Ok, next try:
|
I think we will have to do it in different tables
|
Unfortunately, there is a bug in the code that hides the error returned by the database and just panics instead. Let me fix that first so we can see what the real error is. |
I assume that you have installed Icinga for Kuberentes via packages. You can find an updated version here: |
yes we are using icinga repo for rhel https://packages.icinga.com. I have installed the rpm you forwarded and getting same error: Installed: Complete! F1017 12:03:14.058140 1545693 main.go:385] can't retry: can't perform "INSERT INTO |
Now we have the real error :)
Length 63 was chosen as selectors use labels and labels can't be longer than 63 characters. |
Ok, it finally worked :) |
Can you please share the output of |
Hi,
I am getting this error when I start icinga-kubernetes.
mysql -V
mysql Ver 15.1 Distrib 10.3.39-MariaDB, for Linux (x86_64) using readline 5.1
cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.10 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.10 (Ootpa)"
The text was updated successfully, but these errors were encountered: