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
Some newer DSE images fail to startup the metrics endpoint due to library upgrades:
ERROR [DSE main thread] 2023-11-14 13:13:12,810 MetricsInterceptor.java:92 - Unable to start metrics endpoint
java.lang.NoSuchMethodError: org.yaml.snakeyaml.parser.ParserImpl.<init>(Lorg/yaml/snakeyaml/reader/StreamReader;)V
at com.fasterxml.jackson.dataformat.yaml.YAMLParser.<init>(YAMLParser.java:178)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:471)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:375)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:15)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3642)
at io.k8ssandra.metrics.config.ConfigReader.readConfig(ConfigReader.java:38)
at io.k8ssandra.metrics.interceptors.MetricsInterceptor.intercept(MetricsInterceptor.java:68)
at org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java)
at com.datastax.bdp.server.DseDaemon.start(DseDaemon.java:559)
at org.apache.cassandra.service.CassandraDaemon.activate0(CassandraDaemon.java:830)
at org.apache.cassandra.service.CassandraDaemon.access$100(CassandraDaemon.java:93)
at org.apache.cassandra.service.CassandraDaemon$3.run(CassandraDaemon.java:738)
The text was updated successfully, but these errors were encountered:
* [CHANGE] [#425](#425) Shade Jackson libraries in agents
* [BUGFIX] [#413](#413) UBI8 images do not terminate correctly
* [BUGFIX] [#360](#360) Support Cassandra 5.0-alpha1
* [BUGFIX] [#415](#415) Some jvm_* metrics aren't labelled correctly
* [BUGFIX] [#422](#422) Metrics endpoint fails to start for some DSE images
* [FEATURE] [#398](#398) Make Management API port configurable
* [FEATURE] [#419](#419) Add DSE 6.8.40 to the build matrix
* [FEATURE] [#397](#397) Add Cassandra 4.0.11, 4.1.3 5.0-alpha2
Some newer DSE images fail to startup the metrics endpoint due to library upgrades:
The text was updated successfully, but these errors were encountered: