Closed occoder closed 3 months ago
@occoder the error tells you that the server thinks that the point you are writing is before the configured retention policy and would therefore be directly deleted by the database. There is nothing wrong with the example, the issue is likely the configured retention policy and/or a wrong clock on either the server or client side.
Specifications
Code sample to reproduce problem
The code snippet is exactly taken from the offical example.
Expected behavior
Both Point and Line protocol commands could write through.
Actual behavior
Only the Point style write succeeded. The Line protocol gave following error prompt
Additional info
No response