-
Notifications
You must be signed in to change notification settings - Fork 32
source/influxdb3: change to use new InfluxDB3Source #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 👍 |
Updated to use new (pending) InfluxDB3Source.