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

Adding cloud raw tables to cloud manage tables action #874

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

eiffel777
Copy link
Contributor

When xdmod-ingestor is run with no options it tries to ingest data from both the openstack and generic raw cloud tables. If no data has ever been shredded in one of the two formats the error below will occur. Adding both the openstack and generic raw tables to the CloudTableManagement action prevents this error from occurring.

2019-01-16 04:15:19 [error] xdmod.jobs-cloud-extract-generic.GenericCloudInstanceTypeIngestor (ETL\Ingestor\DatabaseIngestor): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'modw_cloud.generic_cloud_raw_instance_type' doesn't exist Exception: 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'modw_cloud.generic_cloud_raw_instance_type' doesn't exist'
2019-01-16 04:15:19 [warning] Stopping ETL due to exception in xdmod.jobs-cloud-extract-generic.GenericCloudInstanceTypeIngestor (ETL\Ingestor\DatabaseIngestor)

Motivation and Context

Fewer error messages

Tests performed

Tested manually in docker and ran all tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project as found in the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@eiffel777 eiffel777 added bug Bugfixes Category:Cloud Cloud Realm labels Mar 25, 2019
@eiffel777 eiffel777 added this to the 8.1.0 milestone Mar 25, 2019
@eiffel777 eiffel777 self-assigned this Mar 25, 2019
@eiffel777 eiffel777 merged commit ae79690 into ubccr:xdmod8.1 Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:Cloud Cloud Realm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants