source/influxdb3: change to use new InfluxDB3Source#608
source/influxdb3: change to use new InfluxDB3Source#608
Conversation
|
[2025-05-26 13:52:04,905] [ERROR] [influxdb3_tsbs_downsampled_1h_cpu] [9] : ERROR: Failed while connecting to client: Flight returned internal error, with message: Cannot retrieve database: External error: database not found: tsbs_downsampled_1h. gRPC client debug context: UNKNOWN:Error received from peer ipv4:10.0.60.144:80 {grpc_message:"Cannot retrieve database: External error: database not found: tsbs_downsampled_1h", grpc_status:13, created_time:"2025-05-26T13:52:04.905285772+00:00"}. Client context: IOError: Server never sent a data message. Detail: Internal The above exception was the direct cause of the following exception: Traceback (most recent call last): |
|
per your comment @tomas-quix , your stack trace seems to be saying the DB name is incorrect (or the DB does not exist). I tested it again as a sanity check with my latest TSBS deployment and it is working 👍 |
9041fa1 to
89b27dc
Compare
Updated to use new InfluxDB3Source.