Skip to content

Change mem type from INT to BIGINT #936

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

Merged
merged 2 commits into from
Mar 21, 2021

Conversation

splhack
Copy link
Contributor

@splhack splhack commented Mar 12, 2021

Same as #902, Cuebot can't handle frame complete report due to max RSS type INT.
Change all int_max_rss/vss type from INT to BIGINT.

com.imageworks.spcue.dispatcher.RqdRetryReportException: error processing the frame complete report, sending retry message to RQD org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [UPDATE layer_mem SET int_max_rss = ? WHERE pk_layer = ? AND int_max_rss < ?]; ERROR: integer out of range; nested exception is org.postgresql.util.PSQLException: ERROR: integer out of range

@bcipriano bcipriano merged commit 8371757 into AcademySoftwareFoundation:master Mar 21, 2021
@splhack splhack mentioned this pull request Mar 21, 2021
bcipriano pushed a commit that referenced this pull request Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants