-
Notifications
You must be signed in to change notification settings - Fork 4
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
The 'filelumis' REST API can sometimes respond with null event_count #111
Comments
@amaltaro I doubt it is dbs2go issue since it seems to me it is empty values in DBS database itself. I looked up this LFN directly in DBS DB, and here is what I got
or to better see if event_count is not present I used the following SQL:
So, as you can see the event count does not exist for this LFN and therefore the output of dbs2go is correct for |
Since @vkuznet has checked the validity of the data persisted in DBS and the consistency of of the result returned with the output of the sql queries in the code, I'll not consider this issue as a bug. I am closing it now. @amaltaro feel free to add more info if you consider there is strong necessity for further investigations and improvements. |
@todor-ivanov I am afraid I have to reopen this issue then for 2 reasons:
With that said, if |
While investigating some datasets from central production, I noticed that the
filelumis
REST API sometimes provides the wrong information.For instance, this filelumis query gives me the following response:
Now if I query for this exact LFN in the
files
REST API, for instance this files query, I get the following response:and we can see that their
event_count
is different.The text was updated successfully, but these errors were encountered: