Skip to content
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

Partition switching fix #411

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

DavidWiseman
Copy link
Collaborator

Partition switching is failing for JobStats_60MIN as the Switch.JobStats_60MIN is partitioned. This would require a partition number to be specified. Removing the partitioning for Switch.JobStats_60MIN to allow it to work the same as the other tables.

If partition switching failed for a particular table it would prevent the cleanup process from running for other tables. Added some error handling so processing continues. Error thrown at the end of the process.

#410

Partition switching is failing for JobStats_60MIN as the Switch.JobStats_60MIN is partitioned.  This would require a partition number to be specified.  Removing the partitioning for Switch.JobStats_60MIN to allow it to work the same as the other tables.
trimble-oss#410
If partition switching failed for a particular table it would prevent the cleanup process from running for other tables.  Added some error handling so processing continues.  Error thrown at the end of the process. trimble-oss#410
@DavidWiseman DavidWiseman merged commit f07d91d into trimble-oss:main Oct 25, 2022
@DavidWiseman DavidWiseman deleted the 410_PartitionSwitchingFix branch October 25, 2022 11:04
DavidWiseman added a commit to DavidWiseman/dba-dash that referenced this pull request May 9, 2023
Fix issue with partition switching for JobStats_60MIN.  The previous fix for this issue didn't resolve the problem for existing DBA Dash repository databases. trimble-oss#411
DavidWiseman added a commit to DavidWiseman/dba-dash that referenced this pull request May 9, 2023
Fix issue with partition switching for JobStats_60MIN.  The previous fix for this issue didn't resolve the problem for existing DBA Dash repository databases. trimble-oss#411
DavidWiseman added a commit that referenced this pull request May 9, 2023
Fix issue with partition switching for JobStats_60MIN.  The previous fix for this issue didn't resolve the problem for existing DBA Dash repository databases. #411
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.

1 participant