We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the CLI, with a running influxdb3 server with no data in it, i.e.,
influxdb3
influxdb3 serve --object-store file --data-dir <my_dir> --host-id esspresso
Create a new table:
influxdb3 create table cats --tags color,thickness --database cats
Now perform the same command again:
This results in the following error:
Create command failed: server responded with error [500 Internal Server Error]: write buffer error: catalog update error: catalog updated elsewhere
This should produce an error indicating that the table cats.cats already exists.
cats.cats
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
From the CLI, with a running
influxdb3
server with no data in it, i.e.,Create a new table:
Now perform the same command again:
This results in the following error:
Desired behaviour
This should produce an error indicating that the table
cats.cats
already exists.The text was updated successfully, but these errors were encountered: