GitHub user spacefang closed a discussion: 无法通过1.36.1版本的Telegraf 采集数据到 2.0.5版本的IoTDB数据库中
1.36.1版本的Telegraf 和2.0.5版本的IoTDB数据库存在版本兼容性问题,我使用 Telegraf 收集 CPU 数据并使用 Telegraf-IoTDB 输出到 IoTDB,但是一直没有成功输出数据到IoTDB,查看日志显示: `org.apache.iotdb.rpc.StatementExecutionException: 304: Error in creating time series: an old version of client tries to connect to the server, please upgrade your client, client version is 1, server version is 2` 创建时间序列时出错:一个旧版本的客户端正尝试连接到服务器,请升级您的客户端。客户端版本为 1,服务器版本为 2。 **根本原因**:正在使用的 Telegraf-IoTDB 插件是一个旧版本的客户端(客户端协议版本为 1),而IoTDB 服务器 v2.0.5 是一个新版本(服务器协议版本为 2)。两者之间存在版本兼容性问题,导致服务器拒绝了旧版客户端创建时间序列的请求。**但是1.3.6版本的Telegraf已经是最新版本的啊,请问该如何解决这个兼容性问题,不想降级IoTDB的版本有什么解决方法** GitHub link: https://github.com/apache/iotdb/discussions/16521 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
