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

fix(): Fix Query Detail Modal Scroll + add misc log messages #7530

Merged

Conversation

jjoyce0510
Copy link
Collaborator

@jjoyce0510 jjoyce0510 commented Mar 9, 2023

Summary

  • Fixing the horizontal scroll for the Query Modal by making the Query full height of the parent container.
  • Fixing a bug where a "0" will appear in the cast that createdAt time does not exist
  • Adding a log info when GMS fails to startup due to waiting on kafka.

Status

Ready to review

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added devops PR or Issue related to DataHub backend & deployment product PR or Issue related to the DataHub UI/UX labels Mar 9, 2023
@@ -85,7 +85,7 @@ public void checkSystemVersion(final ConsumerRecord<String, GenericRecord> consu
if (expectedVersion.equals(event.getVersion())) {
IS_UPDATED.getAndSet(true);
} else {
log.debug("System version is not up to date: {}", expectedVersion);
log.info("System version is not up to date: {}. Waiting for datahub-upgrade to complete...", expectedVersion);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we worried at all that this might be noisy?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not. its critical we add this

@jjoyce0510 jjoyce0510 merged commit 947990a into datahub-project:master Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment product PR or Issue related to the DataHub UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants