You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/09/27 02:31:07 UTC

[GitHub] [hive] dengzhhu653 commented on a diff in pull request #3567: HIVE-26509: Introduce dynamic leader election in HMS

dengzhhu653 commented on code in PR #3567:
URL: https://github.com/apache/hive/pull/3567#discussion_r980672152


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestMetastoreHousekeepingNonLeader.java:
##########
@@ -58,7 +58,8 @@ public void testHouseKeepingThreadExistence() throws Exception {
         if (entry.getValue()) {
           LOG.info("Thread found for " + entry.getKey().getSimpleName());
         }
-        Assert.assertTrue("No thread found for " + entry.getKey().getSimpleName(), entry.getValue());
+        // Worker now runs on a leader hms
+        // Assert.assertTrue("No thread found for " + entry.getKey().getSimpleName(), entry.getValue());

Review Comment:
   sure



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org