Error Max values per tag limit exceeded InfluxDB -


i facing

max values per tag limit exceeded

issue when trying write 200k points influx db (version 1.2.4) through java specifying batch size , poll interval. have set max-values-per-tag = 0 in /etc/influxdb/influxdb.conf still facing following issue.

severe: batch not sent. data lost org.influxdb.influxdbexception: {"error":"partial write: max-values-per-tag limit exceeded (100453/100000): measurement=\"samplemeasurement\" tag=\"sampletag\" value=\"samplevalue99195\" dropped=806"}     @ org.influxdb.impl.influxdbimpl.execute(influxdbimpl.java:511)     @ org.influxdb.impl.influxdbimpl.write(influxdbimpl.java:312)     @ org.influxdb.impl.batchprocessor.write(batchprocessor.java:248)     @ org.influxdb.impl.batchprocessor$2.run(batchprocessor.java:278)     @ java.util.concurrent.executors$runnableadapter.call(executors.java:511)     @ java.util.concurrent.futuretask.run(futuretask.java:266)     @ java.util.concurrent.scheduledthreadpoolexecutor$scheduledfuturetask.access$201(scheduledthreadpoolexecutor.java:180)     @ java.util.concurrent.scheduledthreadpoolexecutor$scheduledfuturetask.run(scheduledthreadpoolexecutor.java:293)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1142)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:617)     @ java.lang.thread.run(thread.java:748) 


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -