What steps does it take to reproduce the issue?
Seems related to dataset.xhtml (https://github.com/IQSS/dataverse/blob/develop/src/main/webapp/dataverse.xhtml), where guestbookResponseServiceBean.getCountOfAllGuestbookResponses was updated in 5.9 (#7804), to use an estimated value (
|
public Long getCountOfAllGuestbookResponses() { |
)
-
What happens?
After the upgrade, downloads dropped by about 2,000 (with ~150,000 downloads)
-
To whom does it occur (all users, curators, superusers)?
All users
-
What did you expect to happen?
Downloads should not drop after an upgrade.
Which version of Dataverse are you using?
5.10.1
Any related open or closed issues to this bug report?
https://groups.google.com/g/dataverse-community/c/z1EYZHswhhI
#7804, PR: #8143
Some organisations are tracking the precise download stats. We'd just like to highlight this.. It's great if there'll be a potential fix, but understandably it would not be preferred as it comes as the expense of performance. I suppose if we needed precise stats, we could do a select count(o.id) from GuestbookResponse o