Skip to content
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

The following databases already exist in the data store: _monitoring, _tasks #210

Open
LiuMicheal opened this issue Jul 22, 2022 · 3 comments

Comments

@LiuMicheal
Copy link

When I use bulk_data_gen | bulk_load_influx -urls http://localhost:8086, I get the following output:

using random seed 40576053
2022/07/22 03:46:02 Using sampling interval 10s
2022/07/22 03:46:02 Using cardinality of 9
2022/07/22 03:46:02 daemon URLs: [http://localhost:8086]
2022/07/22 03:46:02 Ingestion rate control is off
2022/07/22 03:46:02 Using InfluxDB API version 2
2022/07/22 03:46:02 SysInfo:
2022/07/22 03:46:02 Current GOMAXPROCS: 8
2022/07/22 03:46:02 Num CPUs: 8
2022/07/22 03:46:02 The following databases already exist in the data store: _monitoring, _tasks. If you know what you are doing, run the command:
curl 'http://localhost:8086/query?q=drop%20database%20benchmark_db'

and i fail.

What can i do next? _monitoring, _tasks are the default bucket and i cannot remove them. Thanks!

@AkramBensalem
Copy link

Any update on this issue ??

@antondavidsen
Copy link

You can omit the fatal log by passing the -do-abort-on-exist parameter
eg.
bulk_load_influx -urls http://localhost:8086 -do-abort-on-exist=0

@tinysun212
Copy link

You can omit the fatal log by passing the -do-abort-on-exist parameter eg. bulk_load_influx -urls http://localhost:8086 -do-abort-on-exist=0

I had the same problem and it was solved. Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants