-
Notifications
You must be signed in to change notification settings - Fork 2
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
Duplicate traces #27
Comments
Hi @vpet98, Can you try to querying WFCatalog segments/daily streams related to these entries directly in WFCat MongoDB to see if it is correct there? Thanks, |
daily_streams entries of 2023-12-02 for this station seem normal as on other dates. Should I look in something specific? In c_segments I am not sure what to query. If I have to query with the _id attribute that I see in daily_streams, this returns nothing for the aforementioned daily_streams entries. Also, there is an availability collection that does have 2 duplicate entries (with different _id) for this station on this date. Not sure if these help. Please tell me if I need to search something more specific. Thank you |
Hi @vpet98, If you look at the
When the view is created we do a merge on Could it be that those duplicate rows are result of archive backfilling and WFCat reprocessing? Now that I think about it it would make sense to improve the views/main.js script to remove Let me know what you think, |
Hello, Ok, so if there is an And I suppose this could have happened after archive backfilling and WFCatalog reprocessing as you mentioned. Except if for some reason a If this is the case, I think removing such |
Nice, let me know if you want to improve the view creation script, otherwise I'll do it, but it will be probably next year. :-) |
Ok, if I come up with something at some point I will make a PR. |
For some cases the webservice appears to return some duplicate rows.
In the above screenshot there are two identical rows for each channel for 2023-12-02. WFCatalog database has one entry for each of these channels for this day.
The text was updated successfully, but these errors were encountered: