-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[1.3.5] Drops series doesn't works as intended ? #8806
Comments
Thank you for your answer. When i use the command as you suggested : I got this response : I tried to update to 1.3.5, the result is the same. |
The invalid duration is annoying - and confused me too. Here's a working example: https://asciinema.org/a/rC9qZjJiL4hloSNtlScTChSAo |
Just to note, bash treats quotes differently than standard programming languages. As an example: $ echo a''b
ab So since you surround your command with a single quote, you are getting two quoted bodies concatenated together. You have I'm going to close this issue as it appears to not be an issue in the software and we cannot change how the quotes work at the moment. |
Bug report
__System info: InfluxDB 1.3.0 & docker
_Steps to reproduce:
__Expected behavior: Series should be dropped
__Actual behavior: Series aren't dropped
__Additional info: HTTP respoonse is - {"results":[{"statement_id":0}]}
When i launch this command :
i got the following result :
But when i show the series in influx shell i still have the data i tried to delete :
Is this a known issue or did i do something wrong ?
The text was updated successfully, but these errors were encountered: