-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error synchronizing measurements with points in the name #23
Comments
Hi @franco-toniolo , I have released 0.6.5 version. Could you test if you can now run syncflux with your measurement names containing points in the name? |
@franco-toniolo @toni-moreno I am afraid this is slightly different. I have fixed this one as well (but I didn't make a PR). p.s.: I believe the user |
@maxadamo , as you can have different retention policies it means that there can be different measurements and fields as well. You had recently make a PR (already merged) #27 and I'm wondering ifit isn't related. Thanks, |
@sbengo no, the PR is not related. I could be entirely wrong, but I don't see that you can query for retention on field names: |
Hi @maxadamo , thanks for the answer! I assume that Franco's issue is actually solved by already merged PR. My comment was addressed entirely to you:
Can you give us some info about your schema and some logs? Thanks, |
I am working on acceptance, I have 30 days of retention:
inside I am gonna compile it again, and check this once again. |
@sbengo I finally found some spare time today. I noticed that it loops across the retention policies, and when it goes through the one which is not in use, it throws this message. The message is misleading. because it's a inside the file I already have another PR, and I don't want to mess up with different things: I won't make a PR for this now. |
I have an error when I try to run syncflux in a database where there are measurements that have a point in the name. For example if I have the measurement: CITY.TEMPERATURE when I execute the following command, this error appears
This is because “CITY” is taken as retention policy.
The text was updated successfully, but these errors were encountered: