-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Jenkins v 2.66
Performance plugin 3.1
Influxdb plugin 1.12.2
Sending data to influxdb fails. Log code:
Could not report to InfluxDB. Ignoring Exception. java.lang.RuntimeException: {"error":"field type conflict: input field \"build_result_ordinal\" on measurement \"jenkins_data\" is type int64, already exists as type float"} at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:387) at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:247) at jenkinsci.plugins.influxdb.InfluxDbPublisher.writeToInflux(InfluxDbPublisher.java:280) at jenkinsci.plugins.influxdb.InfluxDbPublisher.perform(InfluxDbPublisher.java:256) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:730) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:676) at hudson.model.Build$BuildExecution.cleanUp(Build.java:196) at hudson.model.Run.execute(Run.java:1782) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:415)
Do we have to configure something?
Sorry - but we have to rollback to 1.11 which was the latest version working - that means a rollback of the performance-plugin too
- is related to
-
JENKINS-43539 Performance Plugin v2.2 broke InfluxDB Plugin
-
- Closed
-
This is a known issue (see https://issues.jenkins-ci.org/browse/JENKINS-43539 comments) and I'm working on a fix for this.