[go: nahoru, domu]

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

If use Retention policy other than default i.e autogen than leads to Batch could not be sent. Data will be lost #42

Open
2012ucp1544 opened this issue Nov 19, 2020 · 2 comments

Comments

@2012ucp1544
Copy link

Scenario : Created a new Database and new retention policy(35 days).
Running tests with using jmeter-maven-plugin.
Shows error trace in Logs :

[INFO] Nov 18, 2020 8:32:15 PM org.influxdb.impl.BatchProcessor write
[INFO] SEVERE: Batch could not be sent. Data will be lost
[INFO] java.lang.RuntimeException: {"error":"partial write: points beyond retention policy dropped=47"}
[INFO]
[INFO] at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:266)
[INFO] at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:167)
[INFO] at org.influxdb.impl.BatchProcessor.write(BatchProcessor.java:171)
[INFO] at org.influxdb.impl.BatchProcessor.put(BatchProcessor.java:188)
[INFO] at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:153)
[INFO] at rocks.nt.apm.jmeter.JMeterInfluxDBBackendListenerClient.handleSampleResults(JMeterInfluxDBBackendListenerClient.java:152)
[INFO] at org.apache.jmeter.visualizers.backend.BackendListener.sendToListener(BackendListener.java:254)
[INFO] at org.apache.jmeter.visualizers.backend.BackendListener.access$600(BackendListener.java:50)
[INFO] at org.apache.jmeter.visualizers.backend.BackendListener$Worker.run(BackendListener.java:225)

@amitmalhotra-cell
Copy link

facing same issue

@AJ84064
Copy link
AJ84064 commented Mar 9, 2021

seems this plugin only works for default retention policy.

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

3 participants