-
Couldn't load subscription status.
- Fork 4.8k
HIVE-29274: Flaky TestMetastoreLeaseLeader#testHouseKeepingThreads #6142
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
Conversation
...unit/src/test/java/org/apache/hadoop/hive/metastore/MetastoreHousekeepingLeaderTestBase.java
Outdated
Show resolved
Hide resolved
...unit/src/test/java/org/apache/hadoop/hive/metastore/MetastoreHousekeepingLeaderTestBase.java
Outdated
Show resolved
Hide resolved
...unit/src/test/java/org/apache/hadoop/hive/metastore/MetastoreHousekeepingLeaderTestBase.java
Outdated
Show resolved
Hide resolved
...ive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestMetastoreHousekeepingLeader.java
Outdated
Show resolved
Hide resolved
...tore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaderElectionContext.java
Outdated
Show resolved
Hide resolved
...astore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaseLeaderElection.java
Outdated
Show resolved
Hide resolved
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.
added comments
...astore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaseLeaderElection.java
Outdated
Show resolved
Hide resolved
...astore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaseLeaderElection.java
Outdated
Show resolved
Hide resolved
...astore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java
Outdated
Show resolved
Hide resolved
...astore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java
Outdated
Show resolved
Hide resolved
4f6e514 to
9f03d15
Compare
...tore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaderElectionContext.java
Show resolved
Hide resolved
...tore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaderElectionContext.java
Show resolved
Hide resolved
...unit/src/test/java/org/apache/hadoop/hive/metastore/MetastoreHousekeepingLeaderTestBase.java
Outdated
Show resolved
Hide resolved
...tastore-server/src/test/java/org/apache/hadoop/hive/metastore/leader/TestLeaderElection.java
Show resolved
Hide resolved
| private static final Logger LOG = LoggerFactory.getLogger(LeaseLeaderElection.class); | ||
|
|
||
| private static final AtomicLong ID = new AtomicLong(); | ||
| protected static final AtomicLong ID = new AtomicLong(); |
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.
won't it be better if we expose protected fields via getters?
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.
LGTM +1, some minor suggestions
5d5ab4a to
c71ee31
Compare
c71ee31 to
5a4b97b
Compare
5a4b97b to
df3ba12
Compare
|



What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
No
How was this patch tested?
https://ci.hive.apache.org/job/hive-flaky-check/927