Open liuxiaojianalibaba opened 3 years ago
Hi @liuxiaojianalibaba,
With one InfluxDB Instance you can only write to one influxdb database:
InfluxDB influxDB = InfluxDBFactory.connect(serverURL, username, password)
So please elaborate how you tried to manage to write to multiple databases ? Show you code would be the best.
the influxdb-java version
All the data should be written to the first database,but some of the data is written to the other database.
I think a InfluxDB object write several databases with enableBatch at the same time,there is a bug.