You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps does it take to reproduce the issue?
Seen at QDR: An error in the estimateGuestBookResponseTableSize function added to postgres was introduced in #9599. The new code to estimate what fraction of guestbook table entries relate to downloads and not to access requests incorrectly give the type bigint to a number that is a fraction. See
What steps does it take to reproduce the issue?
Seen at QDR: An error in the estimateGuestBookResponseTableSize function added to postgres was introduced in #9599. The new code to estimate what fraction of guestbook table entries relate to downloads and not to access requests incorrectly give the type bigint to a number that is a fraction. See
dataverse/src/main/resources/db/migration/V6.0.0.1__9599-guestbook-at-request.sql
Line 51 in 6cfe43a
When does this issue occur?
When the number of guestbook entries is large enough and guestbook-at-request functionality has been enabled.
Which page(s) does it occurs on?
Homepage showing the download count
What happens?
Causes a 500 error
Which version of Dataverse are you using?
develop
PR to follow
The text was updated successfully, but these errors were encountered: