-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Conversation
3d9f504
to
bc4948b
Compare
bc4948b
to
cad5dfc
Compare
...it/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
Show resolved
Hide resolved
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
Outdated
Show resolved
Hide resolved
...it/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
Show resolved
Hide resolved
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
Outdated
Show resolved
Hide resolved
cad5dfc
to
9b49b26
Compare
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
Outdated
Show resolved
Hide resolved
// available from the dump metadata. | ||
String dbName = work.dbNameToLoadIn; | ||
if (dbName == null || StringUtils.isNotBlank(dbName)) { | ||
if (work.currentReplScope != null) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
9b49b26
to
c00ab73
Compare
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.
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. |
No description provided.