You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are trying to upgrade Go-Carbon from v0.14.0 to v0.17.1 but getting errors (with Kafka config?)
(The same error persists even after upgrading it to v0.18.0 )
Few observations:
The same config file works when I downgrade the version to v0.14.0
If I remove the kafka config in new versions (v0.17.1 and v0.18.0), the gocarbon service starts as expected, this led me to conclude that there is a possible issue with kafka config for newer versions
Error:
When starting the go-carbon.service, I get go-carbon.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Logs
systemd gives go-carbon.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Describe the bug
We are trying to upgrade Go-Carbon from v0.14.0 to v0.17.1 but getting errors (with Kafka config?)
(The same error persists even after upgrading it to v0.18.0 )
Few observations:
Error:
When starting the go-carbon.service, I get
go-carbon.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Logs
systemd gives
go-carbon.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
strace gives this towards the end
gocarbon logs show that it is indeed connecting to kafka but after this the service stops due to INVALIDARGUMENT error on systemd
Go-carbon Configuration:
The Kafka Config looks like this:
Metric retention and aggregation schemas
Please provide content of storage-schemas.conf and storage-aggregation.conf files.
Simplified query (if applicable)
Please provide a query that triggered the issue, ideally narrowed down to smallest possible set of functions.
Additional context
Add any other context about the problem here. Like type and version of a frontend application etc.
The text was updated successfully, but these errors were encountered: