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

HIVE-22068 : Add more logging to notification cleaner and replication to track events #742

Closed
wants to merge 4 commits into from

Conversation

ashutosh-bapat
Copy link
Contributor

No description provided.

// available from the dump metadata.
String dbName = work.dbNameToLoadIn;
if (dbName == null || StringUtils.isNotBlank(dbName)) {
if (work.currentReplScope != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a comment about in which scenario we hit this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Please check and suggest improvement if necessary.

The ptest failure comes because of mismatch in the repl status output and the last repl id reported
by REPL DUMP. Now that we always set the first same as the later the expected output should change.
@github-actions
Copy link

github-actions bot commented Jun 8, 2020

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.

@github-actions github-actions bot added the stale label Jun 8, 2020
@github-actions github-actions bot closed this Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants